UPDATE net/samba-4.21.0

2024-09-02 Thread Bjorn Ketelaars
This is the first release of the 4.21 branch. Changes are listed in [0]. Changes to the port: - Remove pyldb-util.cpython-${MODPY_MAJORMINOR} as API python bindings have been removed from the LDB module [0]. - No need any more for special handling of samba-policy.cpython-${MODPY_MAJORMINOR} as

UPDATE databases/tdb-1.4.12

2024-09-02 Thread Bjorn Ketelaars
Simple diff for updating databases/tdb to 1.4.12, which is needed for an update of net/samba. Tested against the samba update. Comments / OK? diff --git Makefile Makefile index 0cb79630e24..71ee8d7d360 100644 --- Makefile +++ Makefile @@ -2,11 +2,10 @@ COMMENT-main= trivial database library CO

UPDATE www/vaultwarden-web

2024-08-12 Thread Bjorn Ketelaars
Simple diff for updating vaultwarden-web to 2024.6.2b. Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.6.2 https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.6.2b Run tested alongside the vaultwarden update. OK? Index: Makefile =

UPDATE security/vaultwarden

2024-08-12 Thread Bjorn Ketelaars
Diff below updates vaultwarden to 1.32.0, which fixes 3 CVE reports. Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.0 Run tested on amd64. OK? Index: Makefile === RCS file: /cvs/ports/security/vaultwarden/M

Re: news/py-sabctools fix build on arm64

2024-08-04 Thread Bjorn Ketelaars
On Mon 05/08/2024 00:41, Peter Hessler wrote: > This port checks the OS to decide how to detect runtime features on > arm64, and expects getauxval() in the else case. Bump REVISION because > it did previously build on arm64. > > OK? OK bket@

UPDATE samba-4.20.3

2024-08-02 Thread Bjorn Ketelaars
Simple diff for updating samba to 4.20.3. Release notes: https://www.samba.org/samba/history/samba-4.20.3.html Run tested on amd64. Tests and OKs welcome. diff --git Makefile Makefile index 311e62490ab..d5badfad5f1 100644 --- Makefile +++ Makefile @@ -1,4 +1,4 @@ -VERSION = 4.20.2

Re: sysutils/rustic: time crate update for upcoming lang/rust

2024-07-27 Thread Bjorn Ketelaars
On Sat 27/07/2024 17:39, Sebastien Marie wrote: > Hi, > > The following diff updates time crate to 0.3.36 (and dependencies). It > is required for lang/rust 1.80.0 > > Comments or OK ? OK bket@

CHANGE - unflavour devel/pre-commit

2024-07-19 Thread Bjorn Ketelaars
devel/pre-commit doesn't have a py- prefix, but is flavoured. As pre-commit is a python3-only, standalone tool, proposal is to unflavour it. Triggered by a comment from sthen@ [0]. Diff below: - Removes FLAVOR= / FLAVORS= from devel/pre-commit, bumps REVISION and sets a @pkgpath marker - Touches

Re: update jupyter_server 1.x -> 2.x

2024-07-17 Thread Bjorn Ketelaars
On Tue 16/07/2024 23:25, Daniel Dickman wrote: > Here are the final new ports needed to update jupyter_server and then see > inline below for the update of jupyter_server itself from the 1.x series > to the 2.x. > > Once this goes in we can import jupyterlab, and then finally update > jupyter n

UPDATE x11/spectrwm-3.6.0

2024-07-10 Thread Bjorn Ketelaars
Diff below brings spectrwm to 3.6.0. Changes: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_6_0 Major of shared library requires a major bump because of removal of symbols. Run tested on amd64. Comments/OK? diff --git Makefile Makefile index fae035a6dde..d367f579d23 100644 ---

Re: UPDATE security-vaultwarden-1.31.0

2024-07-08 Thread Bjorn Ketelaars
On Tue 09/07/2024 07:09, Bjorn Ketelaars wrote: > Diff below updates vaultwarden to 1.31.0. Changes: > https://github.com/dani-garcia/vaultwarden/releases/tag/1.31.0 > > Noticeable is that support for WebSocket traffic on port 3012 has been > removed, as it's been integrated o

UPDATE www/vaultwarden-web-2024.5.1b

2024-07-08 Thread Bjorn Ketelaars
Diff below updates www/vaultwarden-web to 2024.5.1b Changes: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.5.1b https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.5.1 Comments / OK? Index: Makefile ==

UPDATE security-vaultwarden-1.31.0

2024-07-08 Thread Bjorn Ketelaars
Diff below updates vaultwarden to 1.31.0. Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.31.0 Noticeable is that support for WebSocket traffic on port 3012 has been removed, as it's been integrated on the main HTTP port for a few releases. Tested on amd64. Comments / OK? In

Re: 回复: shall we create new port lang/cython3 ?

2024-07-04 Thread Bjorn Ketelaars
On Thu 04/07/2024 15:54, Stuart Henderson wrote: > On 2024/06/30 14:53, Stuart Henderson wrote: > > On 2024/06/28 18:44, Daniel Dickman wrote: > > > > These use python 2 and fail with cython 3: > > > > > > > > games/pygame_sdl2 > > > > games/renpy > > > > > > please mark these as BROKEN > > > > >

