Skip to content

Commit f2778e0

Browse files
committed
net: Disable upnp by default
Common sentiment is that the miniupnpc codebase likely contains further vulnerabilities. I'd prefer to get rid of the dependency completely, but a compromise for now is to at least disable it by default. Rebased-From: 21d27eb Github-Pull: #6795
1 parent cf5bf55 commit f2778e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/gitian-descriptors/gitian-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ files: []
2323
script: |
2424
WRAP_DIR=$HOME/wrapped
2525
HOSTS="i686-pc-linux-gnu x86_64-unknown-linux-gnu"
26-
CONFIGFLAGS="--enable-upnp-default --enable-glibc-back-compat"
26+
CONFIGFLAGS="--enable-glibc-back-compat"
2727
FAKETIME_HOST_PROGS=""
2828
FAKETIME_PROGS="date ar ranlib nm strip"
2929

contrib/gitian-descriptors/gitian-osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ files:
2727
script: |
2828
WRAP_DIR=$HOME/wrapped
2929
HOSTS="x86_64-apple-darwin11"
30-
CONFIGFLAGS="--enable-upnp-default GENISOIMAGE=$WRAP_DIR/genisoimage"
30+
CONFIGFLAGS="GENISOIMAGE=$WRAP_DIR/genisoimage"
3131
FAKETIME_HOST_PROGS=""
3232
FAKETIME_PROGS="ar ranlib date dmg genisoimage"
3333

contrib/gitian-descriptors/gitian-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ files: []
2626
script: |
2727
WRAP_DIR=$HOME/wrapped
2828
HOSTS="x86_64-w64-mingw32 i686-w64-mingw32"
29-
CONFIGFLAGS="--enable-upnp-default"
29+
CONFIGFLAGS=""
3030
FAKETIME_HOST_PROGS="g++ ar ranlib nm windres strip"
3131
FAKETIME_PROGS="date makensis zip"
3232

0 commit comments

Comments
 (0)