pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/powerdns powerdns: Leave pkgsrc to handle security...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d188df678025
branches: trunk
changeset: 375020:d188df678025
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Feb 02 10:03:05 2018 +0000
description:
powerdns: Leave pkgsrc to handle security features.
diffstat:
net/powerdns/distinfo | 4 ++--
net/powerdns/patches/patch-configure | 12 +++++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 2628f4e363ce -r d188df678025 net/powerdns/distinfo
--- a/net/powerdns/distinfo Fri Feb 02 09:48:17 2018 +0000
+++ b/net/powerdns/distinfo Fri Feb 02 10:03:05 2018 +0000
@@ -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
diff -r 2628f4e363ce -r d188df678025 net/powerdns/patches/patch-configure
--- a/net/powerdns/patches/patch-configure Fri Feb 02 09:48:17 2018 +0000
+++ b/net/powerdns/patches/patch-configure Fri Feb 02 10:03:05 2018 +0000
@@ -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 @@
;;
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