notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
non port: www/firefox/Makefile

Number of commits found: 1053 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  

Wednesday, 6 May 2026
17:31 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 150.0.2 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/
commit hash: 5f469675f3391d02aae83741c79bee2952af2a21 commit hash: 5f469675f3391d02aae83741c79bee2952af2a21 commit hash: 5f469675f3391d02aae83741c79bee2952af2a21 commit hash: 5f469675f3391d02aae83741c79bee2952af2a21 5f46967
17:07 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 150.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0.2/releasenotes/
commit hash: 1b4b514a635f585ad673a8ef7ca31b77a8c5440e commit hash: 1b4b514a635f585ad673a8ef7ca31b77a8c5440e commit hash: 1b4b514a635f585ad673a8ef7ca31b77a8c5440e commit hash: 1b4b514a635f585ad673a8ef7ca31b77a8c5440e 1b4b514
Tuesday, 28 Apr 2026
19:58 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 150.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/150.0.1/releasenotes/
commit hash: 43e4f83b53daf7ea04fed5d0e383f907c71270ff commit hash: 43e4f83b53daf7ea04fed5d0e383f907c71270ff commit hash: 43e4f83b53daf7ea04fed5d0e383f907c71270ff commit hash: 43e4f83b53daf7ea04fed5d0e383f907c71270ff 43e4f83
Monday, 27 Apr 2026
12:26 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.95.0

PR:		294615
commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991 commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991 commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991 commit hash: 17bf498fd2289d1c8b6319ea897d3dd307eac991 17bf498
Thursday, 16 Apr 2026
17:51 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 150.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/150.0/releasenotes/
commit hash: b96a271bbc0820a058e89001c9ac2309cbf8a60d commit hash: b96a271bbc0820a058e89001c9ac2309cbf8a60d commit hash: b96a271bbc0820a058e89001c9ac2309cbf8a60d commit hash: b96a271bbc0820a058e89001c9ac2309cbf8a60d b96a271
Friday, 3 Apr 2026
17:19 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 149.0.2

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/149.0.2/releasenotes/
commit hash: 3b4ee97550bd4550d9b1184f112c811f3725832a commit hash: 3b4ee97550bd4550d9b1184f112c811f3725832a commit hash: 3b4ee97550bd4550d9b1184f112c811f3725832a commit hash: 3b4ee97550bd4550d9b1184f112c811f3725832a 3b4ee97
Monday, 23 Mar 2026
07:33 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.94.0

PR:		293615
commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2 commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2 commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2 commit hash: 43f5b4a72fea3f97a2fc7d5d37f671b82377feb2 43f5b4a
Friday, 20 Mar 2026
20:01 Charlie Li (vishwin) search for other commits by this committer
wasi: consistently use the wasm32-wasip1 triple

The WebAssembly community have reclaimed wasm32-wasi, without suffix,
for a future WASI 1.0 standard. The first version of WASI, 0.1, is
now wasm32-wasip1 in triple form, WASI 0.2 is wasm32-wasip2, etc.
Starting LLVM 22 the non-suffixed form is deprecated, aligning with
Rust and Go:

https://github.com/llvm/llvm-project/issues/165344
https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets/

The Mozilla build system's WASI checks always pass -Werror so
configure fails when the non-suffixed target/triple is passed using
LLVM 22:

Using wasi sysroot in /usr/local/share/wasi-sysroot
checking for the wasm C compiler... /usr/local/bin/clang22
checking whether the wasm C compiler can be used... yes
checking the wasm C compiler version... 22.1.0
checking the wasm C compiler works... yes
checking the wasm C compiler can find wasi headers... yes
checking the wasm C linker can find wasi libraries... yes
checking for the wasm C++ compiler... /usr/local/bin/clang++22
checking whether the wasm C++ compiler can be used... yes
checking the wasm C++ compiler version... 22.1.0
checking the wasm C++ compiler works... yes
checking the wasm C++ compiler can find wasi headers... yes
checking the wasm C++ linker can find wasi libraries... yes
checking for clock() in wasi sysroot... no
checking for emulated clock() in wasi sysroot...
DEBUG: Creating `/tmp/conftest0vk5p554.c` with content:
DEBUG: | #include <time.h>
DEBUG: | int
DEBUG: | main(void)
DEBUG: | {
DEBUG: | clock();
DEBUG: |   ;
DEBUG: |   return 0;
DEBUG: | }
DEBUG: Executing: `/usr/local/bin/clang22 --target=wasm32-wasi
/tmp/conftest0vk5p554.c -Werror -D_WASI_EMULATED_PROCESS_CLOCKS
-lwasi-emulated-process-clocks --sysroot=/usr/local/share/wasi-sysroot`
DEBUG: The command returned non-zero exit status 1.
DEBUG: Its error output was:
DEBUG: | clang: error: argument '--target=wasm32-wasi' is deprecated, use
--target=wasm32-wasip1 instead [-Werror,-Wdeprecated]
ERROR: Can't find clock() in wasi sysroot.

Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=2023597

