Bug 280790 - www/waterfox: update to 6.0.18
Summary: www/waterfox: update to 6.0.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-13 09:17 UTC by Martin Filla
Modified: 2024-08-13 20:40 UTC (History)
1 user (show)

See Also:


Attachments
0001-www-waterfox-update-to-G18.patch (1.16 KB, patch)
2024-08-13 09:17 UTC, Martin Filla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2024-08-13 09:17:38 UTC
Created attachment 252725 [details]
0001-www-waterfox-update-to-G18.patch

Hi,
this is an update to 6.0.18


===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Deinstalling for waterfox
===>   Deinstalling waterfox-6.0.18,1
Updating database digests format: .......... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	waterfox: 6.0.18,1

Number of packages to be removed: 1

The operation will free 254 MiB.
[133amd64-default] [1/1] Deinstalling waterfox-6.0.18,1...
[133amd64-default] [1/1] Deleting files for waterfox-6.0.18,1: .......... done
==> Running trigger: desktop-file-utils.ucl
Building cache database of MIME types
===========================================================================
=>> Checking for extra files and directories
[01:11:17] Installing from package
[133amd64-default] Installing waterfox-6.0.18,1...
[133amd64-default] Extracting waterfox-6.0.18,1: .......... done
==> Running trigger: desktop-file-utils.ucl
Building cache database of MIME types
=====
Message from waterfox-6.0.18,1:

--
## Missing features

Some features found on Windows, macOS and Linux are not implemented:

- Encrypted Media Extensions (requires Widevine CDM binary)
- Process sandboxing (requires Capsicum backend)
- Reduced memory usage (requires mozjemalloc)
- Crash Reporter (requires Google Breakpad and reproducible builds)
- WebVR (requires open source runtime)
- TCP fast open
- `about:networking` (requires link state notification)

## Audio backend

Currently used audio backend can be inspected on `about:support` page.
Supported backends and default probing order is as follows:
- `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option)
- `jack` if `jackit` package is installed (JACK option)
- `sndio` if `sndio` package is installed (SNDIO option)
- `alsa` if `alsa-lib` package is installed (ALSA option)
- `oss` (always available)
To force a specific backend open `about:config` page and create
`media.cubeb.backend` preference.

Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
Other backends are limited to `default` which is usually `/dev/dsp`,
so use virtual_oss to reroute microphones from non-default devices.

## Gamepad API

Requires evdev(4) joystick support. On FreeBSD 13.0 enable hgame(4)
while older versions can use sysutils/iichid or multimedia/webcamd.

## smb:// issues
Network group, machine, and share browsing does not work correctly.

## sftp://
Only sftp access using public key authentication works. To easily
setup public key authentication to `remote_host`:

    $ ssh-keygen
    $ cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"

The SSH server on `remote_host` must allow pub key authentication.
[01:11:21] Cleaning up
===>  Cleaning for waterfox-6.0.18,1
[01:11:35] Deinstalling package
Updating database digests format: . done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	waterfox: 6.0.18,1

Number of packages to be removed: 1

The operation will free 254 MiB.
[133amd64-default] [1/1] Deinstalling waterfox-6.0.18,1...
[133amd64-default] [1/1] Deleting files for waterfox-6.0.18,1: .......... done
==> Running trigger: desktop-file-utils.ucl
Building cache database of MIME types
build of www/waterfox | waterfox-6.0.18,1 ended at Tue Aug 13 10:32:42 CEST 2024
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-13 19:59:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac266a7842c33b6f3c9f0105550254cb474f5dda

commit ac266a7842c33b6f3c9f0105550254cb474f5dda
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-08-13 19:47:05 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-13 19:58:28 +0000

    www/waterfox: update 6.0.17 → 6.0.18

    Changelog:
    https://github.com/BrowserWorks/Waterfox/releases/tag/G6.0.18

    PR:     280790

 www/waterfox/Makefile | 2 +-
 www/waterfox/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-13 20:40:46 UTC
Thanks.