Update to latest commit.
This commit is contained in:
parent
c15dfc84de
commit
d15714caa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508250
4 changed files with 9 additions and 13 deletions
|
@ -41,13 +41,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
|
|||
# XXX: remove tar:bz2
|
||||
USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.15.0a0.2019.07.29
|
||||
ISCVERSION= 9.15.0a0.2019.08.06
|
||||
# XXX: Remove gitlab
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.isc.org
|
||||
GL_ACCOUNT= isc-projects
|
||||
GL_PROJECT= bind9
|
||||
GL_COMMIT= 03de34194d7c02eb946d7c9f3ee2496b55568724
|
||||
GL_COMMIT= 48213633ce13299d4e5934dfc90f4f7dd5ec4730
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1564503167
|
||||
SHA256 (isc-projects-bind9-03de34194d7c02eb946d7c9f3ee2496b55568724_GL0.tar.gz) = 3d4d7367e630152533e0fe97db90d34fe2d5d9de33bfc324d4d7a69679784196
|
||||
SIZE (isc-projects-bind9-03de34194d7c02eb946d7c9f3ee2496b55568724_GL0.tar.gz) = 6330921
|
||||
TIMESTAMP = 1565095080
|
||||
SHA256 (isc-projects-bind9-48213633ce13299d4e5934dfc90f4f7dd5ec4730_GL0.tar.gz) = b37a3e6024b56a3c30a8e1dc971e5b4399a05159ae2909afec3f4ecc245d6847
|
||||
SIZE (isc-projects-bind9-48213633ce13299d4e5934dfc90f4f7dd5ec4730_GL0.tar.gz) = 6328648
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2019-07-29 20:10:44 UTC
|
||||
--- configure.orig 2019-08-06 04:55:46 UTC
|
||||
+++ configure
|
||||
@@ -17246,27 +17246,9 @@ done
|
||||
@@ -17183,27 +17183,9 @@ done
|
||||
# problems start to show up.
|
||||
saved_libs="$LIBS"
|
||||
for TRY_LIBS in \
|
||||
|
@ -30,7 +30,7 @@
|
|||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
|
||||
$as_echo_n "checking linking as $TRY_LIBS... " >&6; }
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
@@ -17309,47 +17291,7 @@ $as_echo "no" >&6; } ;;
|
||||
@@ -17246,47 +17228,7 @@ $as_echo "no" >&6; } ;;
|
||||
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
|
||||
esac
|
||||
|
||||
|
@ -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
|
||||
@@ -22688,7 +22630,7 @@ $as_echo "" >&6; }
|
||||
@@ -22676,7 +22618,7 @@ $as_echo "" >&6; }
|
||||
# Check other locations for includes.
|
||||
# Order is important (sigh).
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
bin/bind9-config
|
||||
%%DNSTAP%%bin/dnstap-read
|
||||
bin/isc-config.sh
|
||||
@sample etc/mtree/BIND.chroot.dist.sample
|
||||
@sample etc/mtree/BIND.chroot.local.dist.sample
|
||||
%%ETCDIR%%/bind.keys
|
||||
|
@ -269,9 +267,7 @@ lib/libisccc.a
|
|||
lib/libisccfg.a
|
||||
lib/libns.a
|
||||
lib/named/filter-aaaa.so
|
||||
man/man1/bind9-config.1.gz
|
||||
%%DNSTAP%%man/man1/dnstap-read.1.gz
|
||||
man/man1/isc-config.sh.1.gz
|
||||
man/man5/named.conf.5.gz
|
||||
man/man5/rndc.conf.5.gz
|
||||
man/man8/ddns-confgen.8.gz
|
||||
|
|
Loading…
Reference in a new issue