Bump all WASI ports for the new triple. Adjust consumers accordingly
but do not bump, since non-suffixed and p1 are identical as a
transition measure.
commit hash: 7c5b2039a45ad3fc5479a25f4143716135aa3279 commit hash: 7c5b2039a45ad3fc5479a25f4143716135aa3279 commit hash: 7c5b2039a45ad3fc5479a25f4143716135aa3279 commit hash: 7c5b2039a45ad3fc5479a25f4143716135aa3279 7c5b203
Thursday, 19 Mar 2026
20:57 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 149.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/149.0/releasenotes/
commit hash: 34d550f711edba5b9687319e9e8c48b0ca2c04df commit hash: 34d550f711edba5b9687319e9e8c48b0ca2c04df commit hash: 34d550f711edba5b9687319e9e8c48b0ca2c04df commit hash: 34d550f711edba5b9687319e9e8c48b0ca2c04df 34d550f
16:08 Charlie Li (vishwin) search for other commits by this committer
devel/wasi-libc: bump consumer PORTREVISIONs after update
commit hash: cec47c79e849f8214f44e00d3aa8457d6c667a01 commit hash: cec47c79e849f8214f44e00d3aa8457d6c667a01 commit hash: cec47c79e849f8214f44e00d3aa8457d6c667a01 commit hash: cec47c79e849f8214f44e00d3aa8457d6c667a01 cec47c7
Monday, 9 Mar 2026
19:11 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 148.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/
commit hash: 38ab619b6394874c2a2e09663936680085be4858 commit hash: 38ab619b6394874c2a2e09663936680085be4858 commit hash: 38ab619b6394874c2a2e09663936680085be4858 commit hash: 38ab619b6394874c2a2e09663936680085be4858 38ab619
Monday, 16 Feb 2026
21:25 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 148.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/148.0/releasenotes/
commit hash: 92a8828858090dd574ff8ccb40cb3b311c0dd677 commit hash: 92a8828858090dd574ff8ccb40cb3b311c0dd677 commit hash: 92a8828858090dd574ff8ccb40cb3b311c0dd677 commit hash: 92a8828858090dd574ff8ccb40cb3b311c0dd677 92a8828
Friday, 13 Feb 2026
22:40 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 147.0.4 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/147.0.4/releasenotes/
commit hash: b742d706302f26e176efba23c2fb67f2d3b326bd commit hash: b742d706302f26e176efba23c2fb67f2d3b326bd commit hash: b742d706302f26e176efba23c2fb67f2d3b326bd commit hash: b742d706302f26e176efba23c2fb67f2d3b326bd b742d70
Tuesday, 3 Feb 2026
19:16 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 147.0.3

Release Notes:
  https://www.firefox.com/en-US/firefox/147.0.3/releasenotes/
commit hash: 0ea50cc1be3506ece1be34e360e6efec9fcb84d5 commit hash: 0ea50cc1be3506ece1be34e360e6efec9fcb84d5 commit hash: 0ea50cc1be3506ece1be34e360e6efec9fcb84d5 commit hash: 0ea50cc1be3506ece1be34e360e6efec9fcb84d5 0ea50cc
Thursday, 29 Jan 2026
00:57 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.16.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.15.2..v1.16.0
Reported by:	Repology
commit hash: 939d8775e711b0ae25549039beb652bc766f76ac commit hash: 939d8775e711b0ae25549039beb652bc766f76ac commit hash: 939d8775e711b0ae25549039beb652bc766f76ac commit hash: 939d8775e711b0ae25549039beb652bc766f76ac 939d877
Wednesday, 28 Jan 2026
08:48 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.93.0

PR:		292360
commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9 commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9 commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9 commit hash: 3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9 3d63110
Monday, 26 Jan 2026
20:40 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 147.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/147.0.2/releasenotes/
commit hash: fbeeb31310b5e0ddcb9e0b17da0c4b6640fa10ba commit hash: fbeeb31310b5e0ddcb9e0b17da0c4b6640fa10ba commit hash: fbeeb31310b5e0ddcb9e0b17da0c4b6640fa10ba commit hash: fbeeb31310b5e0ddcb9e0b17da0c4b6640fa10ba fbeeb31
Friday, 16 Jan 2026
18:49 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 147.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/147.0.1/releasenotes/
commit hash: c0dc9a1450eb2535f5a707dbdc92ccbcf5e67927 commit hash: c0dc9a1450eb2535f5a707dbdc92ccbcf5e67927 commit hash: c0dc9a1450eb2535f5a707dbdc92ccbcf5e67927 commit hash: c0dc9a1450eb2535f5a707dbdc92ccbcf5e67927 c0dc9a1
Wednesday, 7 Jan 2026
14:59 Charlie Li (vishwin) search for other commits by this committer
devel/wasi-libc: bump consumer PORTREVISIONs after update
commit hash: c67a1a28d33ec1d01132be29f3ac9f9175bab3be commit hash: c67a1a28d33ec1d01132be29f3ac9f9175bab3be commit hash: c67a1a28d33ec1d01132be29f3ac9f9175bab3be commit hash: c67a1a28d33ec1d01132be29f3ac9f9175bab3be c67a1a2
Tuesday, 6 Jan 2026
11:28 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 147.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/147.0/releasenotes/
commit hash: 2aa0398f0d5b965392c7bc0ecf97ba064e0bf298 commit hash: 2aa0398f0d5b965392c7bc0ecf97ba064e0bf298 commit hash: 2aa0398f0d5b965392c7bc0ecf97ba064e0bf298 commit hash: 2aa0398f0d5b965392c7bc0ecf97ba064e0bf298 2aa0398
Wednesday, 17 Dec 2025
17:13 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 146.0.1 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/146.0.1/releasenotes/
commit hash: 789895e9b848d8a6682c517ce0172def471d5959 commit hash: 789895e9b848d8a6682c517ce0172def471d5959 commit hash: 789895e9b848d8a6682c517ce0172def471d5959 commit hash: 789895e9b848d8a6682c517ce0172def471d5959 789895e
Tuesday, 16 Dec 2025
12:12 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.92.0

