From 3291765d203b0644265ecde18b72be4d33047c8b Mon Sep 17 00:00:00 2001 From: Sebastian Jaenicke Date: Fri, 2 Jan 2004 21:16:46 +0000 Subject: [PATCH] Sebastian Jaenicke : add aide (tripwire replacement) and libmhash (which is needed by aide) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2115 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/tsa/aide/aide.desc | 45 ++++++++++++++++++++++++++++ package/tsa/libmhash/libmhash.conf | 24 +++++++++++++++ package/tsa/libmhash/libmhash.desc | 48 ++++++++++++++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 package/tsa/aide/aide.desc create mode 100644 package/tsa/libmhash/libmhash.conf create mode 100644 package/tsa/libmhash/libmhash.desc diff --git a/package/tsa/aide/aide.desc b/package/tsa/aide/aide.desc new file mode 100644 index 000000000..957678011 --- /dev/null +++ b/package/tsa/aide/aide.desc @@ -0,0 +1,45 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/tsa/aide/aide.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Free replacement for Tripwire(tm) + +[T] AIDE (Advanced Intrusion Detection Environment) is a free replacement for +[T] Tripwire(tm). It generates a database that can be used to check the +[T] integrity of files on server. It uses regular expressions for determining +[T] which files get added to the database. You can use several message digest +[T] algorithms to ensure that the files have not been tampered with. + +[U] http://sourceforge.net/projects/aide/ + +[A] Rami Lehti +[A] Pablo Virolainen +[M] Sebastian Jaenicke + +[C] extra/tool + +[L] GPL +[S] Beta +[V] 0.10 +[P] X -----5---9 364.000 + +[D] 3529813718 aide-0.10.tar.gz http://heanet.dl.sourceforge.net/sourceforge/aide/ diff --git a/package/tsa/libmhash/libmhash.conf b/package/tsa/libmhash/libmhash.conf new file mode 100644 index 000000000..03399db48 --- /dev/null +++ b/package/tsa/libmhash/libmhash.conf @@ -0,0 +1,24 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/tsa/libmhash/libmhash.conf +# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +var_append confopt " " "--enable-static=yes" + diff --git a/package/tsa/libmhash/libmhash.desc b/package/tsa/libmhash/libmhash.desc new file mode 100644 index 000000000..7a389be97 --- /dev/null +++ b/package/tsa/libmhash/libmhash.desc @@ -0,0 +1,48 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/tsa/libmhash/libmhash.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] + +[T] Mhash is a free library which provides a uniform interface to a large +[T] number of hash algorithms. These algorithms can be used to compute check- +[T] sums, message digests, and other signatures. The HMAC support implements +[T] the basics for message authentication, following RFC 2104. In the later +[T] versions some key generation algorithms, which use hash algorithms, have +[T] been added. At the time of writing this, the library supports the +[T] algorithms: SHA1, GOST, HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, +[T] MD5, MD4, RIPEMD160, TIGER, TIGER160, TIGER128, CRC32B and CRC32 checksums. + +[U] http://mhash.sourceforge.net/ + +[A] Nikos Mavroyanopoulos +[A] Sasche Schumann +[M] Sebastian Jaenicke + +[C] base/tool + +[L] LGPL +[S] Stable +[V] 0.8.18 +[P] X -----5---9 363.000 + +[D] 0 mhash-0.8.18.tar.gz http://heanet.dl.sourceforge.net/sourceforge/mhash/