pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/socks5 Changed the file permissions of the binarie...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e116b227ef24
branches: trunk
changeset: 523534:e116b227ef24
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Jan 09 05:20:15 2007 +0000
description:
Changed the file permissions of the binaries from 111 to 555, so that
they can be packaged by an unprivileged user. I don't see any reason to
make the binaries non-readable, since they are neither set-uid nor
closed source.
PKGREVISION++
diffstat:
net/socks5/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 08b228a03b4b -r e116b227ef24 net/socks5/Makefile
--- a/net/socks5/Makefile Tue Jan 09 05:13:43 2007 +0000
+++ b/net/socks5/Makefile Tue Jan 09 05:20:15 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2006/04/22 09:22:13 rillig Exp $
+# $NetBSD: Makefile,v 1.43 2007/01/09 05:20:15 rillig Exp $
DISTNAME= socks5-v1_0r2
PKGNAME= socks5-1.0.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net security
MASTER_SITES= # empty -- manual fetch needed
EXTRACT_SUFX= _tar.gz
@@ -45,6 +45,7 @@
EXAMPLE_DIR= ${PREFIX}/share/examples/socks5
post-install:
+ cd ${PREFIX}/bin && chmod 555 rarchie rfinger rftp rping rtelnet rtraceroute runsocks rwhois
${MV} ${PREFIX}/lib/libsocks5_sh.so ${PREFIX}/lib/libsocks5_sh.so.0.0
${LN} -sf libsocks5_sh.so.0.0 ${PREFIX}/lib/libsocks5_sh.so.0
${LN} -sf libsocks5_sh.so.0.0 ${PREFIX}/lib/libsocks5_sh.so
Home |
Main Index |
Thread Index |
Old Index