PR:		291582
commit hash: 5e496c77078638a3777140084ddcb183d51966f6 commit hash: 5e496c77078638a3777140084ddcb183d51966f6 commit hash: 5e496c77078638a3777140084ddcb183d51966f6 commit hash: 5e496c77078638a3777140084ddcb183d51966f6 5e496c7
Friday, 5 Dec 2025
21:22 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 146.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/146.0/releasenotes/
commit hash: 70f48e44547b9d3ae4b7a94ff8a445a798f27804 commit hash: 70f48e44547b9d3ae4b7a94ff8a445a798f27804 commit hash: 70f48e44547b9d3ae4b7a94ff8a445a798f27804 commit hash: 70f48e44547b9d3ae4b7a94ff8a445a798f27804 70f48e4
Tuesday, 2 Dec 2025
20:12 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 146.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/146.0/releasenotes/
commit hash: 98af7a1cfdf25593c8859f34920a179e2fbc71db commit hash: 98af7a1cfdf25593c8859f34920a179e2fbc71db commit hash: 98af7a1cfdf25593c8859f34920a179e2fbc71db commit hash: 98af7a1cfdf25593c8859f34920a179e2fbc71db 98af7a1
Monday, 24 Nov 2025
19:32 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 145.0.2 (rc1)
commit hash: df3bd1e3c5f65f1b224f77a8433d7249932dbf4a commit hash: df3bd1e3c5f65f1b224f77a8433d7249932dbf4a commit hash: df3bd1e3c5f65f1b224f77a8433d7249932dbf4a commit hash: df3bd1e3c5f65f1b224f77a8433d7249932dbf4a df3bd1e
Thursday, 20 Nov 2025
21:29 Charlie Li (vishwin) search for other commits by this committer
devel/wasi-libc: bump consumer PORTREVISIONs after update
commit hash: 4f2fef9a0a136de2214c4bef5e1b62d8e1ce2dbf commit hash: 4f2fef9a0a136de2214c4bef5e1b62d8e1ce2dbf commit hash: 4f2fef9a0a136de2214c4bef5e1b62d8e1ce2dbf commit hash: 4f2fef9a0a136de2214c4bef5e1b62d8e1ce2dbf 4f2fef9
Tuesday, 18 Nov 2025
19:48 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 145.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/145.0.1/releasenotes/
commit hash: d9499e873802f0b1f6e7c37c5e50718dce347949 commit hash: d9499e873802f0b1f6e7c37c5e50718dce347949 commit hash: d9499e873802f0b1f6e7c37c5e50718dce347949 commit hash: d9499e873802f0b1f6e7c37c5e50718dce347949 d9499e8
Tuesday, 11 Nov 2025
11:08 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.91.1

PR:		290816
commit hash: d6b6027df632188ab408921f04e155b729b9e76e commit hash: d6b6027df632188ab408921f04e155b729b9e76e commit hash: d6b6027df632188ab408921f04e155b729b9e76e commit hash: d6b6027df632188ab408921f04e155b729b9e76e d6b6027
Thursday, 6 Nov 2025
22:43 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 145.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/145.0/releasenotes/
commit hash: 09baee4c354cf77f12b666007c8d507ea1e8c8be commit hash: 09baee4c354cf77f12b666007c8d507ea1e8c8be commit hash: 09baee4c354cf77f12b666007c8d507ea1e8c8be commit hash: 09baee4c354cf77f12b666007c8d507ea1e8c8be 09baee4
Monday, 3 Nov 2025
19:20 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 145.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/145.0/releasenotes/
commit hash: 6597d89ee803c06425d91c83abe27b565df3e3df commit hash: 6597d89ee803c06425d91c83abe27b565df3e3df commit hash: 6597d89ee803c06425d91c83abe27b565df3e3df commit hash: 6597d89ee803c06425d91c83abe27b565df3e3df 6597d89
Monday, 27 Oct 2025
19:09 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 144.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/144.0.2/releasenotes/
commit hash: 6e3e555659543b42989e898efd8787fe5b7805f1 commit hash: 6e3e555659543b42989e898efd8787fe5b7805f1 commit hash: 6e3e555659543b42989e898efd8787fe5b7805f1 commit hash: 6e3e555659543b42989e898efd8787fe5b7805f1 6e3e5556
Thursday, 9 Oct 2025
22:58 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 144.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/144.0/releasenotes/
commit hash: 42e07ddabdf010e7047eb37906f640c24bb4e3b3 commit hash: 42e07ddabdf010e7047eb37906f640c24bb4e3b3 commit hash: 42e07ddabdf010e7047eb37906f640c24bb4e3b3 commit hash: 42e07ddabdf010e7047eb37906f640c24bb4e3b3 42e07dd
Monday, 6 Oct 2025
21:39 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 144.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/144.0/releasenotes/
commit hash: fa36a22e6b704ecfe429fea785c1e13ee6423733 commit hash: fa36a22e6b704ecfe429fea785c1e13ee6423733 commit hash: fa36a22e6b704ecfe429fea785c1e13ee6423733 commit hash: fa36a22e6b704ecfe429fea785c1e13ee6423733 fa36a22
Friday, 3 Oct 2025
16:30 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 143.0.4

Release Notes:
  https://www.firefox.com/en-US/firefox/143.0.4/releasenotes/
commit hash: 53c51b8869916ef613baee4f634999a64b4736bb commit hash: 53c51b8869916ef613baee4f634999a64b4736bb commit hash: 53c51b8869916ef613baee4f634999a64b4736bb commit hash: 53c51b8869916ef613baee4f634999a64b4736bb 53c51b8
08:16 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.90.0

