]> git.pld-linux.org Git - packages/bind.git/commitdiff
Up to 9.18.12 auto/th/bind-9.18.12-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 Feb 2023 11:22:36 +0000 (12:22 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 Feb 2023 11:22:36 +0000 (12:22 +0100)
bind.spec
jemalloc.patch

index 57a8f05b178249115c76b10e54b40457f24f5585..cca4285b458e5359023af347a4b04b67461ef44e 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -24,7 +24,7 @@
 %bcond_without epoll           # disable epoll support
 %endif
 
-%define                ver     9.18.11
+%define                ver     9.18.12
 %if 0
 %define                pverdot .P0
 %define                pverdir -P0
@@ -49,7 +49,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: e1bc87814c67644e06be7d0ff5d9a45a
+# Source0-md5: 101a5d919a8d7da1ae98f36e36d1dc9f
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
@@ -58,7 +58,7 @@ Source4:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 Source6:       %{name}-hip.tar.gz
 # Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
 Source7:       https://www.internic.net/domain/named.root
-# Source7-md5: 81478ad4b1ef1a548fb1f5a9bfaff614
+# Source7-md5: 4c4297a3c3f7b3187cce3928df046be3
 Source8:       %{name}-127.0.0.zone
 Source9:       %{name}-localhost.zone
 Source10:      %{name}-named.conf
index 34ba3f6244c86e0416f74e697561da253a06a593..7d8655a5d610bbf6396d5f4af2273e41aa126190 100644 (file)
@@ -1,7 +1,7 @@
---- bind-9.18.0/lib/isc/mem.c~ 2022-01-24 09:28:57.000000000 +0100
-+++ bind-9.18.0/lib/isc/mem.c  2022-01-27 15:01:27.389870903 +0100
+--- bind-9.18.12/lib/isc/mem.c~        2023-02-03 12:25:47.000000000 +0100
++++ bind-9.18.12/lib/isc/mem.c 2023-02-16 11:51:17.269729505 +0100
 @@ -48,6 +48,7 @@
- #if defined(HAVE_MALLOC_NP_H)
+ #if defined(HAVE_MALLOC_NP_H) && !defined(__DragonFly__)
  #include <malloc_np.h>
  #elif defined(HAVE_JEMALLOC)
 +#define JEMALLOC_MANGLE 1
This page took 0.071567 seconds and 4 git commands to generate.