Skip to content
Snippets Groups Projects
Unverified Commit 93d10d04 authored by Ritesh Raj Sarraf's avatar Ritesh Raj Sarraf
Browse files

Release apt version 2.6.0+apertis1

parent 144357a4
No related branches found
No related tags found
1 merge request!59Fix d/changelog
Pipeline #575747 skipped
apt (2.6.1) apertis; urgency=medium
* Merge updates from Debian Bookworm
apt (2.6.0) unstable; urgency=medium
* Update for Debian Bookworm
apt (2.2.4+apertis6) apertis; urgency=medium
* Fix error handling with getline
The function getline is used to read data from different streams, however,
the error handling is not accurate. Check both return value and errno
to handle errors.
* Refresh the automatically detected licensing information
-- Walter Lozano <walter.lozano@collabora.com> Fri, 04 Nov 2022 10:55:55 -0300
apt (2.2.4+apertis5) apertis; urgency=medium
* Revert "Rework keyring check to support busybox cmp"
-- Walter Lozano <walter.lozano@collabora.com> Mon, 20 Dec 2021 16:04:49 -0300
apt (2.2.4+apertis4) apertis; urgency=medium
* Rework keyring check to support busybox cmp
-- Walter Lozano <walter.lozano@collabora.com> Wed, 17 Nov 2021 19:48:58 +0000
apt (2.2.4+apertis3) apertis; urgency=medium
* Move sequoia-gpgv dependency first as that will cause debootstrap to pick it up
-- Frédéric Danis <frederic.danis@collabora.com> Thu, 22 Jul 2021 11:30:29 +0200
apt (2.2.4+apertis2) apertis; urgency=medium
* Add sequoia-gpgv dependency
-- Frédéric Danis <frederic.danis@collabora.com> Tue, 20 Jul 2021 14:03:47 +0200
apt (2.2.4+apertis1) apertis; urgency=medium
* Merge from Debian Bullseye. Remaining Apertis-specific changes:
apt (2.6.0+apertis1) apertis; urgency=medium
* Sync updates from debian/bookworm
* Remaining Apertis specific changes:
- Fix error handling with getline
The function getline is used to read data from different streams, however,
the error handling is not accurate. Check both return value and errno
to handle errors.
- Add sequoia-gpgv dependency
- Add Apertis vendor configuration.
-- Apertis CI <devel@lists.apertis.org> Tue, 13 Jul 2021 16:50:13 +0000
-- Ritesh Raj Sarraf <ritesh.sarraf@collabora.com> Thu, 18 May 2023 19:27:28 +0530
apt (2.2.4) unstable; urgency=medium
apt (2.6.0) unstable; urgency=medium
* The "unhappy bookworm" release. Too many changes needed to clarify
licensing.
......@@ -68,19 +32,8 @@ apt (2.2.4) unstable; urgency=medium
[ Miroslav Kure ]
* Czech program translation update (Closes: #1031008)
<<<<<<< HEAD
[ Bastian Germann ]
* machine-readable version of COPYING (Closes: #1019273), initial version
=======
apt (2.2.3apertis1) unstable; urgency=medium
* Merge from Debian Bullseye. Remaining Apertis-specific changes:
- Add Apertis vendor configuration.
-- Andrej Shadura <andrew.shadura@collabora.co.uk> Thu, 29 Apr 2021 15:22:53 +0200
apt (2.2.3) unstable; urgency=medium
>>>>>>> apertis/v2024dev2
[ Julian Andres Klode ]
* Update lintian override info format in d/apt.lintian-overrides
......@@ -622,6 +575,109 @@ apt (2.3.0) experimental; urgency=medium
-- Julian Andres Klode <jak@debian.org> Mon, 08 Mar 2021 11:50:31 +0100
apt (2.2.4+apertis6) apertis; urgency=medium
* Fix error handling with getline
The function getline is used to read data from different streams, however,
the error handling is not accurate. Check both return value and errno
to handle errors.
* Refresh the automatically detected licensing information
-- Walter Lozano <walter.lozano@collabora.com> Fri, 04 Nov 2022 10:55:55 -0300
apt (2.2.4+apertis5) apertis; urgency=medium
* Revert "Rework keyring check to support busybox cmp"
-- Walter Lozano <walter.lozano@collabora.com> Mon, 20 Dec 2021 16:04:49 -0300
apt (2.2.4+apertis4) apertis; urgency=medium
* Rework keyring check to support busybox cmp
-- Walter Lozano <walter.lozano@collabora.com> Wed, 17 Nov 2021 19:48:58 +0000
apt (2.2.4+apertis3) apertis; urgency=medium
* Move sequoia-gpgv dependency first as that will cause debootstrap to pick it up
-- Frédéric Danis <frederic.danis@collabora.com> Thu, 22 Jul 2021 11:30:29 +0200
apt (2.2.4+apertis2) apertis; urgency=medium
* Add sequoia-gpgv dependency
-- Frédéric Danis <frederic.danis@collabora.com> Tue, 20 Jul 2021 14:03:47 +0200
apt (2.2.4+apertis1) apertis; urgency=medium
* Merge from Debian Bullseye. Remaining Apertis-specific changes:
- Add Apertis vendor configuration.
-- Apertis CI <devel@lists.apertis.org> Tue, 13 Jul 2021 16:50:13 +0000
apt (2.2.4) unstable; urgency=medium
[ Julian Andres Klode ]
* Various bugfixes to the JSON hooks:
- encoder fixes:
+ json: Escape strings using \u escape sequences, add test
+ json: Actually pop states
+ json: Encode NULL strings as null
- json: Flush standard file descriptors before calling hooks
(this avoids output from hooks in middle of apt output)
- Non-installed JSON changes:
+ test/json: Make the test hook more reliable
+ Fix a typo in json-hooks-protocol.md (thanks to Brian Murray)
* Avoid infinite loop on EOF on media change prompt (LP: #1928687)
* Turn TLS handshake issues into transient errors (LP: #1928100),
this makes behavior consistent with TCP and enables Acquire::Retries
* policy: Apply phasing to uninstalled packages too (LP: #1925745),
this prevents inconsistencies when installing new binaries that depend
on the same version of an already installed binary.
[ David Kalnischkies ]
* URI encode Filename field of Packages files (again). This fixes a
regression introduced in 2.1.15 that causes download failures of
packages with an epoch included in their filename.
-- Julian Andres Klode <jak@debian.org> Thu, 10 Jun 2021 10:53:34 +0200
apt (2.2.3apertis1) unstable; urgency=medium
* Merge from Debian Bullseye. Remaining Apertis-specific changes:
- Add Apertis vendor configuration.
-- Andrej Shadura <andrew.shadura@collabora.co.uk> Thu, 29 Apr 2021 15:22:53 +0200
apt (2.2.3) unstable; urgency=medium
* tests: Check for and discard expected warning from MaybeAddAuth. For some
reason, this was only noticed with LTO enabled, but should be a general
issue.
* Fix downloads of unsized files that are largest in pipeline (LP: #1921626)
* Warn on packages without a Size field. Such repositories are broken and
need to be fixed, as we do not test apt against them, see the bug above
for more details. Set Acquire::AllowUnsizedPackages to disable the
warning.
-- Julian Andres Klode <jak@debian.org> Tue, 13 Apr 2021 17:53:32 +0200
apt (2.2.2) unstable; urgency=medium
[ David Kalnischkies ]
* Deal with rred shortcomings around empty patch files (LP: #1918112)
- Allow merging with empty pdiff patches
- Rename pdiff merge patches only after they are all downloaded
- Start pdiff patching from the last possible starting point
- Ensure all index files sent custom tags to the methods
* Harden test for no new acquires after transaction abort (Closes: #984966)
[ Julian Andres Klode ]
* Make ADDARG{,C}() macros expand to single statements
-- Julian Andres Klode <jak@debian.org> Fri, 12 Mar 2021 09:15:59 +0100
apt (2.2.1) unstable; urgency=medium
[ Julian Andres Klode ]
......@@ -649,7 +705,7 @@ apt (2.2.0) unstable; urgency=medium
* The "Happy soft freeze" release
* Do not make DefaultRootSetFunc2 public symbol
* kernels: Avoid std::regex for escaping '.' and '+'
* symbols: Remove spurious package line, add kernel autoremoval helper
* symbols: Remove spurios package line, add kernel autoremoval helper
-- Julian Andres Klode <jak@debian.org> Thu, 18 Feb 2021 20:35:09 +0100
......@@ -9817,7 +9873,7 @@ apt (0.7.10) unstable; urgency=low
- make the authentication download code more robust against
servers/proxies with broken If-Range implementations
* apt-pkg/packagemanager.{cc,h}:
- propagate the Immediate flag to make hitting the
- propergate the Immediate flag to make hitting the
"E: Internal Error, Could not perform immediate configuration (2)"
harder
* debian/control:
......@@ -11985,7 +12041,7 @@ apt (0.5.0) unstable; urgency=low
* Ability to parse and return source index build depends from Randolph.
* new 'apt-get build-dep' command from Randolph. Closes: #63982
* Added apt-ftparchive the all dancing all singing FTP archive
maintenance program
maintinance program
* Allow version specifications with =1.2.4-3 and /2.2 or /stable postfixes
in apt-get.
* Removed useless internal cruft including the xstatus file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment