miniupnpd: update to 2.3.1.

This commit is contained in:
Duncaen 2022-10-17 14:17:26 +02:00
parent 42adeab0aa
commit 3ab1679c5b
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@
--iptablespath=*)
IPTABLESPATH=$(echo $argv | cut -d= -f2) ;;
--getifaddrs) GETIFADDRS=1 ;;
- --v6sockets-v6only) V6SOCKETS_ARE_V6ONLY="0"
+ --v6sockets-v6only) V6SOCKETS_ARE_V6ONLY="0" ;;
--host-os=*)
OS_NAME=$(echo $argv | cut -d= -f2) ;;
--host-os-version=*)

View File

@ -1,6 +1,6 @@
# Template file for 'miniupnpd'
pkgname=miniupnpd
version=2.3.0
version=2.3.1
revision=1
build_style=configure
configure_args="
@ -23,7 +23,7 @@ license="BSD-3-Clause"
homepage="http://miniupnp.free.fr"
changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-${version}.tar.gz"
distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz"
checksum=ff9e95e360c7baae757575b5badc21ab1c643d359956f968540b4f8026facf9c
checksum=d1dfd4c0276549bbd3d5e434b913f1212481b5f726a9258f90f65e8ccb493b33
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"