FreeBSD Bugzilla – Attachment 162019 Details for
Bug 203761
[MAINTAINER] net-p2p/bitcoin: Chase net/miniupnpc update, Resolve security vulnerability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to bump portrevision, chasing miniupnpc upgrade
bitcoin-0.11.0_1.2.diff (text/plain), 1.12 KB, created by
robbak
on 2015-10-14 08:59:27 UTC
(
hide
)
Description:
Patch to bump portrevision, chasing miniupnpc upgrade
Filename:
MIME Type:
Creator:
robbak
Created:
2015-10-14 08:59:27 UTC
Size:
1.12 KB
patch
obsolete
>diff -ruN bitcoin.orig/Makefile bitcoin/Makefile >--- bitcoin.orig/Makefile 2015-07-17 04:35:16.000000000 +1000 >+++ bitcoin/Makefile 2015-10-14 17:13:10.612353306 +1000 >@@ -3,6 +3,7 @@ > > PORTNAME= bitcoin > PORTVERSION= 0.11.0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= net-p2p finance > >diff -ruN bitcoin.orig/files/patch-src_net_cpp bitcoin/files/patch-src_net_cpp >--- bitcoin.orig/files/patch-src_net_cpp 1970-01-01 10:00:00.000000000 +1000 >+++ bitcoin/files/patch-src_net_cpp 2015-10-14 18:13:29.315354107 +1000 >@@ -0,0 +1,18 @@ >+--- src/net.cpp.orig 2015-07-11 03:23:55.000000000 +1000 >++++ src/net.cpp 2015-10-14 18:11:50.724351591 +1000 >+@@ -995,10 +995,14 @@ >+ #ifndef UPNPDISCOVER_SUCCESS >+ /* miniupnpc 1.5 */ >+ devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0); >+-#else >++#elif MINIUPNPC_API_VERSION < 14 >+ /* miniupnpc 1.6 */ >+ int error = 0; >+ devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error); >++#else >++ /* miniupnpc 1.9.20150730 */ >++ int error = 0; >++ devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 2, &error); >+ #endif >+ >+ struct UPNPUrls urls;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
robbak:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 203761
:
162015
|
162019
|
162028
|
162029
|
162030