From 2701a4b4b7409497b40abe42d4270444ad168267 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 25 Jul 2018 10:56:55 +0100 Subject: libraries/libsixel: Updated for version 1.8.2. This fixes CVE-2018-14072 and CVE-2018-14073. https://github.com/saitoha/libsixel/issues/67 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14072 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14073 (* Security fix *) Signed-off-by: David Spencer --- libraries/libsixel/libsixel.SlackBuild | 3 ++- libraries/libsixel/libsixel.info | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'libraries/libsixel') diff --git a/libraries/libsixel/libsixel.SlackBuild b/libraries/libsixel/libsixel.SlackBuild index 315ab9fa7f..e6adbad20e 100644 --- a/libraries/libsixel/libsixel.SlackBuild +++ b/libraries/libsixel/libsixel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libsixel -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ + --disable-static \ --build=$ARCH-slackware-linux make diff --git a/libraries/libsixel/libsixel.info b/libraries/libsixel/libsixel.info index 4b92ecc8de..ad846d5745 100644 --- a/libraries/libsixel/libsixel.info +++ b/libraries/libsixel/libsixel.info @@ -1,8 +1,8 @@ PRGNAM="libsixel" -VERSION="1.8.1" +VERSION="1.8.2" HOMEPAGE="https://github.com/saitoha/libsixel" -DOWNLOAD="https://github.com/saitoha/libsixel/releases/download/v1.8.1/libsixel-1.8.1.tar.gz" -MD5SUM="13ab648edf04003c9986b2d8f277eea4" +DOWNLOAD="https://github.com/saitoha/libsixel/releases/download/v1.8.2/libsixel-1.8.2.tar.gz" +MD5SUM="cf321caac39d053eecd8291204d2ac31" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad