summaryrefslogtreecommitdiff
path: root/sysutils/shc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-27 16:32:55 +0000
committerwiz <wiz@pkgsrc.org>2015-07-27 16:32:55 +0000
commitfaddbd96031f0be0672c14c4fbd5b0e24db1aee9 (patch)
tree6928d63ae3267f0c2991489d3d18acd37fd24abb /sysutils/shc/Makefile
parentfa85901d11d3ec74a7a1d92f079164682dec2bb5 (diff)
downloadpkgsrc-faddbd96031f0be0672c14c4fbd5b0e24db1aee9.tar.gz
Updated to 3.8.9, provided by Benedek Gergely oon pkgsrc-users:
Fixed incorrect implementation on rc4. Hidden all the binary executable symbols but one. Expiration date and most strings are encrypted too. All the encrypted payload is now randomized. Group and others read permision is now removed by default as read permision of the script exposes it to disassembling. Fixed bug: "rlax" used after encryption. Fixed bug: "vfork" fails on multiprocessor systems. Fixed sma11 -d option bug. Fixed untraceable() problems on FreeBSD. License clarification about the rc4 implementation. Bug on 64bit systems with expiration dates. Fixing a long standing bug making the source not hidden.
Diffstat (limited to 'sysutils/shc/Makefile')
-rw-r--r--sysutils/shc/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/shc/Makefile b/sysutils/shc/Makefile
index 997d40730f4..63e43c63994 100644
--- a/sysutils/shc/Makefile
+++ b/sysutils/shc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2012/10/23 19:51:23 asau Exp $
+# $NetBSD: Makefile,v 1.7 2015/07/27 16:32:55 wiz Exp $
#
-DISTNAME= shc-3.7
+DISTNAME= shc-3.8.9
CATEGORIES= sysutils
MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/
EXTRACT_SUFX= .tgz
@@ -9,6 +9,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.datsi.fi.upm.es/~frosal/
COMMENT= Shell script to C compiler
+LICENSE= gnu-gpl-v2
+
+MAKE_FILE= makefile
+MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1