PR:		289709
commit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2f commit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2f commit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2f commit hash: 97b5de4ffc2a512051f354fbcb2a184f3e002b2f 97b5de4
Monday, 29 Sep 2025
23:03 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 143.0.3 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/143.0.3/releasenotes/
commit hash: 4aea75ddb74a4dee0c57f43687151ff8a6892cb4 commit hash: 4aea75ddb74a4dee0c57f43687151ff8a6892cb4 commit hash: 4aea75ddb74a4dee0c57f43687151ff8a6892cb4 commit hash: 4aea75ddb74a4dee0c57f43687151ff8a6892cb4 4aea75d
Friday, 19 Sep 2025
16:59 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 143.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/143.0.1/releasenotes/
commit hash: 47f9e8bed3d94962aa743f8688a4026212de2851 commit hash: 47f9e8bed3d94962aa743f8688a4026212de2851 commit hash: 47f9e8bed3d94962aa743f8688a4026212de2851 commit hash: 47f9e8bed3d94962aa743f8688a4026212de2851 47f9e8b
Monday, 8 Sep 2025
21:20 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 143.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/143.0/releasenotes/
commit hash: 3c208fe067b4e31a2538d50b8a455ee84cea052d commit hash: 3c208fe067b4e31a2538d50b8a455ee84cea052d commit hash: 3c208fe067b4e31a2538d50b8a455ee84cea052d commit hash: 3c208fe067b4e31a2538d50b8a455ee84cea052d 3c208fe
Monday, 1 Sep 2025
08:25 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.89.0

PR:		288923
commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6 commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6 commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6 commit hash: b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6 b21956d
Thursday, 28 Aug 2025
19:08 Charlie Li (vishwin) search for other commits by this committer
devel/wasi-libc: bump consumer PORTREVISIONs after update
commit hash: c669bf1c7a2bffa74bb0668e4af71fc2338c913e commit hash: c669bf1c7a2bffa74bb0668e4af71fc2338c913e commit hash: c669bf1c7a2bffa74bb0668e4af71fc2338c913e commit hash: c669bf1c7a2bffa74bb0668e4af71fc2338c913e c669bf1
12:00 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 142.0.1

Release Notes:
  https://www.firefox.com/en-US/firefox/142.0.1/releasenotes/
commit hash: d0cafeefa85f639bebe0c21ca7f459f9bf6d07d6 commit hash: d0cafeefa85f639bebe0c21ca7f459f9bf6d07d6 commit hash: d0cafeefa85f639bebe0c21ca7f459f9bf6d07d6 commit hash: d0cafeefa85f639bebe0c21ca7f459f9bf6d07d6 d0cafee
Monday, 11 Aug 2025
19:42 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 142.0 (rc1)

While here, chase WWW location move as advertised by upstream.

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/142.0/releasenotes/
commit hash: 17fcfdecf1e88a96c6dc13d01f432d0f571b683f commit hash: 17fcfdecf1e88a96c6dc13d01f432d0f571b683f commit hash: 17fcfdecf1e88a96c6dc13d01f432d0f571b683f commit hash: 17fcfdecf1e88a96c6dc13d01f432d0f571b683f 17fcfde
Wednesday, 6 Aug 2025
17:06 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 141.0.3 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/141.0.3/releasenotes/
commit hash: c2342139960544bf280b3f16fed5b85dd4d15515 commit hash: c2342139960544bf280b3f16fed5b85dd4d15515 commit hash: c2342139960544bf280b3f16fed5b85dd4d15515 commit hash: c2342139960544bf280b3f16fed5b85dd4d15515 c234213
Monday, 4 Aug 2025
15:18 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 141.0.2 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/141.0.2/releasenotes/
commit hash: 325887fafb43d5c2462a42f8ae9c43d7a9efab5c commit hash: 325887fafb43d5c2462a42f8ae9c43d7a9efab5c commit hash: 325887fafb43d5c2462a42f8ae9c43d7a9efab5c commit hash: 325887fafb43d5c2462a42f8ae9c43d7a9efab5c 325887f
Sunday, 27 Jul 2025
21:31 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox{,-esr} mail/thunderbird{-esr}: fix runtime on arm64

reports of crashes on arm64 with aslr enabled.

PR:		271081
Reported by: markj@
commit hash: c0f77d931c522aac38cef997652826967e451bea commit hash: c0f77d931c522aac38cef997652826967e451bea commit hash: c0f77d931c522aac38cef997652826967e451bea commit hash: c0f77d931c522aac38cef997652826967e451bea c0f77d9
Thursday, 17 Jul 2025
20:31 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 141.0 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/141.0/releasenotes/
commit hash: 4c191c8d4bbd12fba42dd6e687a5c78917938d24 commit hash: 4c191c8d4bbd12fba42dd6e687a5c78917938d24 commit hash: 4c191c8d4bbd12fba42dd6e687a5c78917938d24 commit hash: 4c191c8d4bbd12fba42dd6e687a5c78917938d24 4c191c8
Monday, 14 Jul 2025
21:24 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 141.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/141.0/releasenotes/
commit hash: 5c60310083d8a7efbe868bb5bd96eae7d06de6c1 commit hash: 5c60310083d8a7efbe868bb5bd96eae7d06de6c1 commit hash: 5c60310083d8a7efbe868bb5bd96eae7d06de6c1 commit hash: 5c60310083d8a7efbe868bb5bd96eae7d06de6c1 5c60310
Monday, 7 Jul 2025
18:28 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 140.0.4 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/140.0.4/releasenotes/
commit hash: 66608f366259400520c941e610adf5cf30305cfc commit hash: 66608f366259400520c941e610adf5cf30305cfc commit hash: 66608f366259400520c941e610adf5cf30305cfc commit hash: 66608f366259400520c941e610adf5cf30305cfc 66608f3
Thursday, 3 Jul 2025
08:46 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.88.0

PR:		287766
commit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fe commit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fe commit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fe commit hash: f3f7e555b06d9a87d63c047ce3e82e936a11f2fe f3f7e55
Friday, 27 Jun 2025
16:27 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 140.0.2

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/140.0.2/releasenotes/
commit hash: 83c4b6ea6b8d32b8a2a0de579b5249a379ff6241 commit hash: 83c4b6ea6b8d32b8a2a0de579b5249a379ff6241 commit hash: 83c4b6ea6b8d32b8a2a0de579b5249a379ff6241 commit hash: 83c4b6ea6b8d32b8a2a0de579b5249a379ff6241 83c4b6e
Thursday, 26 Jun 2025
19:30 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 140.0.1

Release Notes:
  https://www.mozilla.org/en-US/firefox/140.0.1/releasenotes/
commit hash: f97caf7f199c9ec01281562613f338362f82e735 commit hash: f97caf7f199c9ec01281562613f338362f82e735 commit hash: f97caf7f199c9ec01281562613f338362f82e735 commit hash: f97caf7f199c9ec01281562613f338362f82e735 f97caf7
Tuesday, 17 Jun 2025
19:15 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 140.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/140.0/releasenotes/
commit hash: e607df67c17bd3f3de1df29c319365c279601b51 commit hash: e607df67c17bd3f3de1df29c319365c279601b51 commit hash: e607df67c17bd3f3de1df29c319365c279601b51 commit hash: e607df67c17bd3f3de1df29c319365c279601b51 e607df6
Monday, 9 Jun 2025
19:12 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 139.0.4 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/139.0.4/releasenotes/
commit hash: 79450a091a06fb7337d0668b0ced5612cd392163 commit hash: 79450a091a06fb7337d0668b0ced5612cd392163 commit hash: 79450a091a06fb7337d0668b0ced5612cd392163 commit hash: 79450a091a06fb7337d0668b0ced5612cd392163 79450a0
Thursday, 5 Jun 2025
07:52 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.87.0

PR:		286829
commit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142ef commit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142ef commit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142ef commit hash: 3ed29b818520b4c5691c1c49d13fd6b89c3142ef 3ed29b8
Friday, 30 May 2025
12:40 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 139.0.1

Release Notes:
  https://www.mozilla.org/en-US/firefox/139.0.1/releasenotes/
commit hash: a1de95cb874cf8ff5d2c7938f3565aae848e45cd commit hash: a1de95cb874cf8ff5d2c7938f3565aae848e45cd commit hash: a1de95cb874cf8ff5d2c7938f3565aae848e45cd commit hash: a1de95cb874cf8ff5d2c7938f3565aae848e45cd a1de95c
Friday, 23 May 2025
18:43 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 139.0 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/139.0/releasenotes/
commit hash: bbed43952eb4a1831e2a4dc19666af32cabe5593 commit hash: bbed43952eb4a1831e2a4dc19666af32cabe5593 commit hash: bbed43952eb4a1831e2a4dc19666af32cabe5593 commit hash: bbed43952eb4a1831e2a4dc19666af32cabe5593 bbed439
Monday, 19 May 2025
19:49 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 139.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/139.0/releasenotes/
commit hash: e4fc57bb5b718544fe9ff676ba82143f1b0b2487 commit hash: e4fc57bb5b718544fe9ff676ba82143f1b0b2487 commit hash: e4fc57bb5b718544fe9ff676ba82143f1b0b2487 commit hash: e4fc57bb5b718544fe9ff676ba82143f1b0b2487 e4fc57b
Saturday, 17 May 2025
19:54 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 138.0.4 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/138.0.4/releasenotes/
commit hash: 2c1c0166f2233f430651b2bd3c77096924aa206b commit hash: 2c1c0166f2233f430651b2bd3c77096924aa206b commit hash: 2c1c0166f2233f430651b2bd3c77096924aa206b commit hash: 2c1c0166f2233f430651b2bd3c77096924aa206b 2c1c016
Monday, 12 May 2025
17:22 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 138.0.3 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/138.0.3/releasenotes/
commit hash: 70cafb6caf1f7b9cc368d10a734f036485493d1b commit hash: 70cafb6caf1f7b9cc368d10a734f036485493d1b commit hash: 70cafb6caf1f7b9cc368d10a734f036485493d1b commit hash: 70cafb6caf1f7b9cc368d10a734f036485493d1b 70cafb6
Thursday, 1 May 2025
13:42 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 138.0.1

Release Notes:
  https://www.mozilla.org/en-US/firefox/138.0.1/releasenotes/
commit hash: 3745d3d7c1c07571ffe5bb899947debd8262f1ab commit hash: 3745d3d7c1c07571ffe5bb899947debd8262f1ab commit hash: 3745d3d7c1c07571ffe5bb899947debd8262f1ab commit hash: 3745d3d7c1c07571ffe5bb899947debd8262f1ab 3745d3d7
Monday, 21 Apr 2025
20:52 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 138.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/138.0/releasenotes/
commit hash: 0223499bfdbb3a096e0f06350d6f4bf2a9c6f700 commit hash: 0223499bfdbb3a096e0f06350d6f4bf2a9c6f700 commit hash: 0223499bfdbb3a096e0f06350d6f4bf2a9c6f700 commit hash: 0223499bfdbb3a096e0f06350d6f4bf2a9c6f700 0223499
Monday, 14 Apr 2025
19:16 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 137.0.2 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/137.0.2/releasenotes/
commit hash: e8c95d38acc033ffe9562295cda824ca6b3d6d72 commit hash: e8c95d38acc033ffe9562295cda824ca6b3d6d72 commit hash: e8c95d38acc033ffe9562295cda824ca6b3d6d72 commit hash: e8c95d38acc033ffe9562295cda824ca6b3d6d72 e8c95d3
Thursday, 10 Apr 2025
17:34 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.15.1

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.15.0..v1.15.1
Reported by:	portscout
commit hash: 64f3a6bf7e51dd7c9759e6dcca82eced6440618e commit hash: 64f3a6bf7e51dd7c9759e6dcca82eced6440618e commit hash: 64f3a6bf7e51dd7c9759e6dcca82eced6440618e commit hash: 64f3a6bf7e51dd7c9759e6dcca82eced6440618e 64f3a6b
Tuesday, 8 Apr 2025
08:41 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.86.0

PR:		285840
commit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0d commit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0d commit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0d commit hash: 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0d 2a5976a
06:27 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 137.0.1 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/137.0.1/releasenotes/
commit hash: 21de3e1d21234e31761a09b77190fdfaf90931ed commit hash: 21de3e1d21234e31761a09b77190fdfaf90931ed commit hash: 21de3e1d21234e31761a09b77190fdfaf90931ed commit hash: 21de3e1d21234e31761a09b77190fdfaf90931ed 21de3e1
Tuesday, 1 Apr 2025
20:45 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: switch to system icu again

now that 2025Q1 is gone, we don't have to use the bundled icu
anymore
commit hash: 04391abc4905de9864418737a441543ab1f3f7b2 commit hash: 04391abc4905de9864418737a441543ab1f3f7b2 commit hash: 04391abc4905de9864418737a441543ab1f3f7b2 commit hash: 04391abc4905de9864418737a441543ab1f3f7b2 04391ab
Thursday, 27 Mar 2025
19:04 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 137.0 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/137.0/releasenotes/
commit hash: 50ae2c8097c3e958091528fefe546d5672811e62 commit hash: 50ae2c8097c3e958091528fefe546d5672811e62 commit hash: 50ae2c8097c3e958091528fefe546d5672811e62 commit hash: 50ae2c8097c3e958091528fefe546d5672811e62 50ae2c8
Tuesday, 25 Mar 2025
21:27 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 137.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/137.0/releasenotes/
commit hash: 90a57ac9f29ad9df483827a5bd9d584a7c5aedcd commit hash: 90a57ac9f29ad9df483827a5bd9d584a7c5aedcd commit hash: 90a57ac9f29ad9df483827a5bd9d584a7c5aedcd commit hash: 90a57ac9f29ad9df483827a5bd9d584a7c5aedcd 90a57ac
Monday, 24 Mar 2025
21:58 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 136.0.3 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/136.0.3/releasenotes/
commit hash: 2c40d024662ada1e93b99ca8edb7a0d6a3fec713 commit hash: 2c40d024662ada1e93b99ca8edb7a0d6a3fec713 commit hash: 2c40d024662ada1e93b99ca8edb7a0d6a3fec713 commit hash: 2c40d024662ada1e93b99ca8edb7a0d6a3fec713 2c40d02
Monday, 17 Mar 2025
18:22 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 136.0.2 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/136.0.2/releasenotes/
commit hash: b77838a90e0969901fd66456219a4873da5d4714 commit hash: b77838a90e0969901fd66456219a4873da5d4714 commit hash: b77838a90e0969901fd66456219a4873da5d4714 commit hash: b77838a90e0969901fd66456219a4873da5d4714 b77838a
Tuesday, 11 Mar 2025
17:38 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 136.0.1

Release Notes:
  https://www.mozilla.org/en-US/firefox/136.0.1/releasenotes/
commit hash: 9b96b9c5658628c3226dff57676a7467ec7f771f commit hash: 9b96b9c5658628c3226dff57676a7467ec7f771f commit hash: 9b96b9c5658628c3226dff57676a7467ec7f771f commit hash: 9b96b9c5658628c3226dff57676a7467ec7f771f 9b96b9c
Thursday, 27 Feb 2025
20:15 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 136.0 (rc3)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/136.0/releasenotes/
commit hash: 5527e93049a8e77524d2728f555383b7e47e495f commit hash: 5527e93049a8e77524d2728f555383b7e47e495f commit hash: 5527e93049a8e77524d2728f555383b7e47e495f commit hash: 5527e93049a8e77524d2728f555383b7e47e495f 5527e93
Tuesday, 25 Feb 2025
19:56 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 136.0 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/136.0/releasenotes/
commit hash: 392e8059de2b475134c7a2add8a5c6ebb877104b commit hash: 392e8059de2b475134c7a2add8a5c6ebb877104b commit hash: 392e8059de2b475134c7a2add8a5c6ebb877104b commit hash: 392e8059de2b475134c7a2add8a5c6ebb877104b 392e805
Monday, 24 Feb 2025
21:47 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 136.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/136.0/releasenotes/

Switches to bundles ICU, because the one in 2025Q1 is too old and
the uplift would be too messy.
commit hash: c1a1b28d9f494603f1036e421234bbd3b7594829 commit hash: c1a1b28d9f494603f1036e421234bbd3b7594829 commit hash: c1a1b28d9f494603f1036e421234bbd3b7594829 commit hash: c1a1b28d9f494603f1036e421234bbd3b7594829 c1a1b28
07:55 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.85.0

PR:		284884
commit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfb commit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfb commit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfb commit hash: cf7c4b037d7e9cadfa539f3b9cd45396c1a00dfb cf7c4b0
Monday, 17 Feb 2025
18:28 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 135.0.1 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/135.0.1/releasenotes/
commit hash: 52ed7aee93ccf3e02380da805689aae671376349 commit hash: 52ed7aee93ccf3e02380da805689aae671376349 commit hash: 52ed7aee93ccf3e02380da805689aae671376349 commit hash: 52ed7aee93ccf3e02380da805689aae671376349 52ed7ae
Friday, 14 Feb 2025
23:12 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump consumers of devel/icu

