-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump third-party/miniupnp from
e439318
to fb5c328
Bumps [third-party/miniupnp](https://github.com/miniupnp/miniupnp) from `e439318` to `fb5c328`. - [Release notes](https://github.com/miniupnp/miniupnp/releases) - [Commits](miniupnp/miniupnp@e439318...fb5c328) --- updated-dependencies: - dependency-name: third-party/miniupnp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2617241
commit 0b77d5f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miniupnp
updated
24 files
+29 −11 | miniupnpc/CMakeLists.txt | |
+17 −1 | miniupnpc/Changelog.txt | |
+11 −5 | miniupnpc/Makefile | |
+1 −1 | miniupnpc/VERSION | |
+2 −2 | miniupnpc/include/miniupnpc.h | |
+3 −3 | miniupnpc/src/minisoap.c | |
+3 −3 | miniupnpc/src/miniwget.c | |
+20 −11 | miniupnpc/src/upnpc.c | |
+39 −3 | miniupnpc/src/upnperrors.c | |
+12 −1 | miniupnpd/Changelog.txt | |
+23 −23 | miniupnpd/configure | |
+8 −2 | miniupnpd/minissdp.c | |
+57 −11 | miniupnpd/miniupnpd.c | |
+14 −9 | miniupnpd/miniupnpd.conf | |
+2 −1 | miniupnpd/netfilter_nft/nftnlrdr.c | |
+1 −1 | miniupnpd/netfilter_nft/scripts/nft_delete_chain.sh | |
+1 −1 | miniupnpd/netfilter_nft/scripts/nft_display.sh | |
+1 −1 | miniupnpd/netfilter_nft/scripts/nft_flush.sh | |
+1 −1 | miniupnpd/netfilter_nft/scripts/nft_init.sh | |
+1 −1 | miniupnpd/netfilter_nft/scripts/nft_removeall.sh | |
+4 −2 | miniupnpd/options.c | |
+6 −3 | miniupnpd/upnphttp.c | |
+22 −4 | miniupnpd/upnppermissions.c | |
+2 −2 | miniupnpd/upnpsoap.c |