diff options
Diffstat (limited to 'source')
16 files changed, 73 insertions, 45 deletions
diff --git a/source/a/aaa_libraries/aaa_libraries.SlackBuild b/source/a/aaa_libraries/aaa_libraries.SlackBuild index 8a496505..e7e74142 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:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/aaa_libraries/tracked-files-tmp.d/boost b/source/a/aaa_libraries/tracked-files-tmp.d/boost new file mode 100644 index 00000000..ea339bbd --- /dev/null +++ b/source/a/aaa_libraries/tracked-files-tmp.d/boost @@ -0,0 +1,40 @@ +# We'll keep these around for a little while... probably remove on 2022-08-11 or thereabouts +/usr/lib/libboost_atomic.so.1.79.0 +/usr/lib/libboost_chrono.so.1.79.0 +/usr/lib/libboost_container.so.1.79.0 +/usr/lib/libboost_context.so.1.79.0 +/usr/lib/libboost_contract.so.1.79.0 +/usr/lib/libboost_coroutine.so.1.79.0 +/usr/lib/libboost_date_time.so.1.79.0 +/usr/lib/libboost_fiber.so.1.79.0 +/usr/lib/libboost_filesystem.so.1.79.0 +/usr/lib/libboost_graph.so.1.79.0 +/usr/lib/libboost_iostreams.so.1.79.0 +/usr/lib/libboost_json.so.1.79.0 +/usr/lib/libboost_locale.so.1.79.0 +/usr/lib/libboost_log.so.1.79.0 +/usr/lib/libboost_log_setup.so.1.79.0 +/usr/lib/libboost_math_c99.so.1.79.0 +/usr/lib/libboost_math_c99f.so.1.79.0 +/usr/lib/libboost_math_c99l.so.1.79.0 +/usr/lib/libboost_math_tr1.so.1.79.0 +/usr/lib/libboost_math_tr1f.so.1.79.0 +/usr/lib/libboost_math_tr1l.so.1.79.0 +/usr/lib/libboost_nowide.so.1.79.0 +/usr/lib/libboost_prg_exec_monitor.so.1.79.0 +/usr/lib/libboost_program_options.so.1.79.0 +/usr/lib/libboost_python27.so.1.79.0 +/usr/lib/libboost_python39.so.1.79.0 +/usr/lib/libboost_random.so.1.79.0 +/usr/lib/libboost_regex.so.1.79.0 +/usr/lib/libboost_serialization.so.1.79.0 +/usr/lib/libboost_stacktrace_addr2line.so.1.79.0 +/usr/lib/libboost_stacktrace_basic.so.1.79.0 +/usr/lib/libboost_stacktrace_noop.so.1.79.0 +/usr/lib/libboost_system.so.1.79.0 +/usr/lib/libboost_thread.so.1.79.0 +/usr/lib/libboost_timer.so.1.79.0 +/usr/lib/libboost_type_erasure.so.1.79.0 +/usr/lib/libboost_unit_test_framework.so.1.79.0 +/usr/lib/libboost_wave.so.1.79.0 +/usr/lib/libboost_wserialization.so.1.79.0 diff --git a/source/ap/pamixer/pamixer.SlackBuild b/source/ap/pamixer/pamixer.SlackBuild index 68705888..b895bde7 100755 --- a/source/ap/pamixer/pamixer.SlackBuild +++ b/source/ap/pamixer/pamixer.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pamixer VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 4e3eafb6..21126146 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2017 Andrew Clemons, Wellington, New Zealand -# Copyright 2017, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2017, 2018, 2019, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # Copyright 2017 Stuart Winter # All rights reserved. # @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.62.1} +VERSION=${VERSION:-1.63.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:-YES} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.61.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2022-05-19} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.61.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.62.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2022-06-30} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.62.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 32d1cb1f..3460186b 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.lz): -VERSION=1.62.1 +VERSION=1.63.0 rm -f rustc-${VERSION}-src.tar.* lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz.asc @@ -20,8 +20,8 @@ fi # update the settings below, look at src/stage0.json in the Rust sources. exit 0 -BOOTSTRAP_DATE=2022-05-19 -BOOTSTRAP_VERSION=1.61.0 +BOOTSTRAP_DATE=2022-06-30 +BOOTSTRAP_VERSION=1.62.0 BOOTSTRAP_CARGO=$BOOTSTRAP_VERSION # i686 bootstrap: diff --git a/source/k/kernel-configs/config-generic-5.18.16 b/source/k/kernel-configs/config-generic-5.18.17 index 9022da00..9accbc1a 100644 --- a/source/k/kernel-configs/config-generic-5.18.16 +++ b/source/k/kernel-configs/config-generic-5.18.17 @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.18.16 Kernel Configuration +# Linux/x86 5.18.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120100 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23800 +CONFIG_AS_VERSION=23900 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23800 +CONFIG_LD_VERSION=23900 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y @@ -488,9 +488,6 @@ CONFIG_CC_HAS_RETURN_THUNK=y CONFIG_SPECULATION_MITIGATIONS=y CONFIG_RETPOLINE=y CONFIG_RETHUNK=y -CONFIG_CPU_UNRET_ENTRY=y -CONFIG_CPU_IBPB_ENTRY=y -CONFIG_CPU_IBRS_ENTRY=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y # diff --git a/source/k/kernel-configs/config-generic-5.18.16.x64 b/source/k/kernel-configs/config-generic-5.18.17.x64 index 6b7525e7..6acc2600 100644 --- a/source/k/kernel-configs/config-generic-5.18.16.x64 +++ b/source/k/kernel-configs/config-generic-5.18.17.x64 @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.18.16 Kernel Configuration +# Linux/x86 5.18.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120100 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23800 +CONFIG_AS_VERSION=23900 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23800 +CONFIG_LD_VERSION=23900 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.18.16-smp b/source/k/kernel-configs/config-generic-smp-5.18.17-smp index 698899ad..f4a887f8 100644 --- a/source/k/kernel-configs/config-generic-smp-5.18.16-smp +++ b/source/k/kernel-configs/config-generic-smp-5.18.17-smp @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.18.16 Kernel Configuration +# Linux/x86 5.18.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120100 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23800 +CONFIG_AS_VERSION=23900 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23800 +CONFIG_LD_VERSION=23900 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y @@ -512,9 +512,6 @@ CONFIG_SPECULATION_MITIGATIONS=y CONFIG_PAGE_TABLE_ISOLATION=y CONFIG_RETPOLINE=y CONFIG_RETHUNK=y -CONFIG_CPU_UNRET_ENTRY=y -CONFIG_CPU_IBPB_ENTRY=y -CONFIG_CPU_IBRS_ENTRY=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y # diff --git a/source/k/kernel-configs/config-huge-5.18.16 b/source/k/kernel-configs/config-huge-5.18.17 index 2dbdab73..524d8dfd 100644 --- a/source/k/kernel-configs/config-huge-5.18.16 +++ b/source/k/kernel-configs/config-huge-5.18.17 @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.18.16 Kernel Configuration +# Linux/x86 5.18.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120100 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23800 +CONFIG_AS_VERSION=23900 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23800 +CONFIG_LD_VERSION=23900 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y @@ -488,9 +488,6 @@ CONFIG_CC_HAS_RETURN_THUNK=y CONFIG_SPECULATION_MITIGATIONS=y CONFIG_RETPOLINE=y CONFIG_RETHUNK=y -CONFIG_CPU_UNRET_ENTRY=y -CONFIG_CPU_IBPB_ENTRY=y -CONFIG_CPU_IBRS_ENTRY=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y # diff --git a/source/k/kernel-configs/config-huge-5.18.16.x64 b/source/k/kernel-configs/config-huge-5.18.17.x64 index 9d6b4897..9e782285 100644 --- a/source/k/kernel-configs/config-huge-5.18.16.x64 +++ b/source/k/kernel-configs/config-huge-5.18.17.x64 @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.18.16 Kernel Configuration +# Linux/x86 5.18.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120100 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23800 +CONFIG_AS_VERSION=23900 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23800 +CONFIG_LD_VERSION=23900 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.18.16-smp b/source/k/kernel-configs/config-huge-smp-5.18.17-smp index b6de8914..fc1a8208 100644 --- a/source/k/kernel-configs/config-huge-smp-5.18.16-smp +++ b/source/k/kernel-configs/config-huge-smp-5.18.17-smp @@ -1,15 +1,15 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.18.16 Kernel Configuration +# Linux/x86 5.18.17 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120100 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=23800 +CONFIG_AS_VERSION=23900 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=23800 +CONFIG_LD_VERSION=23900 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y @@ -512,9 +512,6 @@ CONFIG_SPECULATION_MITIGATIONS=y CONFIG_PAGE_TABLE_ISOLATION=y CONFIG_RETPOLINE=y CONFIG_RETHUNK=y -CONFIG_CPU_UNRET_ENTRY=y -CONFIG_CPU_IBPB_ENTRY=y -CONFIG_CPU_IBRS_ENTRY=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y # diff --git a/source/kde/kde/build/kig b/source/kde/kde/build/kig index d00491fd..0cfbf088 100644 --- a/source/kde/kde/build/kig +++ b/source/kde/kde/build/kig @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/build/kopeninghours b/source/kde/kde/build/kopeninghours index d00491fd..0cfbf088 100644 --- a/source/kde/kde/build/kopeninghours +++ b/source/kde/kde/build/kopeninghours @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/build/krita b/source/kde/kde/build/krita index 00750edc..b8626c4c 100644 --- a/source/kde/kde/build/krita +++ b/source/kde/kde/build/krita @@ -1 +1 @@ -3 +4 diff --git a/source/l/cryfs/cryfs.SlackBuild b/source/l/cryfs/cryfs.SlackBuild index 912d929c..16f1e98a 100755 --- a/source/l/cryfs/cryfs.SlackBuild +++ b/source/l/cryfs/cryfs.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cryfs VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/openexr/openexr.SlackBuild b/source/l/openexr/openexr.SlackBuild index 7b862744..8dc0457f 100755 --- a/source/l/openexr/openexr.SlackBuild +++ b/source/l/openexr/openexr.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=openexr 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 |