Re: Disable building tests in all KDE applications

2023-10-24 Thread Rafael Sadowski
On Mon Oct 23, 2023 at 08:58:09PM +0200, Theo Buehler wrote: > On Fri, Oct 20, 2023 at 05:46:33PM +0200, Rafael Sadowski wrote: > > Hi ports, Hi bulk builders, > > > > I would like to disable building tests in KDE frameworks applications. > > In a short test in devel/kf, this saves 25% build

Re: [Maintainer Update] lang/elixir 1.15.7

2023-10-24 Thread Volker Schlecht
Ping. On Tue Oct 17, 2023 at 12:06 AM CEST, Volker Schlecht wrote: > Updates lang/elixir to the latest maintenance/bugfix release. > > Tests pass, my elixir code works, and net/rabbitmq still works on amd64. > (With and without the erlang update I just sent.) > > ok?

Re: [Maintainer Update] lang/erlang/25 25.3.2.7

2023-10-24 Thread Volker Schlecht
Ping On Tue Oct 17, 2023 at 12:03 AM CEST, Volker Schlecht wrote: > Updates lang/erlang/25 to the latest maintenance release. > > Tests pass, dependent ports rebuild and work on amd64. > > ok?

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

Re: new port: net/quiche (QUIC library)

2023-10-24 Thread Otto Moerbeek
On Tue, Oct 24, 2023 at 10:42:56AM +0200, Theo Buehler wrote: > > Updated tarball, now also portcheck clean. > > MOD_ENV += ${MODCARGO_ENV} > QUICHE_BSSL_PATH=${LOCALBAS}/eboringssl > > Typo: LOCALBASE > > There's no BUILD_DEPENDS on security/boringssl/head which would > need to

Re: new: net/croc

2023-10-24 Thread Stuart Henderson
On 2023/10/24 01:18, Nicolas Davico wrote: > Hi everyone, > Please find attached a port of croc, a small Go program to safely > transfer files and folders between computers. > Project repository: https://github.com/schollz/croc > This is my first port, so any feedback is very appreciated. > -Nico

Re: new port: net/quiche (QUIC library)

2023-10-24 Thread Theo Buehler
On Tue, Oct 24, 2023 at 10:42:56AM +0200, Theo Buehler wrote: > > Updated tarball, now also portcheck clean. > > MOD_ENV += ${MODCARGO_ENV} > QUICHE_BSSL_PATH=${LOCALBAS}/eboringssl > > Typo: LOCALBASE > > There's no BUILD_DEPENDS on security/boringssl/head which would > need to

Re: new port: net/quiche (QUIC library)

2023-10-24 Thread Otto Moerbeek
On Tue, Oct 24, 2023 at 10:58:55AM +0200, Theo Buehler wrote: > On Tue, Oct 24, 2023 at 10:42:56AM +0200, Theo Buehler wrote: > > > Updated tarball, now also portcheck clean. > > > > MOD_ENV += ${MODCARGO_ENV} > > QUICHE_BSSL_PATH=${LOCALBAS}/eboringssl > > > > Typo: LOCALBASE > >

Re: new port: net/quiche (QUIC library)

2023-10-24 Thread Theo Buehler
On Tue, Oct 24, 2023 at 11:05:13AM +0200, Otto Moerbeek wrote: > On Tue, Oct 24, 2023 at 10:42:56AM +0200, Theo Buehler wrote: > > > > Updated tarball, now also portcheck clean. > > > > MOD_ENV += ${MODCARGO_ENV} > > QUICHE_BSSL_PATH=${LOCALBAS}/eboringssl > > > > Typo: LOCALBASE

Re: new port: net/quiche (QUIC library)

2023-10-24 Thread Theo Buehler
> Updated tarball, now also portcheck clean. MOD_ENV += ${MODCARGO_ENV} QUICHE_BSSL_PATH=${LOCALBAS}/eboringssl Typo: LOCALBASE There's no BUILD_DEPENDS on security/boringssl/head which would need to be present for this to work. Is boringssl actually used by the build? I can't

Re: new port: net/quiche (QUIC library)

2023-10-24 Thread Otto Moerbeek
On Mon, Oct 23, 2023 at 09:12:06PM +0200, Theo Buehler wrote: > On Mon, Oct 23, 2023 at 09:06:28PM +0200, Otto Moerbeek wrote: > > On Mon, Oct 23, 2023 at 08:39:51PM +0200, Theo Buehler wrote: > > > > > On Mon, Oct 23, 2023 at 05:15:31PM +0200, Otto Moerbeek wrote: > > > > Hi, > > > > > > > >

