CVS: cvs.openbsd.org: ports

2023-08-10 Thread Lucas Raab
CVSROOT:/cvs
Module name:ports
Changes by: lr...@cvs.openbsd.org   2023/08/10 19:02:06

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

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

ok sthen@



godot - update included GodotSteam to version 3.20

2023-08-10 Thread Thomas Frohwein
Hi,

This update for Godot updates the bundled GodotSteam to the latest
version 3.20. There is a bit of churn with matching the API to
goldberg_emulator, but no fundamental change. Upstream has also changed
its versioning of GodotSteam releases FYI.

Changelog is here: https://godotsteam.com/changelog/godot3/

I've tested this with a couple of use cases, including the Godot games
Brotato, Cruelty Squad, and SokoSolitaire without any new issues.

ok?

Index: Makefile
===
RCS file: /cvs/ports/games/godot/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile2 Aug 2023 22:01:51 -   1.46
+++ Makefile10 Aug 2023 21:34:39 -
@@ -4,10 +4,10 @@ COMMENT-main =2D and 3D game engine
 COMMENT-tools= 2D and 3D game engine (with tools)
 
 V =3.5.2
-GODOTSTEAM_V = g352-s157-gs3193
+GODOTSTEAM_V = v3.20
 DISTNAME = godot-${V}-stable
 PKGNAME =  godot-${V}
-REVISION = 2
+REVISION = 3
 
 CATEGORIES =   games
 
@@ -122,7 +122,7 @@ post-extract:
cp -R   ${FILESDIR}/sndio ${WRKDIST}/drivers
cp  ${FILESDIR}/ujoy/joypad_openbsd.{cpp,h} \
${WRKDIST}/platform/x11/
-   cp -R   ${WRKDIR}/GodotSteam-${GODOTSTEAM_V} ${WRKSRC}/godotsteam
+   mv  ${WRKDIR}/GodotSteam-${GODOTSTEAM_V:S/v//} ${WRKSRC}/godotsteam
 
 pre-configure:
${SUBST_CMD} ${WRKSRC}/misc/dist/linux/*.desktop
Index: distinfo
===
RCS file: /cvs/ports/games/godot/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo30 Jul 2023 19:57:20 -  1.19
+++ distinfo10 Aug 2023 21:34:39 -
@@ -1,4 +1,4 @@
-SHA256 (godot-3.5.2/g352-s157-gs3193.tar.gz) = 
fkEgw4Z1qS5NbmdXJpB/yOVUOMRiPCo0ZQCvcKfLDHk=
 SHA256 (godot-3.5.2/godot-3.5.2-stable.tar.xz) = 
tDodaynqJby6+86/e6CEMmGqEjfic5SUU4oiANjHvmI=
-SIZE (godot-3.5.2/g352-s157-gs3193.tar.gz) = 185341
+SHA256 (godot-3.5.2/v3.20.tar.gz) = 
FoAl3iZ+1CWwIPXwJZ9S7q3QMn//RslYT06tXkc38QU=
 SIZE (godot-3.5.2/godot-3.5.2-stable.tar.xz) = 24047432
+SIZE (godot-3.5.2/v3.20.tar.gz) = 253832
Index: patches/patch-godotsteam_godotsteam_cpp
===
RCS file: /cvs/ports/games/godot/patches/patch-godotsteam_godotsteam_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-godotsteam_godotsteam_cpp
--- patches/patch-godotsteam_godotsteam_cpp 30 Jul 2023 19:57:20 -  
1.1
+++ patches/patch-godotsteam_godotsteam_cpp 10 Aug 2023 21:34:39 -
@@ -2,13 +2,12 @@ stub Steam::inputActionEventCallback
 stub setDualSenseTriggerEffect
 remove deprecated/incompatible namespaces ISteamHTMLSurface
 InitiateGameConnection_DEPRECATED => InitiateGameConnection
-fix DEFVAL(NULL) ambiguous conversion -> back port cherry-picked from
-commit 5f38ffca92fc348aa103903196f8bcec2cbbd38b
+fix/remove dualsense/SCE namespace
 
 Index: godotsteam/godotsteam.cpp
 --- godotsteam/godotsteam.cpp.orig
 +++ godotsteam/godotsteam.cpp
-@@ -1866,7 +1866,7 @@ void Steam::keyChar(uint32 unicode_char, int key_modif
+@@ -1885,7 +1885,7 @@ void Steam::keyChar(uint32 unicode_char, int key_modif
if(this_handle == 0){
this_handle = browser_handle;
}
@@ -17,7 +16,7 @@ Index: godotsteam/godotsteam.cpp
}
  }
  
-@@ -1877,7 +1877,7 @@ void Steam::keyDown(uint32 native_key_code, int key_mo
+@@ -1896,7 +1896,7 @@ void Steam::keyDown(uint32 native_key_code, int key_mo
if(this_handle == 0){
this_handle = browser_handle;
}
@@ -26,7 +25,7 @@ Index: godotsteam/godotsteam.cpp
}
  }
  
-@@ -1888,7 +1888,7 @@ void Steam::keyUp(uint32 native_key_code, int key_modi
+@@ -1907,7 +1907,7 @@ void Steam::keyUp(uint32 native_key_code, int key_modi
if(this_handle == 0){
this_handle = browser_handle;
}
@@ -35,7 +34,7 @@ Index: godotsteam/godotsteam.cpp
}
  }
  
-@@ -1910,7 +1910,7 @@ void Steam::mouseDoubleClick(HTMLMouseButton mouse_but
+@@ -1929,7 +1929,7 @@ void Steam::mouseDoubleClick(HTMLMouseButton mouse_but
if(this_handle == 0){
this_handle = browser_handle;
}
@@ -44,7 +43,7 @@ Index: godotsteam/godotsteam.cpp
}
  }
  
-@@ -1921,7 +1921,7 @@ void Steam::mouseDown(HTMLMouseButton mouse_button, ui
+@@ -1940,7 +1940,7 @@ void Steam::mouseDown(HTMLMouseButton mouse_button, ui
if(this_handle == 0){
this_handle = browser_handle;
}
@@ -53,7 +52,7 @@ Index: godotsteam/godotsteam.cpp
}
  }
  
-@@ -1943,7 +1943,7 @@ void Steam::mouseUp(HTMLMouseButton mouse_button, uint
+@@ -1962,7 +1962,7 @@ void Steam::mouseUp(HTMLMouseButton mouse_button, uint
if(this_handle == 0){
this_handle = browser_handle;

Re: [MAINTAINER UPDATE] www/honk 0.9.91 > 1.0.0

2023-08-10 Thread A Tammy


On 8/10/23 15:11, Horia Racoviceanu wrote:
> Upgrade to v1.0.0
> - Install the honk.8 man page only (suggested by tedu@)
> - Update the package MESSAGE and README
committed thanks!
> changelog
>
> ### 1.0.0 Happy Honker
>
> + A great big honk composition text box.
>
> + More reliable search.
>
> + Secret tags.
>
> + Mentions link locally.
>
> + ::: spoiler markdown
>
> + Fix the bonk and zonk crash.
>
> + New threaded display order.
>
> + Improved search.
>
> + Tuned up superdeliverator.
>
> + Import from instagram.
>
> + Improve handling of some Page and Link objects.
>
> + Other federation fixes.
>
> + Search can now load external posts.
>
> + Some hypercard opengraph markup for previews.
>
> Announcement:
> https://honk.tedunangst.com/u/tedu/h/B8GfH6xzq81S5Qvv44
> https://flak.tedunangst.com/post/honk-10



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Aisha Tammy
CVSROOT:/cvs
Module name:ports
Changes by: ai...@cvs.openbsd.org   2023/08/10 14:56:38

Modified files:
www/honk   : Makefile distinfo 
www/honk/pkg   : MESSAGE PLIST README 

Log message:
update to 1.0.0

from maintainer Horia Racoviceanu



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Edd Barrett
CVSROOT:/cvs
Module name:ports
Changes by: e...@cvs.openbsd.org2023/08/10 14:14:56

Modified files:
print/texlive/base: Makefile distinfo 
print/texlive/base/pkg: PLIST-mktexlsr 
print/texlive/texmf: Makefile 
print/texlive/texmf/files: update_plist_hints.py write_plists.py 
print/texlive/texmf/pkg: PLIST-buildset 

Log message:
print/texlive: fix texlive_mktexlsr.

Naddy noticed that texlive_mktexlsr, when installed alone (without the rest of
texlive), doesn't work. In turn this breaks the mktexlsr-local @tag.

The reason: although texlive_mktexlsr installs ${PREFIX}/bin/mktexlsr, it's a
symlink to a shell script provided by texlive_buildset (which texlive_mktexlsr
doesn't depend upon).

(It's likely that ${PREFIX}/bin/mktexlsr wasn't always a symlink, because this
must have worked when espie@ created texlive_mktexlsr and added the @tag for
it)

Solution: move the shell script into texlive_mktexlsr.

LGTM sthen@, thanks.



Re: lang/ocaml and IBT WAS: amd64: IBT bulk build breakage

2023-08-10 Thread Christian Weisgerber
Anil Madhavapeddy:

> I’m just catching up; is a recent amd64 snapshot enough to get an
> IBT-enabled system?

You also need a CPU that supports IBT, i.e., where dmesg shows the
"IBT" flag in the cpuX line.  As far as I know, that means an Intel
processor of the Alder Lake generation (12th gen Core) or later.
AMD does not have it.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



[MAINTAINER UPDATE] www/honk 0.9.91 > 1.0.0

2023-08-10 Thread Horia Racoviceanu
Upgrade to v1.0.0
- Install the honk.8 man page only (suggested by tedu@)
- Update the package MESSAGE and README

changelog

### 1.0.0 Happy Honker

+ A great big honk composition text box.

+ More reliable search.

+ Secret tags.

+ Mentions link locally.

+ ::: spoiler markdown

+ Fix the bonk and zonk crash.

+ New threaded display order.

+ Improved search.

+ Tuned up superdeliverator.

+ Import from instagram.

+ Improve handling of some Page and Link objects.

+ Other federation fixes.

+ Search can now load external posts.

+ Some hypercard opengraph markup for previews.

Announcement:
https://honk.tedunangst.com/u/tedu/h/B8GfH6xzq81S5Qvv44
https://flak.tedunangst.com/post/honk-10
Index: Makefile
===
RCS file: /cvs/ports/www/honk/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile8 Apr 2023 16:56:52 -   1.22
+++ Makefile10 Aug 2023 18:51:26 -
@@ -1,6 +1,6 @@
 COMMENT =  federated status conveyance
 
-DISTNAME = honk-0.9.91
+DISTNAME = honk-1.0.0
 CATEGORIES =   www
 
 HOMEPAGE = https://humungus.tedunangst.com/r/honk
@@ -37,9 +37,9 @@ post-build:
 .endfor
 
 post-install:
+   ${INSTALL_MAN} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/honk.8 \
+   ${PREFIX}/man/man8
 .for p in 1 3 5 7 8
-   ${INSTALL_MAN} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${p} \
-   ${PREFIX}/man/man${p}
rm ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${p}
 .endfor
${INSTALL_DATA_DIR} ${DOCDIR}/toys
@@ -47,6 +47,9 @@ post-install:
${DOCDIR}/toys
${INSTALL_DATA} 
${MODGO_WORKSPACE}/src/${ALL_TARGET}/{LICENSE,README,docs/*} \
${DOCDIR}/
+   ${INSTALL_DATA_DIR} ${EXAMPLESDIR}/memes
+   ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/memes/* \
+   ${EXAMPLESDIR}/memes/
${INSTALL_DATA_DIR} ${EXAMPLESDIR}/views
${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/views/* \
${EXAMPLESDIR}/views/
Index: distinfo
===
RCS file: /cvs/ports/www/honk/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo8 Apr 2023 16:56:52 -   1.13
+++ distinfo10 Aug 2023 18:51:26 -
@@ -1,2 +1,2 @@
-SHA256 (honk-0.9.91.tgz) = +NFWTTMVdngWsC8/EIN2xJC/5C4naaAekk/YoA17wFk=
-SIZE (honk-0.9.91.tgz) = 516396
+SHA256 (honk-1.0.0.tgz) = +0W9HncN+51dRE9bWJU4cAfYOc5bxNAqPe4xY+4UFg0=
+SIZE (honk-1.0.0.tgz) = 626391
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
retrieving revision 1.2
diff -u -p -r1.2 MESSAGE
--- pkg/MESSAGE 8 Apr 2023 16:56:52 -   1.2
+++ pkg/MESSAGE 10 Aug 2023 18:51:26 -
@@ -1 +1 @@
-The database has changed since version 0.9.8. See the pkg-readme.
+The database has changed since version 0.9.91. See the pkg-readme.
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
retrieving revision 1.12
diff -u -p -r1.12 PLIST
--- pkg/PLIST   8 Apr 2023 16:56:52 -   1.12
+++ pkg/PLIST   10 Aug 2023 18:51:26 -
@@ -7,13 +7,6 @@
 @bin bin/saytheday
 @bin bin/sprayandpray
 @bin bin/youvegothonks
-@man man/man1/hfcs.1
-@man man/man1/honk.1
-@man man/man1/intro.1
-@man man/man3/honk.3
-@man man/man3/vim.3
-@man man/man5/honk.5
-@man man/man7/activitypub.7
 @man man/man8/honk.8
 @mode 750
 @owner _honk
@@ -59,6 +52,9 @@ share/doc/honk/vim.3.html
 @sample ${LOCALSTATEDIR}/honk/docs/vim.3.html
 share/doc/pkg-readmes/${PKGSTEM}
 share/examples/honk/
+share/examples/honk/memes/
+share/examples/honk/memes/twowires.jpg
+@sample ${LOCALSTATEDIR}/honk/memes/twowires.jpg
 share/examples/honk/schema.sql
 @sample ${LOCALSTATEDIR}/honk/schema.sql
 share/examples/honk/views/
@@ -94,14 +90,14 @@ share/examples/honk/views/icon.png
 @sample ${LOCALSTATEDIR}/honk/views/icon.png
 share/examples/honk/views/login.html
 @sample ${LOCALSTATEDIR}/honk/views/login.html
+share/examples/honk/views/mastodon.css
+@sample ${LOCALSTATEDIR}/honk/views/mastodon.css
 share/examples/honk/views/misc.js
 @sample ${LOCALSTATEDIR}/honk/views/misc.js
 share/examples/honk/views/msg.html
 @sample ${LOCALSTATEDIR}/honk/views/msg.html
 share/examples/honk/views/onts.html
 @sample ${LOCALSTATEDIR}/honk/views/onts.html
-share/examples/honk/views/pleroma.css
-@sample ${LOCALSTATEDIR}/honk/views/pleroma.css
 share/examples/honk/views/style.css
 @sample ${LOCALSTATEDIR}/honk/views/style.css
 share/examples/honk/views/xzone.html
Index: pkg/README
===
RCS file: /cvs/ports/www/honk/pkg/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- pkg/README  8 Apr 2023 16:56:52 -   1.7
+++ pkg/README  10 Aug 2023 18:51:26 -
@@ -36,7 +36,7 @@ Site CSS may 

Re: lang/ocaml and IBT WAS: amd64: IBT bulk build breakage

2023-08-10 Thread Theo de Raadt
> yes, -current has it enabled now. But in order to catch those problems
> you'll need a CPU that supports it, too ... on amd64 that would be
> Tiger Lake(?) and later. I think.

it is any "laptop / desktop" cpu from gen11 onwards, which is most things
in the last 3 years



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/08/10 12:50:58

Modified files:
infrastructure/mk: README.internals 

Log message:
add some significant words wrt places that must be kept in synch with *mk



Re: lang/ocaml and IBT WAS: amd64: IBT bulk build breakage

2023-08-10 Thread Volker Schlecht

Hi Anil,

On 8/10/23 19:39, Anil Madhavapeddy wrote:

On 8 Aug 2023, at 20:49, Volker Schlecht  wrote:


Cc: Maintainer

On 7/31/23 14:28, Christian Weisgerber wrote:

I managed to run a full bulk build on my T14 G3 with IBT.  Kudos
to Lenovo for engineering a laptop that can build for days on end
without melting down.
The following ports fail to build:
devel/ocaml-menhir  # OCaml
sysutils/opam   # OCaml
x11/lablgtk3# OCaml
I included an uncommitted USE_NOBTICF fix for sysutils/findlib, but
there seems to remain another problem with some OCaml ports.


With the attached patch, I get a lang/ocaml that builds ocaml-menhir and
lablgtk3 successfully on my IBT enabled amd64 machine.



I’m just catching up; is a recent amd64 snapshot enough to get an
IBT-enabled system?


yes, -current has it enabled now. But in order to catch those problems 
you'll need a CPU that supports it, too ... on amd64 that would be Tiger

Lake(?) and later. I think.


I’m testing out OCaml 5.1~rc1, and the testsuite fully passes.  Might
be easier to just upgrade to that instead. 


afaict, 4.14 should have the changes that I backported in my diff, too.
Having said that, I've been wanting to play with OCaml 5.x for a while
now, so if I can support with that effort, let me know.


It would mean turning i386
and arm32 into bytecode-only architectures, but that’s got to happen at
some stage.


I remember the last time you mentioned that, there were implications for
compcert on i386, so I'm copying daniel@ into the discussion.

cheers,
Volker



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Tim van der Molen
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/10 11:50:28

Modified files:
www/nostt  : Makefile distinfo 
www/nostt/pkg  : PLIST 
Removed files:
www/nostt/patches: patch-nostt_c 

Log message:
Update to nostt 1.3

>From Sijmen J. Mulder (upstream)



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2023/08/10 11:49:19

Modified files:
infrastructure/lib/DPB: PortInfo.pm 

Log message:
allow suffixed variable names, convert MASTER_SITESn to it.
(to be used for much more shortly)



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2023/08/10 10:07:17

Modified files:
security/libssh2: Makefile distinfo 
security/libssh2/patches: patch-tests_Makefile_in 
security/libssh2/pkg: PLIST 

Log message:
Update to libssh2-1.11.0, ok sthen@



PostgreSQL 15.4

2023-08-10 Thread Jeremy Evans
Simple update to the latest release of PostgreSQL.  Release announcement at:
https://www.postgresql.org/about/news/postgresql-154-149-1312-1216-1121-and-postgresql-16-beta-3-released-2689/

Fixes a couple CVEs:

CVE-2023-39417: Extension script @substitutions@ within quoting allow
SQL injection.

CVE-2023-39418: MERGE fails to enforce UPDATE or SELECT row security
policies.

Tested on amd64.  I will backport to -stable after committing to -current.

Only significant port change is to stop fighting update-plist and use
the substitution. 

OKs?

Thanks,
Jeremy

Index: Makefile
===
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.295
diff -u -p -r1.295 Makefile
--- Makefile19 May 2023 17:10:09 -  1.295
+++ Makefile10 Aug 2023 14:16:40 -
@@ -5,7 +5,7 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
 COMMENT-plpython=Python procedural language for PostgreSQL
 COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
 
-VERSION=   15.3
+VERSION=   15.4
 PREV_MAJOR=14
 DISTNAME=  postgresql-${VERSION}
 PKGNAME-main=  postgresql-client-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.97
diff -u -p -r1.97 distinfo
--- distinfo19 May 2023 17:10:09 -  1.97
+++ distinfo10 Aug 2023 14:17:34 -
@@ -1,2 +1,2 @@
-SHA256 (postgresql-15.3.tar.gz) = CG04Uz4odHlmpNXx546kMuM6ePIdy5EzAQ7LUYn62Yw=
-SIZE (postgresql-15.3.tar.gz) = 29946539
+SHA256 (postgresql-15.4.tar.gz) = DhHu5yPdflmmNAUrwb/JvmBeVcHMo/Zun8JdOjlPsDA=
+SIZE (postgresql-15.4.tar.gz) = 29978353
Index: pkg/PLIST-docs
===
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.110
diff -u -p -r1.110 PLIST-docs
--- pkg/PLIST-docs  19 May 2023 17:10:10 -  1.110
+++ pkg/PLIST-docs  10 Aug 2023 14:33:04 -
@@ -715,10 +715,11 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
-share/doc/postgresql/html/release-15.html
-share/doc/postgresql/html/release-15-1.html
-share/doc/postgresql/html/release-15-2.html
-share/doc/postgresql/html/release-15-3.html
+share/doc/postgresql/html/release-${V_MAJOR}-1.html
+share/doc/postgresql/html/release-${V_MAJOR}-2.html
+share/doc/postgresql/html/release-${V_MAJOR}-3.html
+share/doc/postgresql/html/release-${V_MAJOR}-4.html
+share/doc/postgresql/html/release-${V_MAJOR}.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/10 09:44:51

Modified files:
devel/spidermonkey102: Makefile 

Log message:
Drop one too many EXTRACT_SUFX.



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/08/10 08:09:36

Modified files:
sysutils/firmware/amd: Tag: OPENBSD_7_2 Makefile distinfo 

Log message:
update -stable amd-firmware to 20230809



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/08/10 08:09:19

Modified files:
sysutils/firmware/amd: Tag: OPENBSD_7_3 Makefile distinfo 

Log message:
update -stable amd-firmware to 20230809



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/08/10 08:07:07

Modified files:
net/scamper: Makefile distinfo 

Log message:
update to scamper-20230614a



Re: [Update] security/libssh2

2023-08-10 Thread Stuart Henderson
On 2023/08/10 08:41, Benoit Lecocq wrote:
> Hello ports,
> 
> Update for libssh2 to 1.11.0:
> https://www.libssh2.org/changes.html
> 
> OK? Comments?
> 
> Cheers
> Benoit

I don't see a reason to bump major; minor looks enough

otherwise OK



[Update] security/libssh2

2023-08-10 Thread Benoit Lecocq
Hello ports,

Update for libssh2 to 1.11.0:
https://www.libssh2.org/changes.html

OK? Comments?

Cheers
Benoit

libssh2-1.11.0.diff
Description: Binary data


CVS: cvs.openbsd.org: ports

2023-08-10 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/10 01:50:55

Modified files:
net/dendrite   : Makefile 
net/dnscrypt-proxy: Makefile 
net/syncthing  : Makefile 
net/tailscale  : Makefile 

Log message:
Mark ports that don't build with Go 1.21 BROKEN



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/08/10 01:29:46

Modified files:
www: Makefile 

Log message:
hook www/shiori



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/08/10 01:28:59

Modified files:
infrastructure/db: user.list 

Log message:
new user for www/shiori



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Paco Esteban
CVSROOT:/cvs
Module name:ports
Changes by: p...@cvs.openbsd.org2023/08/10 01:27:19

Log message:
import www/shiori

DESCR:
Shiori is a simple bookmarks manager written in the Go language. Intended as
a simple clone of Pocket. You can use it as a command line application or as
a web application.

with help from aisha@ and semarie@

ok aisha@

Status:

Vendor Tag: paco
Release Tags:   paco_20230810

N ports/www/shiori/Makefile
N ports/www/shiori/distinfo
N ports/www/shiori/modules.inc
N ports/www/shiori/pkg/DESCR
N ports/www/shiori/pkg/PLIST
N ports/www/shiori/pkg/README
N ports/www/shiori/pkg/shiori.rc
N ports/www/shiori/pkg/shiori.login

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2023/08/10 00:51:56

Modified files:
lang/go: Makefile distinfo 
lang/go/patches: 
 patch-src_cmd_asm_internal_asm_testdata_riscv64_s 
 patch-src_cmd_dist_build_go 
 patch-src_cmd_internal_obj_riscv_cpu_go 
 patch-src_cmd_internal_obj_riscv_obj_go 
 patch-src_cmd_internal_objabi_reloctype_go 
 patch-src_cmd_internal_objabi_reloctype_string_go 
 patch-src_cmd_link_internal_amd64_asm_go 
 patch-src_cmd_link_internal_arm64_asm_go 
 patch-src_cmd_link_internal_ld_data_go 
 patch-src_cmd_link_internal_ld_elf_go 
 patch-src_cmd_link_internal_ld_lib_go 
 patch-src_cmd_link_internal_ld_pcln_go 
 patch-src_cmd_link_internal_loadelf_ldelf_go 
 patch-src_cmd_link_internal_loong64_asm_go 
 patch-src_cmd_link_internal_mips64_asm_go 
 patch-src_cmd_link_internal_mips64_obj_go 
 patch-src_cmd_link_internal_ppc64_asm_go 
 patch-src_cmd_link_internal_riscv64_obj_go 
 patch-src_cmd_link_internal_x86_asm_go 
 patch-src_debug_elf_elf_go 
 patch-src_runtime_asm_mips64x_s 
 patch-src_runtime_defs_openbsd_mips64_go 
 patch-src_runtime_defs_openbsd_riscv64_go 
 patch-src_runtime_os_openbsd_syscall2_go 
 patch-src_runtime_proc_go 
 patch-src_runtime_sys_openbsd_mips64_s 
 patch-src_runtime_sys_openbsd_riscv64_s 
 patch-src_syscall_exec_unix_go 
lang/go/pkg: PLIST 
Added files:
lang/go/patches: patch-src_internal_platform_supported_go 
 patch-src_internal_platform_zosarch_go 
Removed files:
lang/go/patches: patch-src_cmd_link_internal_ld_config_go 
 patch-src_cmd_link_internal_ld_main_go 

Log message:
Update lang/go to 1.21.0.

Thanks to tb@ for putting several versions through a bulk build.

ok tb@



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/10 00:50:04

Modified files:
sysutils/terragrunt: Makefile distinfo modules.inc 

Log message:
Update to terragrunt-0.48.7.



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/10 00:44:25

Modified files:
sysutils/consul-template: Makefile distinfo modules.inc 

Log message:
Update to consul-template-0.33.0.



CVS: cvs.openbsd.org: ports

2023-08-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/10 00:41:08

Modified files:
audio/pulseaudio: Makefile 
audio/pulseaudio/pkg: PLIST 

Log message:
Regen PLIST, some @sample need the full hierarchy.