From nobody@FreeBSD.org  Tue Jan 11 20:09:57 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AE0971065670
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Jan 2011 20:09:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8C6C28FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Jan 2011 20:09:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0BK9v1c025523
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Jan 2011 20:09:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0BK9v7N025522;
	Tue, 11 Jan 2011 20:09:57 GMT
	(envelope-from nobody)
Message-Id: <201101112009.p0BK9v7N025522@red.freebsd.org>
Date: Tue, 11 Jan 2011 20:09:57 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] security/srm: update to 1.2.11
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: kjones@antihackertoolkit.com

>Number:         153911
>Category:       ports
>Synopsis:       [PATCH] security/srm: update to 1.2.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 11 20:10:07 UTC 2011
>Closed-Date:    Wed Jan 26 12:04:55 UTC 2011
>Last-Modified:  Wed Jan 26 12:10:09 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
8.2-PRERELEASE i386
>Description:
- update to 1.2.11
- switch to tar.xz
- remove md5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa srm.orig/Makefile srm/Makefile
--- srm.orig/Makefile	2009-09-16 06:16:39.000000000 +0400
+++ srm/Makefile	2011-01-11 22:45:59.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	srm
-PORTVERSION=	1.2.10
+PORTVERSION=	1.2.11
 CATEGORIES=	security sysutils
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -15,6 +15,7 @@
 COMMENT=	Secure rm, a utility which destroys file contents before unlinking
 
 CONFLICTS=	secure_delete-[0-9]*
+USE_XZ=		yes
 
 GNU_CONFIGURE=		yes
 
diff -ruNa srm.orig/distinfo srm/distinfo
--- srm.orig/distinfo	2009-09-16 06:16:39.000000000 +0400
+++ srm/distinfo	2011-01-11 22:46:05.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (srm-1.2.10.tar.gz) = 127732632dde102688888c70ede89491
-SHA256 (srm-1.2.10.tar.gz) = d3789ad9fb98fe1800b2b66250851c6a83e32b00fc350b9daab757600f0da2e8
-SIZE (srm-1.2.10.tar.gz) = 119081
+SHA256 (srm-1.2.11.tar.xz) = 72ec1ba47f3bce0ce3ebc80a819bd7346d52d9711b52f36b441aedfebbdaa7ef
+SIZE (srm-1.2.11.tar.xz) = 92624


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jan 11 20:10:12 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153911 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kjones@antihackertoolkit.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153911: [PATCH] security/srm: update to 1.2.11
Date: Tue, 11 Jan 2011 20:10:10 UT

 Maintainer of security/srm,
 
 Please note that PR ports/153911 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153911
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jan 26 12:03:01 UTC 2011 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153911 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153911: commit references a PR
Date: Wed, 26 Jan 2011 12:04:48 +0000 (UTC)

 pav         2011-01-26 12:04:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/srm         Makefile distinfo 
   Log:
   - Update to 1.2.11
   
   PR:             ports/153911
   Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   Approved by:    maintainer timeout (15 days)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.14      +2 -1      ports/security/srm/Makefile
   1.8       +2 -3      ports/security/srm/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
