Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | CMake: Enforce "override" use on overriden methods | Julian Andres Klode | |
This ensures that we do not accidentally stop overriding a method because it's signature changed in an API break. | |||
2019-05-06 | Merge libapt-inst into libapt-pkg | Julian Andres Klode | |
2019-05-06 | Merge tag '1.8.1' | Julian Andres Klode | |
apt Debian release 1.8.1 | |||
2019-05-06 | Release 1.8.11.8.1 | Julian Andres Klode | |
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 | |||
2019-05-03 | Prevent shutdown while running dpkg | Julian Andres Klode | |
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886 | |||
2019-04-04 | Merge branch 'pkgconfig' into 'master' | Julian Andres Klode | |
Add PkgConfig on the apt-pkg and apt-inst libraries See merge request apt-team/apt!20 | |||
2019-03-11 | Use system-provided triehash | Julian Andres Klode | |
2019-03-08 | Add pkg-config files for the apt-pkg and apt-inst libraries | Corentin Noël | |
Closes: #439121 | |||
2019-03-08 | Merge tag '1.8.0' | Julian Andres Klode | |
apt Debian release 1.8.0 | |||
2019-03-08 | Release 1.8.01.8.0 | Julian Andres Klode | |
2019-03-07 | CMake: Install auth.conf.d directory | Julian Andres Klode | |
The missing auth.conf.d directory was an oversight, it should be there. LP: #1818996 | |||
2019-02-26 | Merge tag '1.8.0_rc4' | Julian Andres Klode | |
apt Debian release 1.8.0~rc4 | |||
2019-02-26 | Release 1.8.0~rc41.8.0_rc4 | Julian Andres Klode | |
2019-02-11 | Merge tag '1.8.0_rc3' | Julian Andres Klode | |
apt Debian release 1.8.0~rc3 | |||
2019-02-11 | Release 1.8.0~rc31.8.0_rc3 | Julian Andres Klode | |
2019-02-05 | CMakeLists.txt: Bump C++ standard version to C++14 | Julian Andres Klode | |
Not a lot of fancy new stuff there, but some good stuff. Would like to use C++17, but might not be stable yet. | |||
2019-02-04 | Release 1.8.0~rc21.8.0_rc2 | Julian Andres Klode | |
2019-02-04 | Release 1.8.0~rc11.8.0_rc1 | Julian Andres Klode | |
2019-02-04 | Detect function multiversioning and sse4.2/crc32, enables i386 | Julian Andres Klode | |
This fixes the build on kfreebsd-amd64, and due to the detection of sse4.2, should also enable the sse4.2 on i386. | |||
2019-01-23 | Release 1.8.0~beta11.8.0_beta1 | Julian Andres Klode | |
2019-01-22 | Release 1.8.0~alpha3.11.8.0_alpha3.1 | Julian Andres Klode | |
2018-12-18 | Release 1.8.0~alpha31.8.0_alpha3 | Julian Andres Klode | |
2018-11-13 | Release 1.8.0~alpha21.8.0_alpha2 | Julian Andres Klode | |
2018-11-12 | Release 1.8.0~alpha11.8.0_alpha1 | Julian Andres Klode | |
2018-10-07 | Release 1.7.01.7.0 | Julian Andres Klode | |
2018-09-20 | Release 1.7.0~rc21.7.0_rc2 | Julian Andres Klode | |
2018-09-18 | Release 1.7.0~rc1 to unstable1.7.0_rc1 | Julian Andres Klode | |
2018-08-20 | Release 1.7.0~alpha31.7.0_alpha3 | Julian Andres Klode | |
2018-07-09 | Release 1.7.0~alpha21.7.0_alpha2 | Julian Andres Klode | |
2018-06-25 | Release 1.7.0~alpha11.7.0_alpha1 | Julian Andres Klode | |
2018-05-05 | Avoid implicitly promotion of float to double | David Kalnischkies | |
Reported-By: gcc -Wdouble-promotion Gbp-Dch: Ignore | |||
2018-04-18 | Release 1.7.0~alpha0 to experimental1.7.0_alpha0 | Julian Andres Klode | |
2018-04-18 | Make libzstd optional in CMakeLists.txt, to aid cross-building | Julian Andres Klode | |
This makes cross-building a bit easier, and also porting to other platforms. | |||
2018-04-15 | Release 1.6~rc11.6_rc1 | Julian Andres Klode | |
2018-03-12 | apt-pkg: Add support for zstd | Julian Andres Klode | |
zstd is a compression algorithm developed by facebook. At level 19, it is about 6% worse in size than xz -6, but decompression is multiple times faster, saving about 40% install time, especially with eatmydata on cloud instances. | |||
2018-02-26 | Release 1.6~beta11.6_beta1 | Julian Andres Klode | |
2018-01-18 | Release 1.6~alpha71.6_alpha7 | Julian Andres Klode | |
2018-01-03 | Release 1.6~alpha61.6_alpha6 | Julian Andres Klode | |
2017-11-12 | Release 1.6~alpha51.6_alpha5 | Julian Andres Klode | |
2017-11-05 | Release 1.6~alpha4 | Julian Andres Klode | |
2017-10-28 | Release 1.6~alpha31.6_alpha3 | Julian Andres Klode | |
2017-10-26 | Release 1.6~alpha21.6_alpha2 | Julian Andres Klode | |
2017-10-23 | Release 1.6~alpha11.6_alpha1 | Julian Andres Klode | |
2017-10-22 | Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh | Julian Andres Klode | |
This reduces the number of syscalls to about 140 from about 350 or so, significantly reducing security risks. Also change prepare-release to ignore the architecture lists in the build dependencies when generating the build-depends package for travis. We might want to clean up things a bit more and/or move it somewhere else. | |||
2017-09-24 | Drop curl method and apt-transport-https package | Julian Andres Klode | |
This automatically removes any old apt-transport-https, as apt now Breaks it unversioned. | |||
2017-09-24 | Release 1.51.5 | Julian Andres Klode | |
2017-09-13 | Release 1.5~rc41.5_rc4 | Julian Andres Klode | |
2017-09-10 | Release 1.5~rc31.5_rc3 | Julian Andres Klode | |
2017-09-10 | CMake: Mark BZip2, LZMA, and LZ4 as required | Julian Andres Klode | |
We do not actually test without these libraries, and it likely would not build without them due to them being NOTFOUND and CMake exiting with an error, so let's just mark them as required. |