FreeBSD Bugzilla – Attachment 194789 Details for
Bug 229427
security/i2p: Update to 0.9.35
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch (Revision 1)
i2p-0.9.35.patch (text/plain), 4.78 KB, created by
Neel Chauhan
on 2018-06-30 13:36:25 UTC
(
hide
)
Description:
Patch (Revision 1)
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2018-06-30 13:36:25 UTC
Size:
4.78 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 473615) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= i2p >-DISTVERSION= 0.9.33 >+DISTVERSION= 0.9.35 > CATEGORIES= security java net-p2p > MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} \ > http://download.i2p2.no/releases/${PORTVERSION}/ \ >Index: distinfo >=================================================================== >--- distinfo (revision 473615) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1518416518 >-SHA256 (i2psource_0.9.33.tar.bz2) = 843345a85e021408e4cbeff8ee94b3842e9c4b5295bef374d5f2026872dae114 >-SIZE (i2psource_0.9.33.tar.bz2) = 28985659 >+TIMESTAMP = 1530364987 >+SHA256 (i2psource_0.9.35.tar.bz2) = 8bb88d3db355ebfa5be65d48089db60919875ac298b7217b7f8150048ea5079e >+SIZE (i2psource_0.9.35.tar.bz2) = 29313321 >Index: files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PServerSocketFull.java >=================================================================== >--- files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PServerSocketFull.java (nonexistent) >+++ files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PServerSocketFull.java (working copy) >@@ -0,0 +1,19 @@ >+--- apps/streaming/java/src/net/i2p/client/streaming/impl/I2PServerSocketFull.java.orig 2018-06-26 11:12:11 UTC >++++ apps/streaming/java/src/net/i2p/client/streaming/impl/I2PServerSocketFull.java >+@@ -8,6 +8,7 @@ import net.i2p.client.streaming.AcceptingChannel; >+ import net.i2p.client.streaming.I2PServerSocket; >+ import net.i2p.client.streaming.I2PSocket; >+ import net.i2p.client.streaming.I2PSocketManager; >++import net.i2p.client.streaming.RouterRestartException; >+ >+ /** >+ * Bridge to allow accepting new connections >+@@ -35,7 +36,7 @@ class I2PServerSocketFull implements I2PServerSocket { >+ * Not actually thrown through 0.9.16; thrown as of 0.9.17 >+ * @throws SocketTimeoutException if a timeout was previously set with setSoTimeout and the timeout has been reached. >+ */ >+- public I2PSocket accept() throws I2PException, ConnectException, SocketTimeoutException { >++ public I2PSocket accept() throws I2PException, RouterRestartException, ConnectException, SocketTimeoutException { >+ return _socketManager.receiveSocket(); >+ } >+ > >Property changes on: files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PServerSocketFull.java >___________________________________________________________________ >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 >Index: files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PSocketManagerFull.java >=================================================================== >--- files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PSocketManagerFull.java (nonexistent) >+++ files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PSocketManagerFull.java (working copy) >@@ -0,0 +1,19 @@ >+--- apps/streaming/java/src/net/i2p/client/streaming/impl/I2PSocketManagerFull.java.orig 2018-06-26 11:12:11 UTC >++++ apps/streaming/java/src/net/i2p/client/streaming/impl/I2PSocketManagerFull.java >+@@ -28,6 +28,7 @@ import net.i2p.client.streaming.I2PServerSocket; >+ import net.i2p.client.streaming.I2PSocket; >+ import net.i2p.client.streaming.I2PSocketManager; >+ import net.i2p.client.streaming.I2PSocketOptions; >++import net.i2p.client.streaming.RouterRestartException; >+ import net.i2p.crypto.SigAlgo; >+ import net.i2p.crypto.SigType; >+ import net.i2p.data.Certificate; >+@@ -354,7 +355,7 @@ public class I2PSocketManagerFull implements I2PSocket >+ * @throws ConnectException (since 0.9.17; I2PServerSocket interface always declared it) >+ * @throws SocketTimeoutException if a timeout was previously set with setSoTimeout and the timeout has been reached. >+ */ >+- public I2PSocket receiveSocket() throws I2PException, ConnectException, SocketTimeoutException { >++ public I2PSocket receiveSocket() throws I2PException, RouterRestartException, ConnectException, SocketTimeoutException { >+ verifySession(); >+ Connection con = _connectionManager.getConnectionHandler().accept(_connectionManager.getSoTimeout()); >+ I2PSocketFull sock = new I2PSocketFull(con, _context); > >Property changes on: files/patch-apps_streaming_java_src_net_i2p_client_streaming_impl_I2PSocketManagerFull.java >___________________________________________________________________ >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
Flags:
nc
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229427
:
194789
|
194817