diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:35:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:35:15 +0000 |
commit | 8952e2a937a96ed9a52f099c1a4652df05ac7851 (patch) | |
tree | 4f1aceb864e2a11cf3a8d8d7c372a537a0c9bc83 | |
parent | Releasing progress-linux version 4.99.4-3~progress7.99u1. (diff) | |
download | tcpdump-8952e2a937a96ed9a52f099c1a4652df05ac7851.tar.xz tcpdump-8952e2a937a96ed9a52f099c1a4652df05ac7851.zip |
Merging debian version 4.99.4-4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/drop-privs-only-if-non-root.diff | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5fb3f1f..1b3ef79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +tcpdump (4.99.4-4) unstable; urgency=medium + + * debian/watch: switch to .tar.xz URLs as upstream homepage no longer + lists the .tar.gz. + * Mark latest patch as "Forwarded: not-needed". + * Bump Standards-Version to 4.7.0. + + -- Romain Francoise <rfrancoise@debian.org> Sun, 28 Apr 2024 17:07:15 +0200 + tcpdump (4.99.4-3~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index c7bf0c7..3b28821 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1~), libpcap0.8-dev (>= 1.9.1), libssl-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://www.tcpdump.org/ Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/tcpdump diff --git a/debian/patches/drop-privs-only-if-non-root.diff b/debian/patches/drop-privs-only-if-non-root.diff index e7001b7..25a3a8e 100644 --- a/debian/patches/drop-privs-only-if-non-root.diff +++ b/debian/patches/drop-privs-only-if-non-root.diff @@ -3,6 +3,7 @@ From: Martin Willi <martin@strongswan.org> Date: Tue, 12 Nov 2019 13:43:31 +0100 Subject: [PATCH] Skip privilege dropping when using -Z root on --with-user builds +Forwarded: not-needed Distributions which started building --with-user to switch to an unpriviliged user claim that the old behavior of running under root diff --git a/debian/watch b/debian/watch index 634e3ac..ef88666 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -opts="pgpsigurlmangle=s%$%.sig%" https://www.tcpdump.org release/tcpdump-([\d\.]*).tar.gz +opts="pgpsigurlmangle=s%$%.sig%" https://www.tcpdump.org release/tcpdump-([\d\.]*).tar.xz |