Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2025 17:31:12 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Cc:        Martin Filla <freebsd@sysctl.cz>
Subject:   git: a128d15cde4a - 2025Q4 - www/waterfox: Update 6.6.5 => 6.6.5.1
Message-ID:  <69273960.d914.70ff8ad7@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch 2025Q4 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a128d15cde4aaf76bfe1485903be87cd5e703b5f

commit a128d15cde4aaf76bfe1485903be87cd5e703b5f
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2025-11-26 17:27:32 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-26 17:30:57 +0000

    www/waterfox: Update 6.6.5 => 6.6.5.1
    
    Changelog:
    https://www.waterfox.net/docs/releases/6.6.5.1/
    
    PR:     291226
    MFH:    2025Q4
    (cherry picked from commit 030b6f54603a75d9fe599a16ee97abc44e790da1)
---
 www/waterfox/Makefile                              |  2 +-
 www/waterfox/distinfo                              |  6 +-
 .../files/patch-memory_mozalloc_throw__gcc.h       | 69 ----------------------
 3 files changed, 4 insertions(+), 73 deletions(-)

diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile
index cf61feeca043..9ba5591e4ba2 100644
--- a/www/waterfox/Makefile
+++ b/www/waterfox/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	waterfox
-DISTVERSION=	6.6.5
+DISTVERSION=	6.6.5.1
 PORTEPOCH=	1
 CATEGORIES=	www
 
diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo
index 4961e95603a4..1401b5b6c1e3 100644
--- a/www/waterfox/distinfo
+++ b/www/waterfox/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1762900000
-SHA256 (BrowserWorks-waterfox-6.6.5_GH0.tar.gz) = f2d7a7ea6f012d57e1f1356dc581d5f102418e8bc9210f0bc6dac9cecdf49c96
-SIZE (BrowserWorks-waterfox-6.6.5_GH0.tar.gz) = 919793530
+TIMESTAMP = 1764112805
+SHA256 (BrowserWorks-waterfox-6.6.5.1_GH0.tar.gz) = 65831824cc414f3297c77f93a9380039eea3fc365dab0797290d99bacadc38b6
+SIZE (BrowserWorks-waterfox-6.6.5.1_GH0.tar.gz) = 922107359
 SHA256 (BrowserWorks-l10n-b74025d_GH0.tar.gz) = f8a9b17c194182821fd091ec40db9e49c454d906a25edb410b375df18593890c
 SIZE (BrowserWorks-l10n-b74025d_GH0.tar.gz) = 25760776
diff --git a/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h b/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h
deleted file mode 100644
index 81a511179852..000000000000
--- a/www/waterfox/files/patch-memory_mozalloc_throw__gcc.h
+++ /dev/null
@@ -1,69 +0,0 @@
---- memory/mozalloc/throw_gcc.h.orig	2022-02-02 17:33:38 UTC
-+++ memory/mozalloc/throw_gcc.h
-@@ -74,50 +74,66 @@ __throw_bad_function_call(void) {
-   mozalloc_abort("fatal: STL threw bad_function_call");
- }
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_logic_error(
-     const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_domain_error(
-     const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void
- __throw_invalid_argument(const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_length_error(
-     const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_out_of_range(
-     const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_runtime_error(
-     const char* msg) {
-   mozalloc_abort(msg);
- }
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_range_error(
-     const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void
- __throw_overflow_error(const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
-+#if !defined(_LIBCPP_VERSION)
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void
- __throw_underflow_error(const char* msg) {
-   mozalloc_abort(msg);
- }
-+#endif  // _LIBCPP_VERSION
- 
- MOZ_THROW_NORETURN MOZ_THROW_EXPORT MOZ_THROW_INLINE void __throw_ios_failure(
-     const char* msg) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69273960.d914.70ff8ad7>