diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:14:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:14:25 +0000 |
commit | edafdc433ddb9e583e39e736cc1e635b83ef824b (patch) | |
tree | c20881397301beaba5fd9aea0861b118a805f989 /apt-pkg | |
parent | Adding upstream version 2.7.12. (diff) | |
download | apt-edafdc433ddb9e583e39e736cc1e635b83ef824b.tar.xz apt-edafdc433ddb9e583e39e736cc1e635b83ef824b.zip |
Adding upstream version 2.7.13.upstream/2.7.13
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/init.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index f1742c0..7593540 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -131,6 +131,7 @@ bool pkgInitConfig(Configuration &Cnf) Cnf.Set("APT::Build-Essential::", "build-essential"); Cnf.CndSet("APT::Install-Recommends", true); Cnf.CndSet("APT::Install-Suggests", false); + Cnf.CndSet("APT::Key::Assert-Pubkey-Algo", ">=rsa2048,ed25519,ed448"); Cnf.CndSet("Dir","/"); // State |