Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleš Matěj <amatej@redhat.com>2021-04-27 15:51:11 +0300
committerJaroslav Rohel <jrohel@redhat.com>2021-09-29 10:44:41 +0300
commita602e05c94cf768a9f6705ee71beb843b505cc6d (patch)
tree26e7b4b68a694355bc6771c7d33ff028b597d399 /setup.py
parentdde3331b9b9919702dcb58776e7c4e1de0bc49a6 (diff)
Make use of SHA-1 and MD5 conditional, off by default (RhBug:1935486)
But ON for Python build. = changelog = msg: Remove insecure hashes SHA-1 and MD5 from the default build type: security resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1935486
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1cd7e1a..442dfb1 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,7 @@ setup(
'-DCREATEREPO_C_INSTALL_MANPAGES:BOOL=OFF',
'-DENABLE_BASHCOMP:BOOL=OFF',
'-DENABLE_DRPM:BOOL=OFF',
+ '-DWITH_LEGACY_HASHES:BOOL=ON',
],
cmake_languages=['C'],
entry_points={