From owner-svn-ports-head@freebsd.org Wed Feb 28 21:09:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915DCF22F07; Wed, 28 Feb 2018 21:09:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E09E8D814; Wed, 28 Feb 2018 21:09:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 347BE1EC41; Wed, 28 Feb 2018 21:09:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SL9aA4054706; Wed, 28 Feb 2018 21:09:36 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SL9afe054695; Wed, 28 Feb 2018 21:09:36 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201802282109.w1SL9afe054695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Wed, 28 Feb 2018 21:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463262 - in head: net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt4 net-p2p/tra... X-SVN-Group: ports-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: in head: net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt4 net-p2p/transmission-qt5 www/transmi... X-SVN-Commit-Revision: 463262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 21:09:37 -0000 Author: crees Date: Wed Feb 28 21:09:36 2018 New Revision: 463262 URL: https://svnweb.freebsd.org/changeset/ports/463262 Log: net-p2p/transmission-cli: Update to 2.93 - Includes DNS rebinding fix - Fixes OpenSSL 1.1 compat Note that the previous version was no longer vulnerable as FreeBSD had patches, but this reports the correct version to trackers as some were banned. PR: ports/225917 PR: ports/225915 Deleted: head/net-p2p/transmission-cli/files/patch-fix_dns_rebinding_vuln Modified: head/net-p2p/transmission-cli/Makefile head/net-p2p/transmission-cli/distinfo head/net-p2p/transmission-daemon/Makefile head/net-p2p/transmission-gtk/Makefile head/net-p2p/transmission-qt4/Makefile head/net-p2p/transmission-qt5/Makefile head/net-p2p/transmission/Makefile head/www/transmission-web/Makefile Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-cli/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= transmission -PORTVERSION= 2.92 -PORTREVISION?= 3 +PORTVERSION= 2.93 +PORTREVISION?= 0 CATEGORIES?= net-p2p MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ \ http://transmission.cachefly.net/ Modified: head/net-p2p/transmission-cli/distinfo ============================================================================== --- head/net-p2p/transmission-cli/distinfo Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-cli/distinfo Wed Feb 28 21:09:36 2018 (r463262) @@ -1,2 +1,3 @@ -SHA256 (transmission-2.92.tar.xz) = 3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f -SIZE (transmission-2.92.tar.xz) = 3378116 +TIMESTAMP = 1519849051 +SHA256 (transmission-2.93.tar.xz) = 8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b +SIZE (transmission-2.93.tar.xz) = 3363868 Modified: head/net-p2p/transmission-daemon/Makefile ============================================================================== --- head/net-p2p/transmission-daemon/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-daemon/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 4 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-gtk/Makefile ============================================================================== --- head/net-p2p/transmission-gtk/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-gtk/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 4 PKGNAMESUFFIX= -gtk MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-qt4/Makefile ============================================================================== --- head/net-p2p/transmission-qt4/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-qt4/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 6 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-qt5/Makefile ============================================================================== --- head/net-p2p/transmission-qt5/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-qt5/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission/Makefile ============================================================================== --- head/net-p2p/transmission/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= transmission -PORTVERSION= 2.92 +PORTVERSION= 2.93 CATEGORIES= net-p2p MAINTAINER= crees@FreeBSD.org Modified: head/www/transmission-web/Makefile ============================================================================== --- head/www/transmission-web/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/www/transmission-web/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 0 CATEGORIES= www net-p2p PKGNAMESUFFIX= -web