diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-02-11 18:50:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-02-11 18:50:21 +0000 |
commit | b728faaee802364489077d8147c8594b4fee3590 (patch) | |
tree | 96f2327ca5ebb4d881ed2654972d808cc2443faf /dns | |
parent | 3c1fa33fb18ecf782a9b70389c5f5d221a57528a (diff) | |
download | ports-b728faaee802364489077d8147c8594b4fee3590.tar.gz ports-b728faaee802364489077d8147c8594b4fee3590.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 6 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-bin_named_include_named_globals.h | 4 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 8f037c6d567b..94c1ce890bf8 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -9,7 +9,7 @@ PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 # XXX: put the ISC master_site @@ -38,13 +38,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 USES= compiler:c11 cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.4a0.2019.02.01 +ISCVERSION= 9.13.4a0.2019.02.10 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 1557d116ea3ec7d741b4ff4d247f9452ad90b255 +GL_COMMIT= 6537d0a1e21ec95e63fc259cc666558b14e1a792 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index fa4747c9e65c..693c7d33acd6 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549300619 -SHA256 (isc-projects-bind9-1557d116ea3ec7d741b4ff4d247f9452ad90b255_GL0.tar.gz) = 98abe3b22b2328eef7421a9278aa16d6d74b3d50f8128178883e39e444b71749 -SIZE (isc-projects-bind9-1557d116ea3ec7d741b4ff4d247f9452ad90b255_GL0.tar.gz) = 6344640 +TIMESTAMP = 1549910372 +SHA256 (isc-projects-bind9-6537d0a1e21ec95e63fc259cc666558b14e1a792_GL0.tar.gz) = 761b367c1e7863f6566d1f50cdb133c3cdef3132dceac9e566491c1246e25325 +SIZE (isc-projects-bind9-6537d0a1e21ec95e63fc259cc666558b14e1a792_GL0.tar.gz) = 6351630 diff --git a/dns/bind9-devel/files/patch-bin_named_include_named_globals.h b/dns/bind9-devel/files/patch-bin_named_include_named_globals.h index f2ac8e9e6587..7c18545842fc 100644 --- a/dns/bind9-devel/files/patch-bin_named_include_named_globals.h +++ b/dns/bind9-devel/files/patch-bin_named_include_named_globals.h @@ -1,8 +1,8 @@ We reference the pid file as being run/named/pid everywere else. ---- bin/named/include/named/globals.h.orig 2018-12-20 23:38:02 UTC +--- bin/named/include/named/globals.h.orig 2019-02-10 20:07:38 UTC +++ bin/named/include/named/globals.h -@@ -128,7 +128,7 @@ EXTERN bool named_g_forcelock INIT(false); +@@ -129,7 +129,7 @@ EXTERN bool named_g_forcelock INIT(false); #if NAMED_RUN_PID_DIR EXTERN const char * named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR "/run/named/" diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 786f0fae1c7d..1d41b703b62d 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2019-02-01 06:55:25 UTC +--- configure.orig 2019-02-10 20:07:38 UTC +++ configure @@ -16302,27 +16302,9 @@ done # problems start to show up. @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -20880,7 +20822,7 @@ $as_echo "" >&6; } +@@ -20864,7 +20806,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |