Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
131.0.6778.69 16 Nov 2024 07:34:57 |
Robert Nagy (rnagy) |
www/chromium: update to 131.0.6778.69
Security: https://vuxml.freebsd.org/freebsd/8fe4f296-a3ec-11ef-8c1c-a8a1599412c6.html
PR: 278413 |
130.0.6723.116_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
130.0.6723.116 07 Nov 2024 07:28:39 |
Robert Nagy (rnagy) |
www/chromium: update to 130.0.6723.116
Security:https://vuxml.freebsd.org/freebsd/ab254c9d-9c36-11ef-8c1c-a8a1599412c6.html |
130.0.6723.91 02 Nov 2024 08:15:17 |
Robert Nagy (rnagy) |
www/chromium: update to 130.0.6723.91
Security: https://vuxml.freebsd.org/freebsd/e17384ef-c5e8-4b5d-bb62-c13405e7f1f7.html
PR: 282391 |
130.0.6723.69 27 Oct 2024 05:29:05 |
Robert Nagy (rnagy) |
www/chromium: update to 130.0.6723.69
Security: https://vuxml.freebsd.org/freebsd/fafaef4d-f364-4a07-bbdd-bf53448c593c.html
Security: https://vuxml.freebsd.org/freebsd/1e71e366-080b-4e8f-a9e6-150bf698186b.html |
129.0.6668.100 09 Oct 2024 18:04:59 |
Robert Nagy (rnagy) |
www/*chromium: update to 129.0.6668.100
Security: https://vuxml.freebsd.org/freebsd/83117378-f773-4617-bf74-477d569dcd74.html
Security: https://vuxml.freebsd.org/freebsd/7217f6e8-3ff4-4387-845d-d1744bb7f95e.html |
129.0.6668.70 30 Sep 2024 15:27:50 |
Robert Nagy (rnagy) |
www/chromium: update to 129.0.6668.70
Security: https://vuxml.freebsd.org/freebsd/2f82696c-adad-447b-9938-c99441805fa3.html |
128.0.6613.137 14 Sep 2024 09:29:26 |
Robert Nagy (rnagy) |
www/*chromium: update to 128.0.6613.137
Security: https://vuxml.freebsd.org/freebsd/e464f777-719e-11ef-8a0f-a8a1599412c6.html |
128.0.6613.119_2 12 Sep 2024 16:20:06 |
Yuri Victorovich (yuri) |
*/*: Bump dependencioes after devel/jsoncpp update
PR: 281462
Reported by: Ale <discipline@tiscali.it> |
128.0.6613.119_1 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
128.0.6613.119 03 Sep 2024 20:49:33 |
Robert Nagy (rnagy) |
www/*chromium: update to 128.0.6613.119
remove test_fonts distfile as it is now bundled in the main tarball
Security: https://vuxml.freebsd.org/freebsd/26125e09-69ca-11ef-8a0f-a8a1599412c6.html |
128.0.6613.113 29 Aug 2024 14:48:30 |
Robert Nagy (rnagy) |
www/chromium: update to 128.0.6613.114
Security: https://vuxml.freebsd.org/freebsd/6f2545bb-65e8-11ef-8a0f-a8a1599412c6.html |
128.0.6613.84 28 Aug 2024 10:31:10 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: revert hardcoded paths that sneaked in
PR: 281104 |
128.0.6613.84 27 Aug 2024 05:55:54 |
Robert Nagy (rnagy) |
www/*chromium: update to 128.0.6613.84
Security: https://vuxml.freebsd.org/freebsd/b339992e-6059-11ef-8a0f-a8a1599412c6.html |
127.0.6533.119_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
127.0.6533.119 14 Aug 2024 11:05:00 |
Robert Nagy (rnagy) |
www/chromium: update to 127.0.6533.119 |
127.0.6533.99 07 Aug 2024 11:24:20 |
Robert Nagy (rnagy) |
www/chromium: update to 127.0.6533.99
Security: https://vuxml.freebsd.org/freebsd/05cd9f82-5426-11ef-8a0f-a8a1599412c6.html |
127.0.6533.88_2 06 Aug 2024 10:56:37 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: enable all audio backends by default |
127.0.6533.88_1 05 Aug 2024 15:16:14 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: bring back audio knobs
It seems that 683K worth of libs are too much dependencies.
PR: 280268 |
127.0.6533.88 31 Jul 2024 19:32:46 |
Robert Nagy (rnagy) |
www/chromium: update to 127.0.6533.88
This update also removes the --audio-backend command line switch
in favor of an actual setting in the browser that can be changed
at chrome://flags/#audio-backend
Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html |
126.0.6478.126_1 28 Jul 2024 16:12:23 |
Joseph Mingrone (jrm) |
www/{*chromium,iridium}: Fix build after src snapshot 0c47b9c211
After src snapshot 0c47b9c211e, the build began failing with:
../../third_party/nasm/include/compiler.h:249:21: error: static
declaration of 'mempcpy' follows non-static declaration
249 | static inline void *mempcpy(void *dst, const void *src, size_t n)
| ^
/usr/include/string.h:71:8: note: previous declaration is here
71 | void *(mempcpy)(void * __restrict,
const void * __restrict,size_t);
Fix the build by updating the pattern used to detect mempcpy(3) in
string.h.
Reviewed by: rnagy (earlier revision)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46055 |
126.0.6478.126_1 26 Jun 2024 15:47:51 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: fix audio backend selection logic
PR: 279998 |
126.0.6478.126 25 Jun 2024 09:48:01 |
Robert Nagy (rnagy) |
www/chromium: update to 126.0.6478.126
Security: https://vuxml.freebsd.org/freebsd/2b68c86a-32d5-11ef-8a0f-a8a1599412c6.html |
126.0.6478.114 20 Jun 2024 13:12:19 |
Robert Nagy (rnagy) |
www/chromium: update to 126.0.6478.114
Security: https://vuxml.freebsd.org/freebsd/007e7e77-2f06-11ef-8a0f-a8a1599412c6.html |
126.0.6478.61 18 Jun 2024 16:45:40 |
Robert Nagy (rnagy) |
www/chromium: update to 126.0.6478.61
Security: https://vuxml.freebsd.org/freebsd/453aa0fc-2d91-11ef-8a0f-a8a1599412c6.html |
125.0.6422.141_1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
125.0.6422.141 03 Jun 2024 13:00:59 |
Robert Nagy (rnagy) |
www/chromium: revert ALL_TARGET change which i was only using for testing |
125.0.6422.141 03 Jun 2024 12:54:46 |
Robert Nagy (rnagy) |
www/*chromium: update to 125.0.6422.141
Additionally to the update, do not define _XOPEN_SOURCE on FreeBSD
either in the internal copy of sqlite3 to avoid new compiler errors
with llvm18.
Security: https://vuxml.freebsd.org/freebsd/b058380e-21a4-11ef-8a0f-a8a1599412c6.html
PR: 279397 |
125.0.6422.112 29 May 2024 12:22:04 |
Robert Nagy (rnagy) |
www/*chromium: update to 125.0.6422.112
Security: https://vuxml.freebsd.org/freebsd/6926d038-1db4-11ef-9f97-a8a1599412c6.html |
125.0.6422.76_1 28 May 2024 09:18:52 |
Robert Nagy (rnagy) |
www/chromium: fix typo BUIDL_DEPENDS -> BUILD_DEPENDS |
125.0.6422.76_1 27 May 2024 14:01:48 |
Robert Nagy (rnagy) |
www/*chromium: unbreak ffmpeg configure stage on arm64 |
125.0.6422.76_1 27 May 2024 06:11:16 |
Robert Nagy (rnagy) |
www/*chromium: drop pulseaudio build dependency by using an internal copy
we only need pulseaudio headers to be able to compile pulseaudio support
in, because a shim library is used by chromium so that pulseaudio can be
dlopened later on if available |
125.0.6422.76 23 May 2024 12:14:12 |
Robert Nagy (rnagy) |
www/chromium: add audio/pulseaudio as a build dependency
PR: 279242 |
125.0.6422.76 22 May 2024 13:26:15 |
Robert Nagy (rnagy) |
www/chromium: update to 125.0.6422.76 and implement selectable audio backend
support
with these changes, chromium now automatically selects which
audio backend to use in the following order:
pulse (if running) -> sndio -> alsa -> fake
an additional command line option has been also implemented so
that the user can force which backend to use:
--audio-backend={auto,sndio,pulse,alsa}
Security: https://vuxml.freebsd.org/freebsd/8247af0d-183b-11ef-9f97-a8a1599412c6.html
PR: 246449 |
124.0.6367.207 15 May 2024 04:11:36 |
Jason E. Hale (jhale) |
www/chromium: Fix build with ninja 1.12.0
Fix race conditions where generated headers are not created before they
are needed in the build.
PR: 278693
Approved by: portmgr (blanket) |
124.0.6367.207 14 May 2024 07:59:18 |
Robert Nagy (rnagy) |
www/*chromium: update to 124.0.6367.207
Security: https://vuxml.freebsd.org/freebsd/8e0e8b56-11c6-11ef-9f97-a8a1599412c6.html |
124.0.6367.201_1 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
124.0.6367.201 12 May 2024 06:46:59 |
Robert Nagy (rnagy) |
www/*chromium: update to 124.0.6367.201
Security: https://vuxml.freebsd.org/freebsd/3cf8ea44-1029-11ef-9f97-a8a1599412c6.html
PR: 278890 |
124.0.6367.118_2 06 May 2024 15:44:23 |
Florian Smeets (flo) |
www/chromium: Fix version number going backwards
The revert in 762aa0135a4e caused the version number to go backwards. |
124.0.6367.118 05 May 2024 16:09:08 |
Yuri Victorovich (yuri) |
Revert "www/chromium: Change default audio output to PULSEAUDIO to make chromium
to play nice with desktop environments"
This reverts commit 89e432ced730385869e5bf6df4b705facbd1c947.
Reason: Several people complained that the PulseAudio dependency is a lot
heavier than Sndio.
This is currently a controversial issue because:
1. PulseAudio is indeed a heavier dependency compared to Sndio,
so for people who prefer minimalistic setup Sndio should be a default.
2. Currently desktop environments work best with PulseAudio, so
it is better for average users to have PulseAudio as a default backend.
It would be best if www/chromium would allow to change audio backend at-startup
or on-the-fly without the need to change port options.
(Only the first 15 lines of the commit message are shown above ) |
124.0.6367.118_1 04 May 2024 02:06:57 |
Yuri Victorovich (yuri) |
www/chromium: Change default audio output to PULSEAUDIO to make chromium to play
nice with desktop environments
PR: 278521 246449
Approved by: chromium@FreeBSD.org (maintainer's timeout; 4 years on bug#246449) |
124.0.6367.118 02 May 2024 10:33:59 |
Robert Nagy (rnagy) |
www/chromium: update to 124.0.6367.118
Security: https://vuxml.freebsd.org/freebsd/f69415aa-086e-11ef-9f97-a8a1599412c6.html |
124.0.6367.78 26 Apr 2024 05:06:27 |
Robert Nagy (rnagy) |
www/*chromium: update to 124.0.6367.78
Security: https://vuxml.freebsd.org/freebsd/7a42852d-0347-11ef-9f97-a8a1599412c6.html |
124.0.6367.60 25 Apr 2024 07:50:04 |
Robert Nagy (rnagy) |
www/*chromium: check for non-portable pthread functions in pthread_np.h only
PR: 278560 |
124.0.6367.60 21 Apr 2024 10:21:08 |
Robert Nagy (rnagy) |
www/*chromium: update to 124.0.6367.60
Security: https://vuxml.freebsd.org/freebsd/9bed230f-ffc8-11ee-8e76-a8a1599412c6.html |
123.0.6312.122 12 Apr 2024 17:02:56 |
Robert Nagy (rnagy) |
www/*chromium: update to 123.0.6312.122
Security: https://vuxml.freebsd.org/freebsd/7314942b-0889-46f0-b02b-2c60aabe4a82.html |
123.0.6312.105 04 Apr 2024 19:23:26 |
Robert Nagy (rnagy) |
www/*chromium: update to 123.0.6312.105
Security: https://vuxml.freebsd.org/freebsd/4a026b6c-f2b8-11ee-8e76-a8a1599412c6.html |
123.0.6312.86 27 Mar 2024 18:02:25 |
Robert Nagy (rnagy) |
www/chromium: update to 123.0.6312.86
Security: https://vuxml.freebsd.org/freebsd/814af1be-ec63-11ee-8e76-a8a1599412c6.html |
123.0.6312.58_1 23 Mar 2024 14:01:07 |
Po-Chuan Hsieh (sunpoet) |
Revert "x11-fonts/noto*: Restructure and update"
This reverts commit 3b128ff9f74b28ada2f475f0b816480b1550e5b8. |
123.0.6312.58_2 23 Mar 2024 13:40:46 |
Tijl Coosemans (tijl) |
x11-fonts/noto*: Restructure and update
Split x11-fonts/noto-basic into separate ports so they can be updated
separately. Keep noto-basic as a metaport but replace dependencies on
it with dependencies on individual fonts as needed.
Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual
fonts can be split from this port later.
Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and
create a new port x11-fonts/noto-color-emoji for Noto Color Emoji.
Add the new ports to x11-fonts/noto metaport and make Noto Sans and
Noto Serif non-optional because script-specific fonts depend on them.
(Only the first 15 lines of the commit message are shown above ) |
123.0.6312.58_1 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
123.0.6312.58 22 Mar 2024 20:08:05 |
Robert Nagy (rnagy) |
www/chromium: update to 123.0.6312.58
Security: https://vuxml.freebsd.org/freebsd/80815c47-e84f-11ee-8e76-a8a1599412c6.html |
122.0.6261.111 06 Mar 2024 12:31:52 |
Robert Nagy (rnagy) |
www/*chromium: udpate to 122.0.6261.111
Security: https://vuxml.freebsd.org/freebsd/fd3401a1-b6df-4577-917a-2c22fee99d34.html |
122.0.6261.94 06 Mar 2024 06:06:07 |
Robert Nagy (rnagy) |
www/*chromium: unbreak on arm64 by disabling linux only memory tagging |
122.0.6261.94 29 Feb 2024 09:02:41 |
Robert Nagy (rnagy) |
www/*chromium: udpate to 122.0.6261.94
Security: https://vuxml.freebsd.org/freebsd/31bb1b8d-d6dc-11ee-86bb-a8a1599412c6.html |
122.0.6261.69 25 Feb 2024 20:11:15 |
Robert Nagy (rnagy) |
www/chromium: unbreak build on i386 |
122.0.6261.69 24 Feb 2024 20:25:30 |
Robert Nagy (rnagy) |
www/chromium: revert to previous libxml version check |
122.0.6261.69 24 Feb 2024 20:23:13 |
Robert Nagy (rnagy) |
www/chromium: udpate to 122.0.6261.69
Security: https://vuxml.freebsd.org/freebsd/2a470712-d351-11ee-86bb-a8a1599412c6.html |
121.0.6167.184 14 Feb 2024 07:57:04 |
Robert Nagy (rnagy) |
www/chromium: update to 121.0.6167.184
Security: https://vuxml.freebsd.org/freebsd/4edbea45-cb0c-11ee-86bb-a8a1599412c6.html |
121.0.6167.160 09 Feb 2024 14:22:45 |
Robert Nagy (rnagy) |
www/{*chromium,iridium}: xmlError is only a const since version 2.12
the previous patches were checking if libxml is older than 2.11.6,
but that breaks builds with 2.11.7 as xmlError has been changed to
a const at 2.12
PR: 276901, 276902, 276903
Reported by: diizzy@ |
121.0.6167.160 08 Feb 2024 13:18:12 |
Robert Nagy (rnagy) |
www/chromium: update to 121.0.6167.160
Security: https://vuxml.freebsd.org/freebsd/19047673-c680-11ee-86bb-a8a1599412c6.html |
121.0.6167.139 06 Feb 2024 12:09:47 |
Robert Nagy (rnagy) |
www/*chromium: unbreak build on i386 |
121.0.6167.139 03 Feb 2024 16:08:09 |
Robert Nagy (rnagy) |
www/chromium: update to 121.0.6167.139; the previous update was for .85
Security: https://vuxml.freebsd.org/freebsd/dc9e5237-c197-11ee-86bb-a8a1599412c6.html |
121.0.6167.85_1 03 Feb 2024 07:04:02 |
Robert Nagy (rnagy) |
www/chromium: ship vk_swiftshader_icd.json for libvk_swiftshader
PR: 276637
Submitted by: Lars Herschke <lhersch@dssgmbh.de> |
121.0.6167.85 02 Feb 2024 12:31:40 |
Robert Nagy (rnagy) |
www/chromium: update to 121.0.6167.139
Security: https://vuxml.freebsd.org/freebsd/dc9e5237-c197-11ee-86bb-a8a1599412c6.html |
120.0.6099.224 17 Jan 2024 09:39:03 |
Robert Nagy (rnagy) |
www/chromium: update to 120.0.6099.224
Security: https://vuxml.freebsd.org/freebsd/1bc07be0-b514-11ee-86bb-a8a1599412c6.html |
120.0.6099.216_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
120.0.6099.216 10 Jan 2024 15:48:46 |
Robert Nagy (rnagy) |
www/chromium: update to 120.0.6099.216
include a better arm64 cpu feature detection patch from jbeich@ while here
Security: https://vuxml.freebsd.org/freebsd/ec8e4040-afcd-11ee-86bb-a8a1599412c6.html |
120.0.6099.199 08 Jan 2024 21:10:02 |
Robert Nagy (rnagy) |
www/*chromium: unbreak arm64 by implementing the missing cpudetect code |
120.0.6099.199 04 Jan 2024 13:00:16 |
Robert Nagy (rnagy) |
www/chromium: update to 120.0.6099.199
Security: https://vuxml.freebsd.org/freebsd/3ee577a9-aad4-11ee-86bb-a8a1599412c6.html |
120.0.6099.129_1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
120.0.6099.129_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
120.0.6099.129 21 Dec 2023 07:53:06 |
Robert Nagy (rnagy) |
www/chromium: update to 120.0.6099.129
Security: https://vuxml.freebsd.org/freebsd/1b2a8e8a-9fd5-11ee-86bb-a8a1599412c6.html |
120.0.6099.109 17 Dec 2023 20:01:27 |
Robert Nagy (rnagy) |
www/chromium: sysctl(2) requires sys/types.h to be included
PR: 275800 |
120.0.6099.109 13 Dec 2023 12:34:56 |
Robert Nagy (rnagy) |
www/chromium: update to 120.0.6099.109
Security: https://vuxml.freebsd.org/freebsd/502c9f72-99b3-11ee-86bb-a8a1599412c6.html |
120.0.6099.71 11 Dec 2023 08:40:32 |
Robert Nagy (rnagy) |
www/chromium: update to 120.0.6099.71
Security: https://vuxml.freebsd.org/freebsd/4405e9ad-97fe-11ee-86bb-a8a1599412c6.html |
119.0.6045.199 29 Nov 2023 13:53:35 |
Robert Nagy (rnagy) |
www/chromium: update to 119.0.6045.199
Security: https://vuxml.freebsd.org/freebsd/8cdd38c7-8ebb-11ee-86bb-a8a1599412c6.html |
119.0.6045.159_1 17 Nov 2023 11:46:00 |
Jan Beich (jbeich) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
119.0.6045.159 16 Nov 2023 20:39:19 |
Robert Nagy (rnagy) |
www/chromium: update to 119.0.6045.159
Security: https://vuxml.freebsd.org/freebsd/0da4db89-84bf-11ee-8290-a8a1599412c6.html |
119.0.6045.123 08 Nov 2023 18:28:34 |
Robert Nagy (rnagy) |
www/chromium: update to 119.0.6045.123
Security: https://vuxml.freebsd.org/freebsd/77fc311d-7e62-11ee-8290-a8a1599412c6.html |
119.0.6045.105 06 Nov 2023 14:17:08 |
Robert Nagy (rnagy) |
www/*chromium: sysctl(2) requires sys/types.h to be included
PR: 274937 |
119.0.6045.105 04 Nov 2023 06:13:16 |
Robert Nagy (rnagy) |
www/chromium: sync with shared BSD repo |
119.0.6045.105 03 Nov 2023 19:01:17 |
Robert Nagy (rnagy) |
www/chromium: update to 119.0.6045.105
Security: https://vuxml.freebsd.org/freebsd/a1e27775-7a61-11ee-8290-a8a1599412c6.html |
118.0.5993.117 27 Oct 2023 18:39:45 |
Robert Nagy (rnagy) |
www/*chromium: update to 118.0.5993.117
Security: https://vuxml.freebsd.org/freebsd/db33e250-74f7-11ee-8290-a8a1599412c6.html |
118.0.5993.88 19 Oct 2023 07:28:14 |
Robert Nagy (rnagy) |
www/*chromium: unbreak configure on i386 if PGO is not used |
118.0.5993.88 18 Oct 2023 20:51:05 |
Robert Nagy (rnagy) |
www/chromium: fixup distinfo after a partial download |
118.0.5993.88 18 Oct 2023 13:32:06 |
Robert Nagy (rnagy) |
www/chromium: update to 118.0.5993.88 |
118.0.5993.70 14 Oct 2023 11:59:23 |
Robert Nagy (rnagy) |
www/*chromium: unbreak build on i386 |
118.0.5993.70 12 Oct 2023 11:38:44 |
Robert Nagy (rnagy) |
www/chromium: update to 118.0.5993.70
Security: https://vuxml.freebsd.org/freebsd/07ee8c14-68f1-11ee-8290-a8a1599412c6.html |
117.0.5938.149_2 08 Oct 2023 14:39:36 |
Gleb Popov (arrowd) |
www/chromium: Catch up with foreign-cdm changes.
This should reduce amount of PORTREVISION bumps on the Chromium port when
updating www/foreign-cdm. |
117.0.5938.149_1 05 Oct 2023 16:36:06 |
Jan Beich (jbeich) |
multimedia/dav1d: update to 1.3.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
Reported by: Repology |
117.0.5938.149 04 Oct 2023 12:16:12 |
Robert Nagy (rnagy) |
www/*chromium: update to 117.0.5938.149
Security: https://vuxml.freebsd.org/freebsd/4e45c45b-629e-11ee-8290-a8a1599412c6.html |
117.0.5938.132_1 02 Oct 2023 16:26:17 |
Gleb Popov (arrowd) |
www/chromium: More fixes for DRM-related patches.
Fixes: 04ee4737c5f74da5b7d2e6d0f7f40a06343e1222 |
117.0.5938.132_1 01 Oct 2023 19:06:38 |
Gleb Popov (arrowd) |
www/chromium: Fix patches which became outdated and broke the build.
Reported by: rnagy
Fixes: 04ee4737c5f74da5b7d2e6d0f7f40a06343e1222 |
117.0.5938.132_1 01 Oct 2023 14:59:09 |
Gleb Popov (arrowd) |
www/chromium: Enable Widevine DRM via foreign-cdm.
These patches allow native Chromium to call out to the Linux Widevine library
via a proxy program called foreign-cdm.
Reviewed by: rnagy
Differential Revision: https://reviews.freebsd.org/D42026 |
117.0.5938.132 29 Sep 2023 10:32:35 |
Robert Nagy (rnagy) |
www/*chromium: update to 117.0.5938.132
Security: https://vuxml.freebsd.org/freebsd/6d9c6aae-5eb1-11ee-8290-a8a1599412c6.html
PR: 274139, 274136 |
117.0.5938.92 23 Sep 2023 06:09:43 |
Robert Nagy (rnagy) |
www/chromium: update to 117.0.5938.92 |
117.0.5938.88 17 Sep 2023 19:45:06 |
Robert Nagy (rnagy) |
www/chromium: update to 117.0.5938.88 and unbreak on arm64 and i386 |
117.0.5938.62 13 Sep 2023 19:56:12 |
Robert Nagy (rnagy) |
www/chromium: update to 117.0.5938.62
Security:
https://vuxml.freebsd.org/freebsd/88754d55-521a-11ee-8290-a8a1599412c6.html |
116.0.5845.179_1 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |