pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2024Q4] pkgsrc/www/palemoon
Module Name: pkgsrc
Committed By: maya
Date: Sat Feb 8 15:08:32 UTC 2025
Modified Files:
pkgsrc/www/palemoon [pkgsrc-2024Q4]: Makefile distinfo
Log Message:
Pullup ticket #6942 - requested by nia
www/palemoon: Security fix
Revisions pulled up:
- www/palemoon/Makefile 1.23
- www/palemoon/distinfo 1.19
---
Module Name: pkgsrc
Committed By: nia
Date: Fri Feb 7 16:18:26 UTC 2025
Modified Files:
pkgsrc/www/palemoon: Makefile distinfo
Log Message:
palemoon: Update to 33.6.0
v33.6.0 (2025-02-07)
This is a development, bugfix and security release.
Due to the fact that CloudFlare has been causing application crashes that
impacts many users, this release has been pulled forward a few days to
address these crashes with priority (should be fixed in this release).
Please note that at the time of publication of this browser version and
release notes, even though crashes have been fixed, CloudFlare is denying
UXP-based browsers as well as several other independent/smaller browsers
access to many websites by way of their malfunctioning "security check" or
captcha, with no priority given to actually fix it despite it being denial
of service for users of affected browsers. Please consider reporting any
and all occurrences of a failing or looping CloudFlare checks on websites
to CloudFlare as well as the owners of affected websites (you may have to
temporarily use a Chromium-based browser to do this).
Changes/fixes:
* Implemented a content sniffer for ADTS and raw AAC audio.
* Implemented AbortSignal.abort() and stub AbortSignal.timeout().
* Unprefixed the :modal CSS pseudo-class and exposed it to content.
* Improved efficiency and performance of the Cycle Collector.
* Added a check for explicit expectance of a percentage value in CSS HSL
for the S and L components.
* Updated the cookie storage database to no longer use BaseDomain. See
implementation notes.
* Updated CSS grid handling to no longer apply auto min-sizing when flex
max-sizing (browser parity).
* Updated the root certificates in the internal trust store.
* Updated the Public Suffix List (eTLD) in the browser.
* Removed no longer specced URL Constructor(DOMString url, URL base).
* Restored unofficial branding to what it was before ("New Moon" instead
of "Browser").
* Changed the default Firefox Compatibility user-agent version to 115.0.
* Fixed an issue where cloned <audio> or <video> elements would not
respect the original element's muted state.
* Fixed a number of bugs and spec compliance issues in WebCrypto.
* Fixed installer application naming issue causing failure to detect
running application.
* Fixed a crash when Interval handlers are present in scripts that are
automatically terminated due to excessive runtime.
* Fixed a crash in JS Structured Cloning when the input would be bogus
(CloudFlare-triggered crash).
* Fixed a crash in the XSLT stylesheet importing code.
* Updated NSS to 3.90.6 (custom) to pick up several security fixes.
* Security issues addressed: CVE-2025-1009.
Implementation notes:
* When updating the browser to this version, a one-way upgrade of the
cookie database in your browser profile is performed on first start.
The new cookie database is not backwards compatible, meaning you
cannot use the browser profiles that have been upgraded by this
version or later with any prior versions of the browser without data
loss.
This is generally the case as most upgrades of user data storage are
one-way, but having all your cookies cleared unintentionally is
something most people prefer to avoid, hence this warning and a
general reminder of profile migrations to newer versions that may
happen with any (non-minor) browser upgrade.
To generate a diff of this commit:
cvs rdiff -u -r1.20.2.1 -r1.20.2.2 pkgsrc/www/palemoon/Makefile
cvs rdiff -u -r1.17.2.1 -r1.17.2.2 pkgsrc/www/palemoon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/palemoon/Makefile
diff -u pkgsrc/www/palemoon/Makefile:1.20.2.1 pkgsrc/www/palemoon/Makefile:1.20.2.2
--- pkgsrc/www/palemoon/Makefile:1.20.2.1 Fri Jan 17 10:11:52 2025
+++ pkgsrc/www/palemoon/Makefile Sat Feb 8 15:08:32 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20.2.1 2025/01/17 10:11:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20.2.2 2025/02/08 15:08:32 maya Exp $
# for build instructions see
# https://developer.palemoon.org/build/linux/
-PKGNAME= palemoon-33.5.1
+PKGNAME= palemoon-33.6.0
CATEGORIES= www
DIST_SUBDIR= palemoon-${PKGVERSION_NOREV}
@@ -14,7 +14,7 @@ SITES.palemoon.tar.gz= \
-https://repo.palemoon.org/MoonchildProductions/Pale-Moon/archive/${PKGVERSION_NOREV}_Release.tar.gz
SITES.uxp.tar.gz= \
- -https://repo.palemoon.org/MoonchildProductions/UXP/archive/RB_20250115.tar.gz
+ -https://repo.palemoon.org/MoonchildProductions/UXP/archive/RB_20250207.tar.gz
SITES.psutil.tar.gz= \
-https://files.pythonhosted.org/packages/7b/58/2675697b6831e6ac4b7b7bc4e5dcdb24a2f39f8411186573eb0de16eb6d5/psutil-3.4.2.tar.gz
@@ -140,7 +140,7 @@ post-install:
${DESTDIR}${PREFIX}/share/icons/hicolor/48x48/apps/palemoon.png
${INSTALL_DATA} ${WRKSRC}/palemoon/branding/unofficial/mozicon128.png \
${DESTDIR}${PREFIX}/share/icons/hicolor/128x128/apps/palemoon.png
- ${INSTALL_DATA} ${WRKSRC}/palemoon/branding/unofficial/browser.desktop \
+ ${INSTALL_DATA} ${WRKSRC}/palemoon/branding/unofficial/newmoon.desktop \
${DESTDIR}${PREFIX}/share/applications/palemoon.desktop
.include "options.mk"
Index: pkgsrc/www/palemoon/distinfo
diff -u pkgsrc/www/palemoon/distinfo:1.17.2.1 pkgsrc/www/palemoon/distinfo:1.17.2.2
--- pkgsrc/www/palemoon/distinfo:1.17.2.1 Fri Jan 17 10:11:52 2025
+++ pkgsrc/www/palemoon/distinfo Sat Feb 8 15:08:32 2025
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.17.2.1 2025/01/17 10:11:52 bsiegert Exp $
+$NetBSD: distinfo,v 1.17.2.2 2025/02/08 15:08:32 maya Exp $
-BLAKE2s (palemoon-33.5.1/palemoon.tar.gz) = eafe304d7f7f21fca15c9a6d71e381b087d33a86dfbef33b1e9918da98494f6f
-SHA512 (palemoon-33.5.1/palemoon.tar.gz) = 6728bedcdd8c9623b2902e10ceeeafea292a74e8569a3869e6d22b159e0bdee1fb227ef7c7a6106ad67d7630e58ae8ef8a576f751210f7f094b8b89a95496b6a
-Size (palemoon-33.5.1/palemoon.tar.gz) = 8569567 bytes
-BLAKE2s (palemoon-33.5.1/psutil.tar.gz) = 7a2c5c938910795453cf1cdfd5fbfa4dc8cac15e6eb43a5e9aba91ac032b37ce
-SHA512 (palemoon-33.5.1/psutil.tar.gz) = 95c246ed4ce68a476f83868312101d88dafa9d4cef96ff60af646a443c00e6cc447d37cc1ac4e85224db16c24390575174bb7ef76f48cb839fe2e93749107ffb
-Size (palemoon-33.5.1/psutil.tar.gz) = 274361 bytes
-BLAKE2s (palemoon-33.5.1/uxp.tar.gz) = 1d92f696602e0db0523447772d84dac3b84a2324ac042a0a7f0c950c680432cf
-SHA512 (palemoon-33.5.1/uxp.tar.gz) = ef3d04aa70da5179819063376724f0ca5ea9dee2ada1d2f0dec715fcce216b4eb3fe863e9ef9cc60ecdeb10e828e1f6d7cb92742d458c64a8bc72cd57c15e9db
-Size (palemoon-33.5.1/uxp.tar.gz) = 264059472 bytes
+BLAKE2s (palemoon-33.6.0/palemoon.tar.gz) = 6f468e233db2c7df2fdfb67015b059dfc1e0640526c2a3fc10b947b920b5429a
+SHA512 (palemoon-33.6.0/palemoon.tar.gz) = 901f20dcc9a86e195b5b2c4ccda9a383817b60d7111c2018213c8f9451528b3d5ef9d3fe09fd7beb6572d57c20c0d0af57b91dbbe9d7cb7ea1278320ce815f51
+Size (palemoon-33.6.0/palemoon.tar.gz) = 5607465 bytes
+BLAKE2s (palemoon-33.6.0/psutil.tar.gz) = 7a2c5c938910795453cf1cdfd5fbfa4dc8cac15e6eb43a5e9aba91ac032b37ce
+SHA512 (palemoon-33.6.0/psutil.tar.gz) = 95c246ed4ce68a476f83868312101d88dafa9d4cef96ff60af646a443c00e6cc447d37cc1ac4e85224db16c24390575174bb7ef76f48cb839fe2e93749107ffb
+Size (palemoon-33.6.0/psutil.tar.gz) = 274361 bytes
+BLAKE2s (palemoon-33.6.0/uxp.tar.gz) = c75ad7d0b8a75d2298d56eec7ac3f9fcd6e7876a9e71991f0b449fdfb4dd971e
+SHA512 (palemoon-33.6.0/uxp.tar.gz) = a47a9dbfe4e94727e1fdb40bdd96833d4b5292e445bfcbd0dc36997be763c32c098bb5ca12bba3f8ad01af7b4e2c3e69882e00c9faa9906833686123a7425251
+Size (palemoon-33.6.0/uxp.tar.gz) = 264064692 bytes
SHA1 (patch-palemoon_app_profile_palemoon.js) = 0687dccbb5adff1ee0ea71fef4ebd46174a434d4
SHA1 (patch-platform_build_moz.build) = 7b45929d58ad0963423f7c859922df6d98413c67
SHA1 (patch-platform_gfx_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp) = 502d79eb3ef41e08328bbac9fbb5048b96660bbb
Home |
Main Index |
Thread Index |
Old Index