summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-07 20:07:29 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-07 21:35:44 +0100
commitdc74348a7fbc54e5422f2f1cdff93777bb631feb (patch)
tree6842f9c8e09b2453db6d343da0dea6ab2a85b254 /source
parentb1547e7faa21be05a580c79f09b665962cc00ac3 (diff)
downloadcurrent-dc74348a7fbc54e5422f2f1cdff93777bb631feb.tar.gz
current-dc74348a7fbc54e5422f2f1cdff93777bb631feb.tar.xz
Wed Feb 7 20:07:29 UTC 202420240207200729
a/hwdata-0.379-noarch-1.txz: Upgraded. ap/inxi-3.3.33_1-noarch-1.txz: Upgraded. ap/rpm-4.19.1.1-x86_64-1.txz: Upgraded. kde/kstars-3.6.9-x86_64-1.txz: Upgraded. l/enchant-2.6.5-x86_64-1.txz: Upgraded. Reverted to non-broken version. l/expat-2.6.0-x86_64-1.txz: Upgraded. This update fixes security issues: Fix quadratic runtime issues with big tokens that can cause denial of service. Fix billion laughs attacks for users compiling *without* XML_DTD defined (which is not common). For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-52425 https://www.cve.org/CVERecord?id=CVE-2023-52426 (* Security fix *) l/orc-0.4.37-x86_64-1.txz: Upgraded. l/pipewire-1.0.3-x86_64-2.txz: Rebuilt. Use wireplumber-0.4.17, as the newer version's support for elogind seems to be broken, and this prevents bluetooth from connecting properly. Thanks to mistfire and rizitis. x/libwacom-2.10.0-x86_64-1.txz: Upgraded. xap/hexchat-2.16.2-x86_64-1.txz: Upgraded. extra/xv/xv-5.0.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/inxi/fetch-inxi.sh2
-rw-r--r--source/l/enchant/enchant.url2
-rw-r--r--source/l/expat/expat.url4
-rwxr-xr-xsource/l/pipewire/fetch-wireplumber.sh10
-rwxr-xr-xsource/l/pipewire/pipewire.SlackBuild2
-rw-r--r--source/x/libwacom/libwacom.url2
-rwxr-xr-xsource/xap/hexchat/hexchat.SlackBuild2
-rw-r--r--source/xap/hexchat/hexchat.url2
8 files changed, 17 insertions, 9 deletions
diff --git a/source/ap/inxi/fetch-inxi.sh b/source/ap/inxi/fetch-inxi.sh
index 2b5edf6b2..2e8025c51 100755
--- a/source/ap/inxi/fetch-inxi.sh
+++ b/source/ap/inxi/fetch-inxi.sh
@@ -24,7 +24,7 @@
PKGNAM=inxi
# Pull a stable branch + patches
-BRANCH=${1:-3.3.32-1}
+BRANCH=${1:-3.3.33-1}
# Clear download area:
rm -rf ${PKGNAM}
diff --git a/source/l/enchant/enchant.url b/source/l/enchant/enchant.url
index dba0a3c4e..1d40ac7f8 100644
--- a/source/l/enchant/enchant.url
+++ b/source/l/enchant/enchant.url
@@ -1,2 +1,2 @@
https://github.com/AbiWord/enchant
-https://github.com/AbiWord/enchant/releases/download/v2.6.6/enchant-2.6.6.tar.gz
+https://github.com/AbiWord/enchant/releases/download/v2.6.5/enchant-2.6.5.tar.gz
diff --git a/source/l/expat/expat.url b/source/l/expat/expat.url
index ed04fb252..2cc72c6ad 100644
--- a/source/l/expat/expat.url
+++ b/source/l/expat/expat.url
@@ -1,2 +1,2 @@
-https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.lz
-https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.lz.asc
+https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.lz
+https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-2.6.0.tar.lz.asc
diff --git a/source/l/pipewire/fetch-wireplumber.sh b/source/l/pipewire/fetch-wireplumber.sh
index 4153a5b06..20d9572ad 100755
--- a/source/l/pipewire/fetch-wireplumber.sh
+++ b/source/l/pipewire/fetch-wireplumber.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2022, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2022, 2023, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,11 +22,19 @@
set -o errexit
+# If pipewire has to pull from git, it always pulls git HEAD.
+# But with 0.4.81, support for elogind seems broken, although it is
+# detected and linked to.
+# So we'll stick with this until a newer version can be tested and found
+# to work with bluetooth.
+CHECKOUT=${CHECKOUT:-0.4.17}
+
# Clear download area:
rm -rf wireplumber wireplumber.tar wireplumber.tar.lz
# Clone repository:
git clone https://gitlab.freedesktop.org/pipewire/wireplumber.git
+( cd wireplumber ; git checkout $CHECKOUT )
# Cleanup. We're not packing up the whole git repo.
rm -rf wireplumber/.git*
diff --git a/source/l/pipewire/pipewire.SlackBuild b/source/l/pipewire/pipewire.SlackBuild
index f3dd30ae8..6c5ff7147 100755
--- a/source/l/pipewire/pipewire.SlackBuild
+++ b/source/l/pipewire/pipewire.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pipewire
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/libwacom/libwacom.url b/source/x/libwacom/libwacom.url
index 6f4fd9382..060b61d7f 100644
--- a/source/x/libwacom/libwacom.url
+++ b/source/x/libwacom/libwacom.url
@@ -1,2 +1,2 @@
https://github.com/linuxwacom/libwacom
-https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.9.0/libwacom-2.9.0.tar.xz
+https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.10.0/libwacom-2.10.0.tar.xz
diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild
index ccc936043..ebd2d4539 100755
--- a/source/xap/hexchat/hexchat.SlackBuild
+++ b/source/xap/hexchat/hexchat.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=hexchat
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/xap/hexchat/hexchat.url b/source/xap/hexchat/hexchat.url
index d70cfd663..5a02cb1f6 100644
--- a/source/xap/hexchat/hexchat.url
+++ b/source/xap/hexchat/hexchat.url
@@ -1 +1 @@
-https://dl.hexchat.net/hexchat/hexchat-2.16.1.tar.xz
+https://github.com/hexchat/hexchat/releases/download/v2.16.2/hexchat-2.16.2.tar.xz