aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/miniupnpc.mk
AgeCommit message (Collapse)Author
2021-03-23build: miniupnpc 2.2.2fanquake
Creating the dll subdir is no-longer required. We can also drop our wingen patch.
2020-08-26build: replace wingenminiupnpcstrings sed with a patch in miniupnpc packagefanquake
We should be able to drop this once we are using 2.1 or later. See upstream commit: 9663c55c61408fdcc39a82987d2243f816b22932.
2019-05-20depends: switch to secure download of all dependenciesUlrich Kempken
Some dependency sources were downloaded via http, even though https (SSL/TLS) options are available. Even if we potentially check the integrity of the downloaded files via hash comparison, we should make use of this additional security layer. bdb.mk fontconfig.mk freetype.mk libX11.mk libXau.mk libXext.mk libxcb.mk native_cctools.mk native_cdrkit.mk xcb_proto.mk xextproto.mk xproto.mk xtrans.mk zlib.mk miniupnp was switched to official project mirror with SSL support
2018-03-05depends: Only use D_DARWIN_C_SOURCE when building miniupnpc on darwinfanquake
2018-02-15fixme: depends: Add D_DARWIN_C_SOURCE to miniupnpc CFLAGSfanquake
2018-02-15[depends] miniupnpc 2.0.20180203fanquake
2017-05-17[depends] miniupnpc 2.0.20170509fanquake
2016-06-02[depends] miniupnpc 2.0fanquake
2016-03-18[Depends] Miniupnpc 1.9.20160209fanquake
2016/01/24: Change miniwget to return HTTP status code Increments API_VERSION to 16 2016/01/22: Improve UPNPIGD_IsConnected() to check if WAN address is not private. Parse HTTP response status line in miniwget.c
2015-11-11[depends] Fix miniupnpc compilation on osxfanquake
2015-11-10[depends] miniupnpc 1.9.20151026fanquake
2015-10-09Update miniupnpc to 1.9.20151008Wladimir J. van der Laan
This version of miniupnpc fixes a buffer overflow in the XML (ugh) parser during initial network discovery. http://talosintel.com/reports/TALOS-2015-0035/ The commit fixing the vulnerability is: https://github.com/miniupnp/miniupnp/commit/79cca974a4c2ab1199786732a67ff6d898051b78 Reported by timothy on IRC.
2015-09-03depends: bump miniupnpc to 1.9.20150730fanquake
2015-07-03depends: bump miniupnpc to 1.9.20150609Cory Fields
2014-09-25depends: give miniupnpc cppflagsCory Fields
2014-08-27depends: bump miniupnpc to 1.9.20140701.Cory Fields
This is the forward-port of a9c6eef915ee264ccf4169d5e8769a6be1fa101a
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation