apache2 (2.4.55-1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/2.4.55-1 tag
- Git: https://salsa.debian.org/apache-team/apache2.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 58712064
- Browser: https://salsa.debian.org/apache-team/apache2
- Last scan: 2023-01-30 03:08:44+00
- Next scan: 2023-02-05 06:46:00+00
- Merge requests: 1
- CI pipeline status: failed
- Debian changelog in Git:
apache2 (2.4.55-1) unstable; urgency=medium
[ Hendrik Jäger ]
* disable ssl session tickets
* redundant example as already enabled in the default config
* logrotate indentation
* Update example how to prevent access to VCS directories
[ lintian-brush ]
* Update lintian override info to new format:
+ debian/source/lintian-overrides: line 2, 4-5, 8
+ debian/apache2-data.lintian-overrides: line 2-5
+ debian/apache2-bin.lintian-overrides: line 3
+ debian/apache2-doc.lintian-overrides: line 2
+ debian/apache2.lintian-overrides: line 6
* Set upstream metadata fields: Repository-Browse.
* Update standards version to 4.6.2, no changes needed.
[ Yadd ]
* New upstream version (Closes: CVE-2006-20001, CVE-2022-36760, CVE-2022-37436)
-- Yadd <yadd@debian.org> Wed, 18 Jan 2023 07:41:55 +0400
- This branch is 4 commits ahead of tag debian/2.4.55-1
- Git log:
commit f18873f35d40c23403b357bcbd73d36e54bb8717
Author: Hendrik Jäger <gitcommit@henk.geekmail.org>
Date: Sun Jan 29 13:11:17 2023 +0100
fix: check for existence before trying to remove
commit a79b00bb99bec1c21d20df33640936152b616e41
Author: Hendrik Jäger <gitcommit@henk.geekmail.org>
Date: Thu Nov 24 11:40:07 2022 +0100
fix: exit if any command in the script fails
commit 41a2f2fd05619796274f4420917fcda67e981d70
Author: MichaIng <micha@dietpi.com>
Date: Mon Jan 23 12:48:47 2023 +0000
Drop dependency of mod_ssl on mod_setenvif
This was only left because of a comment in defaul-ssl.conf containing
the BrowserMatch directive. However, this comment was
referring to MSIE 2-6 and is hence removed.
Solves: #987156
Signed-off-by: MichaIng <micha@dietpi.com>
commit 6e250831bcf4fdf099c4367cae272782bc82c321
Author: MichaIng <micha@dietpi.com>
Date: Mon Jan 23 12:45:15 2023 +0000
Remove obsolete MSIE 2-6 comment
Signed-off-by: MichaIng <micha@dietpi.com>