Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-09-10 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: configure.ac debian/changelog doc/apt-verbatim.ent doc/po/apt-doc.pot doc/po/de.po doc/po/es.po doc/po/fr.po doc/po/it.po doc/po/ja.po doc/po/pl.po doc/po/pt.po doc/po/pt_BR.po po/apt-all.pot po/ar.po po/ast.po po/bg.po po/bs.po po/ca.po po/cs.po po/cy.po po/da.po po/de.po po/dz.po po/el.po po/es.po po/eu.po po/fi.po po/fr.po po/gl.po po/hu.po po/it.po po/ja.po po/km.po po/ko.po po/ku.po po/lt.po po/mr.po po/nb.po po/ne.po po/nl.po po/nn.po po/pl.po po/pt.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sl.po po/sv.po po/th.po po/tl.po po/tr.po po/uk.po po/vi.po po/zh_CN.po po/zh_TW.po | |||
2014-09-09 | prepare 1.0.81.0.8 | Michael Vogt | |
2014-09-09 | debian/gbp.conf: use export-dir | Michael Vogt | |
2014-09-03 | Run autopkgtest tests with "env -i" to avoid pollution from the host env | Michael Vogt | |
Closes: #759655 | |||
2014-08-27 | prepare 1.0.7 | Michael Vogt | |
2014-07-17 | Use @builddeps@ in the debian/tests/control file | Michael Vogt | |
2014-07-10 | releasing package apt version 1.0.61.0.6 | Michael Vogt | |
2014-07-10 | prepare 1.0.6 | Michael Vogt | |
2014-07-08 | build: Convert from DebianDoc SGML to DocBook XML | Guillem Jover | |
2014-06-18 | releasing package apt version 1.0.51.0.5 | Michael Vogt | |
2014-06-12 | releasing package apt version 1.0.4ubuntu41.0.4ubuntu4 | Michael Vogt | |
2014-06-12 | releasing package apt version 1.0.4ubuntu31.0.4ubuntu3 | Michael Vogt | |
2014-06-11 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
2014-06-11 | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver tests | Michael Vogt | |
2014-06-11 | releasing package apt version 1.0.4ubuntu2 | Michael Vogt | |
2014-06-11 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
2014-06-11 | fix autopkgtest tests | Michael Vogt | |
2014-06-10 | Merge branch 'debian/sid' into ubuntu/master1.0.4ubuntu1 | Michael Vogt | |
Conflicts: configure.ac debian/changelog | |||
2014-06-10 | release 1.0.4 | Michael Vogt | |
2014-06-10 | use pkgSrcRecords::Step() instead of Next() | Michael Vogt | |
2014-06-10 | prepare 1.0.4 upload | Michael Vogt | |
2014-05-30 | update symbols files | David Kalnischkies | |
Git-Dch: ignore | |||
2014-05-05 | Merge branch 'debian/sid' into ubuntu/master | Michael Vogt | |
Conflicts: configure.ac debian/apt.dirs debian/changelog |