diff options
author | arved <arved@FreeBSD.org> | 2003-10-23 22:28:34 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-23 22:28:34 +0800 |
commit | 38e6a7ce262f91eda10b32e77b623e7e1ebc1a90 (patch) | |
tree | 11f98977ab2aa2ff13b25c70c51d5ce3c3b509a9 /security | |
parent | 22b883d324c1a5c0015c1bdf2ac468daa7af8524 (diff) | |
download | freebsd-ports-graphics-38e6a7ce262f91eda10b32e77b623e7e1ebc1a90.tar.gz freebsd-ports-graphics-38e6a7ce262f91eda10b32e77b623e7e1ebc1a90.tar.zst freebsd-ports-graphics-38e6a7ce262f91eda10b32e77b623e7e1ebc1a90.zip |
*grr* Readd accidently deleted patch.
Fix a broken URL in pkg-descr.
Diffstat (limited to 'security')
-rw-r--r-- | security/steghide/files/patch-aa | 11 | ||||
-rw-r--r-- | security/steghide/pkg-descr | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/security/steghide/files/patch-aa b/security/steghide/files/patch-aa new file mode 100644 index 00000000000..e2c74d5cb4c --- /dev/null +++ b/security/steghide/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 23 16:12:57 2003 ++++ Makefile.in Thu Oct 23 16:15:43 2003 +@@ -161,7 +161,7 @@ + SUBDIRS = m4 intl po doc src tests + docdir = $(prefix)/share/doc/$(PACKAGE) + EXTRA_DIST = config.rpath mkinstalldirs ABOUT-NLS BUGS CREDITS HISTORY LEAME depcomp +-doc_DATA = ABOUT-NLS BUGS COPYING CREDITS HISTORY INSTALL LEAME README TODO ++doc_DATA = BUGS CREDITS HISTORY LEAME README TODO + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \ + config.sub configure depcomp install-sh missing mkinstalldirs steghide.doxygen steghide.spec + diff --git a/security/steghide/pkg-descr b/security/steghide/pkg-descr index f20cddc2b05..6918afe5cd9 100644 --- a/security/steghide/pkg-descr +++ b/security/steghide/pkg-descr @@ -1,7 +1,7 @@ Steghide is a steganography tool which is able to hide data in "container files" and to extract this data again. If you do not know what steganography is take a look at Neil F. Johnson's paper about steganography at -http://www.isse.gmu.edu/~njohnson/stegdoc/ +http://www.jjtc.com/Steganography/ Steghide is designed to be portable and configurable and features hiding data in bmp, wav and au files, blowfish encryption, MD5 hashing of passphrases to blowfish keys and pseudo-random distribution of hidden bits ("stego bits") in |