summaryrefslogtreecommitdiffstats
path: root/system/openstego
diff options
context:
space:
mode:
author B. Watson2022-06-11 17:40:09 +0200
committer Willy Sudiarto Raharjo2022-06-18 04:09:52 +0200
commit61cd5912392fe55c4202d3d7e8a7722876955bb3 (patch)
tree5c41c238f5250211bbc739fdb23b1c7d28b55234 /system/openstego
parentf5d4c8384efbc86b61eee547f02d6a376db10a91 (diff)
downloadslackbuilds-61cd5912392fe55c4202d3d7e8a7722876955bb3.tar.gz
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>
Diffstat (limited to 'system/openstego')
-rw-r--r--system/openstego/README8
-rw-r--r--system/openstego/openstego.SlackBuild6
-rw-r--r--system/openstego/openstego.info8
3 files changed, 14 insertions, 8 deletions
diff --git a/system/openstego/README b/system/openstego/README
index 0879579ef1..ea7e945ef8 100644
--- a/system/openstego/README
+++ b/system/openstego/README
@@ -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
diff --git a/system/openstego/openstego.SlackBuild b/system/openstego/openstego.SlackBuild
index fb6fc911ad..181ff1d177 100644
--- a/system/openstego/openstego.SlackBuild
+++ b/system/openstego/openstego.SlackBuild
@@ -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}
diff --git a/system/openstego/openstego.info b/system/openstego/openstego.info
index 7ba5cb7588..d834ba0147 100644
--- a/system/openstego/openstego.info
+++ b/system/openstego/openstego.info
@@ -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"