CVS: cvs.openbsd.org: ports

2022-12-30 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2022/12/30 19:19:07

Modified files:
www/py-bokeh   : Makefile distinfo 
www/py-bokeh/pkg: PLIST 
Added files:
www/py-bokeh/patches: patch-pyproject_toml 

Log message:
www/py-bokeh: update to 3.0.3

Changelogs for 3.0.0-3.0.3:
https://docs.bokeh.org/en/latest/docs/releases.html

OK sthen@



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2022/12/30 19:17:53

ports/www/py-bokeh/patches

Update of /cvs/ports/www/py-bokeh/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22110/patches

Log Message:
Directory /cvs/ports/www/py-bokeh/patches added to the repository



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2022/12/30 19:02:02

Modified files:
sysutils/loki  : Makefile distinfo 

Log message:
sysutils/loki: update to 2.7.1

changelog:
* Add single compactor http client for delete and gennumber clients.
This fixes a bug caused by the accidental introduction of different
HTTP clients for compactor and gennumber operations that resulted
in 404s when only the gennumber middlewares were enabled
* Change default deletion mode to filter-only on account of the bug
* Delete can now be performed over GRPC

ok landry@



Re: CVS: cvs.openbsd.org: ports

2022-12-30 Thread Pascal Stumpf
On Fri, 30 Dec 2022 04:33:06 -0700 (MST), Omar Polo wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   o...@cvs.openbsd.org2022/12/30 04:33:06
> 
> Modified files:
>   net/endlessh   : Makefile 
>   net/endlessh/pkg: PLIST 
> 
> Log message:
> net/endlessh: add missing @newuser
> 
> ok tb
> 

Still does not work as intended though without a config file.


Index: Makefile
===
RCS file: /home/anoncvs/cvs/ports/net/endlessh/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile30 Dec 2022 11:33:06 -  1.2
+++ Makefile30 Dec 2022 23:02:09 -
@@ -6,7 +6,7 @@ GH_COMMIT = dfe44eb2c5b6fc3c48a39ed826fe
 
 V =1.1pre20210430
 DISTNAME = endlessh-$V
-REVISION = 0
+REVISION = 1
 CATEGORIES =   net security
 
 MAINTAINER =   Michael 
Index: pkg/endlessh.rc
===
RCS file: /home/anoncvs/cvs/ports/net/endlessh/pkg/endlessh.rc,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 endlessh.rc
--- pkg/endlessh.rc 29 Dec 2022 23:41:22 -  1.1.1.1
+++ pkg/endlessh.rc 30 Dec 2022 23:02:23 -
@@ -1,7 +1,7 @@
 #!/bin/ksh
 
 daemon="${LOCALBASE}/bin/endlessh"
-daemon_flags=-s
+daemon_flags="-s -4"
 daemon_user=_endlessh
 rc_bg=YES
 
Index: pkg/endlessh6.rc
===
RCS file: /home/anoncvs/cvs/ports/net/endlessh/pkg/endlessh6.rc,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 endlessh6.rc
--- pkg/endlessh6.rc29 Dec 2022 23:41:22 -  1.1.1.1
+++ pkg/endlessh6.rc30 Dec 2022 23:02:33 -
@@ -1,7 +1,7 @@
 #!/bin/ksh
 
 daemon="${LOCALBASE}/bin/endlessh"
-daemon_flags=-s -6
+daemon_flags="-s -6"
 daemon_user=_endlessh
 rc_bg=YES
 



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/12/30 14:58:55

Modified files:
security/kc: Makefile distinfo 

Log message:
Update security/kc to 2.5.1 from maintainer/upstream Lévai, Dániel



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/12/30 14:36:24

Modified files:
net/tdesktop   : Makefile distinfo 

Log message:
update to tdesktop 4.5.0



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Dave Voutila
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2022/12/30 12:27:53

Removed files:
sysutils/firmware/vmm/patches: patch-src_fw_paravirt_h 
   patch-src_post_c 

Log message:
Forgot to remove the un-needed patch files.



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/12/30 11:12:43

Modified files:
lang/go: Makefile 
Added files:
lang/go/patches: patch-src_sync_atomic_atomic_test_go 
 patch-src_sync_atomic_type_go 

Log message:
lang/go: backport fix for regression that caused www/gotosocial build
failure.

ok jsing sthen



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2022/12/30 09:51:37

Modified files:
lang/go: Makefile distinfo 

Log message:
Switch lang/go binary bootstrap to 1.19.4.

In particular, this binary bootstrap works on armv7, meaning that lang/go
should build and become available on this platform again (apparently no
one else uses Go on armv7, given how long it has been broken for).

Thanks to tb@ for reporting the issue and testing a newer bootstrap.



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/12/30 09:06:07

Modified files:
net/tg_owt : Makefile 
Removed files:
net/tg_owt/patches: patch-CMakeLists_txt 

Log message:
drop obsolete patch

It used to silence a warning at startup that nolonger appears and upstream
will eventually remove the offending code, anyway.

Now tg_owt also builds without any pending PRs or local patches.



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Dave Voutila
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2022/12/30 08:48:39

Modified files:
sysutils/firmware/vmm: Makefile 
sysutils/firmware/vmm/patches: patch-src_fw_paravirt_c 
   patch-src_fw_paravirt_h 
   patch-src_optionroms_c 
   patch-src_post_c 

Log message:
Drop memory range and screen-debug patches in SeaBIOS.

Now that vmd(8) supports communicating e820 ranges via fw_cfg, we
No longer need the patches that make SeaBIOS identify the guest
memory via the nvram registers.

vmd(8) already communicates etc/screen-and-debug via fw_cfg as well,
so drop that patch, too.

OK sthen@, mlarkin@



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Tracey Emery
CVSROOT:/cvs
Module name:ports
Changes by: tra...@cvs.openbsd.org  2022/12/30 07:39:23

Modified files:
devel/arduino-esp32: Tag: OPENBSD_7_2 Makefile 
devel/arduino-esp32/patches: Tag: OPENBSD_7_2 patch-platform_txt 

Log message:
backport fix for missed compiler tag in devel/arduino-esp32. ok sthen@



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/12/30 04:33:06

Modified files:
net/endlessh   : Makefile 
net/endlessh/pkg: PLIST 

Log message:
net/endlessh: add missing @newuser

ok tb



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/12/30 03:59:47

Modified files:
net/tut: Makefile distinfo modules.inc 
net/tut/pkg: PLIST 

Log message:
update net/tut to 1.0.31

1.0.28:
- new command :refetch and leader `refetch' that feteches a toot again
- new timeline and leader special for filtered timelines (e.g. only boosts)
- filters are done server-side as later mastodon versions
- mixed use of `spoiler' `cw' are now removed and `cw' used consistently.
(old names in config still works)

1.0.29
- new timeline for mentions
- new command :move-window and leaders move-window-*
- new command and leader :close-window
- new leader `switch' to change timeline
- various bugfixes

1.0.30
- allow only setting the name in switch and not showBoosts and showReplies

1.0.31
- manpages!  see tut(1), tut(5) and tut(7)
- add file extension to media files



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2022/12/30 02:56:59

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20221230



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Jan Klemkow
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/12/30 02:52:48

Modified files:
misc   : Makefile 

Log message:
Hook lchat to build

ok op@



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Jan Klemkow
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2022/12/30 02:51:06

Log message:
Import lchat, a suckless ii chat frontend.

Tweaks & OK op@

Status:

Vendor Tag: jan
Release Tags:   jan_20221230

N ports/misc/lchat/Makefile
N ports/misc/lchat/distinfo
N ports/misc/lchat/pkg/DESCR
N ports/misc/lchat/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-12-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/12/30 02:17:33

Modified files:
games/naev : Makefile 
games/naev/patches: patch-meson_build 

Log message:
Missing LIB_DEPENDS on net/enet + regen WANTLIB.
Drop uneeded patch chunk while here.