summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-09 21:56:02 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-09 23:41:24 +0100
commit8bdf5baa11c2b730e06ea54926b4ffbbfb8a1b3a (patch)
treed07fe3e6cce55985d7647bafde428d4e5f4c308c /source
parent3312557eb8b89174f4aaa4a1bfeacfed11ed4140 (diff)
downloadcurrent-8bdf5baa11c2b730e06ea54926b4ffbbfb8a1b3a.tar.gz
current-8bdf5baa11c2b730e06ea54926b4ffbbfb8a1b3a.tar.xz
Sat Mar 9 21:56:02 UTC 202420240309215602
a/aaa_libraries-15.1-x86_64-28.txz: Rebuilt. Upgraded: libelf-0.191.so, liblzma.so.5.6.1, libexpat.so.1.9.1. a/shadow-4.15.0-x86_64-1.txz: Upgraded. a/xz-5.6.1-x86_64-1.txz: Upgraded. d/llvm-18.1.1-x86_64-1.txz: Upgraded. l/libclc-18.1.1-x86_64-1.txz: Upgraded. l/xapian-core-1.4.25-x86_64-1.txz: Upgraded. n/mutt-2.2.13-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/aaa_libraries/aaa_libraries.SlackBuild2
-rw-r--r--source/a/shadow/shadow.login.display.short.hostname.diff40
-rw-r--r--source/a/shadow/shadow.url2
-rwxr-xr-xsource/d/llvm/llvm.SlackBuild3
-rw-r--r--source/d/llvm/llvm.url30
-rw-r--r--source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch11
-rw-r--r--source/l/libclc/libclc.url2
7 files changed, 38 insertions, 52 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild
index d99105d5c..5b6c6b023 100755
--- a/source/a/aaa_libraries/aaa_libraries.SlackBuild
+++ b/source/a/aaa_libraries/aaa_libraries.SlackBuild
@@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=aaa_libraries
VERSION=${VERSION:-15.1}
-BUILD=${BUILD:-27}
+BUILD=${BUILD:-28}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/a/shadow/shadow.login.display.short.hostname.diff b/source/a/shadow/shadow.login.display.short.hostname.diff
index f8422e809..d1383c4f6 100644
--- a/source/a/shadow/shadow.login.display.short.hostname.diff
+++ b/source/a/shadow/shadow.login.display.short.hostname.diff
@@ -1,23 +1,5 @@
---- ./src/login.c.orig 2023-09-25 10:52:15.000000000 -0500
-+++ ./src/login.c 2023-10-24 20:24:47.101964317 -0500
-@@ -705,6 +705,15 @@
-
- /* Make the login prompt look like we want it */
- if (gethostname (hostn, sizeof (hostn)) == 0) {
-+ /* Trim away everything after the first '.': */
-+ int i = 0;
-+ while (hostn[i] != '\0' && i < sizeof(hostn) - 1) {
-+ if (hostn[i] == '.') {
-+ hostn[i] = '\0';
-+ break;
-+ }
-+ i++;
-+ }
- snprintf (loginprompt,
- sizeof (loginprompt),
- _("%s login: "), hostn);
---- ./lib/loginprompt.c.orig 2023-09-25 10:52:15.000000000 -0500
-+++ ./lib/loginprompt.c 2023-10-24 20:24:47.101964317 -0500
+--- ./lib/loginprompt.c.orig 2024-02-29 19:50:52.000000000 -0600
++++ ./lib/loginprompt.c 2024-03-09 13:29:58.373925583 -0600
@@ -71,6 +71,15 @@
}
}
@@ -34,3 +16,21 @@
printf (_("\n%s login: "), buf);
(void) fflush (stdout);
+--- ./src/login.c.orig 2024-03-09 13:29:58.373925583 -0600
++++ ./src/login.c 2024-03-09 13:31:39.344919998 -0600
+@@ -703,6 +703,15 @@
+
+ /* Make the login prompt look like we want it */
+ if (gethostname (hostn, sizeof (hostn)) == 0) {
++ /* Trim away everything after the first '.': */
++ int i = 0;
++ while (hostn[i] != '\0' && i < sizeof(hostn) - 1) {
++ if (hostn[i] == '.') {
++ hostn[i] = '\0';
++ break;
++ }
++ i++;
++ }
+ SNPRINTF(loginprompt, _("%s login: "), hostn);
+ } else {
+ STRTCPY(loginprompt, _("login: "));
diff --git a/source/a/shadow/shadow.url b/source/a/shadow/shadow.url
index b286ab714..133534586 100644
--- a/source/a/shadow/shadow.url
+++ b/source/a/shadow/shadow.url
@@ -1,2 +1,2 @@
https://github.com/shadow-maint/shadow
-https://github.com/shadow-maint/shadow/releases/download/4.14.6/shadow-4.14.6.tar.xz
+https://github.com/shadow-maint/shadow/releases/download/4.15.0/shadow-4.15.0.tar.xz
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild
index 5ed30e9d1..7e87a7a3a 100755
--- a/source/d/llvm/llvm.SlackBuild
+++ b/source/d/llvm/llvm.SlackBuild
@@ -179,9 +179,6 @@ if [ -f ./tools/lldb/source/Utility/CMakeLists.txt ]; then
fi
fi
-# Oops, the rc tag was left in with the 18.1.0 release:
-zcat $CWD/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch.gz | patch -p1 --verbose || exit 1
-
# These hackish links seem to be required...
cd ..
ln -sf */runtimes .
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index 52c7d8076..5b0ca1eb0 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,15 +1,15 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/llvm-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/clang-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/clang-tools-extra-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/compiler-rt-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/flang-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/lldb-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/openmp-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/polly-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/libcxx-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/libcxxabi-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/lld-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/libunwind-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/cmake-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/third-party-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/runtimes-18.1.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/llvm-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/clang-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/clang-tools-extra-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/compiler-rt-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/flang-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/lldb-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/openmp-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/polly-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libcxx-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libcxxabi-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/lld-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libunwind-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/cmake-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/third-party-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/runtimes-18.1.1.src.tar.xz
diff --git a/source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch b/source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch
deleted file mode 100644
index 68875b247..000000000
--- a/source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./CMakeLists.txt.orig 2024-02-27 11:18:54.000000000 -0600
-+++ ./CMakeLists.txt 2024-03-06 17:58:39.012200994 -0600
-@@ -25,7 +25,7 @@
- set(LLVM_VERSION_PATCH 0)
- endif()
- if(NOT DEFINED LLVM_VERSION_SUFFIX)
-- set(LLVM_VERSION_SUFFIX rc)
-+ set(LLVM_VERSION_SUFFIX)
- endif()
-
- if (NOT PACKAGE_VERSION)
diff --git a/source/l/libclc/libclc.url b/source/l/libclc/libclc.url
index fbcbc3328..69e68b088 100644
--- a/source/l/libclc/libclc.url
+++ b/source/l/libclc/libclc.url
@@ -1 +1 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/libclc-17.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libclc-18.1.1.src.tar.xz