python-apt (2.1.7)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the 2.1.7 tag
- Git: https://salsa.debian.org/apt-team/python-apt.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/apt-team/python-apt
- Last scan: 2021-01-21 10:05:18+00
- Next scan: 2021-01-27 19:32:00+00
- Merge requests: 8
- CI pipeline status: success
- Debian changelog in Git:
python-apt (2.1.7) unstable; urgency=medium
* SECURITY UPDATE: various memory and file descriptor leaks (LP: #1899193)
- python/arfile.cc, python/generic.h, python/tag.cc, python/tarfile.cc:
fix file descriptor and memory leaks
- python/apt_instmodule.cc, python/apt_instmodule.h, python/arfile.h:
Avoid reference cycle with control,data members in apt_inst.DebFile
objects
- tests/test_cve_2020_27351.py: Test cases for DebFile (others not easily
testable)
* Regression fixes for the updates merged too:
- arfile.cc: Fix segmentation fault when opening fd, track lifetime correctly
(Closes: #977000)
- arfile: Regression: Collect file<->deb/ar reference cycles
-- Julian Andres Klode <jak@debian.org> Thu, 10 Dec 2020 15:35:32 +0100
- This branch is 1 commit ahead of tag 2.1.7
- Git log:
commit 9f3127bdeb968c7d9bbec7c945c20f8543de02d4
Author: Helmut Grohne <helmut@subdivi.de>
Date: Thu Jan 21 10:05:07 2021 +0100
Annotate test dependencies with <!nocheck>
Closes: #980719