Re: borgbackup 1.4 (Re: CVS: cvs.openbsd.org: ports)

2024-07-04 Thread Bjorn Ketelaars
On Thu 04/07/2024 07:44, Matthieu Herrb wrote: > On Wed, Jul 03, 2024 at 11:14:26PM -0600, Bjorn Ketelaars wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: b...@cvs.openbsd.org2024/07/03 23:14:26 > > > > Modified files: >

NEW sysutils/borgbackup/1.4

2024-07-03 Thread Bjorn Ketelaars
borgbackup 1.4.0 has been released, which is kind of a refreshed 1.2.x with mostly the same features and behavior, but a few bigger changes. 1.4.0 is the new stable. Changelog summary can be found at https://www.borgbackup.org/releases/borg-1.4.html. Port itself is similar to the port for 1.2/. Di

Re: CHANGE net/samba - drop meta rc-script

2024-07-03 Thread Bjorn Ketelaars
On Tue 02/07/2024 20:57, Bjorn Ketelaars wrote: > The meta rc-script for Samba does not play nice with 'rcctl ls rogue'. > When a meta script is used, services started by the child scripts are > seen as rogue [0]. > > Samba's meta script provides little func

CHANGE net/samba - drop meta rc-script

2024-07-02 Thread Bjorn Ketelaars
The meta rc-script for Samba does not play nice with 'rcctl ls rogue'. When a meta script is used, services started by the child scripts are seen as rogue [0]. Samba's meta script provides little functionality, which can be easily replaced by using its two child scipts. Proposal is to remove the m

Re: UPDATE audio/audacious to 4.4

2024-06-29 Thread Bjorn Ketelaars
On Sat 29/06/2024 13:26, Theo Buehler wrote: > On Thu, Jun 27, 2024 at 05:16:14AM +0200, Bjorn Ketelaars wrote: > > On Thu 13/06/2024 17:43, Bjorn Ketelaars wrote: > > > Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on > > > https://audacio

Re: UPDATE audio/audacious to 4.4

2024-06-26 Thread Bjorn Ketelaars
On Thu 13/06/2024 17:43, Bjorn Ketelaars wrote: > Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on > https://audacious-media-player.org/news/59-audacious-4-4-released. > > Changes to port: > - bumped minor of libaudcore because of an addition > - bumped

UPDATE sysutils/rclone 1.67.0

2024-06-14 Thread Bjorn Ketelaars
Diff below brings sysutils/rclone to 1.67.0, which fixes CVE-2023-45288 and CVE-2024-35255. - https://www.cve.org/CVERecord?id=CVE-2023-45288 - https://www.cve.org/CVERecord?id=CVE-2024-35255 Full changelog can be found at https://rclone.org/changelog/#v1-67-0-2024-06-14. Run tested on amd64 -cur

UPDATE audio/audacious to 4.4

2024-06-13 Thread Bjorn Ketelaars
r/ @so lib/audacious/Container/pls.so @so lib/audacious/Container/xspf.so lib/audacious/Effect/ +@so lib/audacious/Effect/background_music.so @so lib/audacious/Effect/bitcrusher.so @so lib/audacious/Effect/compressor.so @so lib/audacious/Effect/crossfade.so @@ -27,7 +28,7 @@ lib/audacious/General/ @so lib/audacious/General/albumart-qt.so @so lib/audacious/General/cd-menu-items.so @so lib/audacious/General/delete-files.so -@so lib/audacious/General/lyricwiki-qt.so +@so lib/audacious/General/lyrics-qt.so @so lib/audacious/General/mpris2.so @so lib/audacious/General/notify.so @so lib/audacious/General/playlist-manager-qt.so diff --git meta/audacious/Makefile meta/audacious/Makefile index b13f16bed74..52d76b142b9 100644 --- meta/audacious/Makefile +++ meta/audacious/Makefile @@ -1,6 +1,6 @@ COMMENT = audacious meta-package -VERSION = 4.3.1 +VERSION = 4.4.0 PKGNAME = audacious-${VERSION} MAINTAINER = Bjorn Ketelaars

[-stable UPDATE] samba-4.19.7

2024-06-10 Thread Bjorn Ketelaars
Here is an update to the latest release of the Samba 4.19 release series for -stable. Release notes: https://www.samba.org/samba/history/samba-4.19.7.html Tests/comments/OKs welcome. Index: Makefile === RCS file: /cvs/ports/net/samb

Re: [update] audio/ncspot to 1.1.1

2024-05-18 Thread Bjorn Ketelaars
On Sat 18/05/2024 21:54, Lucas Raab wrote: > Hello, > > This update to ncspot has been working for me on amd64. Other tests? > > Changelog: > https://github.com/hrkfdn/ncspot/releases/tag/v1.1.1 Run tested on amd64. Works for me, ok bket@

Re: update www/vaultwarden-web

2024-04-27 Thread Bjorn Ketelaars
On Fri 26/04/2024 18:49, Solene Rapenne wrote: > a new vaultwarden-web build is available upstream > > https://github.com/dani-garcia/bw_web_builds/releases I have the same diff in my tree, and have been using it for ~2 weeks. So far, no surprises found. OK bket@

Re: [update] nginx 1.26.0

2024-04-26 Thread Bjorn Ketelaars
On Wed 24/04/2024 15:45, Landry Breuil wrote: > hi, > > upstream just released 1.26.0, the attached diff builds fine. testing > for various modules welcome ! Gave it a spin with the stream module. Also tested it on 2 other instances without any modules. Diff looks good and works for me.

devel/ipython - missing RDEP

2024-04-18 Thread Bjorn Ketelaars
jupyter-notebook fails to run notebooks with the following error: Traceback (most recent call last): File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code e

Re: UPDATE archivers/zstd-1.5.6

2024-04-16 Thread Bjorn Ketelaars
On Wed 27/03/2024 22:39, Bjorn Ketelaars wrote: > Diff below updates zstd to 1.5.6. Release notes can be found at > https://github.com/facebook/zstd/releases/tag/v1.5.6. Minor of shared > lib has been bumped because of the addition of a symbol. > > Passes all tests, and run test

Re: borgbackup: switch to openssl/3.2

2024-04-14 Thread Bjorn Ketelaars
On Sun 14/04/2024 23:48, Theo Buehler wrote: > I'd like to remove openssl/3.1, so switch borgbackup to using 3.2. > BUILD_DEPENDS needs to be updated to security/openssl/3.2 as well. With this, borgbackup-2.0 builds, passes all tests and works for me on amd64. With the bit below on top of your di

Re: lang/node: switch to openssl/3.2

2024-04-14 Thread Bjorn Ketelaars
On Mon 15/04/2024 00:01, Theo Buehler wrote: > @@ -77,8 +78,8 @@ LIB_DEPENDS += archivers/brotli \ > www/nghttp2 \ > security/openssl/3.1 LIB_DEPENDS needs to be updated as well ^^^

[-stable UPDATE] samba-4.19.6

2024-04-08 Thread Bjorn Ketelaars
Here is an update to the latest release of the Samba 4.19 release series for -stable. Release notes: https://www.samba.org/samba/history/samba-4.19.6.html Note that -current is on the 4.20 release series. libndr-nbt needs a minor bump because of an addition of a symbol. Lightly run tested on Open

UPDATE borgbackup-1.2.8

2024-03-29 Thread Bjorn Ketelaars
Simple diff below updates borgbackup to 1.2.8, which is a maintenance release. Changelog: https://github.com/borgbackup/borg/blob/1.2.8/docs/changes.rst#version-128-2024-03-29 'make test' passes all tests. Run tested on amd64 against an existing borg repository. Tests, comments and OKs welcome.

UPDATE archivers/zstd-1.5.6

2024-03-27 Thread Bjorn Ketelaars
Diff below updates zstd to 1.5.6. Release notes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.6. Minor of shared lib has been bumped because of the addition of a symbol. Passes all tests, and run tested with several tools from ports. I did not build-test all consumers (~70),

UPDATE samba-4.20.0

2024-03-27 Thread Bjorn Ketelaars
samba-4.20.0 has been released [0]. Although samba-4.19 is supported until March 2025 [1], I prefer to move to the newer branch on current. 7.5 will remain on the 4.19 branch. The samba update depends on newer versions of libtalloc and tdb, and are part of the diff below. Several shared libs requi

UPDATE security/vaultwarden-1.30.5 and www/vaultwarden-web-2024.1.2b

2024-03-03 Thread Bjorn Ketelaars
Simple diff for updating vaultwarden to 1.30.5 and vaultwarden-web to 2024.1.2b. Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.4 https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.5 https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.2b Run teste

Re: UPDATE net/unison-2.53.4

2024-02-20 Thread Bjorn Ketelaars
On Tue 20/02/2024 11:30, Jeremie Courreges-Anglas wrote: > On Mon, Feb 19 2024, Bjorn Ketelaars wrote: > > Diff below updates net/unison to 2.53.4, which includes bug fixes, minor > > improvements and clean-ups. Release notes: > > https://github.com/bcpierce00/unison

UPDATE net/unison-2.53.4

2024-02-19 Thread Bjorn Ketelaars
+6,7 @@ COMMENT = multi-platform file synchronization tool GH_ACCOUNT = bcpierce00 GH_PROJECT = unison -GH_TAGNAME = v2.53.3 -REVISION = 2 +GH_TAGNAME = v2.53.4 CATEGORIES = net @@ -16,7 +15,7 @@ MAINTAINER = Bjorn Ketelaars # GPLv3 PERMIT_PACKAGE = Yes -WA

UPDATE samba-4.19.5

2024-02-19 Thread Bjorn Ketelaars
Simple diff for updating samba to 4.19.5. Release notes: https://www.samba.org/samba/history/samba-4.19.5.html Run tested on amd64. Tests and OKs welcome (for -stable too)! Index: Makefile === RCS file: /cvs/ports/net/samba/Makefil

www/nextcloud_notify_push - drop BDEP on rust-ring

2024-02-02 Thread Bjorn Ketelaars
nextcloud_notify_push has ring 0.17.7 in crates.inc. Drop BDEP on rust-ring and reduce NOT_FOR_ARCHS. OK? diff --git Makefile Makefile index a4b8f590c93..8f87e36ee48 100644 --- Makefile +++ Makefile @@ -1,5 +1,5 @@ -# ring-v0.16.20 does not support those archs -NOT_FOR_ARCHS = powerpc64 riscv64

Re: UPDATE vaultwarden-1.30.2 and vaultwarden-web-2024.1.2

2024-02-01 Thread Bjorn Ketelaars
On Thu 01/02/2024 23:02, Theo Buehler wrote: > Two small things: > > > -MODCARGO_CRATES += ring0.17.5 # LICENSE > > +MODCARGO_CRATES += ring0.17.7 # LICENSE > > crates.inc no longer contains ring 0.16, so the BDEP on rust-ring can > be dropped and the NOT_FOR_ARCHS should be changed to:

UPDATE vaultwarden-1.30.2 and vaultwarden-web-2024.1.2

2024-01-30 Thread Bjorn Ketelaars
Diff below updates security/vaultwarden to 1,30.2 and www/vaultwarden-web to 2024.1.2. Overview on changes can be found at https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.2 and https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.2. Changes to port of vaultwarden: - No ne

Re: Any change updating ocserv to latest

2024-01-15 Thread Bjorn Ketelaars
On Mon 01/01/2024 08:34, Bjorn Ketelaars wrote: > On Sun 31/12/2023 23:05, Dylan D'Silva wrote: > > Hello Bjorn, > > > > Any change of getting a update to ocserv? > > Latest is 1.2.3. > > > > Thanks > > Dylan > > (CC'ed to port

Re: [update] samba-4.19.4

2024-01-11 Thread Bjorn Ketelaars
On Thu 11/01/2024 21:19, Jeremie Courreges-Anglas wrote: > > Release notes: > https://www.samba.org/samba/history/samba-4.19.4.html > > Tests and oks welcome (for -stable too)! According to checksym; libnetapi, libsamba-credentails and libsmbconf need a minor bump: /usr/local/lib/libnetapi.so.3

Re: spotifyd: pledge

2024-01-05 Thread Bjorn Ketelaars
On Fri 05/01/2024 15:54, Klemens Nanni wrote: > On Mon, Jan 01, 2024 at 02:03:49PM +, Klemens Nanni wrote: > > Code comments explain the promises a bit more, tl;dr: > > main() { > > pledge("stdio rpath wpath cpath inet mcast flock chown unix dns > > proc exec audio", NULL) > >

Re: ocaml 4.12.1 -> 4.13.1

2024-01-01 Thread Bjorn Ketelaars
On Sun 31/12/2023 20:58, Daniel Dickman wrote: > Hi Anil, > > Here is an update of ocaml to 4.13.1. I've tested that all ocaml ports > still build and the ones I use still seem to work ok. > > ok for the below? Used this update to build and test a couple of ports including net/unison. No issues

Re: spotifyd: add user and rc.d script

2024-01-01 Thread Bjorn Ketelaars
On Sun 31/12/2023 22:05, Klemens Nanni wrote: > On Sun, Dec 31, 2023 at 08:49:48PM +, Klemens Nanni wrote: > > _nginx is the oldest commented user from 2012 according to my blame/grep. > > I'd like to recycle the ID into _spotifyd and isolate this internet facing > > daemon into /var/spotifyd/,

Re: Any change updating ocserv to latest

2023-12-31 Thread Bjorn Ketelaars
On Sun 31/12/2023 23:05, Dylan D'Silva wrote: > Hello Bjorn, > > Any change of getting a update to ocserv? > Latest is 1.2.3. > > Thanks > Dylan (CC'ed to ports@ for some exposure) Diff below updates ocserv to 1.2.3. Overview on changes can be found on https://gitlab.com/openconnect/ocserv/-/bl

Re: NEW: audio/spotify-qt

2023-12-26 Thread Bjorn Ketelaars
On Wed 27/12/2023 03:58, Klemens Nanni wrote: > On Wed, Dec 27, 2023 at 01:41:04AM +, Klemens Nanni wrote: > > Qt6, search, playlists, album covers, synced lyrics, play/pause/seek, > > sharing links to artists/albums/songs, etc. is all working great for me. > > > > You can also see (librespot)

Re: NEW: audio/spotifyd

2023-12-26 Thread Bjorn Ketelaars
On Wed 27/12/2023 03:53, Klemens Nanni wrote: > New dependency for "NEW: audio/spotify-qt". > > Compared to plain librespot, spotifyd has config files, can get > passwords from command output instead and supports discovery, so in > theory you can also get an authentication token via local network,

UPDATE net/py-msgpack-1.0.7

2023-12-16 Thread Bjorn Ketelaars
Diff below updates py-msgpack to 1.0.7. As far as I can tell this update is just a maintenance release with no big changes: https://github.com/msgpack/msgpack-python/compare/v1.0.5...v1.0.7 This release relies on Cython-3.0, which we do not have. Cython-0.29.30 still works. Patched pyproject.toml

FIX security/vaultwarden: unbreak vaultwarden.rc

2023-12-10 Thread Bjorn Ketelaars
Recent change to vaultwarden ("Change VARBASE to LOCALSTATEDIR") broke pkg/vaultwarden.rc. Diff below fixes this. OK? diff --git Makefile Makefile index 9d06d593160..486e3e0c616 100644 --- Makefile +++ Makefile @@ -8,6 +8,7 @@ COMMENT = unofficial bitwarden compatible server GH_AC

Re: audio/audacious/plugins disable openmpt

