summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge tag '1.8.0'Julian Andres Klode2019-03-0811-45/+94
|\| | | | | | | apt Debian release 1.8.0
| * Release 1.8.01.8.0Julian Andres Klode2019-03-087-13/+26
| |
| * CMake: Install auth.conf.d directoryJulian Andres Klode2019-03-071-0/+1
| | | | | | | | | | | | | | The missing auth.conf.d directory was an oversight, it should be there. LP: #1818996
| * Dutch manpages translation updateFrans Spiesschaert2019-03-061-5/+4
| | | | | | | | Closes: #923834
| * Dutch program translation updateFrans Spiesschaert2019-03-061-6/+9
| | | | | | | | Closes: #923728
| * Fix name of APT::Update::Post-Invoke-Stats (was ...Update-Post...)Julian Andres Klode2019-03-061-1/+1
| | | | | | | | Bad accident. Accidents happen.
| * Merge branch 'l10n-1.8.y' into '1.8.y'Julian Andres Klode2019-03-041-18/+15
| |\ | | | | | | | | | | | | [l10n] Update Italian translation See merge request apt-team/apt!53
| | * [l10n] Update Italian translationMilo Casagrande2019-03-041-18/+15
| | | | | | | | | | | | Signed-off-by: Milo Casagrande <milo@milo.name>
| * | Merge branch 'bugfix/reportbinarysig' into '1.8.y'Julian Andres Klode2019-03-042-2/+38
| |\ \ | | |/ | |/| | | | | | | Add explicit message for unsupported binary signature See merge request apt-team/apt!52
| | * Add explicit message for unsupported binary signatureDavid Kalnischkies2019-03-032-2/+38
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verifying the content of Release.gpg made us fail on binary signatures which were never officially supported (apt-secure manpage only documents only the generation of ASCII armored), but silently accepted by gpgv as we passed it on unchecked before. The binary format is complex and is itself split into old and new formats so adding support for this would not only add lots of code but also a good opportunity for bugs and dubious benefit. Reporting this issue explicitly should help repository creators figure out the problem faster than the default NODATA message hinting at captive portals. Given that the binary format has no file magic or any other clear and simple indication that this is a detached signature we guess based on the first two bits only – and by that only supporting the "old" binary format which seems to be the only one generated by gnupg in this case. References: e2965b0b6bdd68ffcad0e06d11755412a7e16e50 Closes: #921685
* | Merge branch 'pu/abi6'Julian Andres Klode2019-02-2668-2850/+1553
|\ \
| * | fileutl: Merge Popen variantsJulian Andres Klode2019-02-263-15/+2
| | |
| * | apt-private: Remove unused InitLocale() variantJulian Andres Klode2019-02-262-2/+0
| | |
| * | acquire-item: Remove deprecated members and functionsJulian Andres Klode2019-02-263-51/+3
| | |
| * | extracttar: Remove deprecated ExtractTar::Done(bool) variantJulian Andres Klode2019-02-263-6/+0
| | |
| * | orderlist: Remove deprecated VisitNode() variantJulian Andres Klode2019-02-261-1/+0
| | |
| * | dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()Julian Andres Klode2019-02-263-6/+0
| | |
| * | fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode2019-02-263-29/+0
| | |
| * | strutl: Remove deprecated functionsJulian Andres Klode2019-02-263-61/+0
| | |
| * | edsp: Remove deprecated functionsJulian Andres Klode2019-02-263-356/+2
| | |
| * | sptr: Remove deprecated smart pointer classesJulian Andres Klode2019-02-265-78/+0
| | | | | | | | | | | | Please use the standard C++ variants instead.
| * | sourceslist: Remove deprecated AddVolatileFiles() variantJulian Andres Klode2019-02-263-19/+0
| | |
| * | netrc: Remove deprecated function maybe_add_auth()Julian Andres Klode2019-02-263-12/+0
| | |
| * | depcache: Remove deprecated functionsJulian Andres Klode2019-02-263-20/+0
| | |
| * | packagemanager: Remove deprecated functionsJulian Andres Klode2019-02-265-51/+0
| | |
| * | pkgcachegen: Remove deprecated functionsJulian Andres Klode2019-02-263-11/+0
| | |
| * | indexcopy: Remove deprecated SigVerify::RunGPGV()Julian Andres Klode2019-02-262-15/+0
| | |
| * | hashes: Remove deprecated functionsJulian Andres Klode2019-02-263-69/+6
| | | | | | | | | | | | | | | | | | This keeps the members in the class, but makes them private. We want to migrate to libgcrypt eventually, since we already use libgcrypt through gpgv anyway.
| * | metaindex: Remove deprecated checkSum::Hash (replaced by Hashes)Julian Andres Klode2019-02-262-7/+0
| | |
| * | algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode2019-02-263-29/+0
| | |
| * | acquire: Remove deprecated pkgAcquire::Setup() functionJulian Andres Klode2019-02-263-34/+0
| | |
| * | acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2019-02-265-32/+7
| | | | | | | | | | | | Clean up the code, make it neat, lalala
| * | tagfile: Remove deprecated pkgUserTagSection and TFRewriteJulian Andres Klode2019-02-263-167/+2
| | |
| * | indexfile: Remove deprecated translation functionsJulian Andres Klode2019-02-263-38/+0
| | |
| * | clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode2019-02-264-33/+6
| | |
| * | pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-267-83/+8
| | | | | | | | | | | | This is possible now with the API break. Cleaner code, woohoo.
| * | pkgrecords: Renive deprecated functionsJulian Andres Klode2019-02-261-4/+0
| | |
| * | cachefile: Remove deprecated functionsJulian Andres Klode2019-02-261-2/+0
| | |
| * | upgrade: Remove deprecated functionsJulian Andres Klode2019-02-263-27/+1
| | |
| * | cacheiterators: Cleanup deprecated codeJulian Andres Klode2019-02-263-52/+1
| | |
| * | pkgcache: Remove deprecated bitsJulian Andres Klode2019-02-263-25/+0
| | |
| * | Bump SONAMEs in preparation for ABI breaksJulian Andres Klode2019-02-268-1578/+1578
|/ /
* | Revert "debian/gbp.conf: Set debian-branch to 1.8.y"Julian Andres Klode2019-02-261-1/+1
| | | | | | | | This reverts commit 51ac850da87c606a45214ba03711c4a3c5c1c780.
* | Merge tag '1.8.0_rc4'Julian Andres Klode2019-02-267-7/+22
|\| | | | | | | apt Debian release 1.8.0~rc4
| * Release 1.8.0~rc41.8.0_rc4Julian Andres Klode2019-02-265-6/+14
| |
| * Introduce APT::Install::Pre-Invoke / Post-Invoke-SuccessJulian Andres Klode2019-02-131-1/+6
| | | | | | | | | | | | | | | | | | These will run in our frontends currently, and can show messages. For the sake of keeping the implementation complexity low, a non-success variant of Post-Invoke is not provided. LP: #1815761
| * update: Provide APT::Update-Post-Invoke-Stats script hook pointJulian Andres Klode2019-02-131-0/+2
| | | | | | | | | | | | | | | | This is run after an update has been run and only if status on the new cache has been shown, allowing scripts to display their own status messages. LP: #1815760
* | Merge tag '1.8.0_rc3'Julian Andres Klode2019-02-1128-166/+184
|\| | | | | | | apt Debian release 1.8.0~rc3
| * Release 1.8.0~rc31.8.0_rc3Julian Andres Klode2019-02-115-6/+28
| |
| * Install translated apt_auth and apt-transport-* manpagesJulian Andres Klode2019-02-111-0/+2
| | | | | | | | Seems we missed those before.