slackware-current/patches/source/seamonkey/seamonkey.minimum_rust_version.diff
Patrick J Volkerding 39f697baee Fri Mar 31 18:01:09 UTC 2023
patches/packages/ruby-3.0.6-x86_64-1_slack15.0.txz:  Upgraded.
  This update fixes security issues:
  ReDoS vulnerability in URI.
  ReDoS vulnerability in Time.
  For more information, see:
    https://www.ruby-lang.org/en/news/2023/03/28/redos-in-uri-cve-2023-28755/
    https://www.ruby-lang.org/en/news/2023/03/30/redos-in-time-cve-2023-28756/
    https://www.cve.org/CVERecord?id=CVE-2023-28755
    https://www.cve.org/CVERecord?id=CVE-2023-28756
  (* Security fix *)
patches/packages/seamonkey-2.53.16-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.16
  (* Security fix *)
2023-04-01 13:30:36 +02:00

11 lines
325 B
Diff

--- ./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):