Version in base suite: 4.99.0-2 Base version: tcpdump_4.99.0-2 Target version: tcpdump_4.99.0-2+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/t/tcpdump/tcpdump_4.99.0-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/t/tcpdump/tcpdump_4.99.0-2+deb11u1.dsc changelog | 8 ++++++++ salsa-ci.yml | 3 +++ usr.bin.tcpdump | 4 ++++ 3 files changed, 15 insertions(+) diff -Nru tcpdump-4.99.0/debian/changelog tcpdump-4.99.0/debian/changelog --- tcpdump-4.99.0/debian/changelog 2021-01-15 22:41:47.000000000 +0000 +++ tcpdump-4.99.0/debian/changelog 2022-05-22 16:22:50.000000000 +0000 @@ -1,3 +1,11 @@ +tcpdump (4.99.0-2+deb11u1) bullseye; urgency=medium + + * Minor AppArmor profile updates (debian/usr.bin.tcpdump): + + Grant access to *.cap (closes: #989433). + + Account for numerical suffix in filenames added by -W (closes: #1010688). + + -- Romain Francoise Sun, 22 May 2022 18:22:50 +0200 + tcpdump (4.99.0-2) unstable; urgency=medium * Add autopkgtest support, running the upstream test suite. diff -Nru tcpdump-4.99.0/debian/salsa-ci.yml tcpdump-4.99.0/debian/salsa-ci.yml --- tcpdump-4.99.0/debian/salsa-ci.yml 2021-01-03 19:25:12.000000000 +0000 +++ tcpdump-4.99.0/debian/salsa-ci.yml 2022-05-22 16:22:50.000000000 +0000 @@ -4,4 +4,7 @@ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml variables: + RELEASE: 'bullseye' + SALSA_CI_DISABLE_VERSION_BUMP: "true" + SALSA_CI_DISABLE_AUTOPKGTEST: 1 SALSA_CI_DISABLE_REPROTEST: 1 diff -Nru tcpdump-4.99.0/debian/usr.bin.tcpdump tcpdump-4.99.0/debian/usr.bin.tcpdump --- tcpdump-4.99.0/debian/usr.bin.tcpdump 2021-01-03 20:25:50.000000000 +0000 +++ tcpdump-4.99.0/debian/usr.bin.tcpdump 2022-05-22 16:19:03.000000000 +0000 @@ -54,6 +54,10 @@ # for -r, -F and -w /**.[pP][cC][aA][pP] rw, + /**.[cC][aA][pP] rw, + # -W adds a numerical suffix + /**.[pP][cC][aA][pP][0-9]* rw, + /**.[cC][aA][pP][0-9]* rw, # for convenience with -r (ie, read pcap files from other sources) /var/log/snort/*log* r,