diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-17 21:33:46 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-11-25 14:10:41 -0800 |
commit | 4d824243e6330b44ce42cbacf6a0898db5ff572f (patch) | |
tree | 68b9a107f422256502aefa23eec06ad026a85335 /net/miniupnpd/Makefile | |
parent | 23c93e7fcc8ba32bd02f805ffdf136480ce20098 (diff) |
miniupnpd: update to 2.2.0
Replace daemon patch with upstream solution.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/miniupnpd/Makefile')
-rw-r--r-- | net/miniupnpd/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 8a6f0d4f4..44a367e58 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd -PKG_VERSION:=2.1.20200510 -PKG_RELEASE:=5 +PKG_VERSION:=2.2.0 +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=821e708f369cc1fb851506441fbc3a1f4a1b5a8bf8e84a9e71758a32f5127e8b +PKG_HASH:=f105210a13ed0ebfc649f661ecc59e0a072cc547b04977851f22b5521b4cadff +PKG_MAINTAINER:= PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:miniupnp_project:miniupnpd @@ -48,7 +49,8 @@ CONFIGURE_ARGS = \ --igd2 \ --leasefile \ --portinuse \ - --firewall=iptables + --firewall=iptables \ + --disable-fork TARGET_CFLAGS += $(FPIC) -flto TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed |