summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-09-21 19:32:42 +0000
committer Eric Hameleers <alien@slackware.com>2023-09-22 13:30:41 +0200
commit9615afc308c21cd79ba19cd677b658503085bc0b (patch)
tree6a2acf1fad43c2873e7da80893cbc381757c2f30 /patches
parentb0fcf677c3213dbf975ed13c038790eaf63f6269 (diff)
downloadcurrent-9615afc308c21cd79ba19cd677b658503085bc0b.tar.gz
current-9615afc308c21cd79ba19cd677b658503085bc0b.tar.xz
Thu Sep 21 19:32:42 UTC 202320230921193242_15.0
patches/packages/bind-9.16.44-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and a security issue: Limit the amount of recursion that can be performed by isccc_cc_fromwire. For more information, see: https://kb.isc.org/docs/cve-2023-3341 https://www.cve.org/CVERecord?id=CVE-2023-3341 (* Security fix *) patches/packages/cups-2.4.7-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and a security issue: Fixed Heap-based buffer overflow when reading Postscript in PPD files. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-4504 (* Security fix *) patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.2.3/releasenotes/ patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.17.1 https://www.cve.org/CVERecord?id=CVE-2023-4863 (* Security fix *) testing/packages/bind-9.18.19-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and security issues: Limit the amount of recursion that can be performed by isccc_cc_fromwire. Fix use-after-free error in TLS DNS code when sending data. For more information, see: https://kb.isc.org/docs/cve-2023-3341 https://www.cve.org/CVERecord?id=CVE-2023-3341 https://kb.isc.org/docs/cve-2023-4236 https://www.cve.org/CVERecord?id=CVE-2023-4236 (* Security fix *)
Diffstat (limited to 'patches')
-rw-r--r--patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt (renamed from patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt (renamed from patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txt (renamed from patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt (renamed from patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt)0
-rwxr-xr-xpatches/source/seamonkey/seamonkey.SlackBuild4
-rw-r--r--patches/source/seamonkey/seamonkey.minimum_rust_version.diff11
6 files changed, 0 insertions, 15 deletions
diff --git a/patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt b/patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt
index d61583855..d61583855 100644
--- a/patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt
+++ b/patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt
diff --git a/patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt b/patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt
index f581115e7..f581115e7 100644
--- a/patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt
+++ b/patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt
diff --git a/patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txt
index 5acb7b92e..5acb7b92e 100644
--- a/patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt
+++ b/patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txt
diff --git a/patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt b/patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt
index dad8e1f1b..dad8e1f1b 100644
--- a/patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt
+++ b/patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt
diff --git a/patches/source/seamonkey/seamonkey.SlackBuild b/patches/source/seamonkey/seamonkey.SlackBuild
index 7de48f1f9..b2729b7ef 100755
--- a/patches/source/seamonkey/seamonkey.SlackBuild
+++ b/patches/source/seamonkey/seamonkey.SlackBuild
@@ -131,10 +131,6 @@ cd seamonkey-${TARBALLVER} || exit 1
# Retain GTK+ v2 scrolling behavior:
zcat $CWD/sm.ui.scrollToClick.diff.gz | patch -p2 --verbose || exit 1
-# It says this is still based on Firefox 68 ESR, so I'm unable to take this
-# requirement seriously:
-zcat $CWD/seamonkey.minimum_rust_version.diff.gz | patch -p1 --verbose || exit 1
-
# Fix header mismatch on x86 with GCC:
if [ "$ARCH" = "i686" -a "$CC" = "gcc" ]; then
zcat $CWD/double_t.x86.diff.gz | patch -p1 --verbose || exit 1
diff --git a/patches/source/seamonkey/seamonkey.minimum_rust_version.diff b/patches/source/seamonkey/seamonkey.minimum_rust_version.diff
deleted file mode 100644
index 7d64841e4..000000000
--- a/patches/source/seamonkey/seamonkey.minimum_rust_version.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./python/mozboot/mozboot/util.py.orig 2023-02-25 15:24:30.000000000 -0600
-+++ ./python/mozboot/mozboot/util.py 2023-03-30 18:23:44.212012352 -0500
-@@ -12,7 +12,7 @@
- here = os.path.join(os.path.dirname(__file__))
-
-
--MINIMUM_RUST_VERSION = '1.61.0'
-+MINIMUM_RUST_VERSION = '1.60.0'
-
-
- def get_state_dir(srcdir=False):