From owner-svn-ports-all@freebsd.org Sun Oct 30 13:39:49 2016 Return-Path: Delivered-To: svn-ports-all@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 45621C24A84; Sun, 30 Oct 2016 13:39:49 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id F224D1075; Sun, 30 Oct 2016 13:39:48 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9UDdmvT054671; Sun, 30 Oct 2016 13:39:48 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9UDdlIL054668; Sun, 30 Oct 2016 13:39:47 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610301339.u9UDdlIL054668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 30 Oct 2016 13:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424943 - in head: . security/srm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 13:39:49 -0000 Author: rakuco Date: Sun Oct 30 13:39:47 2016 New Revision: 424943 URL: https://svnweb.freebsd.org/changeset/ports/424943 Log: Update to 1.2.15. While here, set LICENSE_FILE and TEST_TARGET. Modified: head/UPDATING head/security/srm/Makefile head/security/srm/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Oct 30 11:39:42 2016 (r424942) +++ head/UPDATING Sun Oct 30 13:39:47 2016 (r424943) @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20161030: + AFFECTS: users of security/srm + AUTHOR: rakuco@FreeBSD.org + + srm has been updated from 1.2.12 to 1.2.15. Since version 1.2.14, + srm defaults to using its "simple" mode to overwrite files (one pass + writing 0x00 to the files) instead of the 35-pass Gutmann method. + 20161029: AFFECTS: users of irc/quassel AUTHOR: woodsb02@freebsd.org Modified: head/security/srm/Makefile ============================================================================== --- head/security/srm/Makefile Sun Oct 30 11:39:42 2016 (r424942) +++ head/security/srm/Makefile Sun Oct 30 13:39:47 2016 (r424943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= srm -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.15 CATEGORIES= security sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/old_releases \ @@ -12,12 +12,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Secure rm, a utility which destroys file contents before unlinking LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= secure_delete-[0-9]* -USES= tar:bzip2 GNU_CONFIGURE= yes +TEST_TARGET= test -PLIST_FILES= bin/srm man/man1/srm.1.gz +PLIST_FILES= bin/fill_test bin/srm man/man1/srm.1.gz .include Modified: head/security/srm/distinfo ============================================================================== --- head/security/srm/distinfo Sun Oct 30 11:39:42 2016 (r424942) +++ head/security/srm/distinfo Sun Oct 30 13:39:47 2016 (r424943) @@ -1,2 +1,3 @@ -SHA256 (srm-1.2.12.tar.bz2) = 865ce03933dcf61c9dc4e673cd458a902b7f47de8430176aeb2ca0ae78ee8b67 -SIZE (srm-1.2.12.tar.bz2) = 104168 +TIMESTAMP = 1477833818 +SHA256 (srm-1.2.15.tar.gz) = 7583c1120e911e292f22b4a1d949b32c23518038afd966d527dae87c61565283 +SIZE (srm-1.2.15.tar.gz) = 132031