diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-15 00:26:07 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-15 08:59:48 +0200 |
commit | b2bf157be93287e947cec2f8792b0fa912493a34 (patch) | |
tree | fcb9f4fa25dc9b6bc18ebd349197755f82b3680b /source | |
parent | 424ebe6bb56b8c6aca51f472910c5401ce210aa2 (diff) | |
download | current-b2bf157be93287e947cec2f8792b0fa912493a34.tar.gz current-b2bf157be93287e947cec2f8792b0fa912493a34.tar.xz |
Mon Jul 15 00:26:07 UTC 201920190715002607
a/bzip2-1.0.8-x86_64-1.txz: Upgraded.
Fixes security issues:
bzip2recover: Fix use after free issue with outFile.
Make sure nSelectors is not out of range.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3189
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12900
(* Security fix *)
a/kernel-generic-4.19.59-x86_64-1.txz: Upgraded.
a/kernel-huge-4.19.59-x86_64-1.txz: Upgraded.
a/kernel-modules-4.19.59-x86_64-1.txz: Upgraded.
d/kernel-headers-4.19.59-x86-1.txz: Upgraded.
k/kernel-source-4.19.59-noarch-1.txz: Upgraded.
l/libwebp-1.0.3-x86_64-1.txz: Upgraded.
n/dovecot-2.3.7-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source')
-rw-r--r-- | source/a/bzip2/bzip2.saneso.diff | 14 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.59 (renamed from source/k/kernel-configs/config-generic-4.19.58) | 4 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.59.x64 (renamed from source/k/kernel-configs/config-generic-4.19.58.x64) | 4 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-4.19.59-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.58-smp) | 4 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.59 (renamed from source/k/kernel-configs/config-huge-4.19.58) | 4 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.59.x64 (renamed from source/k/kernel-configs/config-huge-4.19.58.x64) | 4 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-4.19.59-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.58-smp) | 4 | ||||
-rwxr-xr-x | source/l/libwebp/libwebp.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/dovecot/dovecot.url | 2 |
9 files changed, 21 insertions, 21 deletions
diff --git a/source/a/bzip2/bzip2.saneso.diff b/source/a/bzip2/bzip2.saneso.diff index aac748679..b6f6021a1 100644 --- a/source/a/bzip2/bzip2.saneso.diff +++ b/source/a/bzip2/bzip2.saneso.diff @@ -4,17 +4,17 @@ bzlib.o all: $(OBJS) -- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.7 $(OBJS) -+ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.7 $(OBJS) - $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.7 +- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS) ++ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 $(OBJS) + $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8 - rm -f libbz2.so.1.0 -- ln -s libbz2.so.1.0.7 libbz2.so.1.0 +- ln -s libbz2.so.1.0.8 libbz2.so.1.0 + rm -f libbz2.so.1 -+ ln -s libbz2.so.1.0.7 libbz2.so.1 ++ ln -s libbz2.so.1.0.8 libbz2.so.1 clean: -- rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1.0 bzip2-shared -+ rm -f $(OBJS) bzip2.o libbz2.so.1.0.7 libbz2.so.1 bzip2-shared +- rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared ++ rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1 bzip2-shared blocksort.o: blocksort.c $(CC) $(CFLAGS) -c blocksort.c diff --git a/source/k/kernel-configs/config-generic-4.19.58 b/source/k/kernel-configs/config-generic-4.19.59 index beb5154f5..568a5e8eb 100644 --- a/source/k/kernel-configs/config-generic-4.19.58 +++ b/source/k/kernel-configs/config-generic-4.19.59 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.58 Kernel Configuration +# Linux/x86 4.19.59 Kernel Configuration # # @@ -2988,7 +2988,7 @@ CONFIG_LED_TRIGGER_PHY=y CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m diff --git a/source/k/kernel-configs/config-generic-4.19.58.x64 b/source/k/kernel-configs/config-generic-4.19.59.x64 index b70e44b8d..eed484a03 100644 --- a/source/k/kernel-configs/config-generic-4.19.58.x64 +++ b/source/k/kernel-configs/config-generic-4.19.59.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.58 Kernel Configuration +# Linux/x86 4.19.59 Kernel Configuration # # @@ -3033,7 +3033,7 @@ CONFIG_LED_TRIGGER_PHY=y CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m diff --git a/source/k/kernel-configs/config-generic-smp-4.19.58-smp b/source/k/kernel-configs/config-generic-smp-4.19.59-smp index ff6fe022e..86edf10e3 100644 --- a/source/k/kernel-configs/config-generic-smp-4.19.58-smp +++ b/source/k/kernel-configs/config-generic-smp-4.19.59-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.58 Kernel Configuration +# Linux/x86 4.19.59 Kernel Configuration # # @@ -3037,7 +3037,7 @@ CONFIG_LED_TRIGGER_PHY=y CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m diff --git a/source/k/kernel-configs/config-huge-4.19.58 b/source/k/kernel-configs/config-huge-4.19.59 index a709c98a1..8748a71e9 100644 --- a/source/k/kernel-configs/config-huge-4.19.58 +++ b/source/k/kernel-configs/config-huge-4.19.59 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.58 Kernel Configuration +# Linux/x86 4.19.59 Kernel Configuration # # @@ -2988,7 +2988,7 @@ CONFIG_LED_TRIGGER_PHY=y CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m diff --git a/source/k/kernel-configs/config-huge-4.19.58.x64 b/source/k/kernel-configs/config-huge-4.19.59.x64 index 46e21e36b..c2f60f2a3 100644 --- a/source/k/kernel-configs/config-huge-4.19.58.x64 +++ b/source/k/kernel-configs/config-huge-4.19.59.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.58 Kernel Configuration +# Linux/x86 4.19.59 Kernel Configuration # # @@ -3033,7 +3033,7 @@ CONFIG_LED_TRIGGER_PHY=y CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m diff --git a/source/k/kernel-configs/config-huge-smp-4.19.58-smp b/source/k/kernel-configs/config-huge-smp-4.19.59-smp index bcbde3b34..31a6eded8 100644 --- a/source/k/kernel-configs/config-huge-smp-4.19.58-smp +++ b/source/k/kernel-configs/config-huge-smp-4.19.59-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.58 Kernel Configuration +# Linux/x86 4.19.59 Kernel Configuration # # @@ -3037,7 +3037,7 @@ CONFIG_LED_TRIGGER_PHY=y CONFIG_SFP=m CONFIG_AMD_PHY=m CONFIG_AQUANTIA_PHY=m -# CONFIG_ASIX_PHY is not set +CONFIG_AX88796B_PHY=m CONFIG_AT803X_PHY=m CONFIG_BCM7XXX_PHY=m CONFIG_BCM87XX_PHY=m diff --git a/source/l/libwebp/libwebp.SlackBuild b/source/l/libwebp/libwebp.SlackBuild index 3bf28ef75..6e84935df 100755 --- a/source/l/libwebp/libwebp.SlackBuild +++ b/source/l/libwebp/libwebp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwebp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/dovecot/dovecot.url b/source/n/dovecot/dovecot.url index 20b1beffe..24e4f6598 100644 --- a/source/n/dovecot/dovecot.url +++ b/source/n/dovecot/dovecot.url @@ -1 +1 @@ -http://www.dovecot.org/releases/ +http://www.dovecot.org |