Package: isakmpd / 20041012-8

Metadata

Package Version Patches format
isakmpd 20041012-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_makefile.patch | (download)

GNUmakefile | 22 13 9 - 0 !
apps/certpatch/GNUmakefile | 55 55 0 - 0 !
sysdep/linux/GNUmakefile.sysdep | 20 10 10 - 0 !
3 files changed, 78 insertions( ), 19 deletions(-)

---
02_natt.patch | (download)

exchange.h | 2 2 0 - 0 !
ipsec.c | 59 54 5 - 0 !
ipsec_num.cst | 8 4 4 - 0 !
isakmp_num.cst | 9 6 3 - 0 !
message.c | 12 8 4 - 0 !
nat_traversal.c | 174 80 94 - 0 !
nat_traversal.h | 20 19 1 - 0 !
pf_key_v2.c | 60 49 11 - 0 !
policy.c | 16 10 6 - 0 !
udp_encap.c | 17 17 0 - 0 !
10 files changed, 249 insertions( ), 128 deletions(-)

---
03_compile_fix.patch | (download)

apps/Makefile | 2 1 1 - 0 !
dpd.c | 3 3 0 - 0 !
ike_quick_mode.c | 2 1 1 - 0 !
sysdep/linux/sysdep.c | 18 9 9 - 0 !
4 files changed, 14 insertions( ), 11 deletions(-)

---
04_logging.patch | (download)

ike_phase_1.c | 4 2 2 - 0 !
log.c | 15 5 10 - 0 !
2 files changed, 7 insertions( ), 12 deletions(-)

---
05_openssl.patch | (download)

x509.c | 4 4 0 - 0 !
1 file changed, 4 insertions( )

---
06_sysdep.patch | (download)

sysdep/common/libsysdep/arc4random.c | 2 1 1 - 0 !
sysdep/common/pcap.h | 7 6 1 - 0 !
sysdep/linux/include/bitstring.h | 132 132 0 - 0 !
sysdep/linux/include/sys/queue.h | 453 453 0 - 0 !
x509v3.cnf | 26 26 0 - 0 !
5 files changed, 618 insertions( ), 2 deletions(-)

---
07_fix_ifreq_len.patch | (download)

if.c | 3 1 2 - 0 !
1 file changed, 1 insertion( ), 2 deletions(-)

---
08_gnumakefile.patch | (download)

apps/certpatch/GNUmakefile | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 certpath: gnumakefile fixup
Date: Wed, 10 Dec 2014 15:30:17  0100

Dear Maintainer,

The attached patch fixes the GNUmakefile in the apps/certpatch directory.
There were few typos leading to a failure when building the package.

Thanks for considering the patch.

Erwan Prioul.

libssl 1.1.patch | (download)

apps/certpatch/certpatch.c | 6 2 4 - 0 !
crypto.c | 24 13 11 - 0 !
crypto.h | 2 1 1 - 0 !
sysdep/linux/GNUmakefile.sysdep | 2 1 1 - 0 !
x509.c | 48 27 21 - 0 !
5 files changed, 44 insertions( ), 38 deletions(-)

---
ftbfs_format_security.patch | (download)

sa.c | 3 1 2 - 0 !
1 file changed, 1 insertion( ), 2 deletions(-)

---
09_fix_as_needed_build.patch | (download)

apps/certpatch/GNUmakefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix build with ld --as-needed
 libraries must be placed behind the objects needing them,
 else their symbols will not be registered as needed leading to
 undefined references when compiling with ld --as-needed
 LDFLAGS is placed before the objects, LOADLIBES is the correct
 implicit rule variable for library linking