update salt to 3003.5 to make it compatible with >= 3.1

2022-07-14 Thread Florian Obser
Just when I thought I was out, they pull me back in... On startup I'm seeing this: import salt.utils.jinja File "/usr/local/lib/python3.9/site-packages/salt/utils/jinja.py", line 28, in from jinja2 import BaseLoader, Markup, TemplateNotFound, nodes ImportError: cannot import name 'M

check_openbgpd: "when is deprecated"

2024-05-15 Thread Florian Obser
with the perl update I get this: # /usr/local/libexec/nagios/check_openbgpd -c 10:25 -u when is deprecated at /usr/local/libexec/nagios/check_openbgpd line 268. when is deprecated at /usr/local/libexec/nagios/check_openbgpd line 272. when is deprecated at /usr/local/libexec/nagios/check_openbg

Re: NEW: math/rink

2024-05-21 Thread Florian Obser
On 2024-05-21 10:09 +01, Stuart Henderson wrote: > This seems quite a nice units-aware calculator. OK to import? Looks neat. While it knows about stone and seam, it sadly misses important derived units like the assload (8 stone) and buttload (6 seams). -- In my defence, I have been left unsupe

update: stow 2.4.0

2024-06-18 Thread Florian Obser
I started to use stow to manage my dotfiles between my work laptop (macOS) and OpenBSD machines. I started to use --dotfiles because homebrew has 2.4.0 and I was not aware of problems. stow 2.3.1 on OpenBSD got very confused by this, for example: UNLINK: .config MKDIR: .config stow: ERROR: stow

Re: nginx: imrpove compatibiliy with unwind

2024-06-23 Thread Florian Obser
On 2024-06-23 15:50 +02, Otto Moerbeek wrote: > On Sun, Jun 23, 2024 at 03:43:54PM +0200, Otto Moerbeek wrote: > >> It is possible to argue that it is correct in doing so, *if* it >> didn't set the AD flag in the request > > or added the DO flag > I think the problem is that unwind is a bit too e

Re: security/vpnc: dhclient -> ifconfig inet autoconf

2024-07-12 Thread Florian Obser
On 2024-07-12 03:05 -06, "Theo de Raadt" wrote: > Stuart Henderson wrote: > >> This change won't work directly as the following lines currently need >> blocking until dhcp has fetched an address but I don't think it's worth it. > > Right. > > We have entered a world where dynamic address negoti

update toot to 0.38.1

2023-07-25 Thread Florian Obser
I want to use toot to backup my mute and block lists from cron so I contributed code upstream. It landed in 0.38. I've not used toot before, tests from people who actually use it would be appreciated. Also I'm just smashing stones together here like an animal, I've no idea if the diff is correct.

fixed-slab variant for iosevka font

2023-08-06 Thread Florian Obser
I recently discovered the iosevka font and I like the Fixed Slab variant best. This adds a new package and while here updates the font to 26.0.1. Tests, OKs? commit a2587e7df8a07f2a307c74d83c9dcf2c2623b25e Author: Florian Obser Date: Sun Aug 6 16:56:36 2023 +0200 update to 26.0.1 diff

Re: fixed-slab variant for iosevka font

2023-08-07 Thread Florian Obser
On 2023-08-06 17:23 -04, Morgan Aldridge wrote: > On Sun, Aug 6, 2023 at 4:46 PM Edd Barrett wrote: > >> On Sun, Aug 06, 2023 at 09:40:18PM +0100, Edd Barrett wrote: >> > Hi, >> > >> > On Sun, Aug 06, 2023 at 05:02:59PM +0200, Florian Obser wrote: >&g

move gelatod to codeberg

2023-09-03 Thread Florian Obser
I've moved gelatod to https://codeberg.org/fobser/gelatod GitHub thinks I'm a supplier and it's one me to fix software supply chain issues[1]. Uh huh, no. OK? (as far as I know I don't need to bump revision for this) diff --git net/gelatod/Makefile net/gelatod/Makefile index 25b1fa41fbe..2563c62

Re: move gelatod to codeberg

2023-09-03 Thread Florian Obser
Thanks, this is in know. How long should I leave the github repo in place? Do bulk builders care? This is also not the most important package in the world... -- In my defence, I have been left unsupervised.

NEW: riff

2023-09-04 Thread Florian Obser
Information for inst:riff-2.25.2 Comment: diff tool highlighting which parts of lines have changed Description: Riff is a wrapper around diff that highlights which parts of lines have changed. Thanks to solene@ for getting me out of the weeds and explaining how porting rust stuff actually works

postgres: improve upgrade notes slightly

2020-02-08 Thread Florian Obser
Today I successfully upgraded postgres from 11 to 12 using the pg_upgrade method. It went flawelessly, thanks! I noticed that pg_dumpall and initdb like to examine the current working directory, for example with current working directory /root: # su _postgresql -c "pg_dumpall -U postgres > /var/

Re: postgres: improve upgrade notes slightly

2020-02-08 Thread Florian Obser
I suck at ports, sorry. This one probably bumps revision correctly. diff --git Makefile Makefile index 8cd12215710..bedd120acd5 100644 --- Makefile +++ Makefile @@ -16,7 +16,7 @@ PKGNAME-docs= postgresql-docs-${VERSION} PKGNAME-contrib=postgresql-contrib-${VERSION} PKGNAME-plpython=postgresql-pl

py-msgpack 1.0.0 upgrade broke salt

2020-03-10 Thread Florian Obser
The release notes have * Remove encoding option from the Packer and Unpacker. ( https://github.com/msgpack/msgpack-python/blob/v1.0.0/ChangeLog.rst ) $ doas salt-minion Process Process-1: Traceback (most recent call last): File "/usr/local/lib/python2

Re: py-msgpack 1.0.0 upgrade broke salt

2020-03-10 Thread Florian Obser
I don't have an opinion on how best to fix this, so don't wait on me ;) On 10 March 2020 21:28:42 CET, Bjorn Ketelaars wrote: >On Tue 10/03/2020 19:49, Florian Obser wrote: >> The release notes have >> >> * Remove encoding option from the Packer and Unpacker. >

Re: py-msgpack 1.0.0 upgrade broke salt

2020-03-11 Thread Florian Obser
FWIW this one works for me, pkg_add also sees it as an updated. Thanks, Florian On Tue, Mar 10, 2020 at 10:45:08PM +0100, Florian Obser wrote: > I don't have an opinion on how best to fix this, so don't wait on me ;) > > On 10 March 2020 21:28:42 CET, Bjorn Ketelaars wrote: &

p5-Net-DNS-0.83 & p5-Net-DNS-SEC-0.20 doesn't update cleanly

2015-09-13 Thread Florian Obser
note sure if there was something weird on my system, but I had to pkg_delete & pkg_add p5-Net-DNS p5-Net-DNS-SEC. [florian@vultr:~]$ sysctl kern.version kern.version=OpenBSD 5.8-current (GENERIC) #1282: Sat Sep 12 14:54:47 MDT 2015 dera...@amd64.openbsd

[UPDATE] powerdns 3.4.5 -> 3.4.6

2015-09-15 Thread Florian Obser
Simple update, contains a fix for CVE-2015-5230 ( https://doc.powerdns.com/md/security/powerdns-advisory-2015-02/ ) Works for me[tm] on amd64 OK? diff --git Makefile Makefile index c4846e1..f17f8a4 100644 --- Makefile +++ Makefile @@ -9,7 +9,7 @@ COMMENT-mysql= MySQL database access modul

update powerdns to 3.4.7

2015-11-06 Thread Florian Obser
simple update, OK? diff --git Makefile Makefile index a99daed..797c066 100644 --- Makefile +++ Makefile @@ -9,7 +9,7 @@ COMMENT-mysql= MySQL database access module for PowerDNS COMMENT-pgsql= PGSQL database access module for PowerDNS COMMENT-ldap= LDAP module for Power

evince segfaults in sse2_composite_over_n_8_8888, i386, Dec 12 snapshot

2012-12-21 Thread Florian Obser
Hi, evince-3.6.1 segfaults with this pdf: http://gowers.files.wordpress.com/2012/02/elsevierstatementfinal.pdf I tried a known good pdf (used to work in september) and get the same bt. Thanks, Florian GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the

[NEW] git-cvs

2013-01-16 Thread Florian Obser
: Florian Obser WWW: https://github.com/ustuehler/git-cvs jasper suggested I should ask uwe if he already has a port - no response as of today. My understandig is that zip downloads from github are not stable. I cloned the

Re: [NEW] git-cvs

2013-01-16 Thread Florian Obser
updated port, version number is now 2012.01.28 - the day of the last commit. On Wed, Jan 16, 2013 at 03:44:14PM +, Florian Obser wrote: > > Information for inst:git-cvs-2013.01.10 > > Comment: > import

Re: [NEW] git-cvs

2013-01-16 Thread Florian Obser
updated port version number is now 0.0.2012.01.28 use {RUN,BUILD}_DEPENDS instead of LIB_DEPENDS On Wed, Jan 16, 2013 at 03:44:14PM +, Florian Obser wrote: > > Information for inst:git-cvs-2013.01.10 >

firefox-18.0p0 segfaults on start Jan 11 i386 snapshot

2013-01-21 Thread Florian Obser
Hi, I updated from Dec 21 to Jan 11 snapshot and now firefox crashes on start. inst:firefox-18.0p0 I removed the .mozilla directory. firefox shows two tabs and then crashes without loading the active tab. I think on the Dec 21 snapshot I had ff17 Other X programs seem to be running fine including

Re: [NEW] git-cvs

2013-01-22 Thread Florian Obser
updated port - forgot devel/git RUN_DEPENDS - py-rcsparse is only a RUN_DEPENDS anyone want to ok an import? On Wed, Jan 16, 2013 at 06:08:13PM +, Florian Obser wrote: > updated port > version number is now 0.0.2012.01.28 > use {RUN,BUILD}_DEPENDS instead of LIB_DEPENDS > >

Re: Firefox and large images

2013-04-10 Thread Florian Obser
On Wed, Apr 10, 2013 at 03:57:21PM +, Christian Weisgerber wrote: > Workarounds are setting MOZ_DISABLE_IMAGE_OPTIMIZE=1 in the environment > or disabling gfx.xrender.enabled in about:config. (You have to > restart Firefox after toggling gfx.xrender.enabled.) I see the samething with landry's

Re: UPDATE: Nextcloud-14.0.0

2018-09-27 Thread Florian Obser
For the archives, after upgrading from 13.0.5 to 14.0.0 I get an internal server error from nextcloud. I'm running with httpd(8) and chroot(2)'ed php-fpm. Enabling debug logging and logging to syslog in /var/www/nextcloud/config/config.php via 'loglevel' => 0, 'log_type' => 'syslog', reveals

munin-node needs net/p5-IO-Socket-INET6 for IPv6

2018-11-08 Thread Florian Obser
It's already there for the server... OK? (I will be traveling the next days, if it's OK, just put it in for me. This was prompted by a question from Alarig Le Lay (alarig AT swordarmor.fr) on misc) diff --git Makefile Makefile index 04680f52a5f..97935a943ac 100644 --- Makefile +++ Makefile @@ -9,

burp 2.2.12

2018-11-25 Thread Florian Obser
I started to use burp 2.1 the other day and has the shortcoming that it can only listen on one port. And :: means IPv6 in OpenBSD, you don't magically get a v4 socket, too. 2.2.12 gained the feature of listening on multiple sockets, but the syntax changed: -address = :: -port = 4971 +listen = 0.

Re: burp 2.2.12

2018-11-28 Thread Florian Obser
On Wed, Nov 28, 2018 at 09:49:28AM -0500, Brian Callahan wrote: > Hi Florian -- > > On 11/25/18 5:40 AM, Florian Obser wrote: > > I started to use burp 2.1 the other day and has the shortcoming that > > it can only listen on one port. And :: means IPv6 in OpenBSD, you > &g

burp (re-)installs /etc/burp/clientconfdir/testclient

2018-11-29 Thread Florian Obser
/etc/burp/clientconfdir/testclient contains a well known password (it's simmilar to the combination on my luggage). So on installation I remove that file. An upgrade puts it back. That seems... unwise. The way I understand things anyone who can connect to the burp server can request a cert with t

Re: www/apache-httpd-openbsd doesn't make

2014-03-24 Thread Florian Obser
On 03/24/2014 03:41 PM, Stuart Henderson wrote: > On 2014/03/24 15:29, Marcus MERIGHI wrote: >> (Where's that ``Bad system call (core dumped)'' comming from?) > > It's coming from an old binary that you have lying around on your system > which needs cleaning. Look for the core file for a clue as

Re: NEW: security/polarssl

2014-04-18 Thread Florian Obser
On Thu, Apr 17, 2014 at 11:01:06AM +0100, Stuart Henderson wrote: > I was looking at this too as it has some OpenSSL interop tests > which it would be useful for us to be able to run. I've attached what > I have so far for this, but it's not ready yet; it only builds a static > library, tests hang

UPDATE: net/powerdns to 3.3.1

2014-05-13 Thread Florian Obser
This is a major update for powerdns. changelog: http://doc.powerdns.com/html/changelog.html#changelog-auth-3-3 ff. Lightly tested, including dnssec on amd64 + sparc64 with sqlite. I'm going to test mysql + postgres in the next days (don't expect any suprises there). More tests would be appreciate

rspamd with opensmtpd-filter-rspamd, missing X-Spam-Symbols

2019-09-22 Thread Florian Obser
I recently moved from action "mda_with_aliases" mda \ "/usr/local/bin/rspamc --mime --exec '/usr/local/libexec/dovecot/dovecot-lda -f %{sender} -d %{dest:strip} -a %{dest}'" \ alias user vmail to filter rspamd proc-exec "filter-rspamd" and action "mda_with_aliases" mda \

Re: add pledge to devel/cvsweb

2019-09-27 Thread Florian Obser
On Fri, Sep 27, 2019 at 09:28:39AM +0200, Solene Rapenne wrote: > On Thu, Sep 26, 2019 at 05:40:38PM +0200, Otto Moerbeek wrote: > > On Thu, Sep 26, 2019 at 05:27:08PM +0200, Solene Rapenne wrote: > > > > > Hi, now that we have OpenBSD::pledge I thought it would be nice to use > > > it in devel/cv

Re: [Update] mail/opensmtpd-filters/rspamd

2019-09-28 Thread Florian Obser
On Sat, Sep 28, 2019 at 08:18:57AM +, gil...@poolp.org wrote: > Hello, > > The following diff updates filter-rspamd to 0.1.3: > > - fixes a concurrency-related crash which has been observed by patrick@ and > otto@ > - adds X-Spam-Symbols which was requested by florian@ Requested it such a s

Re: [Update] mail/opensmtpd-filters/rspamd

2019-09-29 Thread Florian Obser
On Sat, Sep 28, 2019 at 07:46:16PM +0200, Florian Obser wrote: > On Sat, Sep 28, 2019 at 08:18:57AM +, gil...@poolp.org wrote: > > Hello, > > > > The following diff updates filter-rspamd to 0.1.3: > > > > - fixes a concurrency-related crash which has been o

py-git2 & salt

2020-04-14 Thread Florian Obser
FYI, today I updated my salt master from OpenBSD 6.6-current (GENERIC.MP) #55: Sun Mar 15 02:21:01 MDT 2020 OpenBSD 6.7-beta (GENERIC.MP) #127: Mon Apr 13 21:22:35 MDT 2020 and due to a commit to quirks I got this: py-git2-0.28.2->py3-git2-1.0.1p1: ok salt master is now of course failing: 20

Re: py-git2 & salt

2020-04-14 Thread Florian Obser
On Tue, Apr 14, 2020 at 11:43:59AM +0100, Raf Czlonka wrote: > It was also me who has sent the quirks diff as py-git2 is now > Python3-only so there wasn't much point in delaying this as, Salt > with Git users, we're probably in minority of pygit2 consumers. Yep, thanks for this. This would have b

opensmtpd-extras -main & python 2.7

2020-04-17 Thread Florian Obser
Hi, with Robert's awesome work of updating salt and switching it to python3 nearly all my servers are python2 free. Except for one where I have opensmtpd-extras installed: $ cat /var/db/pkg/python-2.7.17p1/+REQUIRED_BY opensmtpd-extras-6.6.0p2v0 Note that this is not the -python flavour. I sta

Re: opensmtpd-extras -main & python 2.7

2020-04-17 Thread Florian Obser
On Sat, Apr 18, 2020 at 01:38:20AM +0200, Klemens Nanni wrote: > On Sat, Apr 18, 2020 at 01:34:47AM +0200, Joerg Jung wrote: > > thanks, but please hold-off for a second, as giovanni is already going > > to commit a diff to upgrade to latest release 6.7.0 better he merges > > the line then into his

Re: opensmtpd-extras -main & python 2.7

2020-04-19 Thread Florian Obser
works for me, but I'm only using the -main package and only the passwd table from that. Thanks, Florian On Sat, Apr 18, 2020 at 10:21:29PM +0200, Giovanni Bechis wrote: > On Sat, Apr 18, 2020 at 01:38:20AM +0200, Klemens Nanni wrote: > > On Sat, Apr 18, 2020 at 01:34:47AM +0200, Joerg Jung wrote:

salt & openbsd package branch names

2020-05-14 Thread Florian Obser
I'm installing burp 2.1 on my systems thusly with salt: burp-pkgs: pkg.installed: - pkgs: - burp%2.1 This works reasonably well, except that salt doesn't understand that 2.1 is already installed. So on every highstate run it tries to install it again. pkg_add usually does nothing.

Re: salt & openbsd package branch names

2020-05-15 Thread Florian Obser
On Fri, May 15, 2020 at 09:49:42AM +0100, Stuart Henderson wrote: > On 2020/05/15 08:46, Florian Obser wrote: > > pkg_add usually does nothing. Except when a new snapshot is out, then > > I get a new version of quirks installed. > > that is expected because quirks is "

Re: fetchmail update, test wanted

2021-07-29 Thread Florian Obser
fetchmail: 6.4.20 querying pop.gmx.de (protocol POP3) at Thu Jul 29 09:02:15 2021: poll started Trying to connect to 212.227.17.185/110...connected. fetchmail: POP3< +OK POP server ready H migmx020 0MVSXe-1mgVaz2peI-00YxO4 fetchmail: POP3> CAPA fetchmail: POP3< +OK Capability list follows fetchmai

update: ephemetoot 3.1.2

2021-08-23 Thread Florian Obser
Hi, the new version of ephemetoot allows archiving of media_attachments next to the toots (which is kinda my fault). OK? diff --git www/ephemetoot/Makefile www/ephemetoot/Makefile index a1dcdbfb11a..073b324bc76 100644 --- www/ephemetoot/Makefile +++ www/ephemetoot/Makefile @@ -2,9 +2,8 @@ COM

Re: update: ephemetoot 3.1.2

2021-08-23 Thread Florian Obser
On 2021-08-23 18:37 +02, Paco Esteban wrote: > On Mon, 23 Aug 2021, Florian Obser wrote: > >> Hi, >> >> the new version of ephemetoot allows archiving of media_attachments next >> to the toots (which is kinda my fault). >> >> OK? > > Hi Florian.

UPDATE: net/powerdns

2013-05-20 Thread Florian Obser
So I was updating our (debian based) nameservers from pdns 2.x to 3.x the other day and was thinkig: Why not Zoidberg^WOpenBSD? Changelog: http://doc.powerdns.com/html/changelog.html#changelog-auth-3-2 * DNSSEC support (we ;) ) * sqlite2 is gone "The gsqlite (SQLite 2) backend was removed. W

Re: UPDATE: net/powerdns

2013-05-20 Thread Florian Obser
updated diff * no need for autoconf-2.67 * keep conflict markers pointed out by sthen@, thanks! Index: Makefile === RCS file: /cvs/ports/net/powerdns/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile21 M

Re: UPDATE: net/powerdns

2013-05-22 Thread Florian Obser
So I put my speedos on and booted benno's sparc64. Doesn't look good. Testing dnssec with the build in polarssl results in: Program received signal SIGSEGV, Segmentation fault. [Switching to thread 1006154] memset (dst=0x641e3ef22, c=255, n=18446744073709539052) at /usr/src/lib/libc/string/me

nsca-ng 64 bit time_t segfault on i386

2013-09-12 Thread Florian Obser
send_nsca segfaults on i386 (presumably on all 32bit archs): #0 strlen (str=0xd ) at /usr/src/lib/libc/string/strlen.c:43 43 for (s = str; *s; ++s) (gdb) bt #0 strlen (str=0xd ) at /usr/src/lib/libc/string/strlen.c:43 #1 0x01d1a302 in __vfprintf (fp=0xcfbd753c, fmt0=0

464xlat / gelatod

2021-11-16 Thread Florian Obser
So, I had an evening to waste the other day and noticed that I can ping 9.9.9.9 from my android phone while connected to an IPv6-only network. I want that on my laptop as well, so I wrote gelatod(*) --- gelatod is a CLAT (Customer-side transLATor) configuration daemon. It is part of 464XLAT, an ar

Re: 464xlat / gelatod

2021-11-16 Thread Florian Obser
:22:00 CET, Klemens Nanni wrote: >On Tue, Nov 16, 2021 at 06:56:53PM +0100, Florian Obser wrote: >> So, I had an evening to waste the other day and noticed that I can ping >> 9.9.9.9 from my android phone while connected to an IPv6-only network. >> I want that on my lap

Re: 464xlat / gelatod

2021-11-17 Thread Florian Obser
y run in such an environment build from source. It's easy enough after all. More comments inline. On 2021-11-17 09:32 +01, Bjorn Ketelaars wrote: > On Tue 16/11/2021 19:22, Klemens Nanni wrote: >> On Tue, Nov 16, 2021 at 06:56:53PM +0100, Florian Obser wrote: >> > So, I

Re: sysutils/upobsd removal

2021-11-26 Thread Florian Obser
Thank you very much for upobsd. I used it for years to automate upgrades and it was the reason for sysupgrade(8). Great work! It also was the source of inspiration on how to quickly test install.sub diffs, that was a huge timesaver. -- I'm not entirely sure you are real.

Re: fonts/iosevka-fonts: fix packaging of slab variant

2023-11-17 Thread Florian Obser
I see this already went in. Thanks for fixing this up. -- In my defence, I have been left unsupervised.

check_smtp with -D busted in 2.3.5

2023-11-23 Thread Florian Obser
monitoring-plugins-2.3.3p0: $ /usr/local/libexec/nagios/check_smtp -D "20 10" -H 2001:19f0:6c00:8501:5400:ff:fe04:3f -S OK - Certificate 'mx.xa23.de' will expire on Sun May 5 21:59:00 2024 +. monitoring-plugins-2.3.5: $ /usr/local/libexec/nagios/check_smtp -D "20 10" -H 2001:19f0:6c00:8501:

gelatod 1.5

2023-11-26 Thread Florian Obser
I've just released 1.5. Bug Fixes * struct nd_opt_pref64 only contains the top 96 bits of an IPv6 address, make sure to only copy those. Misc Changes * guard against re-defining ND_OPT_PREF64 and struct nd_opt_pref64 OK? diff --git Makefile Makefile index c432bd2011e..401f3fbc3c4 100644 --- Mak

ephemetoot depends on py3-setuptools?!

2023-01-09 Thread Florian Obser
Hi there, after moving ephemetoot to a different server it failed thusly: Traceback (most recent call last): File "/usr/local/bin/ephemetoot", line 5, in from ephemetoot.console import main File "/usr/local/lib/python3.10/site-packages/ephemetoot/console.py", line 33, in import pkg

prometheus sigbus

2023-01-13 Thread Florian Obser
This is $ pkg_info prometheus Information for inst:prometheus-2.37.4 on kern.version=OpenBSD 7.2-current (GENERIC.MP) #938: Thu Jan 12 23:53:42 MST 2023 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP # rcctl -d start prometheus doing _rc_parse_conf prometheus_flags empty

Re: prometheus sigbus

2023-01-13 Thread Florian Obser
gdb says this: Thread 7 received signal SIGBUS, Bus error. [Switching to thread 581635] runtime.memmove () at /usr/local/go/src/runtime/memmove_amd64.s:151 151 MOVBAX, (DI) ktrace: https://vultr.tlakh.xyz/pub/ktrace.txt On 2023-01-13 15:35 +01, Florian Obser wrote: > This

Re: prometheus sigbus

2023-01-13 Thread Florian Obser
This works, thanks! On 2023-01-13 17:04 +01, Claudio Jeker wrote: > On Fri, Jan 13, 2023 at 03:56:10PM +0100, Florian Obser wrote: >> gdb says this: >> >> Thread 7 received signal SIGBUS, Bus error. >> [Switching to thread 581635] >> runtime.memmove () at /usr/l

dnscrypt-proxy: Unable to set the close on exec flag: [function not implemented]

2024-01-03 Thread Florian Obser
Hi there, dnscrypt-proxy fails thusly on -current: Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: dnscrypt-proxy 2.1.5 Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: Network connectivity detected Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: Dropping privileges Jan 3 17:07:29 x395 dnscrypt-proxy[54029]:

Re: tweak pkg_* footgun messages

2024-01-13 Thread Florian Obser
On 2024-01-13 18:16 +01, Peter Hessler wrote: > This change doesn't make a difference. End-Users aren't going to care > about the difference between "should" and "may". They're just going to > run it regardless. I don't think so. People don't read, we know this. RFC 6919 seems relevant though:

Re: dnscrypt-proxy: Unable to set the close on exec flag: [function not implemented]

2024-01-17 Thread Florian Obser
On 2024-01-03 17:14 +01, Florian Obser wrote: > Hi there, > > dnscrypt-proxy fails thusly on -current: > > Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: dnscrypt-proxy 2.1.5 > Jan 3 17:07:29 x395 dnscrypt-proxy[54029]: Network connectivity detected > Jan 3 17:07:29 x395

py3-netaddr-1.0.0 breaks ansible.utils.ipaddr('public')

2024-02-13 Thread Florian Obser
thusly: An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'IPAddress' object has no attribute 'is_private' See also: https://github.com/ansible-collections/ansible.utils/issues/331 This fixes it for me for now, but I didn't have th

Re: acme-client: add challenge hook to support dns-01

2024-02-21 Thread Florian Obser
On 2024-02-20 22:32 +01, Christopher Zimmermann wrote: > Hi, > > this diff adds a challenge hook to acme-client. This hook can be used > to fulfill challenges. For example by putting the requested files onto > a remote http server (http-01 challenge) or by modifying dns records > (dns-01 challenge

Re: acme-client: add challenge hook to support dns-01

2024-02-21 Thread Florian Obser
On 2024-02-21 09:03 +01, Florian Obser wrote: > On 2024-02-20 22:32 +01, Christopher Zimmermann wrote: >> Hi, >> >> this diff adds a challenge hook to acme-client. This hook can be used >> to fulfill challenges. For example by putting the requested files onto >&

Re: Dealing with software using Linux TCP socket options

2024-08-22 Thread Florian Obser
On 2024-08-22 00:38 +02, David Uhden Collado wrote: >>> 2. Linux TCP Socket Options: SimpleXMQ, on which the SimpleX Chat CLI client >>> depends, uses Linux-specific TCP socket options [2] that are not available >>> in OpenBSD [3], namely TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT. My >>> questi

Re: how accurate or helpful is scan-build-16 in clang-16 in identifying bugs / issues in code at build time ?

2024-08-27 Thread Florian Obser
On 2024-08-27 15:35 +02, Janne Johansson wrote: > Den mån 26 aug. 2024 kl 00:14 skrev Tom Smyth : >> Folks, >> Im just wondering what other porters experience of scan-build for the >> projects that you are maintaining ? >> has it been useful in identifying bugs?... or is the analysis engine too

Re: [rfc] postgresql extensions & pg_upgrade

2023-04-18 Thread Florian Obser
On 2023-04-18 15:47 +02, Landry Breuil wrote: > Le Tue, Apr 18, 2023 at 09:04:00AM +0100, Stuart Henderson a écrit : >> On 2023/04/18 09:05, Landry Breuil wrote: >> > What do postgresql users do when upgrading databases with extensions ? >> > Use the manual dump/restore way ? >> >> That's what I

Re: Atkinson Hyperlegible vs. Emacs (and xfontsel and gimp)

2023-05-06 Thread Florian Obser
This fixes my problem. The font still works in Firefox, too. OK florian fwiw On 2023-05-06 19:44 +02, Matthieu Herrb wrote: > On Sat, May 06, 2023 at 02:03:48PM +0200, Florian Obser wrote: >> This is on amd64 -current with >> Information for inst:atkinson-hyperlegible-2020.0514

NEW: IntelOne Mono font

2023-05-23 Thread Florian Obser
So I'm officially an old fart. I love the Atkinson Hyperlegible, time to look for a monospace font as well. I find this slightly easier on the eyes than the source code pro I used previously, but it takes up more space. I'm not yet sure if I'll stick with it. I used atkinson-hyperlegible and liter

Re: NEW: IntelOne Mono font

2023-05-23 Thread Florian Obser
On 2023-05-23 07:56 -06, "Anthony J. Bentley" wrote: > Florian Obser writes: >> They don't seem to be sure what to call the damn thing. >> - Intel One Mono >> - IntelOne Mono >> - intel-one-mono >> >> I went with "IntelOne Mono" be

Re: [update] sysutils/grafana to 9.5.1

2023-05-26 Thread Florian Obser
On 2023-05-18 02:45 UTC, Lucas Raab wrote: > On Thu, Apr 27, 2023 at 09:20:11AM +, Lucas Raab wrote: >> Hello, >> >> Here's an update for grafana to 9.5.1. I've run a couple 9.4.* releases >> between the last update and this one. 9.4.* and 9.5.1 have been running fine. >> >> Other tests with

Re: [update] sysutils/grafana to 9.5.1

2023-05-30 Thread Florian Obser
OK florian fwiw On 2023-05-27 20:08 UTC, Lucas Raab wrote: > On Fri, May 26, 2023 at 11:51:31AM +0200, Florian Obser wrote: >> On 2023-05-18 02:45 UTC, Lucas Raab wrote: >> > On Thu, Apr 27, 2023 at 09:20:11AM +, Lucas Raab wrote: >> >> Hello, >> >&

Re: NEW: IntelOne Mono font

2023-06-07 Thread Florian Obser
On 2023-06-07 03:02 -06, "Anthony J. Bentley" wrote: > Someone reminded me I forgot to actually send this out. Here it is. > I didn't bother adding the extra bits to fetch and install the license, > because as with most fonts, the license information is embedded in both > the OTF and TTF metadata,

Re: Nextcloud upgrade path

2023-06-08 Thread Florian Obser
On 2023-06-08 16:31 +02, Giovanni Bechis wrote: > Hi, > I have a Nextcloud 23.x instance running on OpenBSD 7.3. > pkg_add(1) suggests to upgrade to 24.x and then to 25.x before next release. > > $ doas pkg_add -ui > [...] > --- +nextcloud-23.0.12p1 --- > Nextcloud 23 is EOL upstre

NEW: meta/kinderunix

2024-04-13 Thread Florian Obser
since this is a ports hackathon and I need to earn my keep... cf. https://honk.tedunangst.com/u/tedu/h/wsYs143QST1fS2XlBY Comments, OKs? Information for inst:kinderunix-0.0.1 Comment: meta-package for transitioning from linux Description: All the world is systemd/Linux. Maintainer: The OpenBS

UPDATE: devel/py-tzlocal to 1.3

2016-11-02 Thread Florian Obser
tested with net/py-ripe.atlas.tools OK? diff --git devel/py-tzlocal/Makefile devel/py-tzlocal/Makefile index a5bc50c..c5281b4 100644 --- devel/py-tzlocal/Makefile +++ devel/py-tzlocal/Makefile @@ -2,7 +2,7 @@ COMMENT = python tzinfo object for the local timezone -MODPY_EGG_VERSIO

UPDATE: py-ripe.atlas.tools (+libs)

2016-11-02 Thread Florian Obser
What we currently have doesn't work after an api change. OK? diff --git net/py-ripe.atlas.cousteau/Makefile net/py-ripe.atlas.cousteau/Makefile index a32370a..e47817a 100644 --- net/py-ripe.atlas.cousteau/Makefile +++ net/py-ripe.atlas.cousteau/Makefile @@ -2,7 +2,7 @@ COMMENT =

UPDATE: py-websocket-client

2016-11-02 Thread Florian Obser
tested with net/py-ripe.atlas.tools OK? diff --git net/py-websocket-client/Makefile net/py-websocket-client/Makefile index b2fb81a..7759836 100644 --- net/py-websocket-client/Makefile +++ net/py-websocket-client/Makefile @@ -2,7 +2,7 @@ COMMENT = WebSocket client for Python -MODP

UPDATE: net/py-socketio-client

2016-11-02 Thread Florian Obser
tested with net/py-ripe.atlas.tools OK? diff --git net/py-socketio-client/Makefile net/py-socketio-client/Makefile index 7a1cf49..910f1c8 100644 --- net/py-socketio-client/Makefile +++ net/py-socketio-client/Makefile @@ -2,7 +2,7 @@ COMMENT = python socket.io client library -MODP

Re: UPDATE: py-ripe.atlas.tools (+libs)

2016-11-07 Thread Florian Obser
On Sat, Nov 05, 2016 at 01:30:11AM +0100, Daniel Jakots wrote: > On Wed, 2 Nov 2016 19:54:17 +0100, Daniel Jakots > wrote: > > > On Wed, 2 Nov 2016 15:51:24 +, Florian Obser > > wrote: > > > > > What we currently have doesn't work after an api chang

Re: UPDATE: py-ripe.atlas.tools (+libs)

2016-11-07 Thread Florian Obser
On Mon, Nov 07, 2016 at 01:17:08PM +0100, Daniel Jakots wrote: > On Mon, 7 Nov 2016 10:43:05 +0000, Florian Obser > wrote: > > > So ripe-atlas works with python3 (I expected that), but it is not > > seen as an update. That is however beyond me how to fix that. > >

Re: pdnsd leftover unextraexec line in powerdns port

2017-01-13 Thread Florian Obser
dns/Makefile index 5ea79a7042e..fb84ab8948a 100644 --- net/powerdns/Makefile +++ net/powerdns/Makefile @@ -18,7 +18,7 @@ PKGNAME-ldap= powerdns-ldap-${V} CATEGORIES=net HOMEPAGE= http://www.powerdns.com/ MAINTAINER=Florian Obser -REVISION-main=

UPDATE: powerdns 4.0.3

2017-01-19 Thread Florian Obser
= powerdns-ldap-${V} CATEGORIES=net HOMEPAGE= http://www.powerdns.com/ MAINTAINER=Florian Obser -REVISION-main= 1 MULTI_PACKAGES=-main -mysql -pgsql -ldap diff --git distinfo distinfo index 906c55e201a..a72bcaa2468 100644

cannot send utf8 charakters with gajim + OpenPGP encryption

2012-07-17 Thread Florian Obser
Hi, I get the following stack trace: Exception in thread Thread-48: Traceback (most recent call last): File "/usr/local/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/usr/local/lib/python2.7/threading.py", line 504, in run self.__target(*self.__args, **s

Re: cannot send utf8 charakters with gajim + OpenPGP encryption

2012-07-17 Thread Florian Obser
On Tue, Jul 17, 2012 at 02:24:25PM +0200, Stefan Sperling wrote: > On Tue, Jul 17, 2012 at 07:39:44AM +0000, Florian Obser wrote: > > Hi, > > > > I get the following stack trace: > > > > Exception in thread Thread-48: > > Traceback (most recent call last

Re: cannot send utf8 charakters with gajim + OpenPGP encryption

2012-07-17 Thread Florian Obser
Sorry, forgot to add: this was mainly for the archives, there is nothing here to fix. On Tue, Jul 17, 2012 at 12:51:22PM +, Florian Obser wrote: > On Tue, Jul 17, 2012 at 02:24:25PM +0200, Stefan Sperling wrote: > > On Tue, Jul 17, 2012 at 07:39:44AM +, Florian Obser wrote:

[NEW] dnsfilter

2012-11-07 Thread Florian Obser
n: dnsfilter is a filter and rate limiter for the Domain Name System. DNS queries should be redirected into the filter using the pf(4) divert-packet command. Maintainer: Florian Obser WWW: http://sha256.net/dnsfilter/

Re: [NEW] dnsfilter

2012-11-10 Thread Florian Obser
updated port: - remove EXTRACT_SUFX - use LIB_DEPENDS instead of {BUILD,RUN}_DEPENDS pointed out by landry, thanks! 0.3 -> 0.4 - fix typos in error/warn messages, from giovanni, thanks! tested on amd64, builds on sparc64 ok? -- I'm not entirely sure you are real. dnsfilter.tar.gz Description

UPDATE: PowerDNS 3.4.9

2016-06-03 Thread Florian Obser
Works for me[tm] Changelog: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-349 OK? diff --git Makefile Makefile index 38b60f4..23a1ddf 100644 --- Makefile +++ Makefile @@ -8,7 +8,7 @@ COMMENT-mysql= MySQL database access module for PowerDNS COMMENT-pgsql=

Re: UPDATE: PowerDNS 3.4.9

2016-06-09 Thread Florian Obser
anyone? thanks, florian On Fri, Jun 03, 2016 at 12:48:59PM +, Florian Obser wrote: > Works for me[tm] > > Changelog: > https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-349 > > OK? > > diff --git Makefile Makefile > index 38b60f4..23

PowerDNS 4.0.1: c++11 clue bat needed

2016-08-30 Thread Florian Obser
So, PowerDNS switched to c++11. Some time ago I cargo culted the below diff. I forgot which other port I got it from, sorry. :/ So what's the done thing to get a c++11 compiler? Especially this line seems weird: +MODGCC4_ARCHS =powerpc sparc64 alpha amd64 i386 Thanks, Florian diff --gi

Re: PowerDNS 4.0.1: c++11 clue bat needed

2016-08-31 Thread Florian Obser
On Tue, Aug 30, 2016 at 05:10:19PM +0100, Stuart Henderson wrote: > On 2016/08/30 15:54, Florian Obser wrote: ... > Diff with the above changes below. Thank you so much! Very much appreciated. > > I'm getting this in a build though (with either your original diff or mine), &

[UPDATE] PowerDNS to 4.0.1

2016-08-31 Thread Florian Obser
If been running 4.x since some time. Thanks to sthen@ this update is now presentable :) OK? diff --git Makefile Makefile index 638abb3..92c83d1 100644 --- Makefile +++ Makefile @@ -8,8 +8,7 @@ COMMENT-mysql= MySQL database access module for PowerDNS COMMENT-pgsql= PGSQL databas

freeciv segfaults when opening city dialog

2016-01-16 Thread Florian Obser
no idea when this started... (gdb) bt #0 0x1b119089bc2c in _pixops_composite () from /usr/local/lib/libgdk_pixbuf-2.0.so.3200.0 #1 0x1b11908937e7 in gdk_pixbuf_composite () from /usr/local/lib/libgdk_pixbuf-2.0.so.3200.0 #2 0x1b0f615d75e5 in unit_select_dialog_update_real ()

  1   2   >