summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-03-14 12:07:28 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-03-16 10:54:38 +0100
commit69486b105944dbeb528b0c78e3cbe44e4c7cc657 (patch)
tree6af3b8686b3d7c2551c2c797619f9306e09aa696 /thirdparty/README.md
parent245cfcaba63da9be8a566eed220746d9bb39f522 (diff)
miniupnpc: Update to version 2.2.2
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r--thirdparty/README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index 0eb227d0f9..537f3d218f 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -355,17 +355,20 @@ Files extracted from upstream repository:
## miniupnpc
-- Upstream: https://github.com/miniupnp/miniupnp/tree/master/miniupnpc
-- Version: git (44366328661826603982d1e0d7ebb4062c5f2bfc, 2020)
+- Upstream: https://github.com/miniupnp/miniupnp
+- Version: 2.2.2 (81029a860baf1f727903e5b85307903b3f40cbc8, 2021)
- License: BSD-3-Clause
Files extracted from upstream source:
- All `*.c` and `*.h` files from `miniupnpc` to `thirdparty/miniupnpc/miniupnpc`
-- Remove `test*`, `minihttptestserver.c` and `wingenminiupnpcstrings.c`
+- Remove the following test or sample files:
+ `listdevices.c minihttptestserver.c miniupnpcmodule.c upnpc.c upnperrors.* test* wingenminiupnpcstrings.c`
+- `LICENSE`
-The only modified file is miniupnpcstrings.h, which was created for Godot
-(it is usually autogenerated by cmake).
+The only modified file is `miniupnpcstrings.h`, which was created for Godot
+(it is usually autogenerated by cmake). Bump the version number for miniupnpc in that
+file when upgrading.
## minizip