FreeBSD Bugzilla – Attachment 162030 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; pet portlint
bitcoin-0.11.0_1.diff (text/plain), 1.42 KB, created by
robbak
on 2015-10-14 11:45:24 UTC
(
hide
)
Description:
Patch to bump portrevision, chasing miniupnpc upgrade; pet portlint
Filename:
MIME Type:
Creator:
robbak
Created:
2015-10-14 11:45:24 UTC
Size:
1.42 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 399251) >+++ Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= bitcoin > PORTVERSION= 0.11.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net-p2p finance > > MAINTAINER= robbak@robbak.com >Index: files/patch-src_net_cpp >=================================================================== >--- files/patch-src_net_cpp (revision 0) >+++ files/patch-src_net_cpp (working copy) >@@ -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; > >Property changes on: files/patch-src_net_cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Actions:
View
|
Diff
Attachments on
bug 203761
:
162015
|
162019
|
162028
|
162029
| 162030