We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24d6a1 commit b92934aCopy full SHA for b92934a
apt-pkg/contrib/hashes.cc
@@ -330,9 +330,6 @@ class PrivateHashes {
330
exit(2);
331
}
332
333
- // It is OK for apt to use MD5.
334
- gcry_control(GCRYCTL_NO_FIPS_MODE, 0);
335
-
336
gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0);
337
338
debian/control
@@ -17,7 +17,7 @@ Build-Depends: cmake (>= 3.4),
17
libbz2-dev,
18
libdb-dev,
19
libgnutls28-dev (>= 3.4.6),
20
- libgcrypt20-dev (>=1.10.0),
+ libgcrypt20-dev,
21
liblz4-dev (>= 0.0~r126),
22
liblzma-dev,
23
libseccomp-dev (>= 2.4.2) [amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hppa powerpc powerpcspe ppc64 x32],
0 commit comments