varnish (7.1.1-1.1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 7.1.1-1 < 7.1.1-1.1.
- Git: https://salsa.debian.org/varnish-team/varnish.git
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 85204992
- Browser: https://salsa.debian.org/varnish-team/varnish
- Last scan: 2023-09-21 04:14:08+00
- Next scan: 2023-09-27 14:38:00+00
- CI pipeline status: success
- Debian changelog in Git:
varnish (7.1.1-1) unstable; urgency=medium
* New upstream release (CVE-2022-38150, VSV00009)
-- Stig Sandbeck Mathisen <ssm@debian.org> Fri, 12 Aug 2022 11:23:00 +0200
- This branch is 13 commits ahead of tag debian/7.1.0-6
- Git log:
commit 32d77159575dd61ba27fe8a0e548119af1c243b6
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Date: Sat Aug 13 12:56:09 2022 +0200
Add missing build dependency on dh addon.
Changes-By: lintian-brush
Fixes: lintian: missing-build-dependency-for-dh_-command
See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh_-command.html
commit d0d42be62f5a3cd25d0b5c9620d670aad096f65b
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Date: Fri Aug 12 11:23:33 2022 +0200
release
commit b765c6ff6bf3917f9b60b533c5fce2be0b71d3b9
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Date: Fri Aug 12 11:11:04 2022 +0200
update lintian overrides
commit 6fe450a2f75b7e91b7b1ac37b58b58483c720de1
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Date: Tue Aug 9 14:02:12 2022 +0200
changelog
commit 031242ae233e1b8fb81f6951f944448b5698ec84
Merge: a658eedc3 2e6a97d65
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Date: Tue Aug 9 14:01:58 2022 +0200
Merge tag 'upstream/7.1.1' into debian/unstable
Upstream version 7.1.1
commit 2e6a97d65174ca54281b92c1750775302bf904b1
Merge: a2045f840 7cee1c581
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Date: Tue Aug 9 14:00:29 2022 +0200
New upstream version 7.1.1
commit 7cee1c581bead20e88d101ab3d72afb29f14d87a
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Thu Aug 4 14:18:08 2022 +0200
Prepare for 7.1.1
commit 137d9814d7b214971c3ddcb04a6d68ca479f0a10
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Thu Aug 4 14:14:19 2022 +0200
Add #3830 to the changelog
commit 0fb3baff7963604a55be0ed6ebdf1e4654ead219
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Thu Aug 4 11:04:37 2022 +0200
Clean up assertions in http_hdr_flags()
The input argument assertions and checks in http_hdr_flags() were
misleading and lacking. With this patch it returns (NULL) on either input
being NULL, and also when called with an empty string instead of
asserting.
commit 19544fdc6649bd294f25314d9f609b4979b1fe48
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Thu Aug 4 10:59:33 2022 +0200
Do not call http_hdr_flags() on pseudo-headers
In http_EstimateWS(), all headers are passed to the http_isfiltered()
function to calculate how many bytes is needed to serialize the entire
struct http. http_isfiltered() will check the headers for whether they are
going to be filtered out later and if so skip them.
However http_isfiltered() would attempt to treat all elements of struct
http as regular headers with an implicit structure. That does not hold for
the first three pseudo-header entries, which would lead to asserts in
later steps.
This patch skips the filter step for pseudo-headers.
Fixes: #3830
commit 3e22c7ab28ed2bd756445a1e595c90ec82156293
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Thu Aug 4 15:33:26 2022 +0200
Follow redirects when downloading dist
commit d48636d23bb277ca8650a6174c872d74080f2859
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Tue Mar 15 15:52:54 2022 +0100
Default to the 7.1 branch of pkg-varnish-plus
commit 75191239483e86beb4423162803272a1602a7635
Author: Martin Blix Grydeland <martin@varnish-software.com>
Date: Tue Mar 15 15:43:13 2022 +0100
Convert circleci setup to be a release branch
Enable package building on commits