miniupnpd: update to 2.3.1.
This commit is contained in:
parent
42adeab0aa
commit
3ab1679c5b
|
@ -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=*)
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue