Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2016 13:39:47 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424943 - in head: . security/srm
Message-ID:  <201610301339.u9UDdlIL054668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610301339.u9UDdlIL054668>