NEW: games/emptyclip

2023-10-24 Thread Sebastian Reitenbach
Hi, attached is a new port of empty clip, a top-down shooter action RPG. same author/engine as games/choria. works well for me on amd64. any feedback welcome, if nothing else, OK to import? cheers, Sebastian emptyclip.tar.gz Description: application/gzip

Re: m1n1: update to 1.4.3

2023-10-24 Thread Mark Kettenis
> Date: Mon, 23 Oct 2023 20:38:33 +0200 > From: Tobias Heider > > As the title says. We need a small patch to remove an unnecessary > bash dependency, I opened an upstream PR for that. > Once this is in I will also update apple-firmware. ok kettenis@ > Index: Makefile >

aarch64 bulk build report

2023-10-24 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Oct 21 14:24:29 MDT 2023 finished at Tue Oct 24 08:57:30 MDT 2023 lasted 2D18h33m done with kern.version=OpenBSD 7.4-current (GENERIC.MP) #2285: Fri Oct 20 13:55:54 MDT 2023 built packages:11810 Oct 21:3494 Oct 22:715 Oct 23:2799 Oct 24:4801

postfix: switch to openssl/3.1

2023-10-24 Thread Theo Buehler
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 at this point in time. This was only compile tested.

borgbackup: switch to openssl/3.1

2023-10-24 Thread Theo Buehler
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 at this point in time. This passes regress, but I

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/10/24 11:52:57 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.64.2 Minor bugfix release, nothing relevant for OpenBSD. Reason for updating is to silence

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 11:58:42 Modified files: security/openssl/3.0: Makefile security/openssl/3.1: Makefile Log message: Update bumping comment. borgbackup was switched to 3.1

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 12:18:26 Modified files: www/squid : Makefile Log message: add fallback SITES entry, otherwise fetching squid-6.4.tar.xz fails if you prefer v6 over v4

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2023/10/24 12:19:18 Modified files: math/py-cftime : Makefile distinfo math/py-cftime/pkg: PLIST Log message: Update py-cftime to 1.6.3.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2023/10/24 12:49:32 Modified files: mail/grommunio/gromox: Makefile distinfo Removed files: mail/grommunio/gromox/patches: patch-exch_ews_enums_hpp

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 11:54:51 Modified files: sysutils/borgbackup/2.0: Makefile Added files: sysutils/borgbackup/2.0/patches: patch-setup_py Log message: borgbackup: switch to using openssl/3.1 setup.py

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 12:14:04 Modified files: net/icinga/core2: Makefile Added files: net/icinga/core2/patches: patch-lib_base_tlsutility_cpp Log message: icinga/core2: remove some dead code reaching into

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/24 12:15:57 Modified files: editors/gummi : Makefile distinfo Log message: Update to gummi-0.8.3.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/24 14:13:30 Modified files: sysutils/ruby-puppetserver-ca: Makefile distinfo sysutils/ruby-puppetserver-ca/pkg: PLIST Log message: update 2.4.0 -> 2.6.0

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/10/24 11:51:42 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.45.0 Changes: https://lib.filezilla-project.org/ Bump minor because of addition of symbols.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2023/10/24 11:52:30 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.66.0 Changes: https://filezilla-project.org/versions.php

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Martin Reindl
CVSROOT:/cvs Module name:ports Changes by: mar...@cvs.openbsd.org 2023/10/24 12:47:13 Modified files: sysutils/py-daemon: Makefile distinfo sysutils/py-daemon/pkg: PLIST Removed files: sysutils/py-daemon/patches: patch-setup_py Log message: Update

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 16:14:55 Modified files: www/gotosocial/patches: patch-example_config_yaml Log message: regen patch

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 23:34:18 Modified files: archivers/snappy/patches: patch-third_party_googletest_googletest_src_gtest_cc Log message: snappy: add link to googletest PR for

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 23:29:08 Modified files: devel/gtest/patches: patch-googletest_src_gtest_cc Log message: gtest: add link to PR for raise(3) https://github.com/google/googletest/pull/4397

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 23:06:50 Modified files: devel/abseil-cpp/patches: patch-absl_base_internal_raw_logging_cc Log message: abseil-cpp: link to PR for syscall removal

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Otto Moerbeek
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/10/24 03:49:05 Log message: Add quiche, a rust crate providing implementations of the QUIC and HTTP/3 protocols; ok and help tb@ Status: Vendor Tag: otto Release Tags:

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2023/10/24 03:02:36 Modified files: sysutils/obsdfreqd: Makefile distinfo Log message: update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by maintainer

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2023/10/24 03:04:05 Modified files: sysutils/obsdfreqd: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Otto Moerbeek
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2023/10/24 03:51:00 Modified files: net: Makefile Log message: Add quiche

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 04:16:21 Modified files: net/libstrophe : Makefile Added files: net/libstrophe/patches: patch-src_tls_openssl_c Log message: libstrophe: merge upstreamed patch to avoid reaching into

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:39:38 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2023.9.19

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:43:40 Modified files: devel/py-jsonschema-spec: Makefile distinfo devel/py-jsonschema-spec/pkg: PLIST Log message: update to py3-jsonschema-spec-0.2.4

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/24 00:47:23 Modified files: textproc/asciinema: Makefile distinfo Log message: Update to asciinema-2.4.0.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 01:03:59 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.2.1

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 01:11:28 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/pkg: PLIST Log message: update to neomutt-20231023

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 01:11:39 Modified files: sysutils/py-packaging: Makefile distinfo Log message: update to py3-packaging-23.2

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/24 00:12:32 Modified files: x11/gnustep/webservices: Makefile distinfo Log message: update 0.7.3 -> 0.9.0

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/10/24 00:26:18 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile distinfo net/qbittorrent/qbittorrent-nox: Makefile distinfo Log message: update to

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:35:17 Modified files: devel/py-codestyle: Makefile distinfo Log message: update to py3-codestyle-2.11.1

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/24 00:46:30 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.3.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:49:41 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.4

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:48:58 Modified files: textproc/py-charset-normalizer: Makefile distinfo textproc/py-charset-normalizer/pkg: PLIST Log message: update to py3-charset-normalizer-3.3.1

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/24 00:11:45 Modified files: x11/gnustep/sqlclient: Makefile distinfo Log message: update 1.8.1 -> 1.9.0

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/24 00:12:10 Modified files: x11/gnustep/webserver: Makefile distinfo Log message: update 1.5.6 -> 1.6.0

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/24 00:11:21 Modified files: x11/gnustep/performance: Makefile distinfo Log message: Update 0.5.0 -> 0.6.0

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:30:06 Modified files: databases/pg_sqlite_fdw: Makefile distinfo Log message: update to pg_sqlite_fdw-2.4.0

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:30:54 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot-2.7.2

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:30:15 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-6.0.2

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:30:24 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.5

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 00:45:27 Modified files: devel/py-jsonschema-spec: Makefile Log message: set TEST_DEPENDS

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/10/24 00:45:44 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py3-cairo-1.25.1.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 01:10:19 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.24.6

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/10/24 05:17:20 Modified files: security/badkeys: Makefile distinfo Log message: update to badkeys-0.0.6

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
Log message: Update to rust-openssl tests 20231024

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/24 07:13:39 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Removed files:

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/24 07:15:13 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.4.0. see

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/24 07:15:45 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.4. see https://www.mozilla.org/en-US/firefox/115.4.0/releasenotes/

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/24 07:18:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.0. see

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Lucas Raab
CVSROOT:/cvs Module name:ports Changes by: lr...@cvs.openbsd.org 2023/10/24 07:59:40 Modified files: sysutils/telegraf: Makefile distinfo modules.inc sysutils/telegraf/pkg: PLIST Log message: sysutils/telegraf: update to 1.28.3 ok landry@

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2023/10/24 08:06:18 Modified files: audio/mscore : Makefile Log message: remove bogus SITES entry, failed to fetch spotted by naddy@

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/24 07:16:28 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo www/mozilla-firefox/pkg: Tag: OPENBSD_7_4 PLIST Removed files: www/mozilla-firefox/patches: Tag:

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2023/10/24 07:19:10 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.0. see

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2023/10/24 08:18:18 Modified files: sysutils/fd: Makefile crates.inc distinfo Log message: Update fd to 8.7.1.

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 09:25:08 Modified files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/pkg: PLIST Log message: Update to OpenSSL 3.0.12 * Fix incorrect key and IV resizing issues when

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 09:24:49 Modified files: security/openssl/3.1: Makefile distinfo security/openssl/3.1/pkg: PLIST Log message: Update to OpenSSL 3.1.4 * Fix incorrect key and IV resizing issues when

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 09:32:25 Modified files: sysutils/borgbackup/2.0: Makefile Log message: Bump after openssl update (static linking)

CVS: cvs.openbsd.org: ports

2023-10-24 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2023/10/24 09:34:51 Modified files: mail/postfix/stable: Makefile mail/postfix/snapshot: Makefile Log message: Bump the postfixes after openssl update (static link)