[Lunar-commits] CVS: moonbase/crypto/steghide BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Mon Jan 26 03:18:39 GMT 2004


Update of /var/cvs/lunar/moonbase/crypto/steghide
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18877

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Added this module at the request of bramble.  NOTE: I had to hack the 
src/Makefile.in because steghide's author must have used an older libtool
(1.4.x or less).  Compiled and tested with gcc-3.2.3, kernel-headers 2.4.x.


--- NEW FILE: BUILD ---
(

  # this is a hack to get around a libtool-1.4.x versioning problem
  sedit "s/\$(LIBTOOL) --mode=link//g" src/Makefile.in &&
  
  default_config   &&
  make             &&
  make check       &&
  prepare_install  &&
  make install

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends mhash &&
depends libmcrypt &&
depends jpeg &&
depends zlib

--- NEW FILE: DETAILS ---
          MODULE=steghide
         VERSION=0.5.1
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=http://steghide.sourceforge.net
         ENTERED=20040125
         UPDATED=20040125
           SHORT="A steganography app that is able to hide data in image and audio files"
cat << EOF
Steghide is a steganography program that is able to hide data in various
kinds of image- and audio-files. The color- respectivly sample-frequencies
are not changed thus making the embedding resistant against first-order
statistical tests.

Features include the compression of the embedded data, encryption of the
embedded data and automatic integrity checking using a checksum. The JPEG,
BMP, WAV and AU file formats are supported for use as a cover file. There are
no restrictions on the format of the secret data.
EOF



More information about the Lunar-commits mailing list