[packages/bind] - up to 9.16.1
arekm
arekm at pld-linux.org
Thu Mar 19 10:26:56 CET 2020
commit c49618dd242e6920ce7593c2dd06f61fa64ded90
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Mar 19 10:26:33 2020 +0100
- up to 9.16.1
bind-time.patch | 10 ----------
bind.spec | 18 ++++++++----------
nsupdate_segfault.patch | 19 -------------------
3 files changed, 8 insertions(+), 39 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index 6b9bb3e..2aec2a6 100644
--- a/bind.spec
+++ b/bind.spec
@@ -26,7 +26,7 @@
%bcond_without epoll # disable epoll support
%endif
-%define ver 9.16.0
+%define ver 9.16.1
%if 0
%define pverdot .P0
%define pverdir -P0
@@ -51,7 +51,7 @@ Epoch: 7
License: MPL 2.0
Group: Networking/Daemons
Source0: ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.xz
-# Source0-md5: f973848bf32797c5f546de7d92a6fd07
+# Source0-md5: 2c7f119c71a839f937fcc2788eaa2ecd
Source1: named.init
Source2: named.sysconfig
Source3: named.logrotate
@@ -59,7 +59,7 @@ Source4: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
# Source4-md5: 35b1dfaa12615c9802126ee833e0e7f7
# formerly http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt (dead URL now)
Source5: dnszone-schema.txt
-# Source5-md5: 49fe799c6eca54ae227b22d57ebc1145
+# Source5-md5: 026f3ddad50e5a8832bce39bb49bed2f
Source6: %{name}-hip.tar.gz
# Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
Source7: https://www.internic.net/domain/named.root
@@ -69,13 +69,12 @@ Source9: %{name}-localhost.zone
Source10: %{name}-named.conf
Source11: %{name}.tmpfiles
Source12: named.service
-Patch0: %{name}-time.patch
+
Patch1: %{name}-link.patch
Patch2: %{name}-pmake.patch
Patch3: %{name}-sdb-ldap.patch
Patch4: %{name}-ac-libs.patch
Patch5: %{name}-edns-client-subnet.patch
-Patch6: nsupdate_segfault.patch
URL: https://www.isc.org/software/bind
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -405,14 +404,13 @@ BIND-a.
%prep
%setup -q %{?with_hip:-a6} -n %{name}-%{ver}%{pverdir}
-%patch0 -p1
+
%patch1 -p1
%patch2 -p1
%{?with_ldap:%patch3 -p1}
%patch4 -p1
%{?with_hip:%{__mv} bind-hip/hip_55.[ch] lib/dns/rdata/generic}
%{?with_edns_cli:%patch5 -p0}
-%patch6 -p0
%build
%{__libtoolize}
@@ -655,17 +653,17 @@ fi
%attr(755,root,root) %{_libdir}/libbind9.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libbind9.so.1600
%attr(755,root,root) %{_libdir}/libdns.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdns.so.1600
+%attr(755,root,root) %ghost %{_libdir}/libdns.so.1601
%attr(755,root,root) %{_libdir}/libirs.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libirs.so.1600
%attr(755,root,root) %{_libdir}/libisc.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libisc.so.1600
+%attr(755,root,root) %ghost %{_libdir}/libisc.so.1601
%attr(755,root,root) %{_libdir}/libisccc.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libisccc.so.1600
%attr(755,root,root) %{_libdir}/libisccfg.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libisccfg.so.1600
%attr(755,root,root) %{_libdir}/libns.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libns.so.1600
+%attr(755,root,root) %ghost %{_libdir}/libns.so.1601
%files devel
%defattr(644,root,root,755)
diff --git a/bind-time.patch b/bind-time.patch
deleted file mode 100644
index 9333749..0000000
--- a/bind-time.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- bind-9.1.0/lib/isc/unix/stdtime.c.orig Mon Mar 26 03:46:07 2001
-+++ bind-9.1.0/lib/isc/unix/stdtime.c Mon Mar 26 03:45:44 2001
-@@ -19,6 +19,7 @@
-
- #include <config.h>
-
-+#include <time.h>
- #include <sys/time.h>
-
- #include <isc/stdtime.h>
diff --git a/nsupdate_segfault.patch b/nsupdate_segfault.patch
deleted file mode 100644
index eff9c2c..0000000
--- a/nsupdate_segfault.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-fix for "Segmentation fault" in nsupdate
-
- $ nsupdate
- > update
- Segmentation fault
-
-from https://bugs.archlinux.org/task/30139?getfile=8868
-(they say: "The upstream bug reference number is 29550")
---- /home/bisson/Desktop/bind-9.9.1-P1/bin/nsupdate/nsupdate.c 2012-06-02 01:29:52.000000000 +1000
-+++ bin/nsupdate/nsupdate.c 2012-06-06 02:50:37.894357220 +1000
-@@ -376,7 +376,7 @@
- char sc, dc;
-
- if (string == NULL)
-- return (NULL);
-+ return &string;
-
- for (; *string != '\0'; string++) {
- sc = *string;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bind.git/commitdiff/c49618dd242e6920ce7593c2dd06f61fa64ded90
More information about the pld-cvs-commit
mailing list