Browse Source

Sebastian Jaenicke <tsa@jaenicke.org>:

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
rocklinux
Sebastian Jaenicke 21 years ago
parent
commit
3291765d20
3 changed files with 117 additions and 0 deletions
  1. +45
    -0
      package/tsa/aide/aide.desc
  2. +24
    -0
      package/tsa/libmhash/libmhash.conf
  3. +48
    -0
      package/tsa/libmhash/libmhash.desc

+ 45
- 0
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 <rammer@cs.tut.fi>
[A] Pablo Virolainen <pablo@cs.tut.fi>
[M] Sebastian Jaenicke <tsa@jaenicke.org>
[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/

+ 24
- 0
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"

+ 48
- 0
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 <tsa@jaenicke.org>
[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/

Loading…
Cancel
Save