Fri Feb 2 10:03:05 2018 UTC ()
powerdns: Leave pkgsrc to handle security features.


(jperkin)
diff -r1.28 -r1.29 pkgsrc/net/powerdns/distinfo
diff -r1.7 -r1.8 pkgsrc/net/powerdns/patches/patch-configure

cvs diff -r1.28 -r1.29 pkgsrc/net/powerdns/distinfo (expand / switch to unified diff)

--- pkgsrc/net/powerdns/distinfo 2018/01/13 15:30:54 1.28
+++ pkgsrc/net/powerdns/distinfo 2018/02/02 10:03:05 1.29
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.28 2018/01/13 15:30:54 adam Exp $ 1$NetBSD: distinfo,v 1.29 2018/02/02 10:03:05 jperkin Exp $
2 2
3SHA1 (pdns-4.1.0.tar.bz2) = f786d27d60032bf268a63a88c77396e31f6622b1 3SHA1 (pdns-4.1.0.tar.bz2) = f786d27d60032bf268a63a88c77396e31f6622b1
4RMD160 (pdns-4.1.0.tar.bz2) = ef033ccb035d24e0d287cd013a9637103a8b3692 4RMD160 (pdns-4.1.0.tar.bz2) = ef033ccb035d24e0d287cd013a9637103a8b3692
5SHA512 (pdns-4.1.0.tar.bz2) = 4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a72222418e409e77 5SHA512 (pdns-4.1.0.tar.bz2) = 4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a72222418e409e77
6Size (pdns-4.1.0.tar.bz2) = 1116905 bytes 6Size (pdns-4.1.0.tar.bz2) = 1116905 bytes
7SHA1 (patch-configure) = afc7e76dd3e19b092750bc43992a118193c98715 7SHA1 (patch-configure) = 8218324a863217f954ba63adf242c65c1b864038
8SHA1 (patch-ext_json11_json11.cpp) = a8ffe67156a836841aef8a6bba134a82283f381e 8SHA1 (patch-ext_json11_json11.cpp) = a8ffe67156a836841aef8a6bba134a82283f381e
9SHA1 (patch-m4_pdns__check__os.m4) = c7a8d91c519ae7ca0616dfc08fa04402fca950d0 9SHA1 (patch-m4_pdns__check__os.m4) = c7a8d91c519ae7ca0616dfc08fa04402fca950d0
10SHA1 (patch-pdns_dns.hh) = 626eb4e29b7fcd82fbe056036c157c1e85fa49ca 10SHA1 (patch-pdns_dns.hh) = 626eb4e29b7fcd82fbe056036c157c1e85fa49ca
11SHA1 (patch-pdns_dnsscope.cc) = b289b750686b25041c3e291fb0d3d562beb36eaf 11SHA1 (patch-pdns_dnsscope.cc) = b289b750686b25041c3e291fb0d3d562beb36eaf
12SHA1 (patch-pdns_iputils.hh) = 714277322ea721ea0439fc6aa0265bd290219e8b 12SHA1 (patch-pdns_iputils.hh) = 714277322ea721ea0439fc6aa0265bd290219e8b
13SHA1 (patch-pdns_qtype.hh) = 0f8bca4c0cafea9a5257a08077fa42b4c52127f5 13SHA1 (patch-pdns_qtype.hh) = 0f8bca4c0cafea9a5257a08077fa42b4c52127f5
14SHA1 (patch-pdns_version.cc) = be2035a37a554f64b8e6dad8f7faa112aba10f6c 14SHA1 (patch-pdns_version.cc) = be2035a37a554f64b8e6dad8f7faa112aba10f6c

cvs diff -r1.7 -r1.8 pkgsrc/net/powerdns/patches/patch-configure (expand / switch to unified diff)

--- pkgsrc/net/powerdns/patches/patch-configure 2018/01/02 12:18:15 1.7
+++ pkgsrc/net/powerdns/patches/patch-configure 2018/02/02 10:03:05 1.8
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1$NetBSD: patch-configure,v 1.7 2018/01/02 12:18:15 fhajny Exp $ 1$NetBSD: patch-configure,v 1.8 2018/02/02 10:03:05 jperkin Exp $
2 2
3Regen after excluding -latomic test on NetBSD. 3Regen after excluding -latomic test on NetBSD.
 4Leave pkgsrc to handle security features.
4 5
5--- configure.orig 2017-11-30 09:43:31.000000000 +0000 6--- configure.orig 2017-11-30 09:43:31.000000000 +0000
6+++ configure 7+++ configure
7@@ -5569,9 +5569,14 @@ else 8@@ -5569,9 +5569,14 @@ else
8 fi 9 fi
9  10
10  11
11- case "$host" in 12- case "$host" in
12- mips* | powerpc-* ) 13- mips* | powerpc-* )
13- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -latomic" >&5 14- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts -latomic" >&5
14+ case "$host_os" in 15+ case "$host_os" in
15+ netbsd*) 16+ netbsd*)
16+ : # no -latomic 17+ : # no -latomic
@@ -23,26 +24,35 @@ Regen after excluding -latomic test on N @@ -23,26 +24,35 @@ Regen after excluding -latomic test on N
23 LDFLAGS="-latomic $LDFLAGS" 24 LDFLAGS="-latomic $LDFLAGS"
24 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 25 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25@@ -5593,7 +5598,9 @@ else 26@@ -5593,7 +5598,9 @@ else
26  27
27 fi 28 fi
28 rm -f core conftest.err conftest.$ac_objext \ 29 rm -f core conftest.err conftest.$ac_objext \
29- conftest$ac_exeext conftest.$ac_ext 30- conftest$ac_exeext conftest.$ac_ext
30+ conftest$ac_exeext conftest.$ac_ext 31+ conftest$ac_exeext conftest.$ac_ext
31+ ;; 32+ ;;
32+ esac 33+ esac
33 ;; 34 ;;
34 esac 35 esac
35  36
 37@@ -6797,7 +6804,7 @@ rm -f core conftest.err conftest.$ac_obj
 38 fi
 39 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_cxx__fstack_protector" >&5
 40 $as_echo "$gl_cv_warn_cxx__fstack_protector" >&6; }
 41-if test "x$gl_cv_warn_cxx__fstack_protector" = xyes; then :
 42+if test "x$gl_cv_warn_cxx__fstack_protector" = xDISABLED; then :
 43
 44 CFLAGS="-fstack-protector $CFLAGS"
 45 CXXFLAGS="-fstack-protector $CXXFLAGS"
36@@ -20586,7 +20593,7 @@ fi 46@@ -20586,7 +20593,7 @@ fi
37  47
38 if test "x$PG_CONFIG" != "x" -o "x$PGSQL_LIBS" = "x"; then : 48 if test "x$PG_CONFIG" != "x" -o "x$PGSQL_LIBS" = "x"; then :
39  49
40- if test "x$PG_CONFIG" == "x"; then : 50- if test "x$PG_CONFIG" == "x"; then :
41+ if test "x$PG_CONFIG" = "x"; then : 51+ if test "x$PG_CONFIG" = "x"; then :
42  52
43 # Extract the first word of "pg_config", so it can be a program name with args. 53 # Extract the first word of "pg_config", so it can be a program name with args.
44 set dummy pg_config; ac_word=$2 54 set dummy pg_config; ac_word=$2
45@@ -20630,7 +20637,7 @@ fi 55@@ -20630,7 +20637,7 @@ fi
46  56
47  57
48 fi 58 fi