summaryrefslogtreecommitdiffstats
path: root/libraries/gloox
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gloox')
-rw-r--r--libraries/gloox/gloox.SlackBuild11
-rw-r--r--libraries/gloox/gloox.info6
2 files changed, 10 insertions, 7 deletions
diff --git a/libraries/gloox/gloox.SlackBuild b/libraries/gloox/gloox.SlackBuild
index 5eab889ada..c3bf75e293 100644
--- a/libraries/gloox/gloox.SlackBuild
+++ b/libraries/gloox/gloox.SlackBuild
@@ -2,9 +2,9 @@
# Slackware build script for gloox
-# Updates since 2020 Copyright 2020 Tim dickson.tim@googlemail.com
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
+# Copyright 2020-2023 Tim Dickson dickson.tim@googlemail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,12 +27,15 @@
#note update to 1.0.24 breaks binary compatability but maintains source compatability.
#ie. you'll need to recreate packages that use gloox. eg currently 0ad and licq
+#update to 1.0.26 just fixes bugs etc.
+#update to 1.0.27 fixes bugs.
+#update to 1.0.28 fixes bugs.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gloox
-VERSION=${VERSION:-1.0.24}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.0.28}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -107,7 +110,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL LICENSE README* TODO UPGRADING \
+cp -a AUTHORS COPYING ChangeLog LICENSE README* TODO UPGRADING \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/gloox/gloox.info b/libraries/gloox/gloox.info
index 396b0c8bf3..7a086ccceb 100644
--- a/libraries/gloox/gloox.info
+++ b/libraries/gloox/gloox.info
@@ -1,8 +1,8 @@
PRGNAM="gloox"
-VERSION="1.0.24"
+VERSION="1.0.28"
HOMEPAGE="https://camaya.net/gloox/"
-DOWNLOAD="https://camaya.net/download/gloox-1.0.24.tar.bz2"
-MD5SUM="7311ab0456f4459be7b5a86f9008af03"
+DOWNLOAD="https://camaya.net/download/gloox-1.0.28.tar.bz2"
+MD5SUM="598121704086fe54af18abaabad2db7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""