...to avoid library mismatches
commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653 commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653 commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653 commit hash: ff33dd4700e81bd57df259a0fe29ed5fdddf2653 ff33dd4
Friday, 31 Jan 2025
16:32 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 135.0 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/135.0/releasenotes/
commit hash: 9e8e6c6120eca9aa8422a6938ff27c41e07376a2 commit hash: 9e8e6c6120eca9aa8422a6938ff27c41e07376a2 commit hash: 9e8e6c6120eca9aa8422a6938ff27c41e07376a2 commit hash: 9e8e6c6120eca9aa8422a6938ff27c41e07376a2 9e8e6c6
Wednesday, 29 Jan 2025
16:57 Piotr Kubaj (pkubaj) search for other commits by this committer
www/firefox: enable wasi on powerpc64
commit hash: 2f145fff0cf97362d744db63cf8bc22c2fa04ca8 commit hash: 2f145fff0cf97362d744db63cf8bc22c2fa04ca8 commit hash: 2f145fff0cf97362d744db63cf8bc22c2fa04ca8 commit hash: 2f145fff0cf97362d744db63cf8bc22c2fa04ca8 2f145ff
16:56 Piotr Kubaj (pkubaj) search for other commits by this committer
www/firefox: drop unnecesary powerpc64le knob
commit hash: bf57fa930359058f3635df38bbf0262c9036660c commit hash: bf57fa930359058f3635df38bbf0262c9036660c commit hash: bf57fa930359058f3635df38bbf0262c9036660c commit hash: bf57fa930359058f3635df38bbf0262c9036660c bf57fa9
Tuesday, 28 Jan 2025
18:05 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 135.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/135.0/releasenotes/
commit hash: ca17226d49043b1e13d9c1e177f90ed6aedae39f commit hash: ca17226d49043b1e13d9c1e177f90ed6aedae39f commit hash: ca17226d49043b1e13d9c1e177f90ed6aedae39f commit hash: ca17226d49043b1e13d9c1e177f90ed6aedae39f ca17226
Monday, 20 Jan 2025
19:01 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 134.0.2 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/134.0.2/releasenotes/
commit hash: a15e70b5364422434ebfa050f47e6f417b41f60e commit hash: a15e70b5364422434ebfa050f47e6f417b41f60e commit hash: a15e70b5364422434ebfa050f47e6f417b41f60e commit hash: a15e70b5364422434ebfa050f47e6f417b41f60e a15e70b
11:06 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.84.0

PR:		283962
commit hash: fccaa1b326310b7f33556fe133b509260a90fe7f commit hash: fccaa1b326310b7f33556fe133b509260a90fe7f commit hash: fccaa1b326310b7f33556fe133b509260a90fe7f commit hash: fccaa1b326310b7f33556fe133b509260a90fe7f fccaa1b
Monday, 13 Jan 2025
20:17 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 134.0.1

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/134.0.1/releasenotes/
commit hash: c355e815cf71707852f7e311bbfc753392a4468f commit hash: c355e815cf71707852f7e311bbfc753392a4468f commit hash: c355e815cf71707852f7e311bbfc753392a4468f commit hash: c355e815cf71707852f7e311bbfc753392a4468f c355e81
Monday, 30 Dec 2024
19:31 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 134.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/134.0/releasenotes/
commit hash: 2829059424b69aaf798704efc3653c7db79d22dd commit hash: 2829059424b69aaf798704efc3653c7db79d22dd commit hash: 2829059424b69aaf798704efc3653c7db79d22dd commit hash: 2829059424b69aaf798704efc3653c7db79d22dd 2829059
Monday, 9 Dec 2024
20:54 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 133.0.3 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/133.0.3/releasenotes/
commit hash: 607b6a619cf910a0fcc4b0c1ddda3f59e45f74e7 commit hash: 607b6a619cf910a0fcc4b0c1ddda3f59e45f74e7 commit hash: 607b6a619cf910a0fcc4b0c1ddda3f59e45f74e7 commit hash: 607b6a619cf910a0fcc4b0c1ddda3f59e45f74e7 607b6a619
Sunday, 1 Dec 2024
09:24 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.83.0

PR:		283000
commit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2f commit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2f commit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2f commit hash: 1d1fd15a3e499eed9e604dac94bab73c2fea4b2f 1d1fd15
Friday, 22 Nov 2024
16:32 Vladimir Druzenko (vvd) search for other commits by this committer
Reapply "devel/wasi-libc: chase missed _DEPENDS line changes after
flavourisation"

Incorrect branch.

This reverts commit 85b72a5454c5bdcc850e153b66fdaa4e83e84f3d.
commit hash: d36b71b2d0ec4df2d2a3acc906ab5033f94d00f3 commit hash: d36b71b2d0ec4df2d2a3acc906ab5033f94d00f3 commit hash: d36b71b2d0ec4df2d2a3acc906ab5033f94d00f3 commit hash: d36b71b2d0ec4df2d2a3acc906ab5033f94d00f3 d36b71b
16:27 Vladimir Druzenko (vvd) search for other commits by this committer
Revert "devel/wasi-libc: chase missed _DEPENDS line changes after
flavourisation"

Flavorization of the devel/wasi-libc was not MFH.

