diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe b/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.recipe similarity index 95% rename from net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe rename to net-libs/libmicrohttpd/libmicrohttpd-1.0.1.recipe index 85427f62a..4866ab66b 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe +++ b/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.recipe @@ -28,15 +28,15 @@ simple WWW pages from within your C or C++ application, check it out." HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" COPYRIGHT="2017 Free Software Foundation, Inc." LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="1" SOURCE_URI="http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$portVersion.tar.gz" -CHECKSUM_SHA256="0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8" +CHECKSUM_SHA256="a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94" PATCHES="libmicrohttpd-$portVersion.patchset" -ARCHITECTURES="all ?x86_gcc2" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libVersion="12.57.0" +libVersion="12.62.1" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" diff --git a/net-libs/libmicrohttpd/patches/libmicrohttpd-0.9.72.patchset b/net-libs/libmicrohttpd/patches/libmicrohttpd-1.0.1.patchset similarity index 68% rename from net-libs/libmicrohttpd/patches/libmicrohttpd-0.9.72.patchset rename to net-libs/libmicrohttpd/patches/libmicrohttpd-1.0.1.patchset index 111921493..0c765c656 100644 --- a/net-libs/libmicrohttpd/patches/libmicrohttpd-0.9.72.patchset +++ b/net-libs/libmicrohttpd/patches/libmicrohttpd-1.0.1.patchset @@ -1,14 +1,14 @@ -From cbc92847fcba8b6e1455bfba24dfa020618c9506 Mon Sep 17 00:00:00 2001 +From 43c39d24cecd3f686efded8fbcea5d32a63383c2 Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Fri, 4 Aug 2017 10:06:42 +0300 Subject: Fix linker errors. diff --git a/configure.ac b/configure.ac -index 844ea46..6528d57 100644 +index 932f8ad..8d7d12c 100644 --- a/configure.ac +++ b/configure.ac -@@ -366,6 +366,12 @@ AS_CASE(["$host_os"], +@@ -1030,6 +1030,12 @@ AS_CASE(["$host_os"], mhd_host_os='GNU Hurd' AC_MSG_RESULT([[$mhd_host_os]]) ], @@ -19,8 +19,8 @@ index 844ea46..6528d57 100644 + AC_SEARCH_LIBS(gethostbyname, network) + ], [ - mhd_host_os='unrecognised OS' - AC_MSG_RESULT([[$mhd_host_os]]) + AC_MSG_RESULT([unrecognised OS]) + mhd_host_os="${host_os}" -- -2.37.3 +2.42.1