]> git.pld-linux.org Git - packages/bind.git/commitdiff
Up to 9.18.19; fixes CVE-2023-3341, CVE-2023-4236
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Sep 2023 12:19:35 +0000 (14:19 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Sep 2023 12:19:35 +0000 (14:19 +0200)
bind.spec
jemalloc.patch

index f4b8d1ace9c676628a9bfb26a7722c0fd1f2bbb0..31dbdff9bbac96f0450df34443d9631d38d4ff5b 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -24,7 +24,7 @@
 %bcond_without epoll           # disable epoll support
 %endif
 
-%define                ver     9.18.18
+%define                ver     9.18.19
 %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: d8f443ea8fbd294345b3b7d1a7a81417
+# Source0-md5: 3da0a07a5dded9f12186c80663c30f57
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
index 7d8655a5d610bbf6396d5f4af2273e41aa126190..36c36bd3e5a4fbbe9702e120fe06039c8246584b 100644 (file)
@@ -1,10 +1,11 @@
 --- 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) && !defined(__DragonFly__)
  #include <malloc_np.h>
+ #define JEMALLOC_API_SUPPORTED 1
  #elif defined(HAVE_JEMALLOC)
 +#define JEMALLOC_MANGLE 1
  #include <jemalloc/jemalloc.h>
+ #define JEMALLOC_API_SUPPORTED 1
  
- #if JEMALLOC_VERSION_MAJOR < 4
+
This page took 0.111848 seconds and 4 git commands to generate.