git: 3ae3b9746ae4 - main - www/firefox-esr: update to 153.1.0 (rc1)
Christoph Moench-Tegeder <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ae3b9746ae45d9e216a02398d76fd7283ec134b commit 3ae3b9746ae45d9e216a02398d76fd7283ec134b Author: Christoph Moench-Tegeder <[email protected]> AuthorDate: 2026-08-12 21:48:03 +0000 Commit: Christoph Moench-Tegeder <[email protected]> CommitDate: 2026-08-12 21:48:03 +0000 www/firefox-esr: update to 153.1.0 (rc1) Release Notes (soon): https://www.firefox.com/en-US/firefox/153.1.0/releasenotes/ --- www/firefox-esr/Makefile | 3 +-- www/firefox-esr/distinfo | 6 +++--- .../files/patch-toolkit_library_moz.build | 22 ---------------------- 3 files changed, 4 insertions(+), 27 deletions(-) diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 73926e4ee5c7..54b56452ad98 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,6 +1,5 @@ PORTNAME= firefox -DISTVERSION= 153.0 -PORTREVISION= 1 +DISTVERSION= 153.1.0 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index ab6a53144592..d07e31cc49ad 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1784222975 -SHA256 (firefox-153.0esr.source.tar.xz) = dbe3d9dedcb118a4b623688c559c6f2de280ea3be171e3ff256504cc01626cb5 -SIZE (firefox-153.0esr.source.tar.xz) = 804309272 +TIMESTAMP = 1786551294 +SHA256 (firefox-153.1.0esr.source.tar.xz) = 77adcb2664dda25ca1f01f5a795ae695ed0a0a1464a268c4f13159956407c7ad +SIZE (firefox-153.1.0esr.source.tar.xz) = 801285696 diff --git a/www/firefox-esr/files/patch-toolkit_library_moz.build b/www/firefox-esr/files/patch-toolkit_library_moz.build deleted file mode 100644 index 87ef1afb0840..000000000000 --- a/www/firefox-esr/files/patch-toolkit_library_moz.build +++ /dev/null @@ -1,22 +0,0 @@ -commit 74eeae6c36c1d10a2ef07078ed08c14e637b6d63 -Author: Christoph Moench-Tegeder <[email protected]> - - explicitly link against libfreebl3 (from nss) - - contrary to the comment above, rust's usage (via nss-rs) of libfreebl3 - is not sufficient, and the pkg-config file for nss does not hint at - any linking against libfreebl3 either. - -diff --git toolkit/library/moz.build toolkit/library/moz.build -index a38f17407cc8..e8a47c14de4c 100644 ---- toolkit/library/moz.build -+++ toolkit/library/moz.build -@@ -168,6 +168,8 @@ if not CONFIG["MOZ_SYSTEM_NSS"]: - USE_LIBS += ["freeblpriv3"] - else: - USE_LIBS += ["freebl3"] -+else: -+ OS_LIBS += ["freebl3"] - - if not CONFIG["USE_LIBZ_RS"]: - USE_LIBS += [