diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/dcron/dcron.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/dcron/run-parts | 2 | ||||
-rwxr-xr-x | source/d/rust-bindgen/fetch-sources.sh | 2 | ||||
-rw-r--r-- | source/kde/kde/build/pulseaudio-qt | 2 | ||||
-rw-r--r-- | source/l/jasper/jasper.url | 2 | ||||
-rwxr-xr-x | source/l/pulseaudio/pulseaudio.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/bluez/1528118a8f84b4b178729c1f9fc3f6d858c04f9f.patch | 35 | ||||
-rwxr-xr-x | source/n/bluez/bluez.SlackBuild | 5 |
8 files changed, 7 insertions, 45 deletions
diff --git a/source/a/dcron/dcron.SlackBuild b/source/a/dcron/dcron.SlackBuild index c09bd8fdc..c1dd3fc34 100755 --- a/source/a/dcron/dcron.SlackBuild +++ b/source/a/dcron/dcron.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dcron VERSION=${VERSION:-$(echo dcron-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-14} +BUILD=${BUILD:-15} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/dcron/run-parts b/source/a/dcron/run-parts index c12ee3536..ce9b9f3d1 100644 --- a/source/a/dcron/run-parts +++ b/source/a/dcron/run-parts @@ -89,7 +89,7 @@ for i in $(LC_ALL=C; echo ${1%/}/*[^~,]) ; do # run executable files logger -p cron.notice -t "run-parts[$$]" "($1) starting $(basename $i)" - $i 2>&1 | sed '1i\ + $i | sed '1i\ '"$i"':\ ' logger -p cron.notice -t "run-parts[$$]" "($1) finished $(basename $i)" diff --git a/source/d/rust-bindgen/fetch-sources.sh b/source/d/rust-bindgen/fetch-sources.sh index 71a5c904f..a9febbf37 100755 --- a/source/d/rust-bindgen/fetch-sources.sh +++ b/source/d/rust-bindgen/fetch-sources.sh @@ -1,7 +1,7 @@ #!/bin/bash #VERSION=$1 -VERSION=0.69.1 +VERSION=0.69.2 rm -rf rust-bindgen-*.tar.?z cargo-rust-bindgen* diff --git a/source/kde/kde/build/pulseaudio-qt b/source/kde/kde/build/pulseaudio-qt index 00750edc0..d00491fd7 100644 --- a/source/kde/kde/build/pulseaudio-qt +++ b/source/kde/kde/build/pulseaudio-qt @@ -1 +1 @@ -3 +1 diff --git a/source/l/jasper/jasper.url b/source/l/jasper/jasper.url index b21b64424..d0c7489a5 100644 --- a/source/l/jasper/jasper.url +++ b/source/l/jasper/jasper.url @@ -1,2 +1,2 @@ https://github.com/jasper-software/jasper/releases -https://github.com/jasper-software/jasper/releases/download/version-4.1.1/jasper-4.1.1.tar.gz +https://github.com/jasper-software/jasper/releases/download/version-4.1.2/jasper-4.1.2.tar.gz diff --git a/source/l/pulseaudio/pulseaudio.SlackBuild b/source/l/pulseaudio/pulseaudio.SlackBuild index ebf765651..910670e3c 100755 --- a/source/l/pulseaudio/pulseaudio.SlackBuild +++ b/source/l/pulseaudio/pulseaudio.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pulseaudio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/n/bluez/1528118a8f84b4b178729c1f9fc3f6d858c04f9f.patch b/source/n/bluez/1528118a8f84b4b178729c1f9fc3f6d858c04f9f.patch deleted file mode 100644 index c09a54daf..000000000 --- a/source/n/bluez/1528118a8f84b4b178729c1f9fc3f6d858c04f9f.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 1528118a8f84b4b178729c1f9fc3f6d858c04f9f Mon Sep 17 00:00:00 2001 -From: Xiao Yao <xiaoyao@rock-chips.com> -Date: Sun, 17 Dec 2023 21:50:12 +0800 -Subject: [PATCH] adapter: Fix link key address type for old kernels - -Fixes: https://github.com/bluez/bluez/issues/686 - -Signed-off-by: Xiao Yao <xiaoyao@rock-chips.com> ---- - src/adapter.c | 12 +++++++++++- - 1 file changed, 11 insertions(+), 1 deletion(-) - -diff --git a/src/adapter.c b/src/adapter.c -index ee70b00d2..b4628a411 100644 ---- a/src/adapter.c -+++ b/src/adapter.c -@@ -4347,7 +4347,17 @@ static void load_link_keys(struct btd_adapter *adapter, GSList *keys, - struct link_key_info *info = l->data; - - bacpy(&key->addr.bdaddr, &info->bdaddr); -- key->addr.type = info->bdaddr_type; -+ -+ /* -+ * According to the Bluetooth specification, the address -+ * type of the link key is not fixed. However, the -+ * load_link_keys function in the old kernel code requires -+ * that the address type must be BREDR. Since the address -+ * type is not actually used by the link key, to maintain -+ * compatibility with older kernel versions, the addr.type -+ * of the link key is set to BDADDR_BREDR. -+ */ -+ key->addr.type = BDADDR_BREDR; - key->type = info->type; - memcpy(key->val, info->key, 16); - key->pin_len = info->pin_len; diff --git a/source/n/bluez/bluez.SlackBuild b/source/n/bluez/bluez.SlackBuild index a58c6902d..de035ce03 100755 --- a/source/n/bluez/bluez.SlackBuild +++ b/source/n/bluez/bluez.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bluez VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -78,9 +78,6 @@ find . \ zcat $CWD/bluez-5.51-obexd_without_systemd-1.patch.gz | patch -p1 --verbose || exit 1 -# Fix regression in 5.71: -cat $CWD/1528118a8f84b4b178729c1f9fc3f6d858c04f9f.patch | patch -p1 --verbose || exit 1 - sed -i -e 's|-lreadline|\0 -lncursesw|g' Makefile.{in,tools} autoreconf -vif |