aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-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 0879579ef1f8..ea7e945ef801 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 fb6fc911adff..181ff1d17708 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 7ba5cb7588bb..d834ba014701 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"