From 05ed2cb76ba90544e9910e5dbbcabd19d97a1a99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 15 Aug 2020 11:34:37 -0400 Subject: [PATCH] Revert "libmicrohttpd: update to 0.9.71." This reverts commit 270beb06228bc9bfbee7a28ec745f3be8a409dad. Incompatible API changes break compilation of at least kismet and psensor packages. See https://github.com/kismetwireless/kismet/issues/281 --- srcpkgs/libmicrohttpd/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libmicrohttpd/template b/srcpkgs/libmicrohttpd/template index a518c17a49..fa988788d7 100644 --- a/srcpkgs/libmicrohttpd/template +++ b/srcpkgs/libmicrohttpd/template @@ -1,7 +1,8 @@ # Template file for 'libmicrohttpd' pkgname=libmicrohttpd -version=0.9.71 -revision=1 +version=0.9.70 +reverts="0.9.71_1" +revision=2 build_style=gnu-configure makedepends="libgcrypt-devel gnutls-devel libcurl-devel" short_desc="Library embedding HTTP server functionality" @@ -9,7 +10,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://www.gnu.org/software/libmicrohttpd/" distfiles="${GNU_SITE}/libmicrohttpd/${pkgname}-${version}.tar.gz" -checksum=e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182 +checksum=90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307 LDFLAGS=" -lgnutls"