diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-07-25 10:56:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-28 08:51:47 +0700 |
commit | 2701a4b4b7409497b40abe42d4270444ad168267 (patch) | |
tree | 0af4e3fcf05b00f965f1bec8fed74e945ddfbd9f /libraries/libsixel | |
parent | 82fd3deb56a1d067052086b18f5b14fe75f21747 (diff) | |
download | slackbuilds-2701a4b4b7409497b40abe42d4270444ad168267.tar.gz |
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 <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libsixel')
-rw-r--r-- | libraries/libsixel/libsixel.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/libsixel/libsixel.info | 6 |
2 files changed, 5 insertions, 4 deletions
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="" |