summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant>2004-09-30 09:43:32 +0000
committergrant <grant>2004-09-30 09:43:32 +0000
commit149bdbd795e17213bbcc947841614b06a3746f18 (patch)
tree32476c6034b30a062a71e367844664fde22f5417 /doc
parent22b98d623d1d07cbf15bcd92ee2b3df67a8f43ea (diff)
downloadpkgsrc-149bdbd795e17213bbcc947841614b06a3746f18.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]