Skip to content

Commit 0cca024

Browse files
committed
Update miniupnpc to 1.9.20151008
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: miniupnp/miniupnp@79cca97 Reported by timothy on IRC.
1 parent 6cf73b0 commit 0cca024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/miniupnpc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=miniupnpc
2-
$(package)_version=1.9.20150730
2+
$(package)_version=1.9.20151008
33
$(package)_download_path=http://miniupnp.free.fr/files
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=1d64fab1fd3b4c8545139341ba197f19329a863f4f21b578fc2a228ab586a604
5+
$(package)_sha256_hash=e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633
66

77
define $(package)_set_vars
88
$(package)_build_opts=CC="$($(package)_cc)"

0 commit comments

Comments
 (0)