2023-11-25 Thread Bjorn Ketelaars
On Sat 25/11/2023 14:47, Peter Hessler wrote: > Broke on the most recent aarch64 bulk build, a junk happened between > configure and build. > > OK? Thank you for this! OK bket@

UPDATE x11/spectrwm-3.5.1

2023-11-25 Thread Bjorn Ketelaars
Diff below brings spectrwm to 3.5.1. Changes: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_5_1 OK? diff --git Makefile Makefile index 45da60f00e1..fae035a6dde 100644 --- Makefile +++ Makefile @@ -1,6 +1,6 @@ COMMENT= small tiling window manager -V=

Re: vaultwarden 1.30.0 breaks autofilling

2023-11-23 Thread Bjorn Ketelaars
On Thu 23/11/2023 23:44, A Tammy wrote: > > > On 11/20/23 14:12, Bjorn Ketelaars wrote: > > On Mon 20/11/2023 15:00, Oliver Schweger wrote: > >> Hello, > >> please consider updating vaultwarden to version 1.30.1 asap, as version > >> 1.30.0

Re: vaultwarden 1.30.0 breaks autofilling

2023-11-20 Thread Bjorn Ketelaars
On Mon 20/11/2023 15:00, Oliver Schweger wrote: > Hello, > please consider updating vaultwarden to version 1.30.1 asap, as version > 1.30.0 breaks autofilling on nearly all websites. > > https://github.com/dani-garcia/vaultwarden/discussions/4052 > https://github.com/dani-garcia/vaultwarden/pull/

Re: UPDATE security/vaultwarden-1.30.0 and www/vaultwarden-web-2023.10.0

2023-11-06 Thread Bjorn Ketelaars
On Mon 06/11/2023 21:13, Theo Buehler wrote: > On Mon, Nov 06, 2023 at 08:44:22PM +0100, Bjorn Ketelaars wrote: > > Diff below updates security/vaultwarden to 1.30.0 and > > www/vaultwarden-web to 2023.10.0. Main changes are the addition of > > passkey support, and integra

UPDATE security/vaultwarden-1.30.0 and www/vaultwarden-web-2023.10.0

2023-11-06 Thread Bjorn Ketelaars
Diff below updates security/vaultwarden to 1.30.0 and www/vaultwarden-web to 2023.10.0. Main changes are the addition of passkey support, and integration of the WebSocket service in the HTTP server. Full overview on changes can be found at https://github.com/dani-garcia/vaultwarden/releases/tag/1.3

Re: borgbackup: switch to openssl/3.1

2023-10-24 Thread Bjorn Ketelaars
On Tue 24/10/2023 17:59, Theo Buehler wrote: > I want to remove openssl/3.0 soon: it's very slow, doesn't have landing > pads in its asm and there's no real reason for us to use it as we don't > care about FIPS and we don't care about it being LTS. One member from > the OpenSSL 3 family is enough a

UPDATE x11/specctrwm-3.5.0

2023-10-22 Thread Bjorn Ketelaars
spectrwm-3.5.0 has been released, which includes a bunch of major new features and improvements, such as dock/panel support, an always mapped window mode, floating workspace layout, transparent color support, tons of fixes, and more. Changelog can be found at https://github.com/conformal/spectrwm/r

Re: [update] samba-4.19.2

2023-10-16 Thread Bjorn Ketelaars
On Tue 17/10/2023 00:13, Jeremie Courreges-Anglas wrote: > > Release notes: > https://www.samba.org/samba/history/samba-4.19.2.html > > Test reports and oks welcome. Run tested on amd64 current. OK bket@ Thank you...again!

Re: [SECURITY] samba-4.19.1

2023-10-11 Thread Bjorn Ketelaars
On Wed 11/10/2023 19:34, Jeremie Courreges-Anglas wrote: > > Here's an update to samba-4.19.1, intended for both 7.4 and -current. > > Release notes: > https://www.samba.org/samba/history/samba-4.19.1.html > > (Same CVEs.) > > Tests and oks welcome. Run tested on amd64 current. OK bket@

Re: [SECURITY] samba-4.17.12

2023-10-11 Thread Bjorn Ketelaars
On Wed 11/10/2023 09:21, Jeremie Courreges-Anglas wrote: > > Release notes: > https://www.samba.org/samba/history/samba-4.17.12.html > > CVE-2023-3961 looks nasty, not so sure about the others. > > Tests and oks welcome. Lightly run tested. OK bket@

Switch sysutils/borgbackup/2.0 to openssl-3.0

2023-09-11 Thread Bjorn Ketelaars
Diff below switches sysutils/borgbackup/2.0 from OpenSSL-1.1 to OpenSSL-3.0. Reason to switch is the EOL status of OpenSSL-1.1.1. It should be noted that OpenSSL is used for EVP_aes_256_ocb, and is linked statically to avoid conflicting with shared libcrypto from the base OS pulled in via dependen

Re: REMOVE sysutils/borgbackup/1.1

