diff --git a/CHANGES b/CHANGES index 1bf7e4edc230c149654e85cd62df4dc5afd0f62d..38e8923ca4881c2d8c356ddb61192cf4879ae869 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,11 @@ + --- 9.12.0a1 released --- + 4715. [bug] TreeMemMax was mis-identified as a second HeapMemMax in the Json cache statistics. [RT #45980] 4714. [port] openbsd/libressl: add support for building with --enable-openssl-hash. [RT #45982] - --- 9.12.0a1 released --- - 4713. [func] Added support for the DNS Response Policy Service (DNSRPS) API, which allows named to use an external response policy daemon when built with diff --git a/lib/isc/aes.c b/lib/isc/aes.c index c187f6f0ef0b83d62575b49628891df71b66fd9e..2cdcd953cbd36f34637febfba8123e2239ee644c 100644 --- a/lib/isc/aes.c +++ b/lib/isc/aes.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/isc/include/isc/hmacmd5.h b/lib/isc/include/isc/hmacmd5.h index f716762e77e94ff38729dc6dfaaea3f133c28e10..08dce7f13c532b8e31f12e9f59528a2049406b98 100644 --- a/lib/isc/include/isc/hmacmd5.h +++ b/lib/isc/include/isc/hmacmd5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/isc/include/isc/hmacsha.h b/lib/isc/include/isc/hmacsha.h index 6797ba99c85ff59f6c68b56eb3739af7ed1dbad1..b2d00471ff5b68b6a573d40009fd7f29eb561d35 100644 --- a/lib/isc/include/isc/hmacsha.h +++ b/lib/isc/include/isc/hmacsha.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005-2007, 2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/isc/include/isc/md5.h b/lib/isc/include/isc/md5.h index a91ad5794cff14d3197cfd523c62f37c041c412c..26160b8b214754b131afb2a081b36b6205ddf308 100644 --- a/lib/isc/include/isc/md5.h +++ b/lib/isc/include/isc/md5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/isc/include/isc/sha1.h b/lib/isc/include/isc/sha1.h index 480543e31f35fa446fd32184ecdfb9800cb261d3..cfcefe96b9c5921f8181599ff3eb56b20d42d602 100644 --- a/lib/isc/include/isc/sha1.h +++ b/lib/isc/include/isc/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/isc/include/isc/sha2.h b/lib/isc/include/isc/sha2.h index 6808e131103d6b7e78155ffcf2b3f8260970eede..3c51820cb7129c1e8f1919561de635a3ddf061bc 100644 --- a/lib/isc/include/isc/sha2.h +++ b/lib/isc/include/isc/sha2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005-2007, 2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/isc/md5.c b/lib/isc/md5.c index 0d69fb837b7aae9d90a8a557638d728e752756ac..6440e58b2c39af200ff47842ba8bab3ab6ab06d2 100644 --- a/lib/isc/md5.c +++ b/lib/isc/md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/util/copyrights b/util/copyrights index dd75aa18b0f2235207eab0410dfd6b17a61b179e..d5f2b1cb198aa8931fdc299cbe310a0881dcee83 100644 --- a/util/copyrights +++ b/util/copyrights @@ -3858,7 +3858,7 @@ ./lib/isc/.gitignore X 2014 ./lib/isc/Atffile X 2011 ./lib/isc/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./lib/isc/aes.c C 2014,2016 +./lib/isc/aes.c C 2014,2016,2017 ./lib/isc/alpha/Makefile.in MAKE 2007,2012,2016 ./lib/isc/alpha/include/Makefile.in MAKE 2007,2012,2016 ./lib/isc/alpha/include/isc/Makefile.in MAKE 2007,2012,2015,2016 @@ -3919,8 +3919,8 @@ ./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016 ./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012,2016 ./lib/isc/include/isc/hex.h C 2000,2001,2004,2005,2006,2007,2008,2016 -./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016 -./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016 +./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016,2017 +./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016,2017 ./lib/isc/include/isc/ht.h C 2016,2017 ./lib/isc/include/isc/httpd.h C 2006,2007,2008,2014,2016 ./lib/isc/include/isc/interfaceiter.h C 1999,2000,2001,2004,2005,2006,2007,2016 @@ -3934,7 +3934,7 @@ ./lib/isc/include/isc/list.h C 1997,1998,1999,2000,2001,2002,2004,2006,2007,2011,2012,2013,2016 ./lib/isc/include/isc/log.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016,2017 ./lib/isc/include/isc/magic.h C 1999,2000,2001,2004,2005,2006,2007,2016 -./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016 +./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016,2017 ./lib/isc/include/isc/mem.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016,2017 ./lib/isc/include/isc/meminfo.h C 2015,2016 ./lib/isc/include/isc/msgcat.h C 1999,2000,2001,2004,2005,2007,2016 @@ -3963,8 +3963,8 @@ ./lib/isc/include/isc/rwlock.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2016 ./lib/isc/include/isc/safe.h C 2013,2015,2016 ./lib/isc/include/isc/serial.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016 -./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016 -./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016 +./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016,2017 +./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016,2017 ./lib/isc/include/isc/sockaddr.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2015,2016 ./lib/isc/include/isc/socket.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016 ./lib/isc/include/isc/stats.h C 2009,2012,2016 @@ -4000,7 +4000,7 @@ ./lib/isc/lfsr.c C 1999,2000,2001,2002,2004,2005,2007,2016 ./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016 ./lib/isc/log.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2016,2017 -./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016 +./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016,2017 ./lib/isc/mem.c C 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017 ./lib/isc/mips/Makefile.in MAKE 2007,2012,2016 ./lib/isc/mips/include/Makefile.in MAKE 2007,2012,2016