From owner-svn-ports-head@freebsd.org Fri Aug 21 14:23:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC21D9BFAD9; Fri, 21 Aug 2015 14:23:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C99B11F86; Fri, 21 Aug 2015 14:23:15 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7LENFLu005045; Fri, 21 Aug 2015 14:23:15 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7LENFo2005043; Fri, 21 Aug 2015 14:23:15 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201508211423.t7LENFo2005043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Fri, 21 Aug 2015 14:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394955 - head/sysutils/tarsnap X-SVN-Group: ports-head 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.20 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: Fri, 21 Aug 2015 14:23:16 -0000 Author: cperciva Date: Fri Aug 21 14:23:14 2015 New Revision: 394955 URL: https://svnweb.freebsd.org/changeset/ports/394955 Log: Update tarsnap to 1.0.36. This removes the SSE2 option since tarsnap now detects that cpu feature at run-time. Security: Fixes a denial of service and a maybe-exploitable overflow. Modified: head/sysutils/tarsnap/Makefile head/sysutils/tarsnap/distinfo Modified: head/sysutils/tarsnap/Makefile ============================================================================== --- head/sysutils/tarsnap/Makefile Fri Aug 21 13:49:09 2015 (r394954) +++ head/sysutils/tarsnap/Makefile Fri Aug 21 14:23:14 2015 (r394955) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarsnap -PORTVERSION= 1.0.35 -PORTREVISION= 2 +PORTVERSION= 1.0.36 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} @@ -14,12 +13,6 @@ COMMENT= Online encrypted backup service GNU_CONFIGURE= yes USES= gmake tar:tgz -OPTIONS_DEFINE= SSE2 -SSE2_DESC= Use SSE2-optimized code - -SSE2_CONFIGURE_ENABLE= sse2 -SSE2_CFLAGS= -msse2 - .include # safety check to ensure that we don't violate the license Modified: head/sysutils/tarsnap/distinfo ============================================================================== --- head/sysutils/tarsnap/distinfo Fri Aug 21 13:49:09 2015 (r394954) +++ head/sysutils/tarsnap/distinfo Fri Aug 21 14:23:14 2015 (r394955) @@ -1,2 +1,2 @@ -SHA256 (tarsnap-autoconf-1.0.35.tgz) = 6c9f6756bc43bc225b842f7e3a0ec7204e0cf606e10559d27704e1cc33098c9a -SIZE (tarsnap-autoconf-1.0.35.tgz) = 600115 +SHA256 (tarsnap-autoconf-1.0.36.tgz) = 2335ccc38c7520bc898d48a8eee575d42107c72bce6e9b414ce441dd649ec968 +SIZE (tarsnap-autoconf-1.0.36.tgz) = 615709