pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/powerdns



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 10:03:05 UTC 2018

Modified Files:
        pkgsrc/net/powerdns: distinfo
        pkgsrc/net/powerdns/patches: patch-configure

Log Message:
powerdns: Leave pkgsrc to handle security features.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/powerdns/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/powerdns/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/powerdns/distinfo
diff -u pkgsrc/net/powerdns/distinfo:1.28 pkgsrc/net/powerdns/distinfo:1.29
--- pkgsrc/net/powerdns/distinfo:1.28   Sat Jan 13 15:30:54 2018
+++ pkgsrc/net/powerdns/distinfo        Fri Feb  2 10:03:05 2018
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.28 2018/01/13 15:30:54 adam Exp $
+$NetBSD: distinfo,v 1.29 2018/02/02 10:03:05 jperkin Exp $
 
 SHA1 (pdns-4.1.0.tar.bz2) = f786d27d60032bf268a63a88c77396e31f6622b1
 RMD160 (pdns-4.1.0.tar.bz2) = ef033ccb035d24e0d287cd013a9637103a8b3692
 SHA512 (pdns-4.1.0.tar.bz2) = 4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a72222418e409e77
 Size (pdns-4.1.0.tar.bz2) = 1116905 bytes
-SHA1 (patch-configure) = afc7e76dd3e19b092750bc43992a118193c98715
+SHA1 (patch-configure) = 8218324a863217f954ba63adf242c65c1b864038
 SHA1 (patch-ext_json11_json11.cpp) = a8ffe67156a836841aef8a6bba134a82283f381e
 SHA1 (patch-m4_pdns__check__os.m4) = c7a8d91c519ae7ca0616dfc08fa04402fca950d0
 SHA1 (patch-pdns_dns.hh) = 626eb4e29b7fcd82fbe056036c157c1e85fa49ca

Index: pkgsrc/net/powerdns/patches/patch-configure
diff -u pkgsrc/net/powerdns/patches/patch-configure:1.7 pkgsrc/net/powerdns/patches/patch-configure:1.8
--- pkgsrc/net/powerdns/patches/patch-configure:1.7     Tue Jan  2 12:18:15 2018
+++ pkgsrc/net/powerdns/patches/patch-configure Fri Feb  2 10:03:05 2018
@@ -1,6 +1,7 @@
-$NetBSD: patch-configure,v 1.7 2018/01/02 12:18:15 fhajny Exp $
+$NetBSD: patch-configure,v 1.8 2018/02/02 10:03:05 jperkin Exp $
 
 Regen after excluding -latomic test on NetBSD.
+Leave pkgsrc to handle security features.
 
 --- configure.orig     2017-11-30 09:43:31.000000000 +0000
 +++ configure
@@ -33,6 +34,15 @@ Regen after excluding -latomic test on N
      ;;
    esac
  
+@@ -6797,7 +6804,7 @@ rm -f core conftest.err conftest.$ac_obj
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_cxx__fstack_protector" >&5
+ $as_echo "$gl_cv_warn_cxx__fstack_protector" >&6; }
+-if test "x$gl_cv_warn_cxx__fstack_protector" = xyes; then :
++if test "x$gl_cv_warn_cxx__fstack_protector" = xDISABLED; then :
+ 
+         CFLAGS="-fstack-protector $CFLAGS"
+         CXXFLAGS="-fstack-protector $CXXFLAGS"
 @@ -20586,7 +20593,7 @@ fi
  
    if test "x$PG_CONFIG" != "x" -o "x$PGSQL_LIBS" = "x"; then :



Home | Main Index | Thread Index | Old Index