diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/rpm-4.14.1.local.patch | 5 | ||||
l--------- | patches/rpm_host-4.14.1.local.patch | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/patches/rpm-4.14.1.local.patch b/patches/rpm-4.14.1.local.patch index 904ee921..122f5a95 100644 --- a/patches/rpm-4.14.1.local.patch +++ b/patches/rpm-4.14.1.local.patch @@ -287,12 +287,11 @@ Only in rpm-4.14.1: macros.in.orig diff -ru rpm-4.14.1.orig/rpmio/digest_openssl.c rpm-4.14.1/rpmio/digest_openssl.c --- rpm-4.14.1.orig/rpmio/digest_openssl.c 2017-10-05 12:04:57.554602041 +0200 +++ rpm-4.14.1/rpmio/digest_openssl.c 2018-04-01 02:39:06.081268659 +0200 -@@ -175,8 +175,11 @@ +@@ -175,8 +175,10 @@ case PGPHASHALGO_RIPEMD160: return EVP_ripemd160(); -+/* This should be a ifndef libressl... */ -+#ifndef __midipix__ ++#ifndef LIBRESSL_VERSION_NUMBER case PGPHASHALGO_MD2: return EVP_md2(); +#endif diff --git a/patches/rpm_host-4.14.1.local.patch b/patches/rpm_host-4.14.1.local.patch new file mode 120000 index 00000000..171da06e --- /dev/null +++ b/patches/rpm_host-4.14.1.local.patch @@ -0,0 +1 @@ +rpm-4.14.1.local.patch
\ No newline at end of file |