[oe] [meta-networking] [PATCH 14/70] miniupnpd: upgrade 2.3.10 -> 2.3.11
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> Changelog: ============ - fix READNU32 by casting to uint32_t - filter out non printable characters in description for lease file - check for the return value of snprintf() : overflow or error - nftables: Avoid building too long rule with nftnl_rule_nlmsg_build_payload() by triming description to 256 chars. - HTTPS: Do not abort on SSL errors - Fix heap overflow in PinholeVerification() - Free resources on start error - print usage on stdout or stderr depending on command line - increase maximum description length when possible (netfilter/nftables) - fix nfqueue code - Re-enable port forwarding properly (broken in 2.3.10) - Fix PCP option size parsing - Allow using ip/mask when IPv6 is compiled but disabled - use a 8kB buffer for Netlink as recommended - fix URL parsing in upnpevents.c Signed-off-by: Wang Mingyu <[email protected]> --- .../miniupnpd/{miniupnpd_2.3.10.bb => miniupnpd_2.3.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/miniupnpd/{miniupnpd_2.3.10.bb => miniupnpd_2.3.11.bb} (95%) diff --git a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.11.bb similarity index 95% rename from meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb rename to meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.11.bb index 91f86659f7..42a654e327 100644 --- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb +++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.11.bb @@ -14,7 +14,7 @@ DEPENDS += "iptables net-tools util-linux libmnl libnetfilter-conntrack openssl" SRC_URI = "http://miniupnp.tuxfamily.org/files/download.php?file=${BP}.tar.gz;downloadfilename=${BP}.tar.gz \ file://miniupnpd.service \ " -SRC_URI[sha256sum] = "f9c34ed3632fb60cd248dd5897bd98479a103a75688b056ca2f069e68ab32987" +SRC_URI[sha256sum] = "91994b127da735b2c97f19992e34420648c0e8c4ace8a4bcb0596e7685c48678" UPSTREAM_CHECK_URI = "https://miniupnp.tuxfamily.org/files/" UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)\.tar" -- 2.43.0