mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/openstego: Updated for version 0.8.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f5d4c8384e
commit
61cd591239
3 changed files with 14 additions and 8 deletions
|
@ -1,11 +1,13 @@
|
|||
openstego (the free steganography solution)
|
||||
|
||||
Note: openstego works with openjdk8, if you prefer not to install the
|
||||
Oracle jdk. It does NOT work with openjdk7 or older.
|
||||
|
||||
OpenStego is a tool implemented in Java for generic steganography,
|
||||
with support for password-based encryption of the data.
|
||||
|
||||
Note: openstego lists zulu-openjdk11 as a required dependency.
|
||||
However, it may also work with other JDK >= 11 packages such as jdk11,
|
||||
zulu-openjdk17, OpenJDK11, or OpenJDK17. It will *not* work with jdk,
|
||||
openjdk8, nor zulu-openjdk8.
|
||||
|
||||
Features:
|
||||
|
||||
- OpenStego is written in pure Java and should run on all platforms
|
||||
|
|
|
@ -23,6 +23,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220610 bkw:
|
||||
# - update for v0.8.4.
|
||||
# - requires v11 JDK now, update README note.
|
||||
|
||||
# 20210221 bkw: update for v0.8.0.
|
||||
|
||||
# 20200708 bkw:
|
||||
|
@ -38,7 +42,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openstego
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openstego"
|
||||
VERSION="0.8.0"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="https://www.openstego.com/"
|
||||
DOWNLOAD="https://github.com/syvaidya/openstego/releases/download/openstego-0.8.0/openstego-0.8.0.zip"
|
||||
MD5SUM="e172fae2f0f3aca30ae5998866e7c7f2"
|
||||
DOWNLOAD="https://github.com/syvaidya/openstego/releases/download/openstego-0.8.4/openstego-0.8.4.zip"
|
||||
MD5SUM="d6662da9402d295d97024b8ca31c696f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8"
|
||||
REQUIRES="zulu-openjdk11"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="urchlay@slackware.uk"
|
||||
|
|
Loading…
Reference in a new issue