Re: missing endbr64

2024-02-28 Thread Sebastian Reitenbach
Hi, On Wednesday, February 28, 2024 21:13 CET, Theo Buehler wrote: > On Sun, Feb 25, 2024 at 10:13:44PM +0100, Sebastian Reitenbach wrote: > > On Sunday, February 25, 2024 16:44 CET, Mark Kettenis > > wrote: > > > > > > x11/gnustep/libobjc2.log > > > > ld: warning:

Re: missing endbr64

2024-02-28 Thread Theo Buehler
On Wed, Feb 28, 2024 at 10:44:27PM +0100, Sebastian Reitenbach wrote: > Hi, > On Wednesday, February 28, 2024 21:13 CET, Theo Buehler > wrote: > > > On Sun, Feb 25, 2024 at 10:13:44PM +0100, Sebastian Reitenbach wrote: > > > On Sunday, February 25, 2024 16:44 CET, Mark Kettenis > > > wrote: >

aarch64 bulk build report

2024-02-28 Thread phessler
bulk build on arm64.ports.openbsd.org started on Mon Feb 26 02:40:27 MST 2024 finished at Wed Feb 28 12:52:36 MST 2024 lasted 2D10h12m done with kern.version=OpenBSD 7.5-beta (GENERIC.MP) #107: Sun Feb 25 22:24:14 MST 2024 built packages:12381 Feb 26:4094 Feb 27:2694 Feb 28:5592 critical path

libdv: missing ENDBR64

2024-02-28 Thread Theo Buehler
This is straightforward. There doesn't seem to be a possibility of shortcuts via a macro, so just add endbr64 to the four functions in this file. I could not find code that actually uses these, but it's probably better to be safe than sorry. The code is too old to have arm64 assembly. Index:

Re: missing endbr64

2024-02-28 Thread Theo Buehler
On Sun, Feb 25, 2024 at 10:13:44PM +0100, Sebastian Reitenbach wrote: > On Sunday, February 25, 2024 16:44 CET, Mark Kettenis > wrote: > > > > x11/gnustep/libobjc2.log > > > ld: warning: __objc_block_trampoline_sret: missing endbr64 > > > ld: warning: __objc_block_trampoline: missing endbr64 >

WIP: update net/kismet

2024-02-28 Thread Sebastian Reitenbach
Hi, that old Kismet bugged me quite a long time, but their completely rewritten code-base has prevented an update so far. Eventually found time to implement some simple OpenBSD WiFi support. It just detects all WiFi devices in the "wlan" group. Trying to use more than one WiFi device, brings my

Re: libdv: missing ENDBR64

2024-02-28 Thread Stuart Henderson
On 2024/02/28 20:10, Theo Buehler wrote: > This is straightforward. There doesn't seem to be a possibility of > shortcuts via a macro, so just add endbr64 to the four functions in this > file. I could not find code that actually uses these, but it's probably > better to be safe than sorry. > >

Re: libdv: missing ENDBR64

2024-02-28 Thread Mark Kettenis
> Date: Wed, 28 Feb 2024 20:10:58 +0100 > From: Theo Buehler > > This is straightforward. There doesn't seem to be a possibility of > shortcuts via a macro, so just add endbr64 to the four functions in this > file. I could not find code that actually uses these, but it's probably > better to be

Re: libreddit -> redlib transition?

2024-02-28 Thread Lucas Raab
On Wed, Feb 28, 2024 at 10:38:25AM +, Stuart Henderson wrote: > On 2024/02/24 13:45, Lucas Raab wrote: > > Hello, > > > > libreddit has been more or less abandoned after the API debacle and work > > has been shifted to a new fork named redlib. > > > > libreddit has its own user which seems

Re: [new] devel/sbt 1.9.8

2024-02-28 Thread Kirill A . Korinsky
Stuart, thanks for review. All comments should be addressed. I've also discovered an issue that this port doesn't work withou exported JAVA_HOME which I've fixed. Regarding testing: I use that port for last week or two, and it works. -- wbr, Kirill sbt-1.9.9p0.tgz Description:

Re: missing endbr64

2024-02-28 Thread Stuart Henderson
On 2024/02/28 22:49, Theo Buehler wrote: > PORTS_PRIVSEP should catch such things. (The CMakeLists file also has > a tls vs tsl typo) Plus pf.conf rules to block network access from _pbuild e.g. something along these lines (the first one is optional but helps with some tests that otherwise fail)

Re: Go default LDFLAGS behavior

2024-02-28 Thread Stuart Henderson
On 2024/02/27 17:53, Igor Zornik wrote: > Hello, > > How are default LDFLAGS for Go ports applied considering they are set > after they're included into the build command? I don't see those options > in the output when running make and the resulting binary is in its > standard size. However when

Re: libreddit -> redlib transition?

2024-02-28 Thread Stuart Henderson
On 2024/02/24 13:45, Lucas Raab wrote: > Hello, > > libreddit has been more or less abandoned after the API debacle and work > has been shifted to a new fork named redlib. > > libreddit has its own user which seems to make this a bit tricky. I'm > not sure what is best between updating in place

Re: Go default LDFLAGS behavior

2024-02-28 Thread Theo Buehler
On Wed, Feb 28, 2024 at 09:12:04AM +, Stuart Henderson wrote: > On 2024/02/27 17:53, Igor Zornik wrote: > > Hello, > > > > How are default LDFLAGS for Go ports applied considering they are set > > after they're included into the build command? I don't see those options > > in the output when

update games/wrath to 1.0

2024-02-28 Thread Jonathan Gray
Wrath left early access and the old repo was removed. Build tested only. Index: Makefile === RCS file: /cvs/ports/games/wrath/Makefile,v diff -u -p -r1.6 Makefile --- Makefile15 Nov 2023 12:59:32 - 1.6 +++ Makefile28

Re: multimedia/libvpx: ENDBR64

2024-02-28 Thread Robert Nagy
It seems that we need more here. This makes all the regression tests pass. I suspect there will be still more needed, but we need something to uncover those. Index: Makefile === RCS file: /cvs/ports/multimedia/libvpx/Makefile,v diff

Re: [maintainer update] sysutils/fzf 0.46.1

2024-02-28 Thread Daniel Jakots
On Wed, 28 Feb 2024 08:54:52 +0100 (CET), Laurent Cheylus wrote: > Hi, > > update for sysutils/fzf port version 0.46.1 > Changelog for the majour release 0.46.0: > https://github.com/junegunn/fzf/releases/tag/0.46.0 > > - update Makefile, distinfo and modules.inc for this version > - remove a

Re: multimedia/libvpx: ENDBR64

2024-02-28 Thread Mark Kettenis
> Date: Wed, 28 Feb 2024 12:43:05 +0100 > From: Robert Nagy > > It seems that we need more here. This makes all the regression > tests pass. I suspect there will be still more needed, but we > need something to uncover those. Not entirely clear to me why the linker doesn't issue warnings here,

Re: update games/wrath to 1.0

2024-02-28 Thread Solène Rapenne
On 28/02/2024 12:11, Jonathan Gray wrote: Wrath left early access and the old repo was removed. Build tested only. game runs, but crash at the end of the tutorial when loading next area "Mourningvale", i was able to repeat the issue twice, I didn't try another time. (fortunately the game

Re: UPDATE: vultr-cli-3.0.1

2024-02-28 Thread Daniel Jakots
On Tue, 27 Feb 2024 15:46:34 -0400, Adriano Barbosa wrote: > Hi. > Update for sysutils/vultr-cli-3.0.1 > Changelog: https://github.com/vultr/vultr-cli/releases/tag/v3.0.1 > - Add correct usage for firewall rules (#414) > - Add kubernetes enable-firewall flag on create (#413) > - Build metadata

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Stuart Henderson
+cc kettenis for the IBT patch On 2024/02/28 16:15, Stuart Henderson wrote: > On 2024/02/23 17:19, Brad Smith wrote: > > Here is an update to aom 3.8.1. > > > > https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG > > Here's a tweaked version adding yasm-compatible endbr64 magic to

