FreeBSD Bugzilla – Attachment 130553 Details for
Bug 174507
[patch] [update] update net-p2p/transmission-cli & slave ports to 2.75
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain), 2.94 KB, created by
vsjcfm
on 2012-12-17 09:20:00 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
vsjcfm
Created:
2012-12-17 09:20:00 UTC
Size:
2.94 KB
patch
obsolete
>Index: /usr/ports/net-p2p/transmission/Makefile >=================================================================== >--- /usr/ports/net-p2p/transmission/Makefile (revision 309066) >+++ /usr/ports/net-p2p/transmission/Makefile (working copy) >@@ -6,7 +6,7 @@ > # > > PORTNAME= transmission >-PORTVERSION= 2.73 >+PORTVERSION= 2.75 > CATEGORIES= net-p2p > MASTER_SITES= # empty > DISTFILES= # empty >Index: /usr/ports/net-p2p/transmission-cli/Makefile >=================================================================== >--- /usr/ports/net-p2p/transmission-cli/Makefile (revision 309066) >+++ /usr/ports/net-p2p/transmission-cli/Makefile (working copy) >@@ -6,7 +6,7 @@ > # > > PORTNAME= transmission >-PORTVERSION= 2.73 >+PORTVERSION= 2.75 > PORTREVISION?= 0 > CATEGORIES?= net-p2p > #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ >Index: /usr/ports/net-p2p/transmission-cli/distinfo >=================================================================== >--- /usr/ports/net-p2p/transmission-cli/distinfo (revision 309066) >+++ /usr/ports/net-p2p/transmission-cli/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (transmission-2.73.tar.xz) = 7907f47f6eabf63f25ecc63b388f2abd4ac82f61d7d827657681ec36ff1507f6 >-SIZE (transmission-2.73.tar.xz) = 2947316 >+SHA256 (transmission-2.75.tar.xz) = 2869f9a5c1202fa1b65dbf60ffae9e4cad7d6e2fff0de55416a761e60d894a66 >+SIZE (transmission-2.75.tar.xz) = 2986844 >Index: /usr/ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6 >=================================================================== >--- /usr/ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6 (revision 309066) >+++ /usr/ports/net-p2p/transmission-cli/files/patch-fix_without_ipv6 (working copy) >@@ -1,11 +1,11 @@ >---- libtransmission/fdlimit.c.orig 2011-02-27 15:34:55.000000000 -0600 >-+++ libtransmission/fdlimit.c 2011-02-27 15:35:12.000000000 -0600 >-@@ -609,7 +609,7 @@ >+--- libtransmission/fdlimit.c.orig 2012-12-17 10:57:48.000000000 +0200 >++++ libtransmission/fdlimit.c 2012-12-17 10:58:36.000000000 +0200 >+@@ -678,7 +678,7 @@ > >- if( gFd->socket_count < session->peerLimit ) >- if(( s = socket( domain, type, 0 )) < 0 ) >-- if( sockerrno != EAFNOSUPPORT ) >-+ if( sockerrno != EPROTONOSUPPORT ) >- tr_err( _( "Couldn't create socket: %s" ), tr_strerror( sockerrno ) ); >+ if (gFd->peerCount < session->peerLimit) >+ if ((s = socket (domain, type, 0)) < 0) >+- if (sockerrno != EAFNOSUPPORT) >++ if (sockerrno != EPROTONOSUPPORT) >+ tr_err (_("Couldn't create socket: %s"), tr_strerror (sockerrno)); > >- if( s > -1 ) >+ if (s > -1) >Index: /usr/ports/net-p2p/transmission-daemon/Makefile >=================================================================== >--- /usr/ports/net-p2p/transmission-daemon/Makefile (revision 309066) >+++ /usr/ports/net-p2p/transmission-daemon/Makefile (working copy) >@@ -5,7 +5,7 @@ > # $FreeBSD$ > # > >-PORTREVISION= 1 >+PORTREVISION= 0 > PKGNAMESUFFIX= -daemon > > MAINTAINER= crees@FreeBSD.org
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 Raw
Actions:
View
Attachments on
bug 174507
: 130553