diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-01-20 00:20:39 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-01-20 00:20:39 +0000 |
commit | 254103ac962ab953e1014a0f91b8bd7c7949ef9f (patch) | |
tree | b49bf1f9ae963885835e31dcb75143767d307167 /net-misc/strongswan/files | |
parent | >=net-misc/strongswan-2.8.1; 't compile on a stable system (diff) | |
download | gentoo-2-254103ac962ab953e1014a0f91b8bd7c7949ef9f.tar.gz gentoo-2-254103ac962ab953e1014a0f91b8bd7c7949ef9f.tar.bz2 gentoo-2-254103ac962ab953e1014a0f91b8bd7c7949ef9f.zip |
Version bump (currently masked due to compile problems on a stable system)
and a patch for newer linux-headers; bug #162811.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-misc/strongswan/files')
-rw-r--r-- | net-misc/strongswan/files/digest-strongswan-2.8.1 | 3 | ||||
-rw-r--r-- | net-misc/strongswan/files/ipsec-path.patch.bz2 | bin | 28918 -> 28829 bytes | |||
-rw-r--r-- | net-misc/strongswan/files/linux-headers-2.6.18.patch | 11 |
3 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/strongswan/files/digest-strongswan-2.8.1 b/net-misc/strongswan/files/digest-strongswan-2.8.1 new file mode 100644 index 000000000000..e7f86b493b7b --- /dev/null +++ b/net-misc/strongswan/files/digest-strongswan-2.8.1 @@ -0,0 +1,3 @@ +MD5 6a87edfa33d207ef03ccb844087e26cf strongswan-2.8.1.tar.bz2 2531451 +RMD160 d7026b78498b4febd6ad06e26c7e5521a3fcef17 strongswan-2.8.1.tar.bz2 2531451 +SHA256 e8e5c1a42f50d0f03956b41bf1c59ba561b1b34b46407fe8f71b1df6c0b23d6b strongswan-2.8.1.tar.bz2 2531451 diff --git a/net-misc/strongswan/files/ipsec-path.patch.bz2 b/net-misc/strongswan/files/ipsec-path.patch.bz2 Binary files differindex 755071de96dc..364f4bb7f9ba 100644 --- a/net-misc/strongswan/files/ipsec-path.patch.bz2 +++ b/net-misc/strongswan/files/ipsec-path.patch.bz2 diff --git a/net-misc/strongswan/files/linux-headers-2.6.18.patch b/net-misc/strongswan/files/linux-headers-2.6.18.patch new file mode 100644 index 000000000000..2676160449d2 --- /dev/null +++ b/net-misc/strongswan/files/linux-headers-2.6.18.patch @@ -0,0 +1,11 @@ +diff -Naur strongswan-2.8.1-vanilla/programs/starter/starterwhack.c strongswan-2.8.1-incfix/programs/starter/starterwhack.c +--- strongswan-2.8.1-vanilla/programs/starter/starterwhack.c 2006-10-19 18:02:46.000000000 +0300 ++++ strongswan-2.8.1-incfix/programs/starter/starterwhack.c 2007-01-18 09:57:07.000000000 +0200 +@@ -17,7 +17,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> +-#include <linux/stddef.h> ++#include <stddef.h> + #include <unistd.h> + #include <errno.h> |