~alpine/aports

community/libmicrohttpd: upgrade to 0.9.75 v1 REJECTED

Gavin Henry: 1
 community/libmicrohttpd: upgrade to 0.9.75

 1 files changed, 6 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3980/mbox | git am -3
Learn more about email & git

[PATCH] community/libmicrohttpd: upgrade to 0.9.75 Export this patch

---
 community/libmicrohttpd/APKBUILD | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/community/libmicrohttpd/APKBUILD b/community/libmicrohttpd/APKBUILD
index de1997f863..00e1514224 100644
--- a/community/libmicrohttpd/APKBUILD
+++ b/community/libmicrohttpd/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Contributor: Gavin Henry <ghenry@sentrypeer.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libmicrohttpd
pkgver=0.9.73
pkgver=0.9.75
pkgrel=0
pkgdesc="small C library that is supposed to make it easy to run an HTTP server as part of another application"
url="https://www.gnu.org/software/libmicrohttpd/"
arch="all"
license="LGPL-2.1-or-later"
makedepends="autoconf automake curl-dev gettext-dev gnutls-dev libgcrypt-dev libtool"
makedepends="autoconf automake curl-dev gettext-dev gnutls-dev libgcrypt-dev libtool texinfo"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$pkgver.tar.gz"

@@ -43,4 +44,6 @@ package() {
		"$pkgdir"/usr/include/platform.h
}

sha512sums="473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3  libmicrohttpd-0.9.73.tar.gz"
sha512sums="
4dc62ed191342a61cc2767171bb1ff4050f390db14ef7100299888237b52ea0b04b939c843878fe7f5daec2b35a47b3c1b7e7c11fb32d458184fe6b19986a37c  libmicrohttpd-0.9.75.tar.gz
"
-- 
2.34.1
Looks like this isn't needed due to https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28910

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32264#note_223993
yeah, it was a dupe

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32264#note_224036