summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-26 20:09:43 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-26 22:05:23 +0100
commitd3c57a554896ccb272a79fac07e41c89f7d39d0f (patch)
treea2b4c45166a0561185b73effc5bb38203a1a8410 /source
parent9ab945c854b55cbfac2d7dfb992c10271a31ea8f (diff)
downloadcurrent-d3c57a554896ccb272a79fac07e41c89f7d39d0f.tar.gz
current-d3c57a554896ccb272a79fac07e41c89f7d39d0f.tar.xz
Mon Feb 26 20:09:43 UTC 202420240226200943
a/mdadm-4.3-x86_64-1.txz: Upgraded. a/pciutils-3.11.1-x86_64-1.txz: Upgraded. d/swig-4.2.1-x86_64-1.txz: Upgraded. l/LibRaw-0.21.2-x86_64-2.txz: Rebuilt. Include the example programs (which are actually useful). Thanks to giomat. l/imagemagick-7.1.1_29-x86_64-1.txz: Upgraded. l/openjpeg-2.5.1-x86_64-1.txz: Upgraded. Fixed a heap-based buffer overflow in openjpeg in color.c:379:42 in sycc420_to_rgb when decompressing a crafted .j2k file. An attacker could use this to execute arbitrary code with the permissions of the application compiled against openjpeg. For more information, see: https://www.cve.org/CVERecord?id=CVE-2021-3575 (* Security fix *) l/pango-1.52.0-x86_64-1.txz: Upgraded. x/sddm-0.21.0-x86_64-1.txz: Upgraded. xap/x3270-4.3ga5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r--source/a/mdadm/mdadm.url3
-rwxr-xr-xsource/l/LibRaw/LibRaw.SlackBuild3
-rwxr-xr-xsource/x/sddm/sddm.SlackBuild2
-rwxr-xr-xsource/xap/x3270/x3270.SlackBuild3
4 files changed, 5 insertions, 6 deletions
diff --git a/source/a/mdadm/mdadm.url b/source/a/mdadm/mdadm.url
index b7132f95a..8e3a8aedd 100644
--- a/source/a/mdadm/mdadm.url
+++ b/source/a/mdadm/mdadm.url
@@ -1 +1,2 @@
-https://www.kernel.org/pub/linux/utils/raid/mdadm
+#https://www.kernel.org/pub/linux/utils/raid/mdadm
+https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/
diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild
index 3ca1052b0..cccdcacad 100755
--- a/source/l/LibRaw/LibRaw.SlackBuild
+++ b/source/l/LibRaw/LibRaw.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=LibRaw
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -105,7 +105,6 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \
--enable-jasper \
--enable-lcms \
- --disable-examples \
--build=$TARGET || exit 1
make $NUMJOBS || make || exit 1
diff --git a/source/x/sddm/sddm.SlackBuild b/source/x/sddm/sddm.SlackBuild
index 78ff472be..264adbf44 100755
--- a/source/x/sddm/sddm.SlackBuild
+++ b/source/x/sddm/sddm.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sddm
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/xap/x3270/x3270.SlackBuild b/source/xap/x3270/x3270.SlackBuild
index 769b328b9..d489b5462 100755
--- a/source/xap/x3270/x3270.SlackBuild
+++ b/source/xap/x3270/x3270.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2012, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012, 2018, 2021, 2023, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,6 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=x3270
-VERSION=4.3
TARBVER=${TARBVER:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
VERSION=$(echo $TARBVER | cut -f 1,2 -d .)
BUILD=${BUILD:-1}