diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-11 15:15:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-11 15:15:03 +0000 |
commit | e5c56722e4f7cd220b5d82ce3996bf0df212c195 (patch) | |
tree | 40dc8558a6b659d2b0e4dc42b2493ab3bfaac085 /security/snoopy | |
parent | 579520ca91a009a020b61736d1dc95a3a53d5838 (diff) |
Notes
Diffstat (limited to 'security/snoopy')
-rw-r--r-- | security/snoopy/Makefile | 4 | ||||
-rw-r--r-- | security/snoopy/distinfo | 6 | ||||
-rw-r--r-- | security/snoopy/files/patch-README | 12 |
3 files changed, 12 insertions, 10 deletions
diff --git a/security/snoopy/Makefile b/security/snoopy/Makefile index 0d6d8ff2c4d8..112518b280cb 100644 --- a/security/snoopy/Makefile +++ b/security/snoopy/Makefile @@ -4,9 +4,9 @@ # $FreeBSD$ 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 --git a/security/snoopy/distinfo b/security/snoopy/distinfo index 14ab0a3b7c4b..4d0701ba814b 100644 --- a/security/snoopy/distinfo +++ b/security/snoopy/distinfo @@ -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 --git a/security/snoopy/files/patch-README b/security/snoopy/files/patch-README index c90c471f0223..a2d52e3f0f58 100644 --- a/security/snoopy/files/patch-README +++ b/security/snoopy/files/patch-README @@ -1,6 +1,6 @@ ---- ./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-05 01:02:04.000000000 +0200 ++++ ./README 2010-08-11 12:10:05.170201000 +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 @@ -8,11 +8,13 @@ + %%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 + 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. + + + |