This reverts commit 0c538aad8a8708a074157b767459360aa09398f0.
commit hash: 85b72a5454c5bdcc850e153b66fdaa4e83e84f3d commit hash: 85b72a5454c5bdcc850e153b66fdaa4e83e84f3d commit hash: 85b72a5454c5bdcc850e153b66fdaa4e83e84f3d commit hash: 85b72a5454c5bdcc850e153b66fdaa4e83e84f3d 85b72a5
Thursday, 21 Nov 2024
20:24 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 133.0 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/133.0/releasenotes/
commit hash: b298d97ea4b9fd4a75e88f58fb1f3fbc523b2efe commit hash: b298d97ea4b9fd4a75e88f58fb1f3fbc523b2efe commit hash: b298d97ea4b9fd4a75e88f58fb1f3fbc523b2efe commit hash: b298d97ea4b9fd4a75e88f58fb1f3fbc523b2efe b298d97
Monday, 18 Nov 2024
22:54 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 133.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/133.0/releasenotes/
commit hash: e5025b5100e9f8abbaf0cbe5663fd2d360a3baf2 commit hash: e5025b5100e9f8abbaf0cbe5663fd2d360a3baf2 commit hash: e5025b5100e9f8abbaf0cbe5663fd2d360a3baf2 commit hash: e5025b5100e9f8abbaf0cbe5663fd2d360a3baf2 e5025b5
Monday, 11 Nov 2024
17:05 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 132.0.2 (rc2)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/132.0.2/releasenotes/
commit hash: 8a54841ed8cba949a5231628c7d84847f6c28268 commit hash: 8a54841ed8cba949a5231628c7d84847f6c28268 commit hash: 8a54841ed8cba949a5231628c7d84847f6c28268 commit hash: 8a54841ed8cba949a5231628c7d84847f6c28268 8a54841
Sunday, 10 Nov 2024
23:09 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 132.0.2 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/132.0.2/releasenotes/
commit hash: 0eb37cf24f821dad3955924084c295393c0e1850 commit hash: 0eb37cf24f821dad3955924084c295393c0e1850 commit hash: 0eb37cf24f821dad3955924084c295393c0e1850 commit hash: 0eb37cf24f821dad3955924084c295393c0e1850 0eb37cf
Friday, 8 Nov 2024
08:24 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Bump revisions after 1.82.0

PR:		282516
commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2 commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2 commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2 commit hash: ca048c2884dc9822310a87e2dfebb8b1647095e2 ca048c2
Monday, 4 Nov 2024
18:00 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 132.0.1

Release Notes:
  https://www.mozilla.org/en-US/firefox/132.0.1/releasenotes/
commit hash: 9c6b8ec494dc15b4ea0631947e75db7866f3e6e2 commit hash: 9c6b8ec494dc15b4ea0631947e75db7866f3e6e2 commit hash: 9c6b8ec494dc15b4ea0631947e75db7866f3e6e2 commit hash: 9c6b8ec494dc15b4ea0631947e75db7866f3e6e2 9c6b8ec
Saturday, 2 Nov 2024
01:01 Jan Beich (jbeich) search for other commits by this committer
multimedia/libvpx: update 1.15.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0
Reported by:	Repology
commit hash: 888cea7deeae40b641d81929eeefea8120ba5d93 commit hash: 888cea7deeae40b641d81929eeefea8120ba5d93 commit hash: 888cea7deeae40b641d81929eeefea8120ba5d93 commit hash: 888cea7deeae40b641d81929eeefea8120ba5d93 888cea7
Friday, 1 Nov 2024
22:12 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 132.0.1 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/132.0.1/releasenotes/
commit hash: b6e8e62ff24e0ad43fc3879276e081605ed247d8 commit hash: b6e8e62ff24e0ad43fc3879276e081605ed247d8 commit hash: b6e8e62ff24e0ad43fc3879276e081605ed247d8 commit hash: b6e8e62ff24e0ad43fc3879276e081605ed247d8 b6e8e62
Monday, 21 Oct 2024
21:28 Christoph Moench-Tegeder (cmt) search for other commits by this committer
www/firefox: update to 132.0 (rc1)

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/132.0beta/releasenotes/
commit hash: 605106a763a41e6dace4129ed94dde376e0935e6 commit hash: 605106a763a41e6dace4129ed94dde376e0935e6 commit hash: 605106a763a41e6dace4129ed94dde376e0935e6 commit hash: 605106a763a41e6dace4129ed94dde376e0935e6 605106a
Friday, 18 Oct 2024
12:54 Charlie Li (vishwin) search for other commits by this committer
devel/wasi-libc: chase missed _DEPENDS line changes after flavourisation
commit hash: 1c5ebef22acc2837ff8c576715fa208793dcecd9 commit hash: 1c5ebef22acc2837ff8c576715fa208793dcecd9 commit hash: 1c5ebef22acc2837ff8c576715fa208793dcecd9 commit hash: 1c5ebef22acc2837ff8c576715fa208793dcecd9 1c5ebef
12:38 Charlie Li (vishwin) search for other commits by this committer
wasi: update to latest commit past sdk-22

devel/wasi-libc is now flavourised per supported LLVM version. Each
flavour includes/copies the corresponding clang's stdarg.h and
stddef.h instead of simply using the latest clang release.

Technically upstream dropped support for LLVM < 18, but the commit
doing so admittedly operated under an uncertain assumption. LLVM
17 is still supported in these ports for the benefit of Rust and
gecko@ ports, which specify LLVM 17 minimum, and to facilitate LTO
with that version. LLVM 19 is also supported in this version, with
the corresponding ports to be committed separately.

Bump PORTREVISION of consumers
commit hash: 84b600fb9f63e0961632dae0d90186b1586fd901 commit hash: 84b600fb9f63e0961632dae0d90186b1586fd901 commit hash: 84b600fb9f63e0961632dae0d90186b1586fd901 commit hash: 84b600fb9f63e0961632dae0d90186b1586fd901 84b600f

Number of commits found: 1053 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »