diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-10 15:06:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-10 15:06:17 +0000 |
commit | d6e71e02a43421944bf83680a3116d80aad6a520 (patch) | |
tree | 0fa2ff36764004e7bb184af8d473c37952249c12 /main/ipsec-tools/APKBUILD | |
parent | aa86c976bc006d5c90652604a5031d6b48a4b387 (diff) | |
download | aports-d6e71e02a43421944bf83680a3116d80aad6a520.tar.bz2 aports-d6e71e02a43421944bf83680a3116d80aad6a520.tar.xz |
main/ipsec-tools: fix a memleak in the initial-contact patch
the patch should fix reconnection on unstable lines but contained a
memory leak. This is an update of the same patch.
Diffstat (limited to 'main/ipsec-tools/APKBUILD')
-rw-r--r-- | main/ipsec-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ipsec-tools/APKBUILD b/main/ipsec-tools/APKBUILD index 4a5203d988..0f1e4a2fe2 100644 --- a/main/ipsec-tools/APKBUILD +++ b/main/ipsec-tools/APKBUILD @@ -2,7 +2,7 @@ pkgname=ipsec-tools pkgver=0.8_alpha20090903 _myver=0.8-alpha20090903 -pkgrel=3 +pkgrel=4 pkgdesc="User-space IPsec tools for various IPsec implementations" url="http://ipsec-tools.sourceforge.net/" license="BSD" @@ -52,4 +52,4 @@ md5sums="8ec28d4e89c0f5e49ae2caa7463fbcfd ipsec-tools-0.8-alpha20090903.tar.gz 2d00250cf72da7f2f559c91b65a48747 racoon.confd 13bda94a598aabf593280e04ea16065d 50-reverse-connect.patch baa13d7f0f48955c792f7fcd42a8587a 60-debug-quick.patch -fa96631e4471096d93af0e74968f6d16 initial-contact-fix.diff" +69e06c5cc3a0c1cc8b10ddc89d1e644b initial-contact-fix.diff" |