summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-08-04 07:38:34 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-04 21:00:37 +0200
commita5d7f5b9eb10c91891a9fef0821727e856883b81 (patch)
tree0b0ac06d64949ad0229a6b6f9d363e94241b33ca /source
parent564ec5a0ace4d77efaa63cccd7f542a454022b6d (diff)
downloadcurrent-a5d7f5b9eb10c91891a9fef0821727e856883b81.tar.gz
current-a5d7f5b9eb10c91891a9fef0821727e856883b81.tar.xz
Sat Aug 4 07:38:34 UTC 201820180804073834
a/dbus-1.12.10-x86_64-1.txz: Upgraded. a/kernel-generic-4.14.60-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.60-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.60-x86_64-1.txz: Upgraded. d/kernel-headers-4.14.60-x86-1.txz: Upgraded. d/mercurial-4.7-x86_64-1.txz: Upgraded. d/rust-1.28.0-x86_64-1.txz: Upgraded. k/kernel-source-4.14.60-noarch-1.txz: Upgraded. xap/blueman-2.0.6-x86_64-2.txz: Rebuilt. Allow users in the netdev group to make changes. Thanks to voleg, kgha, and zakame. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/glibc-2.28-x86_64-2.txz: Rebuilt. Fixed compile issues when linking with libpthread. testing/packages/glibc-i18n-2.28-x86_64-2.txz: Rebuilt. testing/packages/glibc-profile-2.28-x86_64-2.txz: Rebuilt. testing/packages/glibc-solibs-2.28-x86_64-2.txz: Rebuilt. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rwxr-xr-xsource/d/rust/rust.SlackBuild8
-rw-r--r--source/d/rust/rust.url16
-rw-r--r--source/k/kernel-configs/config-generic-4.14.60 (renamed from source/k/kernel-configs/config-generic-4.14.59)2
-rw-r--r--source/k/kernel-configs/config-generic-4.14.60.x64 (renamed from source/k/kernel-configs/config-generic-4.14.59.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.14.60-smp (renamed from source/k/kernel-configs/config-generic-smp-4.14.59-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.14.60 (renamed from source/k/kernel-configs/config-huge-4.14.59)2
-rw-r--r--source/k/kernel-configs/config-huge-4.14.60.x64 (renamed from source/k/kernel-configs/config-huge-4.14.59.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.14.60-smp (renamed from source/k/kernel-configs/config-huge-smp-4.14.59-smp)2
-rw-r--r--source/xap/blueman/30-blueman-netdev-allow-access.rules10
-rwxr-xr-xsource/xap/blueman/blueman.SlackBuild6
-rw-r--r--source/xap/blueman/doinst.sh1
11 files changed, 34 insertions, 19 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 8cc0ceda0..c5294aec6 100755
--- a/source/d/rust/rust.SlackBuild
+++ b/source/d/rust/rust.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
-VERSION=${VERSION:-1.27.2}
+VERSION=${VERSION:-1.28.0}
BUILD=${BUILD:-1}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
@@ -34,9 +34,9 @@ BUILD=${BUILD:-1}
SYSTEM_LLVM=${SYSTEM_LLVM:-NO}
# Bootstrap variables (might not be kept updated for latest Rust):
-RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.26.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2018-05-10}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.27.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.27.2}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2018-07-20}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.28.0}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on:
diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url
index 0c411bc12..ce929cd3e 100644
--- a/source/d/rust/rust.url
+++ b/source/d/rust/rust.url
@@ -1,7 +1,7 @@
# Source code (repacked to .tar.xz):
-lftpget https://static.rust-lang.org/dist/rustc-1.27.2-src.tar.gz
+lftpget https://static.rust-lang.org/dist/rustc-1.28.0-src.tar.gz
gzip -d rustc-*tar.gz
-plzip -n 6 -9 -v rustc-*tar
+plzip -9 -v rustc-*tar
# Please note that the bootstrap binary packages listed below might not be kept
# updated for later versions. The Rust compiler as shipped with Slackware
@@ -12,12 +12,12 @@ plzip -n 6 -9 -v rustc-*tar
exit 0
# i686 bootstrap:
-lftpget https://static.rust-lang.org/dist/2018-05-10/cargo-0.27.0-i686-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2018-05-10/rust-std-1.26.0-i686-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2018-05-10/rustc-1.26.0-i686-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/2018-07-20/cargo-0.28.0-i686-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/2018-07-20/rust-std-1.27.2-i686-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/2018-07-20/rustc-1.27.2-i686-unknown-linux-gnu.tar.gz
# x86_64 bootstrap:
-lftpget https://static.rust-lang.org/dist/2018-05-10/cargo-0.27.0-x86_64-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2018-05-10/rust-std-1.26.0-x86_64-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2018-05-10/rustc-1.26.0-x86_64-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/2018-07-20/cargo-0.28.0-x86_64-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/2018-07-20/rust-std-1.27.2-x86_64-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/2018-07-20/rustc-1.27.2-x86_64-unknown-linux-gnu.tar.gz
diff --git a/source/k/kernel-configs/config-generic-4.14.59 b/source/k/kernel-configs/config-generic-4.14.60
index 726ffb00a..dc7c0ce79 100644
--- a/source/k/kernel-configs/config-generic-4.14.59
+++ b/source/k/kernel-configs/config-generic-4.14.60
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.59 Kernel Configuration
+# Linux/x86 4.14.60 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-generic-4.14.59.x64 b/source/k/kernel-configs/config-generic-4.14.60.x64
index 900128f7c..063b3823d 100644
--- a/source/k/kernel-configs/config-generic-4.14.59.x64
+++ b/source/k/kernel-configs/config-generic-4.14.60.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.59 Kernel Configuration
+# Linux/x86 4.14.60 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/source/k/kernel-configs/config-generic-smp-4.14.59-smp b/source/k/kernel-configs/config-generic-smp-4.14.60-smp
index e1828be15..c839727e3 100644
--- a/source/k/kernel-configs/config-generic-smp-4.14.59-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.14.60-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.59 Kernel Configuration
+# Linux/x86 4.14.60 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-huge-4.14.59 b/source/k/kernel-configs/config-huge-4.14.60
index 2ac777aca..49946e7a9 100644
--- a/source/k/kernel-configs/config-huge-4.14.59
+++ b/source/k/kernel-configs/config-huge-4.14.60
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.59 Kernel Configuration
+# Linux/x86 4.14.60 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-huge-4.14.59.x64 b/source/k/kernel-configs/config-huge-4.14.60.x64
index 329acab94..6768f7645 100644
--- a/source/k/kernel-configs/config-huge-4.14.59.x64
+++ b/source/k/kernel-configs/config-huge-4.14.60.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.59 Kernel Configuration
+# Linux/x86 4.14.60 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/source/k/kernel-configs/config-huge-smp-4.14.59-smp b/source/k/kernel-configs/config-huge-smp-4.14.60-smp
index 614cfc834..2e29c39e8 100644
--- a/source/k/kernel-configs/config-huge-smp-4.14.59-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.14.60-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.59 Kernel Configuration
+# Linux/x86 4.14.60 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/xap/blueman/30-blueman-netdev-allow-access.rules b/source/xap/blueman/30-blueman-netdev-allow-access.rules
new file mode 100644
index 000000000..9ef313c75
--- /dev/null
+++ b/source/xap/blueman/30-blueman-netdev-allow-access.rules
@@ -0,0 +1,10 @@
+/* Allow users in netdev group to use blueman feature requiring root without authentication */
+polkit.addRule(function(action, subject) {
+ if ((action.id == "org.blueman.network.setup" ||
+ action.id == "org.blueman.dhcp.client" ||
+ action.id == "org.blueman.rfkill.setstate" ||
+ action.id == "org.blueman.pppd.pppconnect") &&
+ subject.isInGroup("netdev")) {
+ return polkit.Result.YES;
+ }
+});
diff --git a/source/xap/blueman/blueman.SlackBuild b/source/xap/blueman/blueman.SlackBuild
index 87d0134a8..fc7e8ca17 100755
--- a/source/xap/blueman/blueman.SlackBuild
+++ b/source/xap/blueman/blueman.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=blueman
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
@@ -115,6 +115,10 @@ sed -i "s,#!/usr/bin/env python,#!/usr/bin/python${PYTHON3VER},g" module/_bluema
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
+# Install default rules allowing users in the netdev group to make changes:
+mkdir -p $PKG/etc/polkit-1/rules.d
+zcat $CWD/30-blueman-netdev-allow-access.rules.gz > $PKG/etc/polkit-1/rules.d/30-blueman-netdev-allow-access.rules.new
+
# Remove the AppIndicator.py plugin (we don't have libappindicator3
# nor will we be getting it in the foreseeable future)
rm ${PKG}$PYTHON3LIB/blueman/plugins/applet/AppIndicator.py
diff --git a/source/xap/blueman/doinst.sh b/source/xap/blueman/doinst.sh
index 808893690..16e49ab97 100644
--- a/source/xap/blueman/doinst.sh
+++ b/source/xap/blueman/doinst.sh
@@ -10,6 +10,7 @@ config() {
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
+config etc/polkit-1/rules.d/30-blueman-netdev-allow-access.rules.new
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1