diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-22 19:25:09 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-23 08:59:54 +0200 |
commit | bd882e8606f2311f83ec3f7a60627a797e7677f7 (patch) | |
tree | 926f0e354753b2efaf1eb1ea06be56f972cb97bb /source | |
parent | 345b47e0726d4221c4a2d5b745731ca6c10a0f69 (diff) | |
download | current-bd882e8606f2311f83ec3f7a60627a797e7677f7.tar.gz current-bd882e8606f2311f83ec3f7a60627a797e7677f7.tar.xz |
Sat May 22 19:25:09 UTC 202120210522192509
a/kernel-generic-5.10.39-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.39-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.39-x86_64-1.txz: Upgraded.
ap/slackpkg-15.0.3-noarch-1.txz: Upgraded.
Fixed 'continue' error message. Thanks to dive.
d/kernel-headers-5.10.39-x86-1.txz: Upgraded.
k/kernel-source-5.10.39-noarch-1.txz: Upgraded.
l/libsigc++-2.10.7-x86_64-1.txz: Upgraded.
x/libepoxy-1.5.8-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/linux-5.12.x/kernel-generic-5.12.6-x86_64-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-headers-5.12.6-x86-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-huge-5.12.6-x86_64-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-modules-5.12.6-x86_64-1.txz: Upgraded.
testing/packages/linux-5.12.x/kernel-source-5.12.6-noarch-1.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rw-r--r-- | source/ap/slackpkg/files/ChangeLog | 9 | ||||
-rw-r--r-- | source/ap/slackpkg/files/core-functions.sh | 1 | ||||
-rwxr-xr-x | source/ap/slackpkg/slackpkg.SlackBuild | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.39 (renamed from source/k/kernel-configs/config-generic-5.10.38) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.10.39.x64 (renamed from source/k/kernel-configs/config-generic-5.10.38.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-5.10.39-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.38-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.39 (renamed from source/k/kernel-configs/config-huge-5.10.38) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.10.39.x64 (renamed from source/k/kernel-configs/config-huge-5.10.38.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-5.10.39-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.38-smp) | 2 | ||||
-rw-r--r-- | source/x/libepoxy/libepoxy.url | 2 |
10 files changed, 17 insertions, 9 deletions
diff --git a/source/ap/slackpkg/files/ChangeLog b/source/ap/slackpkg/files/ChangeLog index b462b8396..1b7172f52 100644 --- a/source/ap/slackpkg/files/ChangeLog +++ b/source/ap/slackpkg/files/ChangeLog @@ -1,3 +1,12 @@ +Mon May 3 23:53:57 UTC 2021 +--------------- + - Release 15.0.3 + - Fix 'continue' error message (dive) + +Tue Apr 20 19:44:02 UTC 2021 +--------------- + - Release 15.0.2 + - Fix package duplicate bug (PiterPUNK) Tue Apr 13 06:48:40 UTC 2021 --------------- diff --git a/source/ap/slackpkg/files/core-functions.sh b/source/ap/slackpkg/files/core-functions.sh index 2dc7f0504..a579f9fe0 100644 --- a/source/ap/slackpkg/files/core-functions.sh +++ b/source/ap/slackpkg/files/core-functions.sh @@ -889,7 +889,6 @@ function showlist() { cleanup else SHOWLIST="$1" - continue fi } diff --git a/source/ap/slackpkg/slackpkg.SlackBuild b/source/ap/slackpkg/slackpkg.SlackBuild index cff9f572d..eae23f859 100755 --- a/source/ap/slackpkg/slackpkg.SlackBuild +++ b/source/ap/slackpkg/slackpkg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slackpkg -VERSION=${VERSION:-15.0.2} +VERSION=${VERSION:-15.0.3} ARCH="noarch" BUILD=${BUILD:-1} diff --git a/source/k/kernel-configs/config-generic-5.10.38 b/source/k/kernel-configs/config-generic-5.10.39 index 5c0e97d5f..04029d453 100644 --- a/source/k/kernel-configs/config-generic-5.10.38 +++ b/source/k/kernel-configs/config-generic-5.10.39 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.38 Kernel Configuration +# Linux/x86 5.10.39 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-5.10.38.x64 b/source/k/kernel-configs/config-generic-5.10.39.x64 index cd1ad4a92..7a1768670 100644 --- a/source/k/kernel-configs/config-generic-5.10.38.x64 +++ b/source/k/kernel-configs/config-generic-5.10.39.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.38 Kernel Configuration +# Linux/x86 5.10.39 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.10.38-smp b/source/k/kernel-configs/config-generic-smp-5.10.39-smp index 733a5ba9b..75b081ecb 100644 --- a/source/k/kernel-configs/config-generic-smp-5.10.38-smp +++ b/source/k/kernel-configs/config-generic-smp-5.10.39-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.38 Kernel Configuration +# Linux/x86 5.10.39 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.38 b/source/k/kernel-configs/config-huge-5.10.39 index ab3121260..e07ef6e22 100644 --- a/source/k/kernel-configs/config-huge-5.10.38 +++ b/source/k/kernel-configs/config-huge-5.10.39 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.38 Kernel Configuration +# Linux/x86 5.10.39 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.10.38.x64 b/source/k/kernel-configs/config-huge-5.10.39.x64 index 1a35ca01b..15d912e34 100644 --- a/source/k/kernel-configs/config-huge-5.10.38.x64 +++ b/source/k/kernel-configs/config-huge-5.10.39.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.38 Kernel Configuration +# Linux/x86 5.10.39 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.10.38-smp b/source/k/kernel-configs/config-huge-smp-5.10.39-smp index 1cb362197..e88242402 100644 --- a/source/k/kernel-configs/config-huge-smp-5.10.38-smp +++ b/source/k/kernel-configs/config-huge-smp-5.10.39-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.38 Kernel Configuration +# Linux/x86 5.10.39 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0" CONFIG_CC_IS_GCC=y diff --git a/source/x/libepoxy/libepoxy.url b/source/x/libepoxy/libepoxy.url index fca058ac2..91bbee9f7 100644 --- a/source/x/libepoxy/libepoxy.url +++ b/source/x/libepoxy/libepoxy.url @@ -1 +1 @@ -https://github.com/anholt/libepoxy/releases/download/1.5.7/libepoxy-1.5.7.tar.xz +https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz |