diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2007-03-02 09:21:09 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2007-03-02 09:21:09 +0000 |
commit | adc5766cb522bca6f744d253625707216f8232dd (patch) | |
tree | 4e2cb44fa74640f496546cd3d70b4a3d69daec07 /net-dns/bind/files | |
parent | + urandom use for net-dns/bind (diff) | |
download | gentoo-2-adc5766cb522bca6f744d253625707216f8232dd.tar.gz gentoo-2-adc5766cb522bca6f744d253625707216f8232dd.tar.bz2 gentoo-2-adc5766cb522bca6f744d253625707216f8232dd.zip |
+ /dev/urandom support; also closing bug #168888
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-dns/bind/files')
-rw-r--r-- | net-dns/bind/files/bind-9.4.0-dlzbdb-close_cursor.patch | 11 | ||||
-rw-r--r-- | net-dns/bind/files/bind-9.4.0_rc2-missing_odbc_test.patch | 20 | ||||
-rw-r--r-- | net-dns/bind/files/digest-bind-9.4.0-r1 (renamed from net-dns/bind/files/digest-bind-9.4.0) | 0 |
3 files changed, 11 insertions, 20 deletions
diff --git a/net-dns/bind/files/bind-9.4.0-dlzbdb-close_cursor.patch b/net-dns/bind/files/bind-9.4.0-dlzbdb-close_cursor.patch new file mode 100644 index 000000000000..ed71e16db188 --- /dev/null +++ b/net-dns/bind/files/bind-9.4.0-dlzbdb-close_cursor.patch @@ -0,0 +1,11 @@ +--- contrib/dlz/drivers/dlz_bdbhpt_driver.c 2007-03-02 12:02:12.000000000 +0300 ++++ contrib/dlz/drivers/dlz_bdbhpt_driver.c 2007-03-02 12:02:18.000000000 +0300 +@@ -442,7 +442,7 @@ + xfr_cursor->c_close(xfr_cursor); + + if (dns_cursor != NULL) +- dns_cursor->c_close(xfr_cursor); ++ dns_cursor->c_close(dns_cursor); + + return result; + } diff --git a/net-dns/bind/files/bind-9.4.0_rc2-missing_odbc_test.patch b/net-dns/bind/files/bind-9.4.0_rc2-missing_odbc_test.patch deleted file mode 100644 index ead47527451a..000000000000 --- a/net-dns/bind/files/bind-9.4.0_rc2-missing_odbc_test.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.in 2006-07-09 22:00:54.000000000 +0000 -+++ configure.in 2006-07-09 22:01:05.000000000 +0000 -@@ -686,17 +686,7 @@ - fi - done - -- if test -z "`${CC} contrib/sdb/test//test.c -lodbc -o contrib/sdb/test/test.ok 2>&1`"; then - DLZ_ODBC_LIB="-lodbc" -- elif test -z "`${CC} contrib/sdb/test//test.c -liodbc -o contrib/sdb/test/test.ok 2>&1`"; then -- DLZ_ODBC_LIB="-liodbc" -- else -- DLZ_ODBC_LIB="" -- use_dlz_odbc="no" -- AC_MSG_RESULT("no ODBC libraries found") -- fi -- rm -f contrib/sdb/test/test.ok -- - - if test "$use_dlz_odbc" = "yes" - then diff --git a/net-dns/bind/files/digest-bind-9.4.0 b/net-dns/bind/files/digest-bind-9.4.0-r1 index 5dce4389cdd3..5dce4389cdd3 100644 --- a/net-dns/bind/files/digest-bind-9.4.0 +++ b/net-dns/bind/files/digest-bind-9.4.0-r1 |