diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-02 02:40:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-02 02:40:29 +0000 |
commit | ad98c77092863e414555cf290565dd9e67946275 (patch) | |
tree | 3204d6f58c5691fc93d89fafffd0c38d9a695a60 /sysutils | |
parent | 277c86e453c089f83ab3d0737f73a6d17cb5b71d (diff) | |
download | pkgsrc-ad98c77092863e414555cf290565dd9e67946275.tar.gz |
Updated checkperms to 1.3.
Changes since 1.0:
Version 1.3 (2006-11-02):
Allowed libtool libraries whose name does not start with "lib".
Version 1.2 (2006-10-25):
Libtool libraries (*.la) may keep the executable bit.
Version 1.1 (2006-10-24):
The new -c option checks whether files that have the executable
bit set are really executable.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/checkperms/Makefile | 4 | ||||
-rw-r--r-- | sysutils/checkperms/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile index 08668231409..13fc9d814cf 100644 --- a/sysutils/checkperms/Makefile +++ b/sysutils/checkperms/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/06 23:46:29 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/02 02:40:29 rillig Exp $ # -DISTNAME= checkperms-1.0 +DISTNAME= checkperms-1.3 CATEGORIES= sysutils MASTER_SITES= http://www.schlechte-software.de/checkperms/ diff --git a/sysutils/checkperms/distinfo b/sysutils/checkperms/distinfo index 270f0bb9c8d..faf921d6618 100644 --- a/sysutils/checkperms/distinfo +++ b/sysutils/checkperms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/10/06 23:46:29 rillig Exp $ +$NetBSD: distinfo,v 1.2 2006/11/02 02:40:29 rillig Exp $ -SHA1 (checkperms-1.0.tar.gz) = 9760f6fbee8e0cf775b45172713104542dd0610a -RMD160 (checkperms-1.0.tar.gz) = 93630679ecbd2b613246034a519df5a3dc886cc6 -Size (checkperms-1.0.tar.gz) = 4169 bytes +SHA1 (checkperms-1.3.tar.gz) = c520bbbe11edaf2d254ac1babb0a396d77b0a48b +RMD160 (checkperms-1.3.tar.gz) = 1310eec3fee3f82b85e64184026783462757051a +Size (checkperms-1.3.tar.gz) = 4976 bytes |