2023-09-08 Thread Bjorn Ketelaars
On Fri 08/09/2023 22:30, Daniel Jakots wrote: > On Fri, 8 Sep 2023 16:04:19 +0200, Bjorn Ketelaars > wrote: > > > It probably makes sense to remove the 1.1 branch of borgbackup as > > upstream considers it EOL [0]. As a result, a recent security fix > > (CVE-20

REMOVE sysutils/borgbackup/1.1

2023-09-08 Thread Bjorn Ketelaars
It probably makes sense to remove the 1.1 branch of borgbackup as upstream considers it EOL [0]. As a result, a recent security fix (CVE-2023-36811) has not been made available for 1.1.x. The 1.2 branch, which we have in ports, is actively maintained, and upgrading from 1.1.x to 1.2.x is possible [

Re: [update] samba-4.19.0

2023-09-06 Thread Bjorn Ketelaars
On Wed 06/09/2023 12:37, Jeremie Courreges-Anglas wrote: > > Hi, > > samba-4.19.0 has been released[0]. The question is whether we want to > update now or to postpone the update to after 7.4 (should happen in > october). Per the samba release planning[1] samba-4.18 will be > discontinued in 202

SECURITY UPDATE sysutils/borgbackup/1.2 to 1.2.5

2023-08-30 Thread Bjorn Ketelaars
Below a simple diff for bringing sysutils/borgbackup/1.2 to 1.2.5, which fixes a flaw in the cryptographic authentication scheme in Borg allowing an attacker to fake archives and potentially indirectly cause backup data loss in the repository (CVE-2023-36811). Please note that this diff also contai

Re: [update] samba-4.18.6

2023-08-19 Thread Bjorn Ketelaars
On Sat 19/08/2023 16:26, Jeremie Courreges-Anglas wrote: > > > Straightforward update to samba-4.18.6. > Release notes: https://www.samba.org/samba/history/samba-4.18.6.html > > Tests and oks welcome. Diff looks good and run tested on amd64 (current). OK bket@

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Bjorn Ketelaars
On Thu 17/08/2023 01:07, Stuart Henderson wrote: > On 2023/08/16 23:55, Christian Weisgerber wrote: > > Stuart Henderson: > > > > > +-# if defined(__GNUC__) && !(defined(__ARM_ARCH) && __ARM_ARCH < 7 && > > > defined(__ARM_FEATURE_UNALIGNED)) > > > ++# if defined(__GNUC__) && !(defined(__ARM_AR

Re: [update] security/vaultwarden to 1.29.1

2023-08-08 Thread Bjorn Ketelaars
On Tue 08/08/2023 23:16, aisha wrote: > Hi, > Trivial update for vaultwarden from 1.29.0 to 1.29.1 > > Impactful change: > Fix Org API Key generation on PosgreSQL by @BlackDex in #3678 > > Full changelog: > https://github.com/dani-garcia/vaultwarden/releases/tag/1.29.1 > > OK? Run tested

Re: [SECURITY] samba-4.18.5

2023-07-19 Thread Bjorn Ketelaars
On Wed 19/07/2023 22:11, Jeremie Courreges-Anglas wrote: > > > Same as for -stable, only build-tested. > > Release notes: > https://www.samba.org/samba/history/samba-4.18.5.html > > Tests and oks welcome. Build- and run-tested as part of my installation at home. OK bket@

Re: [SECURITY] samba-4.17.10

2023-07-19 Thread Bjorn Ketelaars
On Wed 19/07/2023 22:15, Jeremie Courreges-Anglas wrote: > On Wed, Jul 19 2023, Jeremie Courreges-Anglas wrote: > > Security update published today, some problems in winbind, SMB2 packet > > signing. As far as I know we don't ship spotlight support. > > > > Release notes: > > https://www.samba.or

Re: [update] security/vaultwarden - update to 1.29.0 - needs testing

2023-07-16 Thread Bjorn Ketelaars
On Sun 16/07/2023 18:04, aisha wrote: > Hi, > I've attached an update for security/vaultwarden (1.29.0) + > www/vaultwarden-web (to 2023.5.0). > It needs some vendored files again, so have made a small dependency tarball > as well and attached the patch. > > It could do with some testing as th

Re: UPDATE sysutils/py-platfromdirs-3.8.1

2023-07-07 Thread Bjorn Ketelaars
On Sat 08/07/2023 06:11, Bjorn Ketelaars wrote: > Diff below updates py-platformdirs to 3.8.1, which addresses an issue > with user_runtime_dir on OpenBSD. Changes: > https://github.com/platformdirs/platformdirs/releases > > This update is needed for sysutils/borgbackup-2.0.0b6 to

UPDATE sysutils/py-platfromdirs-3.8.1

2023-07-07 Thread Bjorn Ketelaars
Diff below updates py-platformdirs to 3.8.1, which addresses an issue with user_runtime_dir on OpenBSD. Changes: https://github.com/platformdirs/platformdirs/releases This update is needed for sysutils/borgbackup-2.0.0b6 to pass all tests (without patching borg). Comments/OK? diff --git Makefil

Re: [update] samba-4.18.4 (was: Re: [update] samba-4.18.3)

2023-07-05 Thread Bjorn Ketelaars
On Wed 05/07/2023 14:51, Jeremie Courreges-Anglas wrote: > On Wed, Jul 05 2023, Jeremie Courreges-Anglas wrote: > > Here's an update to samba-4.18.3 and required talloc/tdb versions. > > I expect us to follow the 4.18 series for OpenBSD 7.4. > > > > Release announcements: > > https://www.samba.org

Re: [update] add desktop file to net/unison

2023-06-06 Thread Bjorn Ketelaars
On Tue 06/06/2023 23:38, Joel Carnat wrote: > Hello, > > I have seen that Unison does not have a launch icon in my XFCE whisker menu. > Looking at https://github.com/bcpierce00/unison/issues/162, a PR has been > submitted in 2018 but it is still opened and unresolved. > > Using the unison.desktop

Re: update: spectrwm-3.4.1.20230507

2023-05-07 Thread Bjorn Ketelaars
On Sun 07/05/2023 11:16, Gleydson Soares wrote: > update spectrwm to latest commit which includes a fix that addresses a > crash found hardway while running ssh-askpass(1): > > - Fix possible crash when a window claims to be transient for itself. Thanks for pursuing this! OK bket@

Re: man borg - unexpected output with borgbackup-1.1.18p3

2023-04-29 Thread Bjorn Ketelaars
On Sat 29/04/2023 08:21, Mikolaj Kucharski wrote: > Hi, > > I just wanted to have a quick look at `man borg` and it doesn't look > right. > > Do you guys see the same? Yes, think so. Manual page is displayed with markup language. I'm not familiar with the language and not sure if the attached p

UPDATE news/sabnzbd-4.0.0

2023-04-28 Thread Bjorn Ketelaars
SABnzbd-4.0.0 has been released, which is a major update that optimized a core part of the SSL handling, resulting in large performance increases when downloading from news servers with SSL enabled. In addition, the general connection handling was improved, resulting in performance improvements for

NEW news/py-sabctools-7.0.1

2023-04-28 Thread Bjorn Ketelaars
Enclosed is a port for py-sabctools, which is needed for an update of news/sabnzbd. DESCR - This module implements several sets of C implementations that are used within SABnzbd: - yEnc decoding and encoding using SIMD routines - CRC32 calculations - Non-blocking SSL-socket reading - Marking f

Re: samba share and nobody user (was: Re: [SECURITY UPDATE] samba-4.17.7)

2023-04-24 Thread Bjorn Ketelaars
On Mon 24/04/2023 18:27, kasak wrote: > > 24.04.2023 16:34, Bjorn Ketelaars пишет: > > On Mon 24/04/2023 10:09, kasak wrote: > > > i'm sorry for the noise, but samba package in openbsd has some bug since > > > 7.2 > > > > > > It erroneo

samba share and nobody user (was: Re: [SECURITY UPDATE] samba-4.17.7)

2023-04-24 Thread Bjorn Ketelaars
On Mon 24/04/2023 10:09, kasak wrote: > i'm sorry for the noise, but samba package in openbsd has some bug since 7.2 > > It erroneously map "nobody" as a homes share when it should not. I remember replying to a mail from you on misc@ a couple of months ago on the same (?) topic [0]. > I have man

Re: [SECURITY UPDATE] samba-4.17.7

2023-04-23 Thread Bjorn Ketelaars
On Sun 23/04/2023 22:24, Jeremie Courreges-Anglas wrote: > > This diff is valid for both -stable and -current. The 4.17.7 release > was intended to be a security release, but two CVEs affect the AD DC > server which we don't build, the third CVE (CVE-2023-0922) affects > samba-tool. I guess some

UPDATE x11/spectrwm to HEAD

2023-04-23 Thread Bjorn Ketelaars
Upstream of spectrwm has not released an update for over more than 2 years, but has fixed numerous issues, and added useful features. Because of these fixes/additions our port was moved to HEAD in December of 2022. Proposal is to once more update to HEAD. Relevant changes: - efc458e Cleanup some ex

UPDATE www/nginx-1.24.0

2023-04-16 Thread Bjorn Ketelaars
Diff below updates nginx to 1.24.0, which is the latest stable release. Overview on changes can be found at http://nginx.org/en/CHANGES-1.24. Switched pcre to pcre2 now to naxsi HEAD supports this. Updated headers-more-nginx-module to a newer version because nginx >1.23.0 changed handling of multi

Re: UPDATE archivers/zstd-1.5.5

2023-04-04 Thread Bjorn Ketelaars
On Wed 05/04/2023 06:45, Stuart Henderson wrote: > On 2023/04/05 06:47, Bjorn Ketelaars wrote: > > ztsd-1.5.5 has been released. Primary focus is to correct a rare > > corruption bug in high compression mode. Overview on changes can be > > found at https://github.com/faceb

UPDATE archivers/zstd-1.5.5

2023-04-04 Thread Bjorn Ketelaars
ztsd-1.5.5 has been released. Primary focus is to correct a rare corruption bug in high compression mode. Overview on changes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.5. Bumped minor of libzstd because of additions of symbols. Dropped a patch as it has been addressed upst

security/vaultwarden - change order of PLIST

2023-03-17 Thread Bjorn Ketelaars
Found that .env is not created in www/vaultwarden/data/ when installing vaultwarden, which is caused by www/vaultwarden/data/ being created as last step. OK? Index: Makefile === RCS file: /cvs/ports/security/vaultwarden/Makefile,v r

Re: [update] samba-4.17.6

2023-03-14 Thread Bjorn Ketelaars
On Tue 14/03/2023 13:37, Jeremie Courreges-Anglas wrote: > > No configure/PLIST/shared libs symbols change. > > Release notes: > https://www.samba.org/samba/history/samba-4.17.6.html > > Tests and oks welcome. Build- and run tested on amd64. OK bket@

Re: UPDATE {audio,meta}/audacious-4.3

2023-03-07 Thread Bjorn Ketelaars
On Mon 06/03/2023 22:07, Edd Barrett wrote: > On Mon, Mar 06, 2023 at 07:55:51PM +0100, Bjorn Ketelaars wrote: > > Comments/OK? > > Seems to work for me. > > When I run `make plist` in the plugins/ package, it removes some directory > entries. Should they be removed? Yes

UPDATE {audio,meta}/audacious-4.3

2023-03-06 Thread Bjorn Ketelaars
e/locale/si/LC_MESSAGES/audacious-plugins.mo share/locale/sk/LC_MESSAGES/audacious-plugins.mo share/locale/sl/LC_MESSAGES/audacious-plugins.mo share/locale/sq/LC_MESSAGES/audacious-plugins.mo share/locale/sr/LC_MESSAGES/audacious-plugins.mo +share/locale/sr_RS/ +share/locale/sr_RS/LC_MESSAGES/ share/locale/sr_RS/LC_MESSAGES/audacious-plugins.mo share/locale/sv/LC_MESSAGES/audacious-plugins.mo share/locale/ta/LC_MESSAGES/audacious-plugins.mo diff --git meta/audacious/Makefile meta/audacious/Makefile index 81224d5c6fe..c9ff0e71204 100644 --- meta/audacious/Makefile +++ meta/audacious/Makefile @@ -1,6 +1,6 @@ COMMENT = audacious meta-package -VERSION = 4.2 +VERSION = 4.3 PKGNAME = audacious-${VERSION} MAINTAINER = Bjorn Ketelaars

Re: Unbreak zstd on strict alignment architectures

2023-03-03 Thread Bjorn Ketelaars
On Fri 03/03/2023 12:35, Theo Buehler wrote: > On Fri, Mar 03, 2023 at 09:42:42AM +, Stuart Henderson wrote: > > On 2023/03/03 06:49, Bjorn Ketelaars wrote: > > > On Fri 03/03/2023 01:55, Theo Buehler wrote: > > > > zstd is broken on sparc64 due to unali

Re: Unbreak zstd on strict alignment architectures

2023-03-02 Thread Bjorn Ketelaars
On Fri 03/03/2023 01:55, Theo Buehler wrote: > zstd is broken on sparc64 due to unaligned accesses resulting in bus > errors. Since __GNUC__ is defined and MEM_FORCE_MEMORY_ACCESS isn't > defined, it defaults to 1, and we run into these: > > https://github.com/facebook/zstd/blob/1be95291a89160be12

misc/openbabel has a hidden dep on math/eigen3

2023-03-02 Thread Bjorn Ketelaars
tb@ found that misc/openbabel has a hidden dep on math/eigen3. Diff below addresses this. Minor of libopenbabel requires a bump because of additions of symbols. Tested on amd64. Run tested with x11/xdrawchem. Comments/OK? diff --git Makefile Makefile index 32758c97397..21ac8b7d578 100644 --- Ma

UPDATE sysutils/py-platformdirs-3.0.0

2023-02-26 Thread Bjorn Ketelaars
Simple diff below for updating py-platformdirs to 3.0.0, some minor changes only [0]. This update is needed or updating borgbackup/2.0 Run tested in combination with borgbackup-2.0.0b5. So far, no issues found with current consumers, and no new failing tests while running 'make test'. Comments/OK

Re: [update] www/vaultwarden-web to 2023.1.1

2023-02-18 Thread Bjorn Ketelaars
On Sat 18/02/2023 09:49, aisha wrote: > On 23/01/14 09:17PM, Bjorn Ketelaars wrote: > > On Sat 14/01/2023 12:26, A Tammy wrote: > > > There can be multiple versions of the web-vault which are compatible > > > with the current version of vaultwarden, so keeping it indepen

UPDATE archivers/zstd-1.5.4

2023-02-10 Thread Bjorn Ketelaars
zstd-1.5.4 is a pretty big release benefiting from one year of work. It offers performance improvements, as well as new features, and it fixes some bugs. Details can be found at https://github.com/facebook/zstd/releases/tag/v1.5.4 Bumped minor because of addition of symbols. 'make test' passes al

Re: NEW sysutils/rustic-0.4.3

2023-02-05 Thread Bjorn Ketelaars
On Wed 25/01/2023 09:40, Bjorn Ketelaars wrote: > Attached is a port of rustic, which is a backup tool that provides fast, > encrypted, deduplicated backups. It reads and writes the restic repo, > and can be used as a replacement for restic. > > Rustic's backend is limited to

UPDATE x11/xdrawchem to 1.11.0

2023-02-05 Thread Bjorn Ketelaars
} + CATEGORIES=x11 biology -REVISION= 1 -HOMEPAGE= https://www.woodsidelabs.com/chemistry/xdrawchem.php +HOMEPAGE= https://gitlab.com/yamanq/xdrawchem/ MAINTAINER=Bjorn Ketelaars -# GPLv2 +# GPLv3+ PERMIT_PACKAGE=Yes WANTLIB+= ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui

  1   2   3   4   5   >