summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:28:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:28:37 +0000
commitd4091a1a000a6eef2ea1a05db243f983146a5eab (patch)
tree30532b26971c8e1a88b27059b9532771ed8f5f7a
parentMerging upstream version 1.9.5. (diff)
downloaddnsdist-d4091a1a000a6eef2ea1a05db243f983146a5eab.tar.xz
dnsdist-d4091a1a000a6eef2ea1a05db243f983146a5eab.zip
Adding debian version 1.9.5-1.debian/1.9.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/autoconf-systemd-version13
-rw-r--r--debian/patches/series1
3 files changed, 7 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index 0de01d9..5af9f93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dnsdist (1.9.5-1) unstable; urgency=medium
+
+ * New upstream version 1.9.5
+ * Drop upstream applied patches
+
+ -- Chris Hofstaedtler <zeha@debian.org> Mon, 24 Jun 2024 23:44:20 +0200
+
dnsdist (1.9.4-1) unstable; urgency=medium
* New upstream version 1.9.4, fixes CVE-2024-25581 (Closes: #1071750)
diff --git a/debian/patches/autoconf-systemd-version b/debian/patches/autoconf-systemd-version
deleted file mode 100644
index d783299..0000000
--- a/debian/patches/autoconf-systemd-version
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: dnsdist/m4/systemd.m4
-===================================================================
---- dnsdist.orig/m4/systemd.m4
-+++ dnsdist/m4/systemd.m4
-@@ -134,7 +134,7 @@ AC_DEFUN([AX_CHECK_SYSTEMD_FEATURES], [
- AC_PATH_PROG([SYSTEMCTL], [systemctl], [no])
- AS_IF([test "$SYSTEMCTL" = "no"],
- [AC_MSG_ERROR([systemctl not found])], [
-- _systemd_version=`${SYSTEMCTL} --version|head -1 |cut -d" " -f 2`
-+ _systemd_version=`${SYSTEMCTL} --version | head -1 | tr ".~" " " | cut -d" " -f 2`
- if test $_systemd_version -ge 183; then
- systemd_private_tmp=y
- fi
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2fd1fa5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-autoconf-systemd-version