From 1c35025416b4295915f499a01d0cee8899971321 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 12 Sep 2019 03:58:53 +0000 Subject: Thu Sep 12 03:58:53 UTC 2019 a/glibc-zoneinfo-2019c-noarch-1.txz: Upgraded. This package provides the latest timezone updates. a/openssl-solibs-1.1.1d-x86_64-1.txz: Upgraded. a/openssl10-solibs-1.0.2t-x86_64-1.txz: Upgraded. ap/mariadb-10.4.8-x86_64-1.txz: Upgraded. l/netpbm-10.87.02-x86_64-1.txz: Upgraded. n/curl-7.66.0-x86_64-1.txz: Upgraded. This update fixes security issues: FTP-KRB double-free TFTP small blocksize heap buffer overflow For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5481 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5482 (* Security fix *) n/openssl-1.1.1d-x86_64-1.txz: Upgraded. This update fixes low severity security issues: Fixed a fork protection issue Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey Compute ECC cofactors if not provided during EC_GROUP construction For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1549 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1563 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1547 (* Security fix *) n/openssl10-1.0.2t-x86_64-1.txz: Upgraded. This update fixes low severity security issues: Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey Compute ECC cofactors if not provided during EC_GROUP construction For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1563 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1547 (* Security fix *) n/p11-kit-0.23.17-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-68.1.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/68.1.0/releasenotes/ https://www.mozilla.org/security/known-vulnerabilities/thunderbird.html (* Security fix *) extra/google-chrome/google-chrome.SlackBuild: Upgraded. Patched the packaging script to account for the internal change of control.tar.gz to control.tar.xz. Thanks to _RDS_ and Tim Thomas who both provided the same patch. --- source/xap/mozilla-thunderbird/gold/gold | 3 +-- source/xap/mozilla-thunderbird/gold/ld | 2 +- source/xap/mozilla-thunderbird/gold/ld.gold | 6 ++++++ 3 files changed, 8 insertions(+), 3 deletions(-) mode change 100755 => 120000 source/xap/mozilla-thunderbird/gold/gold create mode 100755 source/xap/mozilla-thunderbird/gold/ld.gold (limited to 'source/xap/mozilla-thunderbird/gold') diff --git a/source/xap/mozilla-thunderbird/gold/gold b/source/xap/mozilla-thunderbird/gold/gold deleted file mode 100755 index 8c86d3b06..000000000 --- a/source/xap/mozilla-thunderbird/gold/gold +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -/usr/bin/ld.gold "$@" diff --git a/source/xap/mozilla-thunderbird/gold/gold b/source/xap/mozilla-thunderbird/gold/gold new file mode 120000 index 000000000..6cd03701c --- /dev/null +++ b/source/xap/mozilla-thunderbird/gold/gold @@ -0,0 +1 @@ +ld.gold \ No newline at end of file diff --git a/source/xap/mozilla-thunderbird/gold/ld b/source/xap/mozilla-thunderbird/gold/ld index 78a06a2a1..6cd03701c 120000 --- a/source/xap/mozilla-thunderbird/gold/ld +++ b/source/xap/mozilla-thunderbird/gold/ld @@ -1 +1 @@ -gold \ No newline at end of file +ld.gold \ No newline at end of file diff --git a/source/xap/mozilla-thunderbird/gold/ld.gold b/source/xap/mozilla-thunderbird/gold/ld.gold new file mode 100755 index 000000000..f1d76b3a4 --- /dev/null +++ b/source/xap/mozilla-thunderbird/gold/ld.gold @@ -0,0 +1,6 @@ +#!/bin/bash +# Doing this for 32-bit... sigh. May have to try to figure out how to only +# use it in 32-bit userspace even when running under a 64-bit kernel. +/usr/bin/ld.gold --no-map-whole-files --no-keep-memory --no-keep-files-mapped "$@" +# Old simple way: +#/usr/bin/ld.gold "$@" -- cgit v1.2.3-79-gdb01