[packages/bind] Up to 9.18.19; fixes CVE-2023-3341, CVE-2023-4236
arekm
arekm at pld-linux.org
Wed Sep 20 15:06:39 CEST 2023
commit ca4af5d25cffbdbb120b9d408f425fb9bb9aa442
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Sep 20 14:19:35 2023 +0200
Up to 9.18.19; fixes CVE-2023-3341, CVE-2023-4236
bind.spec | 4 ++--
jemalloc.patch | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index f4b8d1a..31dbdff 100644
--- 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
diff --git a/jemalloc.patch b/jemalloc.patch
index 7d8655a..36c36bd 100644
--- a/jemalloc.patch
+++ b/jemalloc.patch
@@ -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
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bind.git/commitdiff/ca4af5d25cffbdbb120b9d408f425fb9bb9aa442
More information about the pld-cvs-commit
mailing list