Update to latest commit.
Sponsored by: Absolight
This commit is contained in:
parent
44f6fd8a09
commit
82f10ad7ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452712
3 changed files with 7 additions and 5 deletions
|
@ -31,8 +31,8 @@ LICENSE= MPL
|
|||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||
ISCVERSION= 9.12.0a.2017.10.16
|
||||
HASH= 9d47a26
|
||||
ISCVERSION= 9.12.0a.2017.10.22
|
||||
HASH= 2e662cf
|
||||
|
||||
USES= cpe libedit
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1508157156
|
||||
SHA256 (bind9-9d47a26.tar.gz) = ba54b3821de2c96a55005a4c2ef8d692c6b773349ea9edab5e360e8df2ab25ff
|
||||
SIZE (bind9-9d47a26.tar.gz) = 11338658
|
||||
TIMESTAMP = 1508765328
|
||||
SHA256 (bind9-2e662cf.tar.gz) = b646046925a9569a7b3a43c338379db0b8642d7261b299f22a529994d612a7d5
|
||||
SIZE (bind9-2e662cf.tar.gz) = 11341720
|
||||
|
|
|
@ -147,6 +147,7 @@ include/isc/commandline.h
|
|||
include/isc/condition.h
|
||||
include/isc/counter.h
|
||||
include/isc/crc64.h
|
||||
include/isc/deprecated.h
|
||||
include/isc/dir.h
|
||||
include/isc/entropy.h
|
||||
include/isc/errno.h
|
||||
|
@ -173,6 +174,7 @@ include/isc/lang.h
|
|||
include/isc/lex.h
|
||||
include/isc/lfsr.h
|
||||
include/isc/lib.h
|
||||
include/isc/likely.h
|
||||
include/isc/list.h
|
||||
include/isc/log.h
|
||||
include/isc/magic.h
|
||||
|
|
Loading…
Reference in a new issue