From ec8202429cd4b2f5e21499ece428c334a9af449a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Mon, 31 Jul 2017 21:32:24 +0200 Subject: main/mini_httpd: upgrade to 1.27 --- main/mini_httpd/APKBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'main/mini_httpd/APKBUILD') diff --git a/main/mini_httpd/APKBUILD b/main/mini_httpd/APKBUILD index af4384b2a6..cc86aafd1c 100644 --- a/main/mini_httpd/APKBUILD +++ b/main/mini_httpd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=mini_httpd -pkgver=1.26 -pkgrel=2 +pkgver=1.27 +pkgrel=0 pkgdesc="Small forking webserver with ssl and ipv6 support" url="http://www.acme.com/software/mini_httpd/" arch="all" @@ -13,7 +13,6 @@ makedepends="libressl-dev" subpackages="$pkgname-doc" install="$pkgname.pre-install" source="http://www.acme.com/software/$pkgname/$pkgname-$pkgver.tar.gz - fix-cgi.patch $pkgname.conf $pkgname.initd $pkgname.logrotate @@ -24,8 +23,7 @@ build() { cd "$builddir" make CFLAGS="${CFLAGS} -DUSE_SSL" \ LDFLAGS="${LDFLAGS}" \ - SSL_LIBS="-lssl -lcrypto" \ - || return 1 + SSL_LIBS="-lssl -lcrypto" } package() { @@ -50,8 +48,7 @@ package() { install -dm755 -g $pkggroups "$pkgdir"/var/www/localhost/htdocs } -sha512sums="d29027df1c5cc3b4f4c91915a729337028372374042d663431e7f0ca0e6bd5b3d1cf1658cc6d2e6f5fa576268e06b81a12fc7b954ccb779645d267c5b180e3e3 mini_httpd-1.26.tar.gz -0ba18ce425ceb3f9fb18eeec7be2453263d76f81dfcc357fb8bd9d31bd89af69b030fa4d82bfe48441e81625a211e372aa06facd8fccacd5c0f33269a77de71f fix-cgi.patch +sha512sums="a7374374d70eb6e531225bf944d80158c7a1870f0e9d3ab720f83706f722eaeac3a891f06c3d6ac2189e1d368504db0ce512440a1d09be109f804c8a0c7901e1 mini_httpd-1.27.tar.gz 1e6ef2da61c82ff5e8bb79058c188954d72c69e9d25abdd9bca51f3122aac8729bcfd6e53ae7ee40807b9250698f2cde13dad51ffed962aa07004c7f456f9cb3 mini_httpd.conf 9daa9052609136a461c912ee2b64829abf2c4c626553a12a3d45c2158be4ed0749126b5ea594fed02a6a4779d7869a073070c259ac28ca19171a168fcbb0632c mini_httpd.initd 701c8d393963836267289cba7352caaf61925c6a7e4903f0d418245415b214e17dcab3497697dd5c9ab80f3f71c9cb5dbcc0a3706bc6be25b6031da000ee0ef0 mini_httpd.logrotate" -- cgit v1.2.3