Version: 0.5.1, Package name: steghide-0.5.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files. The color- respectively sample-frequencies are not changed thus making the embedding resistant against first-order statistical tests. |
Filesize: 464.966 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-05-02 08:51:49 by Daniel Jakots | Files touched by this commit (13) |
Log message: Remove giovanni@ as maintainer per his request |
2019-04-27 19:30:18 by Charlene Wendling | Files touched by this commit (3) |
Log message: steghide: Use C++03 for any compiler. It unbreaks the build with ports-gcc-8. While here, fix Perl tests that still assumes that '.' is in @INC. Maintainer timeout. OK sthen@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-13 05:13:31 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Unbreak with clang6, and respect CXXFLAGS Based on a diff from Matthew Martin. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2014-10-22 07:39:38 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: unify maintainer addresses ok giovanni@ |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-10-18 15:41:48 by Marc Espie | Files touched by this commit (144) |
Log message: USE_GROFF=Yes |
2010-09-20 12:22:38 by Landry Breuil | Files touched by this commit (1) |
Log message: add security/mhash to LIB_DEPENDS so that the dependency chain is not fucked up. Hopefully last fallout of libmcrypt dep change. |
2010-05-24 02:31:17 by Marc Espie | Files touched by this commit (2) |
Log message: hiding a template behind a typedef does not make it less a typedef, and explicit specializations want template <> in g++4. |
2008-09-12 08:28:06 by Christian Weisgerber | Files touched by this commit (1) |
Log message: fix building against mhash 0.9.9; from maintainer Giovanni Bechis |