summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2016-01-20 19:46:10 +0100
committerChristian Ruppert <idl0r@gentoo.org>2016-01-20 19:56:38 +0100
commit0e0691849217fd2a7038ca3f7392a40967081e8f (patch)
tree4b6f2db89860c99d09717f9c64591492ff9a2747 /net-dns/bind/files
parentsys-apps/coreutils: version bump to 8.25 (diff)
downloadgentoo-0e0691849217fd2a7038ca3f7392a40967081e8f.tar.gz
gentoo-0e0691849217fd2a7038ca3f7392a40967081e8f.tar.bz2
gentoo-0e0691849217fd2a7038ca3f7392a40967081e8f.zip
net-dns/bind: Remove old versions. Cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-dns/bind/files')
-rw-r--r--net-dns/bind/files/bind-9.7.3-odbc-dlz-detect.patch21
-rw-r--r--net-dns/bind/files/bind-dlzmysql5-reconnect.patch59
-rw-r--r--net-dns/bind/files/named.cache88
-rw-r--r--net-dns/bind/files/named.cache-r190
4 files changed, 0 insertions, 258 deletions
diff --git a/net-dns/bind/files/bind-9.7.3-odbc-dlz-detect.patch b/net-dns/bind/files/bind-9.7.3-odbc-dlz-detect.patch
deleted file mode 100644
index 1577d578ddd4..000000000000
--- a/net-dns/bind/files/bind-9.7.3-odbc-dlz-detect.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/contrib/dlz/config.dlz.in b/contrib/dlz/config.dlz.in
-index ff3783a..bd7a700 100644
---- a/contrib/dlz/config.dlz.in
-+++ b/contrib/dlz/config.dlz.in
-@@ -407,10 +407,13 @@ then
- odbcdirs="/usr /usr/local /usr/pkg"
- for d in $odbcdirs
- do
-- if test -f $d/include/sql.h -a -f $d/lib/libodbc.a
-+ if test -f $d/include/sql.h
- then
-- use_dlz_odbc=$d
-- break
-+ if test -f $d/lib/libodbc.a -o -f $d/lib/libodbc.la -o $d/lib/libodbc.so
-+ then
-+ use_dlz_odbc=$d
-+ break
-+ fi
- fi
- done
- fi
diff --git a/net-dns/bind/files/bind-dlzmysql5-reconnect.patch b/net-dns/bind/files/bind-dlzmysql5-reconnect.patch
deleted file mode 100644
index b854b9583f16..000000000000
--- a/net-dns/bind/files/bind-dlzmysql5-reconnect.patch
+++ /dev/null
@@ -1,59 +0,0 @@
---- bind-9.5.0a6.orig/contrib/dlz/drivers/dlz_mysql_driver.c 2007-02-06 06:44:26.000000000 +0100
-+++ bind-9.5.0a6/contrib/dlz/drivers/dlz_mysql_driver.c 2007-09-04 23:57:57.000000000 +0200
-@@ -92,6 +92,25 @@
- */
-
- /*%
-+ * Factorize the mysql_ping for adding a log error message
-+ */
-+static isc_result_t
-+mysqldrv_ping(dbinstance_t *dbi) {
-+ int pres = 0;
-+
-+ pres = mysql_ping(dbi->dbconn);
-+ if ( pres != 0 ) {
-+ isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
-+ DNS_LOGMODULE_DLZ, ISC_LOG_DEBUG(1),
-+ "\nMySQL Ping Error : %s (%i)\n",
-+ mysql_error(dbi->dbconn),
-+ mysql_errno(dbi->dbconn));
-+ return (ISC_R_FAILURE);
-+ }
-+ return (ISC_R_SUCCESS);
-+}
-+
-+/*%
- * Allocates memory for a new string, and then constructs the new
- * string by "escaping" the input string. The new string is
- * safe to be used in queries. This is necessary because we cannot
-@@ -225,6 +244,8 @@
- }
-
-
-+ mysqldrv_ping(dbi);
-+
- /*
- * was a zone string passed? If so, make it safe for use in
- * queries.
-@@ -324,7 +345,7 @@
- qres = mysql_query((MYSQL *) dbi->dbconn, querystring);
- if (qres == 0)
- break;
-- for (j=0; mysql_ping((MYSQL *) dbi->dbconn) != 0 && j < 4; j++)
-+ for (j=0; mysqldrv_ping(dbi) != 0 && j < 4; j++)
- ;
- }
-
-@@ -923,6 +944,12 @@
- pass = getParameterValue(argv[1], "pass=");
- socket = getParameterValue(argv[1], "socket=");
-
-+ if(mysql_options((MYSQL *) dbi->dbconn, MYSQL_OPT_RECONNECT, "1")) {
-+ isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
-+ DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
-+ "Could not set database reconnect option");
-+ }
-+
- for (j=0; dbc == NULL && j < 4; j++)
- dbc = mysql_real_connect((MYSQL *) dbi->dbconn, host,
- user, pass, dbname, port, socket,
diff --git a/net-dns/bind/files/named.cache b/net-dns/bind/files/named.cache
deleted file mode 100644
index 6c19741298de..000000000000
--- a/net-dns/bind/files/named.cache
+++ /dev/null
@@ -1,88 +0,0 @@
-; This file holds the information on root name servers needed to
-; initialize cache of Internet domain name servers
-; (e.g. reference this file in the "cache . <file>"
-; configuration file of BIND domain name servers).
-;
-; This file is made available by InterNIC
-; under anonymous FTP as
-; file /domain/named.cache
-; on server FTP.INTERNIC.NET
-; -OR- RS.INTERNIC.NET
-;
-; last update: Jan 3, 2013
-; related version of root zone: 2013010300
-;
-; formerly NS.INTERNIC.NET
-;
-. 3600000 IN NS A.ROOT-SERVERS.NET.
-A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
-A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:BA3E::2:30
-;
-; FORMERLY NS1.ISI.EDU
-;
-. 3600000 NS B.ROOT-SERVERS.NET.
-B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201
-;
-; FORMERLY C.PSI.NET
-;
-. 3600000 NS C.ROOT-SERVERS.NET.
-C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12
-;
-; FORMERLY TERP.UMD.EDU
-;
-. 3600000 NS D.ROOT-SERVERS.NET.
-D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13
-D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2D::D
-;
-; FORMERLY NS.NASA.GOV
-;
-. 3600000 NS E.ROOT-SERVERS.NET.
-E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10
-;
-; FORMERLY NS.ISC.ORG
-;
-. 3600000 NS F.ROOT-SERVERS.NET.
-F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241
-F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2F::F
-;
-; FORMERLY NS.NIC.DDN.MIL
-;
-. 3600000 NS G.ROOT-SERVERS.NET.
-G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4
-;
-; FORMERLY AOS.ARL.ARMY.MIL
-;
-. 3600000 NS H.ROOT-SERVERS.NET.
-H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53
-H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803F:235
-;
-; FORMERLY NIC.NORDU.NET
-;
-. 3600000 NS I.ROOT-SERVERS.NET.
-I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17
-I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FE::53
-;
-; OPERATED BY VERISIGN, INC.
-;
-. 3600000 NS J.ROOT-SERVERS.NET.
-J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30
-J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:C27::2:30
-;
-; OPERATED BY RIPE NCC
-;
-. 3600000 NS K.ROOT-SERVERS.NET.
-K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129
-K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7FD::1
-;
-; OPERATED BY ICANN
-;
-. 3600000 NS L.ROOT-SERVERS.NET.
-L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42
-L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:3::42
-;
-; OPERATED BY WIDE
-;
-. 3600000 NS M.ROOT-SERVERS.NET.
-M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33
-M.ROOT-SERVERS.NET. 3600000 AAAA 2001:DC3::35
-; End of File
diff --git a/net-dns/bind/files/named.cache-r1 b/net-dns/bind/files/named.cache-r1
deleted file mode 100644
index c9d3cccd5b0c..000000000000
--- a/net-dns/bind/files/named.cache-r1
+++ /dev/null
@@ -1,90 +0,0 @@
-; This file holds the information on root name servers needed to
-; initialize cache of Internet domain name servers
-; (e.g. reference this file in the "cache . <file>"
-; configuration file of BIND domain name servers).
-;
-; This file is made available by InterNIC
-; under anonymous FTP as
-; file /domain/named.cache
-; on server FTP.INTERNIC.NET
-; -OR- RS.INTERNIC.NET
-;
-; last update: May 23, 2015
-; related version of root zone: 2015052300
-;
-; formerly NS.INTERNIC.NET
-;
-. 3600000 NS A.ROOT-SERVERS.NET.
-A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4
-A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30
-;
-; FORMERLY NS1.ISI.EDU
-;
-. 3600000 NS B.ROOT-SERVERS.NET.
-B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201
-B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:84::b
-;
-; FORMERLY C.PSI.NET
-;
-. 3600000 NS C.ROOT-SERVERS.NET.
-C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12
-C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::c
-;
-; FORMERLY TERP.UMD.EDU
-;
-. 3600000 NS D.ROOT-SERVERS.NET.
-D.ROOT-SERVERS.NET. 3600000 A 199.7.91.13
-D.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2d::d
-;
-; FORMERLY NS.NASA.GOV
-;
-. 3600000 NS E.ROOT-SERVERS.NET.
-E.ROOT-SERVERS.NET. 3600000 A 192.203.230.10
-;
-; FORMERLY NS.ISC.ORG
-;
-. 3600000 NS F.ROOT-SERVERS.NET.
-F.ROOT-SERVERS.NET. 3600000 A 192.5.5.241
-F.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2f::f
-;
-; FORMERLY NS.NIC.DDN.MIL
-;
-. 3600000 NS G.ROOT-SERVERS.NET.
-G.ROOT-SERVERS.NET. 3600000 A 192.112.36.4
-;
-; FORMERLY AOS.ARL.ARMY.MIL
-;
-. 3600000 NS H.ROOT-SERVERS.NET.
-H.ROOT-SERVERS.NET. 3600000 A 128.63.2.53
-H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::803f:235
-;
-; FORMERLY NIC.NORDU.NET
-;
-. 3600000 NS I.ROOT-SERVERS.NET.
-I.ROOT-SERVERS.NET. 3600000 A 192.36.148.17
-I.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fe::53
-;
-; OPERATED BY VERISIGN, INC.
-;
-. 3600000 NS J.ROOT-SERVERS.NET.
-J.ROOT-SERVERS.NET. 3600000 A 192.58.128.30
-J.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:c27::2:30
-;
-; OPERATED BY RIPE NCC
-;
-. 3600000 NS K.ROOT-SERVERS.NET.
-K.ROOT-SERVERS.NET. 3600000 A 193.0.14.129
-K.ROOT-SERVERS.NET. 3600000 AAAA 2001:7fd::1
-;
-; OPERATED BY ICANN
-;
-. 3600000 NS L.ROOT-SERVERS.NET.
-L.ROOT-SERVERS.NET. 3600000 A 199.7.83.42
-L.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:3::42
-;
-; OPERATED BY WIDE
-;
-. 3600000 NS M.ROOT-SERVERS.NET.
-M.ROOT-SERVERS.NET. 3600000 A 202.12.27.33
-M.ROOT-SERVERS.NET. 3600000 AAAA 2001:dc3::35
-; End of file