Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
74.0_3,1 12 Mar 2020 18:52:29 |
jbeich |
www/firefox: sync STL bugfix with upstream
Makes it easy to not forget to remove on update. |
74.0_3,1 09 Mar 2020 23:43:01 |
jbeich |
www/firefox: switch to rc3
Changes: https://hg.mozilla.org/releases/mozilla-release/rev/c6e493873ba5 |
74.0_2,1 06 Mar 2020 18:19:00 |
jbeich |
www/firefox: backport font selection regression fix
Requested by: Andy New (on gecko@ list) |
74.0_1,1 06 Mar 2020 11:32:31 |
jbeich |
multimedia/dav1d: update to 0.6.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.6.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.6.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.5.2...0.6.0 |
74.0,1 05 Mar 2020 02:03:14 |
jbeich |
www/firefox: update to 74.0
Changes: https://www.mozilla.org/firefox/74.0/releasenotes/
PR: 244310
Security: 9f900456-0bfa-4da4-ad59-14b2933259a2
Differential Revision: https://reviews.freebsd.org/D23646 |
73.0.1_2,1 29 Feb 2020 22:53:09 |
jbeich |
www/firefox: drop py-sqlite3 dependency
Not used during build anymore but still required for testing.
PR: 244521 |
73.0.1_2,1 28 Feb 2020 18:20:54 |
jbeich |
www/firefox: unbreak native Wayland if XDG_RUNTIME_DIR on ZFS
XDG_RUNTIME_DIR should be on tmpfs(5) for optimal performance but if
users want on permanent storage like ZFS don't abort.
PR: 240884
Reported by: jsm |
73.0.1_1,1 27 Feb 2020 15:22:29 |
tobik |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835 |
73.0.1,1 17 Feb 2020 20:45:42 |
jbeich |
www/firefox: update to 73.0.1
Changes: https://www.mozilla.org/firefox/73.0.1/releasenotes/
PR: 243295 |
73.0_2,1 08 Feb 2020 00:47:06 |
jbeich |
www/firefox: switch to rc3
Changes: https://hg.mozilla.org/releases/mozilla-release/rev/816e7f294781
PR: 243295 |
73.0_1,1 07 Feb 2020 11:25:24 |
jbeich |
www/firefox: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2020-02-04&enddate=2020-02-08
PR: 243295 |
73.0,1 04 Feb 2020 17:15:01 |
jbeich |
www/firefox: apply upstream powerpc64 fixes
Many of these are stalled on review for various reasons but the intent
of each seems clear enough to keep rebasing or ask upstream for help.
pkg-fallout@ would identify rebase mistakes while atomic changes would
identify when a particular patch is no longer useful.
Submitted by: mikael (via D21765) |
73.0,1 04 Feb 2020 12:50:06 |
jbeich |
www/firefox: unbreak on -CURRENT/-STABLE after r525108
PR: 243863
Reported by: many |
73.0,1 04 Feb 2020 00:39:23 |
jbeich |
www/firefox: update to 73.0
Changes: https://www.mozilla.org/firefox/73.0/releasenotes/
PR: 243295
Security: 802e3138-b8af-4a89-a908-f103107e64b4
Differential Revision: https://reviews.freebsd.org/D23146 |
72.0.2_2,1 30 Jan 2020 20:00:07 |
tobik |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385 |
72.0.2_1,1 25 Jan 2020 23:51:14 |
jbeich |
multimedia/aom: update to 1.0.0.3002
Changes: https://aomedia.googlesource.com/aom/+log/b14b3dbef..5e87049aa |
72.0.2,1 18 Jan 2020 00:10:25 |
jbeich |
www/firefox: update to 72.0.2
Changes: https://www.mozilla.org/firefox/72.0.2/releasenotes/
PR: 242605 |
72.0.1_1,1 09 Jan 2020 13:32:55 |
jbeich |
www/firefox: unbreak after r522464
In file included from Unified_cpp_ipc_chromium0.cpp:137:
ipc/chromium/src/base/shared_memory_posix.cc:282:16: error: variable has
incomplete type 'cap_rights_t' (aka 'cap_rights')
cap_rights_t rights;
^
/usr/include/sys/types.h:247:8: note: forward declaration of 'cap_rights'
struct cap_rights;
^
In file included from Unified_cpp_ipc_chromium0.cpp:137:
ipc/chromium/src/base/shared_memory_posix.cc:283:28: error: use of undeclared
identifier 'CAP_MMAP_R'
cap_rights_init(&rights, CAP_MMAP_R);
^
PR: 243213
Pointy hat to: jbeich (landed old version of the patch) |
72.0.1_1,1 09 Jan 2020 00:57:55 |
jbeich |
www/firefox: restore IPC optimization after r514482
Submitted by: Greg V |
72.0.1,1 08 Jan 2020 19:17:45 |
jbeich |
www/firefox: update to 72.0.1
Changes: https://www.mozilla.org/firefox/72.0.1/releasenotes/
PR: 242605
Security: CVE-2019-17026 |
72.0_1,1 03 Jan 2020 23:30:56 |
jbeich |
www/firefox: switch to rc4
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-12-31&enddate=2020-01-04
PR: 242605 |
72.0,1 31 Dec 2019 00:46:53 |
jbeich |
www/firefox: update to 72.0
Changes: https://www.mozilla.org/firefox/72.0/releasenotes/
PR: 242605
Security: a4d0f92b-2188-40aa-9aa3-005b0a89cc72
Differential Revision: https://reviews.freebsd.org/D22781 |
71.0_6,1 27 Dec 2019 23:29:08 |
jbeich |
www/firefox: backport upstream sndio fixes
Apparently, it fixes random tab crashes.
Submitted by: tobik |
71.0_5,1 24 Dec 2019 04:00:59 |
jbeich |
www/firefox: unbreak after r520537 if gtk3 lacks Wayland support
In file included from Unified_cpp_toolkit_xre0.cpp:56:
toolkit/xre/glxtest.cpp:39:10: fatal error: 'mozilla/widget/mozwayland.h' file
not found
#include "mozilla/widget/mozwayland.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 242790
Reported by: many
Submitted by: Greg V |
71.0_5,1 24 Dec 2019 00:37:08 |
jbeich |
multimedia/aom: update to 1.0.0.2863
Changes: https://aomedia.googlesource.com/aom/+log/3e421b069..cc6cf05c5 |
71.0_4,1 21 Dec 2019 00:50:54 |
jbeich |
www/firefox: drop dependency on Xwayland for WebGL check
Submitted by: Greg V |
71.0_3,1 19 Dec 2019 16:14:49 |
tobik |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843 |
71.0_2,1 14 Dec 2019 14:03:27 |
jbeich |
www/firefox: remove unnecessary configure workaround
See https://bugzilla.mozilla.org/show_bug.cgi?id=1593948 |
71.0_2,1 09 Dec 2019 13:48:18 |
jbeich |
www/firefox: unbreak after r519576
[style 0.0.1] ../.build/dist/include/mozilla/ServoStyleConsts.h:10840:20: error:
class member cannot be redeclared
[style 0.0.1] ../.build/dist/include/mozilla/ServoStyleConsts.h:10827:20: note:
previous definition is here
[style 0.0.1] ../.build/dist/include/mozilla/ServoStyleConsts.h:10843:21: error:
class member cannot be redeclared
[style 0.0.1] ../.build/dist/include/mozilla/ServoStyleConsts.h:10830:21: note:
previous definition is here
[...]
In file included from Unified_cpp_xpcom_base2.cpp:11:
In file included from xpcom/base/nsMemoryInfoDumper.cpp:14:
In file included from ../.build/dist/include/mozilla/dom/ContentParent.h:10:
In file included from
../.build/ipc/ipdl/_ipdlheaders/mozilla/dom/PContentParent.h:9:
In file included from ../.build/ipc/ipdl/_ipdlheaders/mozilla/dom/PContent.h:11:
In file included from ../.build/dist/include/ipc/IPCMessageUtils.h:36:
In file included from ../.build/dist/include/nsIWidget.h:21:
In file included from ../.build/dist/include/nsStyleConsts.h:17: (Only the first 15 lines of the commit message are shown above ) |
71.0_2,1 02 Dec 2019 20:24:16 |
jbeich |
www/firefox: bump minimum nss/nspr after r518439
Reported by: mikael_ (via IRC) |
71.0_2,1 02 Dec 2019 15:32:48 |
jbeich |
www/firefox: switch to rc5
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-11-29&enddate=2019-12-03
PR: 240440 |
71.0_1,1 29 Nov 2019 15:44:53 |
jbeich |
www/firefox: switch to rc4
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-11-26&enddate=2019-11-29
PR: 240440 |
71.0,1 29 Nov 2019 12:45:12 |
jbeich |
gecko: drop close_fds workaround after r518640
PR: 221700 |
71.0,1 26 Nov 2019 01:01:19 |
jbeich |
www/firefox: update to 71.0
Changes: https://www.mozilla.org/firefox/71.0/releasenotes/
PR: 241840
Security: 13b6433c-7aaf-477b-b96b-164924a005bb
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D22296 |
70.0.1_3,1 19 Nov 2019 17:29:57 |
jbeich |
www/firefox: drop 11.2 workaround after r516838/r516983 |
70.0.1_3,1 09 Nov 2019 00:48:25 |
jbeich |
multimedia/aom: update to 1.0.0.2631
Changes: https://aomedia.googlesource.com/aom/+log/36f96b723..3dc59f556 |
70.0.1_2,1 07 Nov 2019 18:07:20 |
tobik |
lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR: 241411 [1]
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22240 |
70.0.1_1,1 03 Nov 2019 15:52:21 |
jbeich |
gecko: drop unused system hunspell after r509969 |
70.0.1_1,1 31 Oct 2019 00:32:50 |
jbeich |
multimedia/aom: update to 1.0.0.2599
Changes: https://aomedia.googlesource.com/aom/+log/6b855be18..589213544 |
70.0.1,1 30 Oct 2019 18:29:02 |
jbeich |
www/firefox: update to 70.0.1
Changes: https://www.mozilla.org/firefox/70.0.1/releasenotes/
PR: 240440 |
70.0_3,1 27 Oct 2019 00:46:56 |
jbeich |
multimedia/aom: update to 1.0.0.2575
Changes: https://aomedia.googlesource.com/aom/+log/25daf5d22..6b855be18 |
70.0_2,1 25 Oct 2019 01:03:32 |
jbeich |
www/firefox: bump minimum dependencies |
70.0_2,1 20 Oct 2019 00:48:53 |
jbeich |
multimedia/aom: update to 1.0.0.2541
Changes: https://aomedia.googlesource.com/aom/+log/ce7d07ee6..7e56b507f |
70.0_1,1 17 Oct 2019 00:31:24 |
jbeich |
www/firefox: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-10-15&enddate=2019-10-17 |
70.0,1 15 Oct 2019 00:40:32 |
jbeich |
www/firefox: update to 70.0
Changes: https://www.mozilla.org/firefox/70.0/releasenotes/
PR: 240440
Security: e1c901e9-ed1e-415d-8272-f171bfc265bd
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D21572 |
69.0.3_1,1 12 Oct 2019 00:25:19 |
jbeich |
multimedia/dav1d: update to 0.5.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.5.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.5.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.4.0...0.5.0 |
69.0.3,1 10 Oct 2019 00:45:04 |
jbeich |
www/firefox: update to 69.0.3
Changes: https://www.mozilla.org/firefox/69.0.3/releasenotes/
PR: 239155 |
69.0.2_1,1 09 Oct 2019 12:23:49 |
bapt |
Drop the ipv6 virtual category for w* category as it is not relevant anymore |
69.0.2_1,1 03 Oct 2019 20:35:30 |
jbeich |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
69.0.2,1 03 Oct 2019 00:59:19 |
jbeich |
www/firefox: update to 69.0.2
Changes: https://www.mozilla.org/firefox/69.0.2/releasenotes/
PR: 239155 |
69.0.1_2,1 27 Sep 2019 09:35:21 |
tobik |
lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778 |
69.0.1_1,1 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
69.0.1,1 17 Sep 2019 18:30:46 |
cmt |
www/firefox: update to 69.0.1 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/69.0.1/releasenotes/
PR: 239155
MFH: 2019Q3 (blanket: web browser) |
69.0_2,1 07 Sep 2019 20:53:38 |
jbeich |
gecko: allow building without audio support
When all AUDIO options are unselected there's no audio because on
FreeBSD there's no native backend. Besides, Firefox can be used on
systems without audio chip or in headless mode. |
69.0_2,1 07 Sep 2019 20:53:07 |
jbeich |
gecko: enable SNDIO by default
To avoid runtime dependency switch to dlopen(3).
PR: 238096
Requested by: many |
69.0_1,1 05 Sep 2019 23:35:51 |
jbeich |
gecko: drop remnants of WAYLAND option after r509969 |
69.0_1,1 05 Sep 2019 11:25:53 |
jbeich |
gecko: don't require gconf on non-Gnome2 desktops
Take advantage of lazy bindings by not requiring runtime dependency.
DBus is required under Wayland (Gecko-specific) and for MIME handling
but GConf2 is useless outside of Gnome2. So, only use GConf2 if it's
already installed (similar to PulseAudio).
PR: 240323 |
69.0,1 02 Sep 2019 15:36:44 |
jbeich |
www/firefox: switch to rc2 (nop)
https://hg.mozilla.org/releases/mozilla-release/rev/17274b15a163
https://hg.mozilla.org/releases/mozilla-release/rev/cce4622026ab |
69.0,1 02 Sep 2019 14:51:07 |
jbeich |
www/firefox: restore paragraph separators after r508913
Each paragraph here must be separated as the text flow is independent.
Give up and convert to Markdown which is readable as is. |
69.0,1 27 Aug 2019 01:02:47 |
jbeich |
www/firefox: update to 69.0
Changes: https://www.mozilla.org/firefox/69.0/releasenotes/
PR: 239155
Security: 05463e0a-abd3-4fa4-bd5f-cd5ed132d4c6
MFH: 2019Q3
Differential Revision: https://reviews.freebsd.org/D20932 |
68.0.2_1,1 23 Aug 2019 21:55:32 |
jbeich |
www/firefox: unbreak on -CURRENT
In file included from media/mtransport/nricectx.cpp:82:
In file included from
media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.h:41:
In file included from media/mtransport/third_party/nICEr/src/stun/stun.h:45:
In file included from /usr/include/net/if_var.h:84:
/usr/include/sys/lock.h:68:15: error: reference to 'thread' is ambiguous
struct thread **owner);
^
/usr/include/sys/lock.h:42:8: note: candidate found by name lookup is 'thread'
struct thread;
^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name
lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
^
1 error generated.
Reported by: tijl, pkg-fallout, madpilot
Submitted by: tijl
Tested by: madpilot |
68.0.2_1,1 15 Aug 2019 14:30:16 |
tobik |
lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21247 |
68.0.2,1 14 Aug 2019 14:48:28 |
jbeich |
www/firefox: update to 68.0.2
Changes: https://www.mozilla.org/firefox/68.0.2/releasenotes/
PR: 238087 |
68.0.1_2,1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
68.0.1_2,1 05 Aug 2019 19:16:54 |
jbeich |
multimedia/dav1d: update to 0.4.0
- Drop meson hack for aarch64 after r50500
Changes: https://code.videolan.org/videolan/dav1d/tags/0.4.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.4.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.3.1...0.4.0 |
68.0.1_1,1 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
68.0.1,1 19 Jul 2019 13:30:24 |
cmt |
www/firefox: update to 68.0.1
Release Notes: https://www.mozilla.org/en-US/firefox/68.0.1/releasenotes/
PR: 238087
Approved by: gecko@ (jbeich@, implicit)
MFH: 2019Q3 (blanket: web browser) |
68.0_4,1 07 Jul 2019 00:37:36 |
jbeich |
www/firefox: switch to rc3
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-07-05&enddate=2019-07-06 |
68.0_3,1 05 Jul 2019 00:26:53 |
jbeich |
www/firefox: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-07-02&enddate=2019-07-05 |
68.0_2,1 04 Jul 2019 14:41:57 |
tobik |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810 |
68.0_1,1 04 Jul 2019 11:40:47 |
jbeich |
gecko: drop staging remnants after r357413 |
68.0_1,1 04 Jul 2019 11:40:26 |
jbeich |
gecko: drop pre/post-install scripts after r473092 and r497197 |
68.0,1 04 Jul 2019 11:39:49 |
jbeich |
gecko: drop GTK2 and RUST options after r505740 and r505753 |
68.0,1 01 Jul 2019 21:09:07 |
jbeich |
www/firefox: update to 68.0
Changes: https://www.mozilla.org/firefox/68.0/releasenotes/
PR: 238087
Security: 0592f49f-b3b8-4260-b648-d1718762656c
MFH: 2019Q2
Differential Revision: https://reviews.freebsd.org/D20391 |
67.0.4,1 20 Jun 2019 16:13:57 |
cmt |
www/firefox: update to 67.0.4
Release Notes: https://www.mozilla.org/en-US/firefox/67.0.4/releasenotes/
PR: 236651
Approved by: gecko@ (jbeich@, implicit)
MFH: 2019Q2 |
67.0.3,1 18 Jun 2019 10:12:54 |
jbeich |
www/firefox: update to 67.0.3
Changes: https://www.mozilla.org/firefox/67.0.3/releasenotes/
PR: 236651 |
67.0.2_2,1 14 Jun 2019 06:55:13 |
jbeich |
www/firefox: switch to system aom/dav1d
Obtained from: upstream (via Gentoo) |
67.0.2_1,1 10 Jun 2019 00:28:38 |
jbeich |
www/firefox: force rebuild after r503861 |
67.0.2,1 09 Jun 2019 22:39:48 |
jbeich |
www/firefox: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-06-07&enddate=2019-06-09
PR: 236651 |
67.0.2,1 06 Jun 2019 13:35:40 |
cmt |
update firefox to 67.0.2 (rc1)
Changes: https://www.mozilla.org/en-US/firefox/67.0.2/releasenotes/
PR: 236651
Approved by: jbeich (gecko, implicit)
MFH: 2019Q2 |
67.0.1_1,1 01 Jun 2019 00:46:23 |
jbeich |
www/firefox: unbreak language selection after r495403
PR: 221916 |
67.0.1,1 29 May 2019 20:38:54 |
jbeich |
www/firefox: update to 67.0.1
Changes: https://www.mozilla.org/firefox/67.0.1/releasenotes/
PR: 236651 |
67.0_4,1 25 May 2019 11:51:15 |
jbeich |
gecko: drop unused libvorbis dep after r485460 |
67.0_4,1 25 May 2019 11:51:03 |
jbeich |
www/firefox: require more recent icu/rust after r490910/r501604 |
67.0_4,1 24 May 2019 03:25:12 |
tobik |
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332 |
67.0_3,1 17 May 2019 12:02:08 |
jbeich |
www/firefox: restore SafeBrowsing v4 after r495403
Required for phishing protection. Not covered by uBlock Origin lists.
Looks like #Mozilla didn't announce the POLA-violating change anywhere
public despite backporting to ESR60.
https://bugzilla.mozilla.org/show_bug.cgi?id=1531176 |
67.0_2,1 17 May 2019 00:56:53 |
jbeich |
www/firefox: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-05-14&enddate=2019-05-17 |
67.0_1,1 15 May 2019 03:12:15 |
tobik |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166 |
67.0,1 13 May 2019 23:55:29 |
jbeich |
www/firefox: update to 67.0
Changes: https://www.mozilla.org/firefox/67.0/releasenotes/
PR: 236651
Security: 44b6dfbf-4ef7-4d52-ad52-2b1b05d81272
MFH: 2019Q2
Differential Revision: https://reviews.freebsd.org/D19654 |
66.0.5,1 07 May 2019 22:06:52 |
cmt |
update www/firefox to 66.0.5
https://www.mozilla.org/en-US/firefox/66.0.5/releasenotes/
MFH: 2019Q2 (blanket: web browser) |
66.0.4,1 05 May 2019 17:23:11 |
cmt |
update www/firefox to 66.0.4 (rc3)
https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/
This includes the fix for "armagadd-on-2.0" (disabled add-ons due to an
expired intermediate code signing certificate):
https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/
https://support.mozilla.org/en-US/kb/add-ons-disabled-or-fail-to-install-firefox
MFH: 2019Q2 (blanket: web browser) |
66.0.3_2,1 01 May 2019 19:35:15 |
rene |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
66.0.3_1,1 11 Apr 2019 19:39:28 |
tobik |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
66.0.3,1 11 Apr 2019 02:06:19 |
jbeich |
www/firefox: update to 66.0.3
Changes: https://www.mozilla.org/firefox/66.0.3/releasenotes/
PR: 235300 |
66.0.2_1,1 08 Apr 2019 11:51:00 |
jbeich |
www/firefox: enable -fstack-protector-strong
aarch64 already used it, so switch x86 as well. Mk/bsd.ssp.mk doesn't
appear maintained, anyway. |
66.0.2,1 08 Apr 2019 11:50:52 |
jbeich |
www/firefox: switch to upstream fix for non-x86
PR: 233707 |
66.0.2,1 27 Mar 2019 21:30:32 |
jbeich |
www/firefox: update to 66.0.2
Changes: https://www.mozilla.org/firefox/66.0.2/releasenotes/
PR: 235300 |
66.0.1_1,1 27 Mar 2019 21:11:09 |
jbeich |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
66.0.1,1 22 Mar 2019 13:18:57 |
jbeich |
www/firefox: update to 66.0.1
Changes: https://www.mozilla.org/firefox/66.0.1/releasenotes/
PR: 235300 |
66.0_4,1 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |