Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Stefan Moran
On Fri, 23 Aug 2024 22:00:22 +0200 Omar Polo wrote: > On 2024/08/23 21:55:41 +0200, Kirill A. Korinsky > wrote: > > On Fri, 23 Aug 2024 21:31:32 +0200, > > Omar Polo wrote: > > > > > > I'm sorry I don't know enough about perl packaging to answer. > > > However, if this is the perl module def

[MAINTAINER UPDATE] www/azorius 0.3.4 -> 0.4.0

2024-08-23 Thread Horia Racoviceanu
Upgrade to v0.4.0 changelog ### 0.4.0 Waxing Popularity + Fix some bugs. + Allow ungrouped posts to land in a none group. + Link up tags to find posts by tag. + Track fetches to send updates. + Composite groups, groups of groups. + Improved federation with Lemmy Block and Undo/Delete. + No

[MAINTAINER UPDATE] www/honk 1.3.1 -> 1.4.1

2024-08-23 Thread Horia Racoviceanu
Upgrade to v1.4.1 changelog ### 1.4.1 Antiquated Automaton + Add back a scriptable init function. + Document that go 1.20+ is now required. ### 1.4.0 Pink Peppercorn + Another tune up for thread sort. + Rework setup and admin screens. + Add some compat for forgefed activities. + TOTP for t

Re: Dealing with software using Linux TCP socket options

2024-08-23 Thread David Uhden Collado
Dear all, As mentioned in a previous email I sent to this mailing list [1], I am currently working on porting SimpleXMQ and SimpleX Chat CLI to OpenBSD. Unfortunately, I have encountered several challenges. In addition to the issue I previously discussed [1], two more complications have arisen:

Re: x11/autorandr: ship bash, fish and zsh completions

2024-08-23 Thread Ashton Fagg
Looks good. Please also remove me as maintainer. Sent from Outlook for iOS From: Klemens Nanni Sent: Friday, August 23, 2024 4:14:42 PM To: ports ; Ashton Fagg Subject: x11/autorandr: ship bash, fish and zsh completions Fish and zsh work for me, haven't tried ba

Re: flashprog

2024-08-23 Thread Anon Loli
On Fri, Aug 23, 2024 at 05:46:27AM +0200, Denis Bodor wrote: > On Thu, Aug 22, 2024 at 07:48:32PM GMT, Anon Loli wrote: > > Hi fellow maintainers! > > Can be we get a port of flashprog [1], please? > > Isn't flashprog just the new name for flashrom, which is already in > ports tree? > > -- > Den

net/syncthing: update to 2.27.10

2024-08-23 Thread Klemens Nanni
https://github.com/syncthing/syncthing/releases Feedback? OK? Index: Makefile === RCS file: /cvs/ports/net/syncthing/Makefile,v diff -u -p -r1.65 Makefile --- Makefile2 Jul 2024 19:28:58 - 1.65 +++ Makefile23 Aug 20

x11/autorandr: ship bash, fish and zsh completions

2024-08-23 Thread Klemens Nanni
Fish and zsh work for me, haven't tried bash. Fix comment while here. Feedback? OK? Index: Makefile === RCS file: /cvs/ports/x11/autorandr/Makefile,v diff -u -p -r1.10 Makefile --- Makefile6 May 2024 12:24:16 - 1.10 +++

Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Omar Polo
On 2024/08/23 21:55:41 +0200, Kirill A. Korinsky wrote: > On Fri, 23 Aug 2024 21:31:32 +0200, > Omar Polo wrote: > > > > I'm sorry I don't know enough about perl packaging to answer. However, if > > this is the perl module default, I guess it makes sense? > > > > I didn't mean to offend in an

Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Kirill A . Korinsky
On Fri, 23 Aug 2024 21:31:32 +0200, Omar Polo wrote: > > I'm sorry I don't know enough about perl packaging to answer. However, if > this is the perl module default, I guess it makes sense? > I didn't mean to offend in any way, and I've just checked a random perl port which was mail/p5-Mail-IM

Re: mail/isync: update to 1.5.0

2024-08-23 Thread Omar Polo
On 2024/08/23 08:07:29 +, Klemens Nanni wrote: > 19.08.2024 17:26, Omar Polo пишет: > >> Upstream now also forks during sync operation soley to call getaddrinfo(3) > >> asynchronously; luckily the commit reverts cleanly on top of 1.5.0, which > >> I do to avoid pledging "proc" for all use cas

Re: Dealing with software using Linux TCP socket options

2024-08-23 Thread David Uhden Collado
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 questions regarding this issue are: [...] For all of those options,

Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Omar Polo
I'm sorry I don't know enough about perl packaging to answer. However, if this is the perl module default, I guess it makes sense? Il 23 agosto 2024 20:17:00 CEST, "Kirill A. Korinsky" ha scritto: >On Fri, 23 Aug 2024 19:52:42 +0200, >Omar Polo wrote: >> >> On 2024/08/23 17:08:38 +0200, Kiri

Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Kirill A . Korinsky
On Fri, 23 Aug 2024 19:52:42 +0200, Omar Polo wrote: > > On 2024/08/23 17:08:38 +0200, Kirill A. Korinsky wrote: > > On Fri, 23 Aug 2024 11:58:09 +0200, > > Omar Polo wrote: > > > > > > works for me and the new C-b binding to play the audio is handy :) > > > > > > > Also works fine, but I've n

Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Omar Polo
On 2024/08/23 17:08:38 +0200, Kirill A. Korinsky wrote: > On Fri, 23 Aug 2024 11:58:09 +0200, > Omar Polo wrote: > > > > works for me and the new C-b binding to play the audio is handy :) > > > > Also works fine, but I've noticed that on configure stage it complains as: That's because they're r

Re: update pipe-viewer to 0.5.3

2024-08-23 Thread Kirill A . Korinsky
On Fri, 23 Aug 2024 11:58:09 +0200, Omar Polo wrote: > > works for me and the new C-b binding to play the audio is handy :) > Also works fine, but I've noticed that on configure stage it complains as: ===> Configuring for pipe-viewer-0.5.3 WARNING: the following files are missing in you

Re: p5-Mail-Milter-Authentication is 8 years old

2024-08-23 Thread giovanni
On 8/16/24 8:19 AM, Rupert Gallagher wrote: This is the new code: https://github.com/fastmail/authentication_milter Please pinch Giovanni Bechis. WIP update to latest version and drop maintainership since I no longer use this. Tests are not working yet since we lack Lock::File (at least). Gi

update pipe-viewer to 0.5.3

2024-08-23 Thread Omar Polo
works for me and the new C-b binding to play the audio is handy :) ok? Index: Makefile === RCS file: /home/cvs/ports/www/pipe-viewer/Makefile,v diff -u -p -r1.2 Makefile --- Makefile21 May 2024 07:47:17 - 1.2 +++ Makefil

Re: mail/isync: update to 1.5.0

2024-08-23 Thread Klemens Nanni
19.08.2024 17:26, Omar Polo пишет: >> Upstream now also forks during sync operation soley to call getaddrinfo(3) >> asynchronously; luckily the commit reverts cleanly on top of 1.5.0, which >> I do to avoid pledging "proc" for all use cases. >> >> https://sourceforge.net/p/isync/isync/ci/ec50c55c3