new: devel/stylua

2023-08-16 Thread Ashlen
Description: """ An opinionated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau, built using full-moon. StyLua is inspired by the likes of prettier, it parses your Lua codebase, and prints it back out from scratch, enforcing a consistent code style. StyLua mainly follows the Roblox Lua Style

Re: new: devel/selene

2023-08-16 Thread Theo Buehler
On Wed, Aug 16, 2023 at 11:01:38PM -0600, Ashlen wrote: > Selene is a modern Lua linter written in Rust. > > GitHub: https://github.com/Kampfkarren/selene > Docs: https://kampfkarren.github.io/selene/ > > This was easy enough to port. Tests run and pass. do-install hook > seems to be needed due

new: devel/selene

2023-08-16 Thread Ashlen
Selene is a modern Lua linter written in Rust. GitHub: https://github.com/Kampfkarren/selene Docs: https://kampfkarren.github.io/selene/ This was easy enough to port. Tests run and pass. do-install hook seems to be needed due to a `Cargo.toml` issue. ===> Faking installation for selene-0.25.0

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__) &&

sysutils/xxhash: pledge xxhsum(1)

2023-08-16 Thread Klemens Nanni
Compared to md5(1) with [-h hashfile], xxhsum(1) has no option to write to anything but standard output. Dropping "rpath" later can be done, but needs more patching and testing. Works for me, tests pass. Feedback? Objcetion? OK? Index: Makefile

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 18:28:39 Modified files: security/clamav: Tag: OPENBSD_7_3 Makefile distinfo Log message: update to clamav-1.0.2 CVE-2023-20197 Fixed a possible denial of service vulnerability in the HFS+

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 18:22:07 Modified files: security/clamav: Makefile distinfo Log message: update to clamav-1.1.1 CVE-2023-20197 Fixed a possible denial of service vulnerability in the HFS+ file parser.

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Stuart Henderson
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_ARCH) && __ARM_ARCH < 7 && > >

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 16:12:20 Modified files: textproc/py-sphinx: Makefile distinfo textproc/py-sphinx/pkg: PLIST Log message: update to py3-sphinx-7.1.2

New port: novelWriter, a text writer for creating novels

2023-08-16 Thread Thomas Frohwein
This is a pretty straight-forward, python-based port. It is a bit similar to focuswriter and ghostwriter in its application. I like the chapter/scene tree that allows for rearranging the elements of the work. It has a focus mode (F8) that removes most of the interface to help focus on writing text

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Christian Weisgerber
Stuart Henderson: > +-# if defined(__GNUC__) && !(defined(__ARM_ARCH) && __ARM_ARCH < 7 && > defined(__ARM_FEATURE_UNALIGNED)) > ++# if defined(__GNUC__) && !(defined(__ARM_ARCH) && __ARM_ARCH < 7 && > defined(__ARM_FEATURE_UNALIGNED)) && !defined(__sparc64__) This should include and check

Re: update sysutils/cfengine to 3.21.2

2023-08-16 Thread Stuart Henderson
On 2023/08/16 18:34, Joseph Benden wrote: > The included patch brings Cfengine 3 up-to-date with the latest LTS > release, 3.21.2. > > Best regards, > -Joe > Thanks for un-sticking this port :) I'll include an updated patch below, comments in-line here saying what changed. note it uses

CVS: cvs.openbsd.org: ports

2023-08-16 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2023/08/16 14:54:06 Modified files: sysutils/login_duo: Makefile distinfo sysutils/login_duo/pkg: PLIST Log message: Update login_duo to 2.0.2.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2023/08/16 14:51:35 Modified files: lang/janet : Makefile distinfo Removed files: lang/janet/patches: patch-test_suite-corelib_janet Log message: Update janet to 1.30.0.

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Theo Buehler
> I'm ok with your diff, or perhaps we could do this (then rsync just > needs a bump rather than another change) This works and seems better since it will also help other consumers. ok tb Thanks.

Re: rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Stuart Henderson
On 2023/08/16 20:15, Theo Buehler wrote: > I found on one sparc64 box that reposync stopped working and it turned > out that rsync on sparc64 is busted due to xxhash not dealing correctly > with unaligned access. > > Program terminated with signal SIGBUS, Bus error. > #0 XXH_read64

WIP: Tor Browser 12.5.2

2023-08-16 Thread Caspar Schutijser
Hi, Below is a WIP diff for Tor Browser 12.5.2. Upstream removed some code that we rely on for setting the data directory for the browser (~/TorBrowser-Data/Browser) and the new default doesn't work very well for us. This is why I haven't been able to update Tor Browser to the 12.5 series in a

update sysutils/cfengine to 3.21.2

2023-08-16 Thread Joseph Benden
The included patch brings Cfengine 3 up-to-date with the latest LTS release, 3.21.2. Best regards, -Joe From 44fb146da83e2d1268c6462153a7dd22c9e07b0b Mon Sep 17 00:00:00 2001 From: Joseph Benden Date: Wed, 16 Aug 2023 09:42:10 -0700 Subject: [PATCH] update to cfengine-3.21.2 Signed-off-by:

rsync and xxhash are broken on strict alignment architectures

2023-08-16 Thread Theo Buehler
I found on one sparc64 box that reposync stopped working and it turned out that rsync on sparc64 is busted due to xxhash not dealing correctly with unaligned access. Program terminated with signal SIGBUS, Bus error. #0 XXH_read64 (ptr=0xfe7ed9467bbe) at /usr/local/include/xxhash.h:2996

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Volker Schlecht
CVSROOT:/cvs Module name:ports Changes by: vol...@cvs.openbsd.org 2023/08/16 10:58:05 Modified files: mail/aerc : Makefile Added files: mail/aerc/patches: patch-filters_colorize_c Log message: mail/aerc: Disable the insertion of osc8 control codes in the

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Paco Esteban
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/08/16 10:57:12 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.37.0

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2023/08/16 09:44:03 Modified files: lang/algol68g : Makefile distinfo Log message: Update to algol68g-3.3.0

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 09:43:32 Modified files: x11/gnome/mutter: Makefile distinfo Removed files: x11/gnome/mutter/patches: patch-src_core_window_c Log message: Merge fix for proper focus

Re: pcc i386 build fails / autoconf [Re: CVS: cvs.openbsd.org: ports]

2023-08-16 Thread Brian Callahan
On 8/16/2023 10:55 AM, Stuart Henderson wrote: > On 2023/08/16 14:06, Brian Callahan wrote: >> On 8/16/2023 9:43 AM, Stuart Henderson wrote: >>> >>> also, the comment about why it's using a wrong version of autoconf >>> should have the version bumped to 2.71 (though if there's a problem >>> with

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 09:04:38 Modified files: net/dino : Makefile Added files: net/dino/patches: patch-main_src_ui_util_helper_vala Log message: Unbreak build with vala >=0.56.11.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 09:04:19 Modified files: lang/vala : Makefile Added files: lang/vala/patches: patch-vala_valamethodcall_vala Log message: Only transform default initializers of

Re: pcc i386 build fails / autoconf [Re: CVS: cvs.openbsd.org: ports]

2023-08-16 Thread Stuart Henderson
On 2023/08/16 14:06, Brian Callahan wrote: > On 8/16/2023 9:43 AM, Stuart Henderson wrote: > > > > also, the comment about why it's using a wrong version of autoconf > > should have the version bumped to 2.71 (though if there's a problem > > with AC_PROG_LEX in 2.70/2.71 that should probably be

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 08:49:03 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/patches: patch-Makefile_rules patch-Makefile_top net/net-snmp/pkg: PLIST-main Removed files:

Re: pcc i386 build fails / autoconf [Re: CVS: cvs.openbsd.org: ports]

2023-08-16 Thread Brian Callahan
On 8/16/2023 9:43 AM, Stuart Henderson wrote: > On 2023/08/12 20:43, Daniel Dickman wrote: >> CVSROOT: /cvs >> Module name: ports >> Changes by: dan...@cvs.openbsd.org 2023/08/12 20:43:15 >> >> Modified files: >> lang/pcc : Makefile.inc >> lang/pcc/pcc : distinfo >>

pcc i386 build fails / autoconf [Re: CVS: cvs.openbsd.org: ports]

2023-08-16 Thread Stuart Henderson
On 2023/08/12 20:43, Daniel Dickman wrote: > CVSROOT: /cvs > Module name: ports > Changes by: dan...@cvs.openbsd.org 2023/08/12 20:43:15 > > Modified files: > lang/pcc : Makefile.inc > lang/pcc/pcc : distinfo > lang/pcc/pcc/patches: patch-arch_powerpc_local_c

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 07:24:37 Modified files: net/isc-bind : Makefile distinfo Log message: update to isc-bind-9.18.18

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 07:24:39 Modified files: databases/mongodb/44: Makefile distinfo Log message: update to mongodb-4.4.24

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 06:43:54 Modified files: devel/py-typeguard: Makefile distinfo devel/py-typeguard/pkg: PLIST Log message: update to py3-typeguard-4.1.1

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/08/16 06:07:02 Modified files: devel/py-cfgv : Makefile distinfo Log message: Update py-cfgv 3.3.1 -> 3.4.0

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 06:04:31 Modified files: sysutils/sshpass: Makefile distinfo Log message: update to sshpass-1.10

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 05:39:11 Modified files: math/calc : Makefile distinfo Log message: update to calc-2.14.3.4

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/08/16 05:34:11 Modified files: textproc/asciidoctor: Makefile Log message: Reset REVISION

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Ian Darwin
CVSROOT:/cvs Module name:ports Changes by: i...@cvs.openbsd.org2023/08/16 05:33:04 Modified files: textproc/asciidoctor: Makefile distinfo Log message: Minor bump of AsciiDoctor 2.0.17->2.0.20

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 05:24:36 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.2 https://dev.lucee.org/t/lucee-critical-security-alert-august-15th-2023-cve-2023-38693/12893

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2023/08/16 05:23:40 Modified files: lang/lucee : Tag: OPENBSD_7_3 Makefile distinfo Log message: update to lucee-5.3.12.1

fix for smtp-vilter link stage on clang archs

2023-08-16 Thread Niklas Hallqvist
Clang does not have -export-dynamic. Instead dlopen(3) teaches us to use the -rdynamic option to cc(1). The attached patch is needed for smtp-vilter to be able to dlopen(3) the clamd and spamd backends on clang archs too. /Niklas diff --git

Re: rdiff-backup dependency issue

2023-08-16 Thread Stuart Henderson
On 2023/08/16 09:39, Klemens Nanni wrote: > On Mon, Aug 14, 2023 at 07:36:06AM +, Klemens Nanni wrote: > > No response from maintainer so far. > > Joshua reported success for the update, I don't use it, but am inclined > > to keep such a port up-to-date. > > > > Feedback? OK? > > None, I've

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2023/08/16 04:44:56 Modified files: security/keepassxc: Makefile distinfo Log message: Update keepassxc to 2.7.6

Re: rdiff-backup dependency issue

2023-08-16 Thread Klemens Nanni
On Mon, Aug 14, 2023 at 07:36:06AM +, Klemens Nanni wrote: > No response from maintainer so far. > Joshua reported success for the update, I don't use it, but am inclined > to keep such a port up-to-date. > > Feedback? OK? None, I've just committed the update.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2023/08/16 03:37:50 Modified files: sysutils/rdiff-backup: Makefile distinfo sysutils/rdiff-backup/patches: patch-setup_py sysutils/rdiff-backup/pkg: DESCR PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/08/16 03:13:48 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 8.2.0 -> 8.3.0 Changelog:

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2023/08/16 03:10:49 Modified files: sysutils/ansible-core: Makefile distinfo sysutils/ansible-core/pkg: PLIST Log message: Update ansible-core 2.15.2 -> 2.15.3 Changelog:

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:29:02 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.50.1.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:26:57 Modified files: net/coredns: Makefile distinfo modules.inc Log message: Update to coredns-1.11.1.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:17:08 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-443.0.0.

Re: [Update] fonts/juliamono

2023-08-16 Thread Sebastien Marie
On Tue, Aug 15, 2023 at 08:17:31PM +0100, Laurence Tratt wrote: > A simple update to fonts/juliamono: tested working fine (though, as with > any font update, it will tend to mess up running applications, which > then need to be restarted). > > > Laurie commited. thanks. > > > diff --git

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2023/08/16 01:13:20 Modified files: fonts/juliamono: Makefile distinfo Log message: update fonts/juliamono to 0.050 from maintainer

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:05:07 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.29.27.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:04:47 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py3-s3transfer-0.6.2.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:04:15 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.27.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 01:03:17 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.31.27.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2023/08/16 00:59:57 Modified files: net/dino : Makefile Log message: Temporarily mark BROKEN until the regression is newer vala is fixed.

CVS: cvs.openbsd.org: ports

2023-08-16 Thread Stefan Hagen
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2023/08/16 00:30:12 Modified files: mail/gmime30 : Makefile mail/gmime30/patches: patch-tests_test-mime_c Added files: mail/gmime30/patches: patch-gmime_gmime-utils_c Log message: Fix

Re: [fix] mail/gmime: Fix rfc2047 token decoding logic for base64 encodings

2023-08-16 Thread Antoine Jacoutot
Ok — Antoine > On 16 Aug 2023, at 07:57, Stefan Hagen wrote: > > Stuart Henderson wrote (2023-08-14 18:04 CEST): >>> On 2023/08/14 10:40, Antoine Jacoutot wrote: >>> On Mon, Aug 14, 2023 at 08:44:25AM +0200, Stefan Hagen wrote: Hi, there's a bug in gmime, which is affecting