diff --git a/app-crypt/libmd/libmd-1.0.0.recipe b/app-crypt/libmd/libmd-1.0.1.recipe similarity index 92% rename from app-crypt/libmd/libmd-1.0.0.recipe rename to app-crypt/libmd/libmd-1.0.1.recipe index e435d6ce1..bb3c4e5cb 100644 --- a/app-crypt/libmd/libmd-1.0.0.recipe +++ b/app-crypt/libmd/libmd-1.0.1.recipe @@ -17,7 +17,7 @@ COPYRIGHT="2009, 2011, 2018 Guillem Jover 1997, 2003, 2004 Todd C. Miller Poul-Henning Kamp Colin Plumb - Steve Reid " + Steve Reid" LICENSE="BSD (3-clause) Beerware BSD (2-clause) @@ -26,13 +26,13 @@ LICENSE="BSD (3-clause) Public Domain" REVISION="1" SOURCE_URI="https://libbsd.freedesktop.org/releases/libmd-$portVersion.tar.xz" -CHECKSUM_SHA256="f21aea69f6411cb4307cda1f6378c7ed07830202b5f4cb9e64f681fdaf2d64c7" +CHECKSUM_SHA256="e14eeb931cf85330f95ff822262d3033125488dfb2f867441e36e2d2c4a34c71" PATCHES="libmd-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -libVersion="0.0.1" +libVersion="0.0.2" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -55,6 +55,9 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel " BUILD_PREREQUIRES=" + cmd:aclocal + cmd:autoconf + cmd:automake cmd:awk cmd:find cmd:gcc$secondaryArchSuffix diff --git a/app-crypt/libmd/patches/libmd-1.0.0.patchset b/app-crypt/libmd/patches/libmd-1.0.1.patchset similarity index 69% rename from app-crypt/libmd/patches/libmd-1.0.0.patchset rename to app-crypt/libmd/patches/libmd-1.0.1.patchset index d13d353a2..883fe6239 100644 --- a/app-crypt/libmd/patches/libmd-1.0.0.patchset +++ b/app-crypt/libmd/patches/libmd-1.0.1.patchset @@ -1,17 +1,14 @@ From 5b8465a3d576188312c83e111039e7d1a1182161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 2 Mar 2017 11:00:39 +0100 -Subject: [PATCH] Endiannes support on Haiku +Subject: Endiannes support on Haiku ---- - src/sha2.c | 4 ++++ - 1 file changed, 4 insertions(+) diff --git a/src/sha2.c b/src/sha2.c -index 029d0d4..5cbbe2b 100644 +index 849ebbb..9fd8ff9 100644 --- a/src/sha2.c +++ b/src/sha2.c -@@ -36,6 +36,10 @@ +@@ -38,6 +38,10 @@ #include @@ -23,5 +20,5 @@ index 029d0d4..5cbbe2b 100644 #include -- -2.11.0 +2.19.1