summaryrefslogtreecommitdiff
path: root/sysutils/shc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-07-27Updated to 3.8.9, provided by Benedek Gergely oon pkgsrc-users:wiz1-2/+6
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.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-27DESTDIR supportjoerg1-3/+5
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2004-09-30Initial import of shc-3.7 into the NetBSD packages collection.grant1-0/+17
shc creates a stripped binary executable version of a shell script. shc itself is not a compiler such as cc, but rather it encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shell -c option.