summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-09-30 09:43:32 +0000
committergrant <grant@pkgsrc.org>2004-09-30 09:43:32 +0000
commit8c94be2ffd24bca67784582acfec59214cd81f50 (patch)
tree32476c6034b30a062a71e367844664fde22f5417 /doc
parent43a80ace4d04088fced46018e1d40122ff2ff43f (diff)
downloadpkgsrc-8c94be2ffd24bca67784582acfec59214cd81f50.tar.gz
Initial import of shc-3.7 into the NetBSD packages collection.
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 7b5cc22918b..3bb3e1d5807 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7289 2004/09/30 09:39:31 wiz Exp $
+$NetBSD: CHANGES,v 1.7290 2004/09/30 09:43:32 grant Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4486,3 +4486,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated tex-jadetex to 3.13 [hubertf 2004-09-29]
Added flodo-v3 [mrg 2004-09-29]
Updated gtklife to 4.1 [wiz 2004-09-30]
+ Added shc-3.7 [grant 2004-09-30]