From culot@0xd0.org  Fri Aug  6 15:09:08 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8C7D3106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Aug 2010 15:09:08 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (ks28346.kimsufi.com [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 2F8008FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Aug 2010 15:09:07 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o76F8wOE000126
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 6 Aug 2010 17:08:58 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o76F8whC000125;
	Fri, 6 Aug 2010 17:08:58 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201008061508.o76F8whC000125@0xd0.org>
Date: Fri, 6 Aug 2010 17:08:58 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: security/snoopy
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149367
>Category:       ports
>Synopsis:       Update port: security/snoopy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 06 15:10:02 UTC 2010
>Closed-Date:    Wed Aug 11 15:16:37 UTC 2010
>Last-Modified:  Wed Aug 11 15:20:04 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to 1.7.1.
>How-To-Repeat:
>Fix:
diff -ruN snoopy.bak/Makefile snoopy/Makefile
--- snoopy.bak/Makefile	2010-08-06 16:39:02.551075919 +0200
+++ snoopy/Makefile	2010-08-06 16:42:08.580409535 +0200
@@ -4,9 +4,9 @@
 # $FreeBSD: ports/security/snoopy/Makefile,v 1.6 2010/07/28 17:31:01 bapt Exp $
 
 PORTNAME=	snoopy
-PORTVERSION=	1.6.1
+PORTVERSION=	1.7.1
 CATEGORIES=	security
-MASTER_SITES=	SF/${PORTNAME}logger/${PORTNAME}logger/
+MASTER_SITES=	SF/${PORTNAME}logger/
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	An execve() wrapper and logger
diff -ruN snoopy.bak/distinfo snoopy/distinfo
--- snoopy.bak/distinfo	2010-08-06 16:39:02.551075919 +0200
+++ snoopy/distinfo	2010-08-06 16:42:09.864352327 +0200
@@ -1,3 +1,3 @@
-MD5 (snoopy-1.6.1.tar.gz) = 7a8186e45d959e1b3ed44805bfcd4467
-SHA256 (snoopy-1.6.1.tar.gz) = a10150592292a6b039d5b00bb1bfe847d14cb66ef7e30b5c546bcfbfddf5e805
-SIZE (snoopy-1.6.1.tar.gz) = 98426
+MD5 (snoopy-1.7.1.tar.gz) = 8c5e7d825ae3f2d68ac00c15e539ceb1
+SHA256 (snoopy-1.7.1.tar.gz) = da43e4190b6a563fe6c34f3bef5c1f7f8822e5f3ca09e6921a33d8f94ce2680d
+SIZE (snoopy-1.7.1.tar.gz) = 88546
diff -ruN snoopy.bak/files/patch-README snoopy/files/patch-README
--- snoopy.bak/files/patch-README	2010-08-06 16:39:02.551075919 +0200
+++ snoopy/files/patch-README	2010-08-06 16:44:15.178916049 +0200
@@ -1,18 +1,19 @@
---- ./README.orig	2010-02-11 21:58:07.000000000 +0100
-+++ ./README	2010-07-20 17:45:31.306297157 +0200
-@@ -46,11 +46,11 @@
+--- README.orig	2010-08-06 16:42:50.163947387 +0200
++++ README	2010-08-06 16:43:59.733107992 +0200
+@@ -51,14 +51,14 @@
    Snoopy is placed in /etc/ld.so.preload to trap all occurances of exec,
    if you wish to monitor only certain applications you can do so through
    the $LD_PRELOAD environment variable - simply set it to 
 -  /usr/local/lib/snoopy.so before loading the application. For example:
 +  %%PREFIX%%/lib/snoopy.so before loading the application. For example:
  
--    export LD_PRELOAD=/usr/local/lib/snoopy.so
--    lynx http://linux.com/
-+    export LD_PRELOAD=%%PREFIX%%/lib/snoopy.so
-+    lynx http://freebsd.org
+     export LD_PRELOAD=/usr/local/lib/snoopy.so
+     lynx http://linux.com/
      unset LD_PRELOAD
  
    To remove snoopy later, simply edit /etc/ld.so.preload and remove the
 -  reference to snoopy.so and delete /usr/local/lib/snoopy.so.
 +  reference to snoopy.so and delete %%PREFIX%%/lib/snoopy.so.
+ 
+ 
+ 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 6 15:10:11 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149367 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Wed Aug 11 15:16:35 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149367: commit references a PR
Date: Wed, 11 Aug 2010 15:15:12 +0000 (UTC)

 bapt        2010-08-11 15:15:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/snoopy      Makefile distinfo 
     security/snoopy/files patch-README 
   Log:
   Update to 1.7.1
   
   PR:             ports/149367
   Submitted by:   Frederic Culot <frederic _at_ culot.org>
   Approved by:    tabthorpe@ (co-mentor)
   
   Revision  Changes    Path
   1.7       +2 -2      ports/security/snoopy/Makefile
   1.3       +3 -3      ports/security/snoopy/distinfo
   1.3       +7 -5      ports/security/snoopy/files/patch-README
 _______________________________________________
 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:
