Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-05 | releasing package apt version 1.0.10.2ubuntu11.0.10.2ubuntu1 | Michael Vogt | |
2015-10-05 | Add breaks for the libapt-pkg4.16 rdepends | Michael Vogt | |
This ensures a clean wily->wily transition. | |||
2015-10-05 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
2015-09-18 | releasing package apt version 1.0.9.10ubuntu71.0.9.10ubuntu7 | Michael Vogt | |
2015-09-18 | Fix regression in the Never-MarkAuto-Sections feature caused by the previous ↵ | Michael Vogt | |
auto-removal fix, with inspiration drawn from the patches and conversation from http://bugs.debian.org/793360 (LP: #1479207) | |||
2015-08-21 | Release 1.0.10.21.0.10.2 | Julian Andres Klode | |
2015-08-03 | release 1.0.10.1 for gcc5 transition1.0.10.1 | David Kalnischkies | |
2015-08-03 | explicitly build-dep on g++ (>= 4:5.2) for gcc5 transition | David Kalnischkies | |
2015-07-25 | release 1.0.10 for gcc5 transition1.0.10 | David Kalnischkies | |
2015-07-25 | update symbols file to use gcc5 abi mangling | David Kalnischkies | |
Of course, the versions noted for the symbol are incorrect in sofar as there is no std::__cxx11::basic_string symbol in apt 0.8.0 – but there is also no libapt-pkg4.16 in that version. The version hence denotes the appearance of the function in the library, not of the mangled symbol so you can jugde by looking at the version if a backport would work out… | |||
2015-07-24 | Prepare new 1.0.10 release with gcc5 abi transition | Michael Vogt | |
2015-07-24 | updated for the gcc5 transition | Michael Vogt | |
2015-07-24 | * apt-pkg/packagemanager.h: | Michael Vogt | |
- re-add incorrectly removed pkgPackageManager::Go() to make python-apt build again | |||
2015-07-20 | fix build errors | Michael Vogt | |
2015-07-17 | abi bump for gcc-5 | Michael Vogt | |
* abi bump for gcc-5 * debian/control - rename libapt-pkg4.12 -> libapt-pkg4.16, the versions 4.13-4.15 are already taken in experimental - rename libapt-inst1.5 -> libapt-inst1.7, version 1.6 is already taken in experimental - build-depend on gcc-5 (>= 5.2.1-10) temporarily * debian/rules: - build with -O2 everywhere because of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 | |||
2015-05-22 | releasing package apt version 1.0.9.10ubuntu11.0.9.10ubuntu1 | Michael Vogt | |
2015-05-22 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: debian/changelog | |||
2015-05-22 | Release 1.0.9.101.0.9.10 | Michael Vogt | |
2015-05-22 | prepare release 1.0.9.10 | Michael Vogt | |
2015-05-07 | Merge branch 'debian/jessie' into ubuntu/master1.0.9.9ubuntu1 | Michael Vogt | |
Conflicts: configure.ac debian/changelog | |||
2015-04-28 | releasing package apt version 1.0.9.91.0.9.9 | Michael Vogt | |
2015-04-13 | release 1.0.9.8 | David Kalnischkies | |
2015-04-07 | releasing package apt version 1.0.9.7ubuntu41.0.9.7ubuntu4 | Michael Vogt | |
2015-03-23 | releasing package apt version 1.0.9.7ubuntu31.0.9.7ubuntu3 | Michael Vogt | |
2015-03-20 | releasing package apt version 1.0.9.7ubuntu21.0.9.7ubuntu2 | Michael Vogt | |
2015-03-16 | releasing package apt version 1.0.9.7ubuntu11.0.9.7ubuntu1 | Michael Vogt | |
2015-03-13 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: configure.ac debian/changelog | |||
2015-02-23 | releasing package apt version 1.0.9.71.0.9.7 | Michael Vogt | |
2015-01-16 | prepare 1.0.9.61.0.9.6 | Michael Vogt | |
2014-12-23 | release 1.0.9.51.0.9.5 | David Kalnischkies | |
2014-12-23 | tighten filtering of kernel images in apt.auto-removal | James McCoy | |
The current filtering matches the names of the image metapackages on the i386 architecture: $ dpkg-query -l | awk '/^ii[ ]+(linux|kfreebsd|gnumach)-image-[0-9]/ && $2 !~ /-dbg$/ { print $2 }' linux-image-3.16.0-4-586 linux-image-586 This results in an extra image package being removed from APT::NeverAutoRemove, losing the intended effect of keeping the {current, previous, latest} set of images installed. Requiring a “.” in the package name tightens the matched package names to those that are installing a specific version of the image, thus eliding the meta-packages. Closes: 772732 | |||
2014-12-03 | release 1.0.9.41.0.9.4 | David Kalnischkies | |
2014-11-10 | use 'best' hash for source authentication | David Kalnischkies | |
Collect all hashes we can get from the source record and put them into a HashStringList so that 'apt-get source' can use it instead of using always the MD5sum. We therefore also deprecate the MD5 struct member in favor of the list. While at it, the parsing of the Files is enhanced so that records which miss "Files" (aka MD5 checksums) are still searched for other checksums as they include just as much data, just not with a nice and catchy name. This is a cherry-pick of 1262d35 with some dirty tricks to preserve ABI. LP: 1098738 | |||
2014-11-10 | add a simple container for HashStrings | David Kalnischkies | |
APT supports more than just one HashString and even allows to enforce the usage of a specific hash. This class is intended to help with storage and passing around of the HashStrings. The cherry-pick here the un-const-ification of HashType() compared to f4c3850ea335545e297504941dc8c7a8f1c83358. The point of this commit is adding infrastructure for the next one. All by itself, it just adds new symbols. Git-Dch: Ignore | |||
2014-11-03 | releasing package apt version 1.0.9.3ubuntu11.0.9.3ubuntu1 | Michael Vogt | |
2014-11-03 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-10-17 | releasing package apt version 1.0.9.2ubuntu21.0.9.2ubuntu2 | Michael Vogt | |
2014-10-15 | releasing package apt version 1.0.9.31.0.9.3 | Michael Vogt | |
2014-10-08 | add CVE-2014-7206 to 1.0.9.2 | Michael Vogt | |
2014-10-08 | releasing package apt version 1.0.9.2ubuntu11.0.9.2ubuntu1 | Michael Vogt | |
2014-10-08 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: configure.ac debian/changelog | |||
2014-10-02 | releasing package apt version 1.0.9.21.0.9.2 | Michael Vogt | |
2014-10-01 | debian/rules: add hardening=+all | Michael Vogt | |
Because of dpkg-buildflags we already get most of the hardening features, +all adds -fPIE and ld -z now Thanks: Simon Ruderich, Markus Waldeck | |||
2014-09-17 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-09-17 | releasing package apt version 1.0.9.11.0.9.1 | Michael Vogt | |
2014-09-16 | prepare 1.0.8ubuntu3 | Michael Vogt | |
2014-09-16 | prepare 1.0.9.1 | Michael Vogt | |
2014-09-16 | merge previous upload | Michael Vogt | |
2014-09-10 | releasing package apt version 1.0.8ubuntu11.0.8ubuntu1 | Michael Vogt | |
2014-09-10 | merge non-git uploaded changelogs and verify that the code is in git too | Michael Vogt | |