summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-06-23 13:57:14 +0000
committeragc <agc@pkgsrc.org>2003-06-23 13:57:14 +0000
commit646bf2521370928ff8f44421e5c6cd8992693d4c (patch)
treeb95ae904c480bbb6dbcd24e19fa923a9685b9c58
parent9703c22d38d517b8abd7bed263d07c6f77dbdd23 (diff)
downloadpkgsrc-646bf2521370928ff8f44421e5c6cd8992693d4c.tar.gz
Initial import of tcx-19940124 into the NetBSD Packages Collection.
TCX is a system designed for the transparent decompression, execution and recompression of executables under Unix. It allows configuration options such as the type of compression system used (compress(1), gzip(1), your own local system etc), timeouts between recompressions, and emergency directories in case a decompression fails from shortage of disk space. The system is designed with a reasonable amount of robustness in mind, such as in the event of system crashes, or races on trying to uncompress, compress or execute something. This software is quite old (vintage 1993-94), and some things have moved on since then. In particular, untcx is setuid root. I have done a minor security audit, but anyone installing this software is invited to conduct one for themselves. =========================================================================== $NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $ WARNING - this package contains a setuid root executable called untcx, which was written in 1994, and contained calls to getwd(3), sprintf(3), strcpy(3) and strcat(3). I've done a minor audit of the code, and have fixed the above functions with calls to safer alternatives, but you may wish to delete this package from your own systems until you have carried out your own audit. ===========================================================================
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 35901d8812a..bcee45ef5a3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2563 2003/06/23 13:53:26 jschauma Exp $
+$NetBSD: CHANGES,v 1.2564 2003/06/23 13:57:14 agc Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2543,3 +2543,4 @@ Changes to the packages collection and infrastructure in 2003:
Added aide-0.6 as aide06 [agc 2003-06-23]
Updated sun-jre14 to 1.0.3 [jschauma 2003-06-23]
Updated sun-jdk14 to 1.0.3 [jschauma 2003-06-23]
+ Added tcx-19940124 [agc 2003-06-23]