Re: update/clarify influxdb python client ports

2024-02-28 Thread Stuart Henderson
On 2024/02/28 15:10, Martin Reindl wrote: > - clarify the ports description and make it clear which on is for InfluxDB 1.x > and 2.x (there is also a separate 3.x client already) > - update the 2.x port to the latest release 1.40.0 > - take maintainer for the 2.x port > > OK? nits below,

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Jan Beich
Brad Smith writes: > GH_ACCOUNT= jbeich > GH_PROJECT= aom > -GH_TAGNAME= v3.6.1 > +GH_TAGNAME= v3.8.1 If you don't use snapshots or RCs better migrate off my GitHub mirror. According to Repology the download link would be https://storage.googleapis.com/aom-releases/libaom-3.8.1.tar.gz

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Stuart Henderson
On 2024/02/23 17:19, Brad Smith wrote: > Here is an update to aom 3.8.1. > > https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG Here's a tweaked version adding yasm-compatible endbr64 magic to x86inc.asm. Similar to what I added to audio/deadbeef but the definitions in

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Mark Kettenis
> Date: Wed, 28 Feb 2024 16:17:54 + > From: Stuart Henderson > > +cc kettenis for the IBT patch Looks good to me. > On 2024/02/28 16:15, Stuart Henderson wrote: > > On 2024/02/23 17:19, Brad Smith wrote: > > > Here is an update to aom 3.8.1. > > > > > >

Re: UPDATE: aom 3.8.1

2024-02-28 Thread Stuart Henderson
On 2024/02/28 17:28, Jan Beich wrote: > Brad Smith writes: > > > GH_ACCOUNT=jbeich > > GH_PROJECT=aom > > -GH_TAGNAME=v3.6.1 > > +GH_TAGNAME=v3.8.1 > > If you don't use snapshots or RCs better migrate off my GitHub mirror. > According to Repology the download

Re: [new] devel/sbt 1.9.8

2024-02-28 Thread Stuart Henderson
On 2024/02/24 23:38, Kirill A. Korinsky wrote: > Greetings, > > A new version of sbt was released, and I've updated port file. > > If someone can review it, I'll be appricieted. > > -- > wbr, Kirill quick comments: COMMENT=sbt, the interactive build tool - don't repeat "sbt", it's in

flycast: disable vulkan for now to restore build

2024-02-28 Thread Thomas Frohwein
flycast build broke with vulkan updates. I suggest we disable vulkan for now until we can give this a closer look or find an update that fixes this... ok? Index: Makefile === RCS file: /cvs/ports/emulators/flycast/Makefile,v

[update] security/osv-scanner to 1.6.2

2024-02-28 Thread Lucas Raab
Hello, Here's an update for osv-scanner which has been running fine on amd64. Other tests? changelog: https://github.com/google/osv-scanner/releases/tag/v1.6.2 Thanks, Lucas diff refs/heads/master refs/heads/osv-scanner commit - 7613a8cf0b66c00314807995741459338c5bd5d4 commit +

UPDATE: giflib 5.2.2

2024-02-28 Thread Brad Smith
Here is an update to giflib 5.2.2. CVE-2022-28506, CVE-2023-48161 Index: Makefile === RCS file: /cvs/ports/graphics/giflib/Makefile,v retrieving revision 1.33 diff -u -p -u -p -r1.33 Makefile --- Makefile7 Nov 2023 14:19:33

UPDATE: SVT-AV1 1.8.0

2024-02-28 Thread Brad Smith
Here is an update to SVT-AV1 1.8.0. ## [1.8.0] - 2023-12-11 Encoder - Improve the tradeoffs for the random access mode across presets: - Speedup CRF presets M6 to M0 by 17-53% while maintaining similar quality levels - Re-adjust CRF presets M7 to M13 for better quality with BD-rate gains

[update] sysutils/grafana to 10.3.3

2024-02-28 Thread Lucas Raab
Hello, Here's an update for grafana up to the latest which has been working fine over the past couple weeks. Other tests/feedback? changelogs: https://github.com/grafana/grafana/releases/tag/v10.3.0 https://github.com/grafana/grafana/releases/tag/v10.3.3 Thanks, Lucas diff refs/heads/master

UPDATE: openimageio 2.4.17.0

2024-02-28 Thread Brad Smith
Here is an update to OpenImageIO 2.4.17.0. https://raw.githubusercontent.com/AcademySoftwareFoundation/OpenImageIO/dev-2.4/CHANGES.md Index: Makefile === RCS file: /cvs/ports/graphics/openimageio/Makefile,v retrieving revision

ipython 8.19.0 -> 8.22.1

2024-02-28 Thread Daniel Dickman
See below for an update to latest ipython. The BDEP on py-mako doens't make much sense to me. If removing it causes failures again, I'll be happy to investigate any stack trace log that's provided to me. ok's welcome, otherwise I'll plan to commit this update in a few days. Index: Makefile

UPDATE: jasper 4.2.1

2024-02-28 Thread Brad Smith
Here is an update to jasper 4.2.1. 4.2.1 (2024-02-18) == * Fix a build problem for the DJGPP/MS-DOS environment (#372). 4.2.0 (2024-02-05) == * Add the JAS_PACKAGING option to the CMake build in an attempt to allow easier control over rpath settings by

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2024/02/28 12:46:46 Modified files: x11/gnustep/base: Makefile Log message: do not pick up libdispatch

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 14:30:08 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-lib_pkcs11_cpp patch-lib_x509name_cpp

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 16:48:47 Modified files: devel/pre-commit: Makefile Log message: add nodeenv RDEP to pre-commit This RDEP is needed for node hooks. And without this change, jupyter_server fails to build. "I

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2024/02/28 12:52:15 Modified files: x11/gnustep/libobjc2: Makefile x11/gnustep/libobjc2/pkg: PLIST Log message: conflict with libdispatch

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 16:18:49 Modified files: editors/cooledit: Makefile distinfo editors/cooledit/patches: patch-man_cooledit_1 patch-widget_coollocal_h

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2024/02/28 16:30:00 Modified files: cad/prusaslicer: Makefile cad/prusaslicer/patches: patch-tests_libslic3r_test_cut_surface_cpp

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2024/02/28 12:49:40 Modified files: devel/libdispatch: Makefile devel/libdispatch/pkg: PLIST Log message: conflicts with gnustep-libocj2

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 16:43:20 Log message: import nodeenv; needed as RDEP for pre-commit ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:10:45 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-1.21.6

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:10:55 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.11

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:10:48 Modified files: print/ocrmypdf : Makefile distinfo Log message: update to ocrmypdf-16.1.1

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 01:49:25 Modified files: databases/py-mongo: Makefile distinfo Log message: update to py3-mongo-4.6.2

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 01:49:47 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.25.1

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 01:49:35 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2024.2.22

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:27:48 Modified files: games/godot4 : Makefile Log message: mark godot4 BROKEN for now, needs fixing for the glslang update and uses scons (so it has "nojunk" in DPB_PROPERTIES), so it can

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:59:05 Modified files: converters/py-html2text: Makefile distinfo Log message: update to py3-html2text-2024.2.26

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 03:21:58 Modified files: lang/go: go.port.mk Log message: reorder sections so that go.port.mk's setting of MODGO_LDFLAGS (to omit symbol table/debug information) actually takes effect.

Re: CVS: cvs.openbsd.org: ports

2024-02-28 Thread Theo Buehler
On Sun, Feb 25, 2024 at 06:43:48AM -0700, Brian Callahan wrote: > CVSROOT: /cvs > Module name: ports > Changes by: bcal...@cvs.openbsd.org 2024/02/25 06:43:48 > > Modified files: > fonts/unifont : Makefile distinfo > fonts/unifont/pkg: PLIST > > Log message: > Update to

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 03:20:10 Modified files: lang/go: go.port.mk Log message: set USE_NOBTCFI in go.port.mk; it doesn't affect the build (the go compiler is already patched to add the section itself or use

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2024/02/28 03:41:45 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.3.8.2.

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2024/02/28 02:37:11 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.16

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:37:44 Modified files: textproc/py-tomlkit: Makefile distinfo Log message: update to py3-tomlkit-0.12.4

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:41:09 Modified files: security/py-cryptography_vectors: Makefile distinfo Log message: update to py3-cryptography_vectors-42.0.5

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:41:12 Modified files: security/py-cryptography: Makefile crates.inc distinfo Log message: update to py3-cryptography-42.0.5

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 02:55:52 Modified files: net/routinator : Makefile distinfo Log message: update to routinator-0.13.2

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2024/02/28 05:32:17 Modified files: sysutils/fzf : Makefile distinfo modules.inc sysutils/fzf/patches: patch-src_protector_protector_openbsd_go Log message: Update to fzf-0.46.1 >From Laurent

Re: CVS: cvs.openbsd.org: ports

2024-02-28 Thread Brian Callahan
On 2/28/2024 5:36 AM, Theo Buehler wrote: > On Sun, Feb 25, 2024 at 06:43:48AM -0700, Brian Callahan wrote: >> CVSROOT: /cvs >> Module name: ports >> Changes by: bcal...@cvs.openbsd.org 2024/02/25 06:43:48 >> >> Modified files: >> fonts/unifont : Makefile distinfo >>

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2024/02/28 07:24:55 Modified files: net/py-tinytuya: Makefile distinfo net/py-tinytuya/pkg: PLIST Log message: Update py-tinytuya to 1.13.2.

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 07:47:57 Removed files: graphics/blender/patches: patch-extern_glog_src_config_openbsd_h Log message: blender: drop patch, the pre-generated header was merged upstream from Brad

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 07:45:40 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 07:47:10 Modified files: databases/mariadb: Makefile Added files: databases/mariadb/patches: patch-cmake_libfmt_cmake patch-sql_item_strfunc_cc Log

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 07:50:01 Modified files: audio/portaudio-svn: Makefile audio/portaudio-svn/files: pa_sndio.c audio/portaudio-svn/patches: patch-Makefile_in

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 10:33:56 Modified files: www/py-jwt : Makefile distinfo www/py-jwt/pkg : PLIST Log message: update to py3-jwt-2.8.0, from Johan Huldtgren (maintainer)

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 08:24:20 Modified files: mail/rspamd: Makefile distinfo Added files: mail/rspamd/patches: patch-src_libcryptobox_chacha20_avx2_S

Re: CVS: cvs.openbsd.org: ports

2024-02-28 Thread Theo Buehler
On Wed, Feb 28, 2024 at 02:08:45PM +, Brian Callahan wrote: > On 2/28/2024 5:36 AM, Theo Buehler wrote: > > On Sun, Feb 25, 2024 at 06:43:48AM -0700, Brian Callahan wrote: > >> CVSROOT: /cvs > >> Module name: ports > >> Changes by:bcal...@cvs.openbsd.org 2024/02/25 06:43:48 >

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2024/02/28 06:16:45 Modified files: graphics/gifsicle: Makefile distinfo graphics/gifsicle/patches: patch-configure_ac Log message: Update to gifsicle-1.95.

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2024/02/28 05:29:30 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-3.0.1 >From Adriano Barbosa (maintainer)

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2024/02/28 05:38:17 Removed files: sysutils/fzf/patches: patch-src_protector_protector_openbsd_go Log message: Remove empty file Missed in previous.

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2024/02/28 06:24:35 Modified files: multimedia/libvpx: Makefile Added files: multimedia/libvpx/patches: patch-vp8_common_x86_subpixel_ssse3_asm

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/02/28 09:45:38 Modified files: www/gitea : Makefile distinfo www/gitea/pkg : PLIST Log message: Update gitea 1.21.5 - > 1.21.7 Changelogs:

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 09:36:48 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.29

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/02/28 09:48:46 Modified files: devel/py-identify: Makefile distinfo Log message: Update py-identify 2.5.33 -> 2.5.35

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2024/02/28 09:50:41 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 3.6.0 -> 3.6.2 Changelogs: https://github.com/pre-commit/pre-commit/releases/tag/v3.6.1

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 10:44:45 Modified files: devel/boost: Makefile Log message: remove the comment about boost-context/CET; USE_NOBTCFI was already removed from pdns_recursor, I'm checking icinga2 now, the

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 10:54:56 Modified files: net/icinga/core2: Makefile Log message: icinga2: drop USE_NOBTCFI now that Boost has been updated past 1.81.0

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 11:05:34 Modified files: multimedia/aom : Makefile distinfo multimedia/aom/patches: patch-CMakeLists_txt Added files: multimedia/aom/patches: patch-aom_ports_aarch32_cpudetect_c

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2024/02/28 11:09:31 Modified files: net/librenms : Makefile distinfo net/librenms/pkg: PLIST Log message: update to librenms-24.2.0

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 16:58:35 Log message: import py-jupyter_server ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2024/02/28 18:14:17 Added files: cad/prusaslicer/patches: patch-tests_catch2_catch_hpp Log message: Missed on file in previous commit.

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2024/02/28 18:01:12 Modified files: devel/quirks/files: Quirks.pm Log message: add quirk to point libreddit to redlib

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2024/02/28 17:48:04 Modified files: www: Makefile Log message: unhook libreddit, hook up redlib

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Thomas Frohwein
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/02/28 20:07:21 Modified files: emulators/snes9x: Makefile emulators/snes9x/patches: patch-gtk_CMakeLists_txt Log message: glslang 14 doesn't need linking libHLSL anymore, nor does it provide

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 16:52:08 Log message: import py-test-jupyter ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N ports/devel/py-test-jupyter/Makefile

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2024/02/28 17:58:04 Removed files: www/libreddit : Makefile crates.inc distinfo www/libreddit/pkg: DESCR PLIST libreddit.rc Log message: rm libreddit in favor of redlib

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2024/02/28 18:02:05 Modified files: infrastructure/db: user.list Log message: update _libreddit user to point to replacement redlib

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 16:55:22 Log message: import py-test-tornasync with tweaks and ok sthen@ Status: Vendor Tag: daniel Release Tags: daniel_20240228 N

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 17:03:38 Modified files: devel : Makefile Log message: +py-jupter_server +py-nodeenv +py-test-jupyter +py-test-tornasync

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2024/02/28 17:46:35 Log message: www/redlib: import redlib to replace libreddit ok sthen@, reminded by tb@ Status: Vendor Tag: lraab Release Tags: lraab_20240229 N

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2024/02/28 12:44:39 Modified files: x11/gnustep/libobjc2: Makefile distinfo x11/gnustep/libobjc2/pkg: PLIST Removed files: x11/gnustep/libobjc2/patches: patch-CMakeLists_txt

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 22:08:43 Modified files: devel/py-jupyter_core: Makefile distinfo Log message: update jupyter_core to 5.7.1

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 22:50:46 Modified files: www/jupyter-notebook: Makefile Removed files: www/jupyter-notebook/patches: patch-notebook_notebookapp_py

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2024/02/28 23:12:53 Modified files: multimedia/libdv: Makefile Added files: multimedia/libdv/patches: patch-libdv_vlc_x86_64_S Log message: multimedia/libdv: add missing endbr64 ok kettenis

CVS: cvs.openbsd.org: ports

2024-02-28 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2024/02/28 22:27:52 Modified files: devel/py-jupyter_client: Makefile Log message: add missing TDEPs now that they're in the tree