Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
78.3.0,1 18 Sep 2020 15:56:38 |
jbeich |
www/firefox-esr: sync pkg-message with non-esr after r548733 |
78.3.0,1 18 Sep 2020 15:56:04 |
jbeich |
gecko: drop python2 dependency after r548882 |
78.3.0,1 15 Sep 2020 15:23:50 |
jbeich |
www/firefox-esr: update to 78.3.0 (esr78)
Changes: https://www.mozilla.org/firefox/78.3.0/releasenotes/ |
68.12.0_4,1 30 Aug 2020 18:36:08 |
tobik |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
68.12.0_3,1 30 Aug 2020 00:20:45 |
jbeich |
gecko: update OSS patches
Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4 |
68.12.0_2,1 24 Aug 2020 12:50:21 |
jbeich |
gecko: update OSS patches
Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c
PR: 248816
Submitted by: Ka Ho Ng |
68.12.0_1,1 24 Aug 2020 12:50:10 |
jbeich |
www/firefox: document native audio is no longer a missing feature
Submitted by: Goran Mekic
PR: 248847 |
68.12.0_1,1 24 Aug 2020 12:50:00 |
jbeich |
www/firefox: document probing order for the default audio backend
PR: 248847 |
68.12.0_1,1 21 Aug 2020 16:32:06 |
jbeich |
gecko: add native OSS support, replacing ALSA as fallback
OSS is always built but during runtime only selected by default if
neither pulseaudio, jackit or sndio are installed. In particular,
Gnome and KDE users would still be offered PulseAudio by default due
to integration with multi-app volume widgets, current song bars,
screensharing with audio, etc. that prefer to talk over DBus.
Those can opt out via media.cubeb.backend=oss in about:config.
Submitted by: Ka Ho Ng <khng300@gmail.com> (based on) |
68.12.0,1 18 Aug 2020 00:52:47 |
jbeich |
www/firefox-esr: update to 68.12.0
Changes: https://www.mozilla.org/firefox/68.12.0/releasenotes/ |
68.11.0_2,1 03 Aug 2020 15:18:49 |
tobik |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
68.11.0_1,1 30 Jul 2020 18:26:54 |
tobik |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
68.11.0,1 21 Jul 2020 00:40:45 |
jbeich |
www/firefox-esr: update to 68.11.0
Changes: https://www.mozilla.org/firefox/68.11.0/releasenotes/ |
68.10.0_2,1 17 Jul 2020 06:44:04 |
tobik |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
68.10.0_1,1 04 Jul 2020 18:11:42 |
zeising |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
68.10.0,1 24 Jun 2020 22:40:21 |
jbeich |
www/firefox-esr: update to 68.10.0
Changes: https://www.mozilla.org/firefox/68.10.0/releasenotes/ |
68.9.0_3,1 04 Jun 2020 18:08:01 |
tobik |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099 |
68.9.0_2,1 31 May 2020 09:24:21 |
jbeich |
www/firefox: don't abort WaylandShmPool::Resize if posix_fallocate succeeds
PR: 240884
Submitted by: tijl
Pointy hat to: jbeich |
68.9.0_1,1 29 May 2020 23:25:58 |
jbeich |
www/firefox: also check posix_fallocate error in WaylandShmPool::Resize
PR: 240884
Submitted by: Greg V |
68.9.0,1 28 May 2020 00:42:40 |
jbeich |
www/firefox-esr: update to 68.9.0
Changes: https://www.mozilla.org/firefox/68.9.0/releasenotes/ |
68.8.0_5,1 24 May 2020 09:49:44 |
jbeich |
www/firefox: require new NSS after r534912/r534914
In file included from Unified_c_netwerk_srtp_src0.c:2:
netwerk/srtp/src/crypto/cipher/aes_gcm_nss.c:274:15: error: no member named
'ulIvBits' in 'struct CK_GCM_PARAMS'
c->params.ulIvBits = GCM_IV_LEN * 8;
~~~~~~~~~ ^
PR: 246690
Reported by: mikael |
68.8.0_5,1 15 May 2020 04:59:07 |
jbeich |
gecko: drop x11/startup-notification dependency
https://bugzilla.mozilla.org/show_bug.cgi?id=726479 |
68.8.0_4,1 11 May 2020 14:17:23 |
jbeich |
www/firefox-esr: backport NSS 3.52 support after r533597 (like r534912)
PR: 246363
Reported by: Tomasz "CeDeROM" CEDRO, Roman |
68.8.0_3,1 08 May 2020 21:35:40 |
jbeich |
multimedia/aom: update to 2.0.0.r1 (stable branch)
Changes: https://aomedia.googlesource.com/aom/+log/bb664cf03..v2.0.0-rc1
Reported by: Balance- on /r/AV1 |
68.8.0_2,1 07 May 2020 00:39:09 |
jbeich |
multimedia/aom: update to 1.0.0.3639
Changes: https://aomedia.googlesource.com/aom/+log/26878968a..bb664cf03 |
68.8.0_1,1 02 May 2020 00:54:21 |
jbeich |
multimedia/aom: update to 1.0.0.3596
Changes: https://aomedia.googlesource.com/aom/+log/5d6f2d42c..26878968a |
68.8.0,1 30 Apr 2020 03:22:50 |
jbeich |
www/firefox-esr: update to 68.8.0
Changes: https://www.mozilla.org/firefox/68.8.0/releasenotes/
Security: aec18162-eaf3-4e73-a38e-3fd98bc47869 |
68.7.0_3,1 27 Apr 2020 23:14:20 |
jbeich |
www/firefox: add microphone note to pkg-message
Only PulseAudio appears to return a list of available /dev/dsp* for
cubeb consumers to allows users choose output/input at runtime.
Mozilla doesn't maintain other backends, so it's up to the community
to implement missing features.
https://searchfox.org/mozilla-central/search?q=.enumerate_devices&path=media/libcubeb |
68.7.0_3,1 23 Apr 2020 20:14:49 |
jbeich |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
68.7.0_2,1 23 Apr 2020 15:32:30 |
tobik |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
68.7.0_1,1 04 Apr 2020 01:10:39 |
jbeich |
www/firefox-esr: switch to rc3
No need to rebuild as Firefox will periodically update blocklist when
running, anyway.
Changes: https://hg.mozilla.org/releases/mozilla-esr68/rev/1081a5ebf803 |
68.7.0_1,1 03 Apr 2020 18:08:11 |
jbeich |
www/firefox-esr: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-esr68/pushloghtml?startdate=2020-04-01&enddate=2020-04-04
Security: CVE-2020-6819, CVE-2020-6820 |
68.7.0,1 03 Apr 2020 07:15:13 |
jbeich |
www/firefox-esr: unbreak fetch after r530230
fetch:
https://archive.mozilla.org/pub/firefox/candidates/68.7.0esr-candidates/build2/source/firefox-68.7.0esr.source.tar.xz:
Not Found
Reported by: pkg-fallout |
68.7.0,1 01 Apr 2020 17:33:18 |
jbeich |
www/firefox-esr: update to 68.7.0
Changes: https://www.mozilla.org/firefox/68.7.0/releasenotes/
Security: 98c69f9a-856b-4180-8f0b-11846626c6cc |
68.6.0_3,1 31 Mar 2020 15:13:15 |
mikael |
www/firefox: fix build on aarch64
The interface has changed a bit on -current:
In file included from Unified_cpp_gfx_skia1.cpp:137:
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/gfx/skia/skia/src/core/SkCpu.cpp:81:13:
error: use of undeclared identifier 'ID_AA64ISAR0_CRC32'
if (ID_AA64ISAR0_CRC32(id_aa64isar0) == ID_AA64ISAR0_CRC32_BASE) {
PR: 243653
Reviewed by: jbeich
Approved by: jbeich , manu (mentor, implicit) |
68.6.0_3,1 13 Mar 2020 09:47:17 |
jbeich |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
68.6.0_2,1 12 Mar 2020 19:39:25 |
tobik |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020 |
68.6.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 |
68.6.0,1 05 Mar 2020 21:14:30 |
jbeich |
www/firefox-esr: update to 68.6.0
Changes: https://www.mozilla.org/firefox/68.6.0/releasenotes/
Security: 9f900456-0bfa-4da4-ad59-14b2933259a2 |
68.5.0_3,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 |
68.5.0_3,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 |
68.5.0_2,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 |
68.5.0_1,1 07 Feb 2020 11:24:37 |
jbeich |
www/firefox-esr: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-esr68/pushloghtml?startdate=2020-02-04&enddate=2020-02-07 |
68.5.0,1 04 Feb 2020 00:39:10 |
jbeich |
www/firefox-esr: update to 68.5.0
Changes: https://www.mozilla.org/firefox/68.5.0/releasenotes/
Security: 802e3138-b8af-4a89-a908-f103107e64b4 |
68.4.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 |
68.4.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 |
68.4.2,1 18 Jan 2020 00:10:13 |
jbeich |
www/firefox-esr: update to 68.4.2
Changes: https://www.mozilla.org/firefox/68.4.2/releasenotes/ |
68.4.1,1 08 Jan 2020 19:17:52 |
jbeich |
www/firefox-esr: update to 68.4.1
Changes: https://www.mozilla.org/firefox/68.4.1/releasenotes/
Security: CVE-2019-17026 |
68.4.0,1 31 Dec 2019 00:47:00 |
jbeich |
www/firefox-esr: update to 68.4.0
Changes: https://www.mozilla.org/firefox/68.4.0/releasenotes/
Security: a4d0f92b-2188-40aa-9aa3-005b0a89cc72 |
68.3.0_3,1 27 Dec 2019 23:29:08 |
jbeich |
www/firefox: backport upstream sndio fixes
Apparently, it fixes random tab crashes.
Submitted by: tobik |
68.3.0_2,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 |
68.3.0_1,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 |
68.3.0,1 02 Dec 2019 20:24:28 |
jbeich |
www/firefox-esr: bump minimum nss after r518554 |
68.3.0,1 29 Nov 2019 15:45:07 |
jbeich |
www/firefox-esr: switch to rc2 (nop)
Changes: https://hg.mozilla.org/releases/mozilla-esr68/pushloghtml?startdate=2019-11-26&enddate=2019-11-27 |
68.3.0,1 29 Nov 2019 12:45:12 |
jbeich |
gecko: drop close_fds workaround after r518640
PR: 221700 |
68.3.0,1 28 Nov 2019 00:48:06 |
jbeich |
www/firefox-esr: update to 68.3.0
Changes: https://www.mozilla.org/firefox/68.3.0/releasenotes/
Security: 13b6433c-7aaf-477b-b96b-164924a005bb |
68.2.0_5,1 19 Nov 2019 17:29:57 |
jbeich |
www/firefox: drop 11.2 workaround after r516838/r516983 |
68.2.0_5,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 |
68.2.0_4,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 |
68.2.0_3,1 03 Nov 2019 15:52:21 |
jbeich |
gecko: drop unused system hunspell after r509969 |
68.2.0_3,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 |
68.2.0_2,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 |
68.2.0_1,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 |
68.2.0,1 17 Oct 2019 00:31:34 |
jbeich |
www/firefox-esr: update to 68.2.0
Changes: https://www.mozilla.org/firefox/68.2.0/releasenotes/
Security: e1c901e9-ed1e-415d-8272-f171bfc265bd |
68.1.0_6,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 |
68.1.0_5,1 09 Oct 2019 12:23:49 |
bapt |
Drop the ipv6 virtual category for w* category as it is not relevant anymore |
68.1.0_5,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/ |
68.1.0_4,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 |
68.1.0_3,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 |
68.1.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 |
68.1.0_1,1 05 Sep 2019 23:35:51 |
jbeich |
gecko: drop remnants of WAYLAND option after r509969 |
68.1.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 |
68.1.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. |
68.1.0,1 26 Aug 2019 21:41:07 |
jbeich |
www/firefox-esr: update to 68.1.0
Changes: https://www.mozilla.org/firefox/68.1.0/releasenotes/
Security: 05463e0a-abd3-4fa4-bd5f-cd5ed132d4c6 |
60.8.0_4,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 |
60.8.0_4,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 |
60.8.0_3,1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
60.8.0_3,1 14 Aug 2019 07:07:06 |
jbeich |
www/firefox-esr: unbreak with rust 1.37
error: trait objects without an explicit `dyn` are deprecated
--> gfx/webrender_bindings/src/bindings.rs:471:28
|
471 | fn clone(&self) -> Box<RenderNotifier> {
| ^^^^^^^^^^^^^^ help: use `dyn`: `dyn
RenderNotifier`
|
note: lint level defined here
--> gfx/webrender_bindings/src/lib.rs:5:9
|
5 | #![deny(warnings)]
| ^^^^^^^^
= note: #[deny(bare_trait_objects)] implied by #[deny(warnings)]
(Only the first 15 lines of the commit message are shown above ) |
60.8.0_3,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 |
60.8.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 |
60.8.0_1,1 04 Jul 2019 11:40:47 |
jbeich |
gecko: drop staging remnants after r357413 |
60.8.0_1,1 04 Jul 2019 11:40:26 |
jbeich |
gecko: drop pre/post-install scripts after r473092 and r497197 |
60.8.0,1 03 Jul 2019 05:21:30 |
jbeich |
www/firefox-esr: update to 60.8.0
Changes: https://www.mozilla.org/firefox/60.8.0/releasenotes/
Security: 0592f49f-b3b8-4260-b648-d1718762656c |
60.7.2,1 20 Jun 2019 16:16:58 |
cmt |
www/firefox-esr: update to 60.7.2
Release Notes: https://www.mozilla.org/en-US/firefox/60.7.2/releasenotes/
Approved by: gecko@ (jbeich@, implicit)
MFH: 2019Q2 |
60.7.1,1 18 Jun 2019 10:13:07 |
jbeich |
www/firefox-esr: update to 60.7.1
Changes: https://www.mozilla.org/firefox/60.7.1/releasenotes/ |
60.7.0_2,1 25 May 2019 11:51:15 |
jbeich |
gecko: drop unused libvorbis dep after r485460 |
60.7.0_2,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 |
60.7.0_1,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 |
60.7.0,1 16 May 2019 18:22:55 |
jbeich |
www/firefox-esr: update to 60.7.0
Changes: https://www.mozilla.org/firefox/60.7.0/releasenotes/ |
60.6.3_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 |
60.6.3,1 07 May 2019 22:07:49 |
cmt |
update www/firefox-esr to 60.6.3 (rc1)
https://www.mozilla.org/en-US/firefox/60.6.3/releasenotes/
MFH: 2019Q2 (blanket: web browser) |
60.6.2,1 05 May 2019 17:24:41 |
cmt |
update www/firefox-esr to 60.6.2 (rc2)
https://www.mozilla.org/en-US/firefox/60.6.2/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) |
60.6.1_3,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* |
60.6.1_2,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 |
60.6.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 |
60.6.1,1 22 Mar 2019 13:19:11 |
jbeich |
www/firefox-esr: update to 60.6.1
Changes: https://www.mozilla.org/firefox/60.6.1/releasenotes/ |
60.6.0_1,1 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
60.6.0,1 14 Mar 2019 14:02:01 |
jbeich |
www/firefox-esr: unbreak after r495672
No such line 323 in input file, ignoring
1 out of 1 hunks failed--saving rejects to dom/ipc/ContentPrefs.cpp.rej
=> FreeBSD patch patch-z-bug1436911 failed to apply cleanly.
Reported by: pkg-fallout |
60.6.0,1 14 Mar 2019 00:53:13 |
jbeich |
www/firefox-esr: update to 60.6.0
Changes: https://www.mozilla.org/firefox/60.6.0/releasenotes/ |
60.5.2_1,1 13 Mar 2019 15:41:17 |
jbeich |
www/firefox: unbreak on armv6/armv7/powerpc64
error: Could not compile `libc`.
warning: build failed, waiting for other jobs to finish...
error[E0433]: failed to resolve: use of undeclared type or module `mem`
--> third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs:35:32
|
35 | pub const _ALIGNBYTES: usize = mem::size_of::<::c_long>() - 1;
| ^^^ use of undeclared type or module `mem`
Reported by: pkg-fallout |