CVS: cvs.openbsd.org: ports

2024-05-22 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/22 12:19:22

Modified files:
devel/libyajl  : Makefile 
devel/libyajl/pkg: PLIST 
Added files:
devel/libyajl/patches: patch-src_yajl_tree_c 

Log message:
Fix leaks from upstream

https://github.com/lloyd/yajl/issues/250#issuecomment-1628695214
https://github.com/likema/yajl/commit/31531a6e6b5641398237ce15b7e62da02d975fc6

OK tb@



CVS: cvs.openbsd.org: ports

2024-05-17 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/17 10:01:07

Modified files:
emulators/nono : Makefile distinfo 

Log message:
Update for Nono to 0.7.2

OK rsadowski



UPDATE: Nono-0.7.2

2024-05-16 Thread Gonzalo L. Rodriguez
Hello,

Update for Nono to 0.7.2:

http://www.pastel-flower.jp/~isaki/nono/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile4 Apr 2024 09:05:23 -   1.33
+++ Makefile16 May 2024 14:30:36 -
@@ -2,7 +2,7 @@ BROKEN-i386=requires __m128i and simil
 
 COMMENT=   OMRON LUNA-I and LUNA-88K emulator
 
-DISTNAME=  nono-0.7.1
+DISTNAME=  nono-0.7.2
 CATEGORIES=emulators
 
 MAINTAINER=Gonzalo L. R. 
Index: distinfo
===
RCS file: /cvs/ports/emulators/nono/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo4 Apr 2024 09:05:23 -   1.23
+++ distinfo16 May 2024 14:30:36 -
@@ -1,2 +1,2 @@
-SHA256 (nono-0.7.1.tar.gz) = ZksHnvNhjF3junF2hkJD5NeCXVy7sf+mD+ZH+JNqnVY=
-SIZE (nono-0.7.1.tar.gz) = 3271504
+SHA256 (nono-0.7.2.tar.gz) = ik8ueMM6AmbwhE5KSOEi8LKxoyYff8prYkV1Ra6w/qg=
+SIZE (nono-0.7.2.tar.gz) = 3274816
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/14 07:57:16

Modified files:
security/osv-scanner: Makefile distinfo modules.inc 

Log message:
Update for OSV-scanner to 1.7.3

OK lraad@



CVS: cvs.openbsd.org: ports

2024-05-14 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/14 07:55:25

Modified files:
x11/smplayer   : Makefile distinfo 

Log message:
Update for SMPlayer to 23.12.0

OK rsadowski@



UPDATE: SMPlayer-23.12.0

2024-05-13 Thread Gonzalo L. Rodriguez


Hello,

Small update for SMPlayer to 23.12.0

https://www.smplayer.info/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.70
diff -u -p -r1.70 Makefile
--- Makefile3 Jan 2024 10:59:52 -   1.70
+++ Makefile26 Mar 2024 10:28:29 -
@@ -1,6 +1,6 @@
 COMMENT =  complete front-end for MPlayer and MPV
 
-DISTNAME = smplayer-23.6.0
+DISTNAME = smplayer-23.12.0
 CATEGORIES =   multimedia x11
 
 HOMEPAGE = https://www.smplayer.info/
Index: distinfo
===
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.49
diff -u -p -r1.49 distinfo
--- distinfo3 Jan 2024 10:59:52 -   1.49
+++ distinfo26 Mar 2024 10:28:29 -
@@ -1,2 +1,2 @@
-SHA256 (smplayer-23.6.0.tar.bz2) = 94x/hm4I1HKnzXyCVhIOlPGIyyqUaNhLYRKA0hMS8N4=
-SIZE (smplayer-23.6.0.tar.bz2) = 5182760
+SHA256 (smplayer-23.12.0.tar.bz2) = 
17EK/YhUIpNy47lkf0i8r1YgG7jECJ8+FNn0/8il1+0=
+SIZE (smplayer-23.12.0.tar.bz2) = 5233977
-- 

 %gonzalo



UPDATE: OSV-Scanner-1.7.3

2024-05-13 Thread Gonzalo L. Rodriguez
Hello,

Update for OSV-Scanner to 1.7.3:

https://github.com/google/osv-scanner

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/osv-scanner/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile30 Apr 2024 21:19:33 -  1.17
+++ Makefile13 May 2024 15:37:16 -
@@ -6,10 +6,9 @@ ONLY_FOR_ARCHS = aarch64 amd64 mips64 ri
 
 COMMENT =  scan your project's dependencies for vulnerabilities
 
-V =1.7.2
+V =1.7.3
 MODGO_MODNAME =github.com/google/osv-scanner
 MODGO_VERSION =v${V}
-REVISION = 0
 
 DISTNAME = osv-scanner-${MODGO_VERSION}
 PKGNAME =  osv-scanner-${V}
Index: distinfo
===
RCS file: /cvs/ports/security/osv-scanner/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo30 Apr 2024 15:00:48 -  1.15
+++ distinfo13 May 2024 15:37:17 -
@@ -6,16 +6,16 @@ SHA256 (go_modules/cloud.google.com/go/c
 SHA256 (go_modules/dario.cat/mergo/@v/v1.0.0.mod) = 
4jxLgDpsbm5FdHlG6H0kcEzXd1bMSEvf0XtXIjvzINY=
 SHA256 (go_modules/dario.cat/mergo/@v/v1.0.0.zip) = 
Gn7zlnCcWDUha7R7qSGN1ECsUwdYPGnReYzp5FfxMR0=
 SHA256 (go_modules/deps.dev/api/v3/@v/v3.0.0-20240311054650-e1e6a3d70fb7.mod) 
= 0eXe1Um8xy/dpyuzUBJiTEW2UCL1e7pk9fqR7utQyfw=
-SHA256 (go_modules/deps.dev/api/v3/@v/v3.0.0-20240411010756-f6f382da6e02.mod) 
= 0eXe1Um8xy/dpyuzUBJiTEW2UCL1e7pk9fqR7utQyfw=
-SHA256 (go_modules/deps.dev/api/v3/@v/v3.0.0-20240411010756-f6f382da6e02.zip) 
= 8LjW6YQzez4YtUodSANvyO6kF82RXdOnx0UxFux1xu4=
+SHA256 (go_modules/deps.dev/api/v3/@v/v3.0.0-20240503042720-6166138ce783.mod) 
= pOYazRwsqfHMAkCyA6YDJksvG0/CsYBwYb51HY76DXI=
+SHA256 (go_modules/deps.dev/api/v3/@v/v3.0.0-20240503042720-6166138ce783.zip) 
= 8fNjI+mNWiLWxh0TjGjqmfXT/50MP1DoAdlYwKJa1mc=
 SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240322043601-ff53416fec6a.mod) = 
GMfX16LJfwvrYJ6sPFo5mSm1N4SG0VljBrHxragt9iA=
-SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240411010756-f6f382da6e02.mod) = 
GMfX16LJfwvrYJ6sPFo5mSm1N4SG0VljBrHxragt9iA=
-SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240411010756-f6f382da6e02.zip) = 
eg7STmefbNo7q0YYGH/3RrnosixHz/4yoZcL4A1MCd8=
-SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240411010756-f6f382da6e02.mod) = 
Ezwydk7dI1904VfXoONor7gJT2N/9zAnRES3cmVvDN8=
-SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240411010756-f6f382da6e02.zip) = 
pUt9xNa8OpxuPDbzAj3EY0I6uKSPTNsfJslPcsF2M4M=
+SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240503042720-6166138ce783.mod) = 
GMfX16LJfwvrYJ6sPFo5mSm1N4SG0VljBrHxragt9iA=
+SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240503042720-6166138ce783.zip) = 
aQgr0Vc0QL2+xOz7w6tZY/nWJQugNSSgnGnS0RQLzfQ=
+SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240503042720-6166138ce783.mod) = 
aH6UY0UPHn/0kb7TNDHvcUZLcmbTY5RrFOqI32TjtLE=
+SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240503042720-6166138ce783.zip) = 
kAW5BhQxiIyh9zG5H+VGSV38CSWozlz1PNnNNs9+1F8=
 SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240109040450-1e316b822bc4.mod) = 
PBARmS9BLys0bWQHHH40BDoAiidH3bPqo/In6id0XXw=
-SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240411010756-f6f382da6e02.mod) = 
PBARmS9BLys0bWQHHH40BDoAiidH3bPqo/In6id0XXw=
-SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240411010756-f6f382da6e02.zip) = 
0CI5R2XiwQTPp26VNNbQ0wdISBAALrJ5PnuWkrDtdkA=
+SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240503042720-6166138ce783.mod) = 
PBARmS9BLys0bWQHHH40BDoAiidH3bPqo/In6id0XXw=
+SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240503042720-6166138ce783.zip) = 
BujKHydd9K0Cz1RP8L0TlXD43aBlKa8YpASJdH5MRdI=
 SHA256 (go_modules/github.com/!burnt!sushi/toml/@v/v1.3.2.mod) = 
JnfIL+dPIDdyiJpagBr7Mp2VF1UId92ssXIZFpurPt0=
 SHA256 (go_modules/github.com/!burnt!sushi/toml/@v/v1.3.2.zip) = 
XeJGoMtMJW8/1dDbigihFPWK8MLhk7vwrZASEErbtrI=
 SHA256 (go_modules/github.com/!cyclone!d!x/cyclonedx-go/@v/v0.8.0.mod) = 
X1TYnaBD7V3Tmb6nIG+3k3AcVSRgAH6nq+sCUVmMX9s=
@@ -63,7 +63,8 @@ SHA256 (go_modules/github.com/cespare/xx
 SHA256 (go_modules/github.com/charmbracelet/bubbles/@v/v0.18.0.mod) = 
su2jDRKUBD1tsG3VO5qz//NzU4qP6nzkT/T/Le6FH7o=
 SHA256 (go_modules/github.com/charmbracelet/bubbles/@v/v0.18.0.zip) = 
/aaFAlMGN00ZXoigSWVTpAJgKL3JBKLanbFBGjn2iEo=
 SHA256 (go_modules/github.com/charmbracelet/bubbletea/@v/v0.25.0.mod) = 
X7i/z5J35F3An/7PP6K2zZv7WbShgEtKQb8qQImUe9Q=
-SHA256 (go_modules/github.com/charmbracelet/bubbletea/@v/v0.25.0.zip) = 
bpeLgvyBp6nxe/s5uLeoYIxux2va2RpeT04890Mox1I=
+SHA256 (go_modules/github.com/charmbracelet/bubbletea/@v/v0.26.1.mod) = 
xo2cBM12pdoGez2Yh00n4ePKoTt6me1K8XYZwWYDV9g=
+SHA256 (go_modules/github.com/charmbracelet/bubbletea/@v/v0.26.1.zip) = 
zT0tBHAU/xGxx8j+6VWTy7HGs32GN3c40q+yD+t7nJo=
 SHA256 (go_modules/github.com/charmbracelet/glamour/@v/v0.7.0.mod) = 

CVS: cvs.openbsd.org: ports

2024-05-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/03 04:23:26

Modified files:
net/axel   : Makefile distinfo 

Log message:
Update for Axel to 2.17.14



CVS: cvs.openbsd.org: ports

2024-05-02 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/02 00:30:36

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

Log message:
Update for Artty to 1.4.8



CVS: cvs.openbsd.org: ports

2024-05-02 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/05/02 00:26:56

Modified files:
www/varnish: Makefile distinfo 

Log message:
Update for Varnish to 7.5.0



CVS: cvs.openbsd.org: ports

2024-04-30 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/30 05:06:28

Modified files:
www/nextcloud/28: Makefile distinfo 
www/nextcloud/28/pkg: PLIST 

Log message:
Update to Nextcloud to 28.0.5



UPDATE: Nextcloud-28.0.5

2024-04-26 Thread Gonzalo L. Rodriguez
Hi,

Update for Nextcloud to 28.0.5:

https://nextcloud.com/changelog/#latest28

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
diff -u -p -r1.5 Makefile
--- Makefile15 Apr 2024 07:49:15 -  1.5
+++ Makefile26 Apr 2024 15:18:48 -
@@ -1,3 +1,3 @@
-NC_VERSION=28.0.4
+NC_VERSION=28.0.5
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
diff -u -p -r1.3 distinfo
--- distinfo15 Apr 2024 07:49:15 -  1.3
+++ distinfo26 Apr 2024 15:18:48 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.4.tar.bz2) = 
m/7O4eEvukjEnppxyqgcS6ELKIR4f6t11kzP0SKhMBk=
-SIZE (nextcloud-28.0.4.tar.bz2) = 189242050
+SHA256 (nextcloud-28.0.5.tar.bz2) = 
3KEQD5W4ZLreETR3cjxxrIlxkzUsMX45zShth2NXBus=
+SIZE (nextcloud-28.0.5.tar.bz2) = 191229665
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
diff -u -p -r1.3 PLIST
--- pkg/PLIST   15 Apr 2024 07:49:15 -  1.3
+++ pkg/PLIST   26 Apr 2024 15:18:53 -
@@ -7980,12 +7980,12 @@ nextcloud/apps/activity/img/change.svg
 nextcloud/apps/activity/img/delete-color.svg
 nextcloud/apps/activity/img/notifications-dark.svg
 nextcloud/apps/activity/js/
-nextcloud/apps/activity/js/Activity-XWwZnDDc.mjs
-nextcloud/apps/activity/js/Activity-XWwZnDDc.mjs.map
-nextcloud/apps/activity/js/ActivityTab-QJRuJ-HX.mjs
-nextcloud/apps/activity/js/ActivityTab-QJRuJ-HX.mjs.map
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-PaizJQr3.mjs
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-PaizJQr3.mjs.map
+nextcloud/apps/activity/js/Activity-D_eia06P.mjs
+nextcloud/apps/activity/js/Activity-D_eia06P.mjs.map
+nextcloud/apps/activity/js/ActivityTab-Csi8e2H8.mjs
+nextcloud/apps/activity/js/ActivityTab-Csi8e2H8.mjs.map
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-JoM2Xu0z.mjs
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-JoM2Xu0z.mjs.map
 nextcloud/apps/activity/js/activity-adminSettings.mjs
 nextcloud/apps/activity/js/activity-adminSettings.mjs.map
 nextcloud/apps/activity/js/activity-api.mjs
@@ -7996,18 +7996,18 @@ nextcloud/apps/activity/js/activity-pers
 nextcloud/apps/activity/js/activity-personalSettings.mjs.map
 nextcloud/apps/activity/js/activity-sidebar.mjs
 nextcloud/apps/activity/js/activity-sidebar.mjs.map
-nextcloud/apps/activity/js/api-NR0xL2kP.mjs
-nextcloud/apps/activity/js/api-NR0xL2kP.mjs.map
-nextcloud/apps/activity/js/function-apply-T5nGdPJm.mjs
-nextcloud/apps/activity/js/function-apply-T5nGdPJm.mjs.map
-nextcloud/apps/activity/js/index-DymaRpHW.mjs
-nextcloud/apps/activity/js/index-DymaRpHW.mjs.map
-nextcloud/apps/activity/js/logger-YHHKXmsa.mjs
-nextcloud/apps/activity/js/logger-YHHKXmsa.mjs.map
-nextcloud/apps/activity/js/settings-store-rSEV5N-b.mjs
-nextcloud/apps/activity/js/settings-store-rSEV5N-b.mjs.map
-nextcloud/apps/activity/js/toast-7xJhDYMn-xABJjMIk.mjs
-nextcloud/apps/activity/js/toast-7xJhDYMn-xABJjMIk.mjs.map
+nextcloud/apps/activity/js/api-BqRqgFNj.mjs
+nextcloud/apps/activity/js/api-BqRqgFNj.mjs.map
+nextcloud/apps/activity/js/function-apply-j0ZN00j2.mjs
+nextcloud/apps/activity/js/function-apply-j0ZN00j2.mjs.map
+nextcloud/apps/activity/js/index-wOhlguUl.mjs
+nextcloud/apps/activity/js/index-wOhlguUl.mjs.map
+nextcloud/apps/activity/js/logger-BriTy9W0.mjs
+nextcloud/apps/activity/js/logger-BriTy9W0.mjs.map
+nextcloud/apps/activity/js/settings-store-cHmBXXGQ.mjs
+nextcloud/apps/activity/js/settings-store-cHmBXXGQ.mjs.map
+nextcloud/apps/activity/js/toast-7xJhDYMn-CygCYBy0.mjs
+nextcloud/apps/activity/js/toast-7xJhDYMn-CygCYBy0.mjs.map
 nextcloud/apps/activity/js/vendor.LICENSE.txt
 nextcloud/apps/activity/l10n/
 nextcloud/apps/activity/l10n/af.js
@@ -11576,6 +11576,7 @@ nextcloud/apps/files/lib/Search/
 nextcloud/apps/files/lib/Search/FilesSearchProvider.php
 nextcloud/apps/files/lib/Service/
 nextcloud/apps/files/lib/Service/DirectEditingService.php
+nextcloud/apps/files/lib/Service/LivePhotosService.php
 nextcloud/apps/files/lib/Service/OwnershipTransferService.php
 nextcloud/apps/files/lib/Service/TagService.php
 nextcloud/apps/files/lib/Service/UserConfig.php
@@ -12678,6 +12679,8 @@ nextcloud/apps/files_reminders/l10n/ar.j
 nextcloud/apps/files_reminders/l10n/ar.json
 nextcloud/apps/files_reminders/l10n/cs.js
 nextcloud/apps/files_reminders/l10n/cs.json
+nextcloud/apps/files_reminders/l10n/de.js
+nextcloud/apps/files_reminders/l10n/de.json
 nextcloud/apps/files_reminders/l10n/de_DE.js
 nextcloud/apps/files_reminders/l10n/de_DE.json
 nextcloud/apps/files_reminders/l10n/el.js
@@ -12694,6 +12697,8 @@ nextcloud/apps/files_reminders/l10n/gl.j
 nextcloud/apps/files_reminders/l10n/gl.json
 nextcloud/apps/files_reminders/l10n/hu.js
 nextcloud/apps/files_reminders/l10n/hu.json

CVS: cvs.openbsd.org: ports

2024-04-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/15 01:49:15

Modified files:
www/nextcloud/28: Makefile distinfo 
www/nextcloud/28/pkg: PLIST 

Log message:
Update for Nextcloud to 28.0.4



CVS: cvs.openbsd.org: ports

2024-04-11 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/11 11:10:39

Modified files:
net/dendrite   : Makefile distinfo modules.inc 

Log message:
Update for Dendrite to 0.13.7

OK abieber@



CVS: cvs.openbsd.org: ports

2024-04-09 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/09 12:12:00

Modified files:
security/sqlmap: Makefile distinfo 

Log message:
Update for SQLMap to 1.8.3:

https://github.com/sqlmapproject/sqlmap/releases

OK benoit@



CVS: cvs.openbsd.org: ports

2024-04-09 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/09 12:10:22

Modified files:
security/lynis : Makefile distinfo 
security/lynis/pkg: PLIST 

Log message:
Update for Lynis to 3.1.1

OK benoit@



UPDATE: Axel-2.17.14

2024-04-08 Thread Gonzalo L. Rodriguez
Hello,

Update for Axel to 2.17.14:

https://github.com/axel-download-accelerator/axel/releases/tag/v2.17.14

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/net/axel/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile21 Feb 2024 07:35:25 -  1.19
+++ Makefile8 Apr 2024 07:55:11 -
@@ -1,6 +1,6 @@
 COMMENT=   tiny download accelerator
 
-V= 2.17.13
+V= 2.17.14
 DISTNAME=  axel-$V
 
 CATEGORIES=net
Index: distinfo
===
RCS file: /cvs/ports/net/axel/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo21 Feb 2024 07:35:25 -  1.8
+++ distinfo8 Apr 2024 07:55:11 -
@@ -1,2 +1,2 @@
-SHA256 (axel-2.17.13.tar.gz) = YEzn+9s3UAxGIpXWwD+lnrTf+3gP3y/DxB/6dcj27Dg=
-SIZE (axel-2.17.13.tar.gz) = 312226
+SHA256 (axel-2.17.14.tar.gz) = V19z9kDug2qV0ntUru0hbEW8HpFMrZLabwC5B9HJSSU=
+SIZE (axel-2.17.14.tar.gz) = 313731
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-04-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/04 03:05:23

Modified files:
emulators/nono : Makefile distinfo 

Log message:
Update for Nono to 0.7.1

OK benoit@



UPDATE: Nono-0.7.1

2024-04-03 Thread Gonzalo L. Rodriguez
Hello,

Update for Nono to 0.7.1:

http://www.pastel-flower.jp/~isaki/nono/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile27 Feb 2024 08:26:39 -  1.32
+++ Makefile3 Apr 2024 13:31:04 -
@@ -2,7 +2,7 @@ BROKEN-i386=requires __m128i and simil
 
 COMMENT=   OMRON LUNA-I and LUNA-88K emulator
 
-DISTNAME=  nono-0.7.0
+DISTNAME=  nono-0.7.1
 CATEGORIES=emulators
 
 MAINTAINER=Gonzalo L. R. 
Index: distinfo
===
RCS file: /cvs/ports/emulators/nono/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo27 Feb 2024 08:26:39 -  1.22
+++ distinfo3 Apr 2024 13:31:04 -
@@ -1,2 +1,2 @@
-SHA256 (nono-0.7.0.tar.gz) = t+C0rSwPXyMK+UO6HKS1DrpsEmX4qKZtVWZ/2CNCc/k=
-SIZE (nono-0.7.0.tar.gz) = 3268612
+SHA256 (nono-0.7.1.tar.gz) = ZksHnvNhjF3junF2hkJD5NeCXVy7sf+mD+ZH+JNqnVY=
+SIZE (nono-0.7.1.tar.gz) = 3271504
-- 

 %gonzalo



UPDATE: Nextcloud-28.0.4

2024-04-02 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 28.0.4:

https://nextcloud.com/changelog/

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
diff -u -p -r1.4 Makefile
--- Makefile5 Mar 2024 09:55:51 -   1.4
+++ Makefile2 Apr 2024 17:12:46 -
@@ -1,3 +1,3 @@
-NC_VERSION=28.0.3
+NC_VERSION=28.0.4
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
diff -u -p -r1.2 distinfo
--- distinfo5 Mar 2024 09:55:51 -   1.2
+++ distinfo2 Apr 2024 17:12:46 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.3.tar.bz2) = 
ntQTwN4W9bAzzu/8ypnA1h/GmNvrjbhRrJrfnu+VGQY=
-SIZE (nextcloud-28.0.3.tar.bz2) = 185856401
+SHA256 (nextcloud-28.0.4.tar.bz2) = 
m/7O4eEvukjEnppxyqgcS6ELKIR4f6t11kzP0SKhMBk=
+SIZE (nextcloud-28.0.4.tar.bz2) = 189242050
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
diff -u -p -r1.2 PLIST
--- pkg/PLIST   5 Mar 2024 09:55:51 -   1.2
+++ pkg/PLIST   2 Apr 2024 17:13:08 -
@@ -8385,6 +8385,8 @@ nextcloud/apps/admin_audit/l10n/it.js
 nextcloud/apps/admin_audit/l10n/it.json
 nextcloud/apps/admin_audit/l10n/ja.js
 nextcloud/apps/admin_audit/l10n/ja.json
+nextcloud/apps/admin_audit/l10n/ka.js
+nextcloud/apps/admin_audit/l10n/ka.json
 nextcloud/apps/admin_audit/l10n/ko.js
 nextcloud/apps/admin_audit/l10n/ko.json
 nextcloud/apps/admin_audit/l10n/lt_LT.js
@@ -8812,6 +8814,8 @@ nextcloud/apps/circles/l10n/ka_GE.js
 nextcloud/apps/circles/l10n/ka_GE.json
 nextcloud/apps/circles/l10n/kab.js
 nextcloud/apps/circles/l10n/kab.json
+nextcloud/apps/circles/l10n/kn.js
+nextcloud/apps/circles/l10n/kn.json
 nextcloud/apps/circles/l10n/ko.js
 nextcloud/apps/circles/l10n/ko.json
 nextcloud/apps/circles/l10n/lb.js
@@ -8844,6 +8848,8 @@ nextcloud/apps/circles/l10n/ru.js
 nextcloud/apps/circles/l10n/ru.json
 nextcloud/apps/circles/l10n/sc.js
 nextcloud/apps/circles/l10n/sc.json
+nextcloud/apps/circles/l10n/si.js
+nextcloud/apps/circles/l10n/si.json
 nextcloud/apps/circles/l10n/sk.js
 nextcloud/apps/circles/l10n/sk.json
 nextcloud/apps/circles/l10n/sl.js
@@ -8876,8 +8882,7 @@ nextcloud/apps/circles/lib/Activity/Filt
 nextcloud/apps/circles/lib/Activity/Provider.php
 nextcloud/apps/circles/lib/Activity/ProviderParser.php
 nextcloud/apps/circles/lib/Activity/ProviderSubjectCircle.php
-nextcloud/apps/circles/lib/Activity/ProviderSubjectGroup.php
-nextcloud/apps/circles/lib/Activity/ProviderSubjectLink.php
+nextcloud/apps/circles/lib/Activity/ProviderSubjectCircleMember.php
 nextcloud/apps/circles/lib/Activity/ProviderSubjectMember.php
 nextcloud/apps/circles/lib/Activity/SettingAsMember.php
 nextcloud/apps/circles/lib/Activity/SettingAsModerator.php
@@ -9257,6 +9262,7 @@ nextcloud/apps/circles/lib/Search/LocalU
 nextcloud/apps/circles/lib/Search/UnifiedSearchProvider.php
 nextcloud/apps/circles/lib/Search/UnifiedSearchResult.php
 nextcloud/apps/circles/lib/Service/
+nextcloud/apps/circles/lib/Service/ActivityService.php
 nextcloud/apps/circles/lib/Service/CircleService.php
 nextcloud/apps/circles/lib/Service/CirclesService.php
 nextcloud/apps/circles/lib/Service/ConfigService.php
@@ -9410,6 +9416,8 @@ nextcloud/apps/cloud_federation_api/l10n
 nextcloud/apps/cloud_federation_api/l10n/es_CL.json
 nextcloud/apps/cloud_federation_api/l10n/es_EC.js
 nextcloud/apps/cloud_federation_api/l10n/es_EC.json
+nextcloud/apps/cloud_federation_api/l10n/es_MX.js
+nextcloud/apps/cloud_federation_api/l10n/es_MX.json
 nextcloud/apps/cloud_federation_api/l10n/et_EE.js
 nextcloud/apps/cloud_federation_api/l10n/et_EE.json
 nextcloud/apps/cloud_federation_api/l10n/eu.js
@@ -9751,6 +9759,8 @@ nextcloud/apps/contactsinteraction/l10n/
 nextcloud/apps/contactsinteraction/l10n/es.json
 nextcloud/apps/contactsinteraction/l10n/es_EC.js
 nextcloud/apps/contactsinteraction/l10n/es_EC.json
+nextcloud/apps/contactsinteraction/l10n/es_MX.js
+nextcloud/apps/contactsinteraction/l10n/es_MX.json
 nextcloud/apps/contactsinteraction/l10n/eu.js
 nextcloud/apps/contactsinteraction/l10n/eu.json
 nextcloud/apps/contactsinteraction/l10n/fa.js
@@ -10002,6 +10012,8 @@ nextcloud/apps/dav/img/schedule.svg
 nextcloud/apps/dav/l10n/
 nextcloud/apps/dav/l10n/ar.js
 nextcloud/apps/dav/l10n/ar.json
+nextcloud/apps/dav/l10n/ast.js
+nextcloud/apps/dav/l10n/ast.json
 nextcloud/apps/dav/l10n/bg.js
 nextcloud/apps/dav/l10n/bg.json
 nextcloud/apps/dav/l10n/ca.js
@@ -12071,9 +12083,9 @@ nextcloud/apps/files_pdfviewer/js/files_
 nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js
 nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.LICENSE.txt
 nextcloud/apps/files_pdfviewer/js/files_pdfviewer-public.js.map
-nextcloud/apps/files_pdfviewer/js/files_pdfviewer-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-nJePvM3F_mjs.js

CVS: cvs.openbsd.org: ports

2024-04-02 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/04/02 08:14:02

Modified files:
security/osv-scanner: Makefile distinfo modules.inc 

Log message:
Update for OSV-Scanner to 1.7.0

OK lraab@



UPDATE: Dendrite-0.13.6

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for Dendrite to 0.13.6:

https://github.com/matrix-org/dendrite/releases/tag/v0.13.6

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/net/dendrite/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile1 Feb 2024 15:49:37 -   1.27
+++ Makefile25 Mar 2024 19:01:59 -
@@ -1,7 +1,7 @@
 COMMENT =  matrix homeserver written in Go
 
 MODGO_MODNAME =github.com/matrix-org/dendrite
-MODGO_VERSION =v0.13.5
+MODGO_VERSION =v0.13.6
 
 DISTNAME = dendrite-${MODGO_VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/net/dendrite/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo1 Feb 2024 15:49:37 -   1.20
+++ distinfo25 Mar 2024 19:02:00 -
@@ -1,4 +1,4 @@
-SHA256 (dendrite-v0.13.5.zip) = 6NkednWIqbfRFkB8lVHOhFg2iu419b8WyZkfdMSIwJc=
+SHA256 (dendrite-v0.13.6.zip) = TFk+OowA2lIvEJxyUiA54fxOWHWgoL9PDze5sctBN9w=
 SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod)
 = +sTF2PaC+eyXchsvyf1TBiqxcLLSt/q4/8EK4YOhlR4=
 SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip)
 = ylMwkB/NqD0JVTrDYldtGWxTEVe8nFAudrI3zKJitAA=
 SHA256 
(go_modules/github.com/!arceliar/ironwood/@v/v0.0.0-20221025225125-45b4281814c2.mod)
 = /juPd/r0QaZxYsS4PDpr7/UAalYQx1nj6jai4KPdE6c=
@@ -225,7 +225,6 @@ SHA256 (go_modules/github.com/golang/pro
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.2.mod) = 
wKIDG/J3CHdJ2MzEMkSfaxN1eH6shkHdL5MAdCMar7Q=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.3.mod) = 
1S4SrQsoSK63qyUiw+9tfldiGA9VYhaENhLSYY6U8oE=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.3.5.mod) = 
s6wk4gSR2Eb+rulQiL3gkmzl4kU4UCUPUkdEFuZhKUQ=
-SHA256 (go_modules/github.com/golang/protobuf/@v/v1.4.2.mod) = 
S/WIXR69xtJwlYN5p0HNO096ygFuh02OixBZEQ3+nhU=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.0.mod) = 
c4y7HelrZ6YjisO4CBzYsb+w2uvPbJu+jL221zuuzRk=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.2.mod) = 
fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ=
 SHA256 (go_modules/github.com/golang/protobuf/@v/v1.5.3.mod) = 
fI52EFJ6/Xckx+i36EPxMrDbYejJ3UncWJ1DDokpvMQ=
@@ -323,9 +322,9 @@ SHA256 (go_modules/github.com/kisielk/go
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.10.3.mod) = 
rqg6mMd7wLglwC4EHyS/E7yDLigVhyG6qiiSZF0wrT8=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.11.mod) = 
bON2Yx8SuRwP2MaOa9aL8fCNZqQ23UGU9wBGQ/5iPBA=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.9.mod) = 
HDqp639GIBVx3yygwb2cCV2BsskcHtk5OAjC5lTD/GQ=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.5.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.zip) = 
Nim/vfjspprAAPM+jenpe3rMt8i3L1dLjdDhRaBWv4s=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.0.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.4.mod) = 
JjAqEltaUlSr5G4mgdVhv+p9yqndtbF8fkRxNHUIEBg=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.17.4.zip) = 
3RrMY8QL82zPsqen3UZXnqZ1heN/HS27BgJrVu9iWQM=
 SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.mod) = 
nG/GHSQ1hCexvtSPaJTbOCyik2H0DQNojUsKvHVd0rI=
 SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.zip) = 
9o/4LKqAeUD+5hW0iY1Cg2V2Hus2hhlZyouRoDS9Dn4=
 SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 
49XUbS9qyUpmalS16GfsFr8ZnZ9LcAgnzXMWB+/dEJo=
@@ -358,8 +357,8 @@ SHA256 (go_modules/github.com/matrix-org
 SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20210324163249-be2af5ef2e16.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
 SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
 SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.zip)
 = +UQWtWsTC19Zy6a2CE5JC9e5P9rqQqTxIwOJ/xZRTCs=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.mod)
 = qvzbCosZspmTBadX/esiGzBfUngO3iLTIziwK9/0cDs=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.zip)
 = urEvSf2WXDLEppl8LBQAMZg1XUlgZhgTmbAxaP1S6f0=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20240109180417-3495e573f2b7.mod)
 = M9vjiZVMPwClrmb2PlT3Pn4/xYouf/oShuxAkB9RZKk=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20240109180417-3495e573f2b7.zip)
 = Sp8xN4mOpFPCuQXI0q0UXl63PoIaSwI6jXMJ0KK07ec=
 SHA256 
(go_modules/github.com/matrix-org/pinecone/@v/v0.11.1-0.20230810010612-ea4c33717fd7.mod)
 = 

UPDATE: Stripe-cli-1.19.2

2024-03-25 Thread Gonzalo L. Rodriguez
Hi,

Update for Stripe-cli to 1.19.2:

https://github.com/stripe/stripe-cli/releases/tag/v1.19.2

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/stripe-cli/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile3 Sep 2023 15:07:45 -   1.3
+++ Makefile25 Mar 2024 17:33:25 -
@@ -1,7 +1,7 @@
 
 COMMENT =  build, test, and manage your Stripe integration
 
-V =1.17.2
+V =1.19.2
 MODGO_MODNAME =github.com/stripe/stripe-cli
 MODGO_VERSION =v${V}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/stripe-cli/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo3 Sep 2023 15:07:45 -   1.3
+++ distinfo25 Mar 2024 17:33:26 -
@@ -872,7 +872,7 @@ SHA256 (go_modules/rsc.io/quote/v3/@v/v3
 SHA256 (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 
tDTLv8MsF7UijQsO3erqib707JvZC1yPxVtk+M4T7rk=
 SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 
oq5uhUCkC4XldwPMYYuZxbEHU4bZWOiZmg4tTALzpwU=
 SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 
2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo=
-SHA256 (stripe-cli-v1.17.2.zip) = /Apj0keragSCDSz9cwhqu0h2Mu2f0iApDXJGUjrC1C4=
+SHA256 (stripe-cli-v1.19.2.zip) = NlCrv3UnY9dQvOQG+ECE5721EWajL3qh3UAPfgdiYE4=
 SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.mod) = 531
 SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.zip) = 567152
 SIZE (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = 27
@@ -1747,4 +1747,4 @@ SIZE (go_modules/rsc.io/quote/v3/@v/v3.1
 SIZE (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 2223
 SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 88
 SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 14308
-SIZE (stripe-cli-v1.17.2.zip) = 1693112
+SIZE (stripe-cli-v1.19.2.zip) = 1782566
-- 

 %gonzalo



UPDATE: Suricata-7.0.4

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for Suricata to 7.0.4:

https://github.com/OISF/suricata/releases/tag/suricata-7.0.4

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.67
diff -u -p -r1.67 Makefile
--- Makefile23 Mar 2024 13:26:40 -  1.67
+++ Makefile25 Mar 2024 12:23:41 -
@@ -3,9 +3,8 @@ NOT_FOR_ARCHS = powerpc64 riscv64
 
 COMMENT =  high performance network IDS, IPS and security monitoring
 
-SURICATA_V =   7.0.3
-SUPDATE_V =1.2.8
-REVISION = 1
+SURICATA_V =   7.0.4
+SUPDATE_V =1.3.2
 
 DISTNAME = suricata-${SURICATA_V}
 CATEGORIES =   security
Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo22 Feb 2024 09:49:35 -  1.22
+++ distinfo25 Mar 2024 12:23:41 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-7.0.3.tar.gz) = 6gdC16mHg/GvSldmGvYGi8LYUKw+ygSzIE0ozhZeNf8=
-SIZE (suricata-7.0.3.tar.gz) = 23599903
+SHA256 (suricata-7.0.4.tar.gz) = ZABgEgAkvnDb6B9uxu/HLkYlD8s2IZ3/Z+ZBciD/Ibc=
+SIZE (suricata-7.0.4.tar.gz) = 23610769
Index: patches/patch-src_suricata_c
===
RCS file: /cvs/ports/security/suricata/patches/patch-src_suricata_c,v
retrieving revision 1.14
diff -u -p -r1.14 patch-src_suricata_c
--- patches/patch-src_suricata_c18 Mar 2024 17:46:37 -  1.14
+++ patches/patch-src_suricata_c25 Mar 2024 12:23:41 -
@@ -4,7 +4,7 @@ Suricata uses libcap-ng on Linux and run
 Index: src/suricata.c
 --- src/suricata.c.orig
 +++ src/suricata.c
-@@ -1600,7 +1600,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
+@@ -1597,7 +1597,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
  return TM_ECODE_FAILED;
  #endif /* UNITTESTS */
  } else if (strcmp((long_opts[option_index]).name, "user") == 0) {
@@ -13,7 +13,7 @@ Index: src/suricata.c
  SCLogError("libcap-ng is required to"
 " drop privileges, but it was not compiled into 
Suricata.");
  return TM_ECODE_FAILED;
-@@ -1609,7 +1609,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
+@@ -1606,7 +1606,7 @@ static TmEcode ParseCommandLine(int argc, char** argv,
  suri->do_setuid = TRUE;
  #endif /* HAVE_LIBCAP_NG */
  } else if (strcmp((long_opts[option_index]).name, "group") == 0) {
@@ -22,11 +22,3 @@ Index: src/suricata.c
  SCLogError("libcap-ng is required to"
 " drop privileges, but it was not compiled into 
Suricata.");
  return TM_ECODE_FAILED;
-@@ -3036,6 +3036,7 @@ int SuricataMain(int argc, char **argv)
- SystemHugepageSnapshotDestroy(prerun_snap);
- SystemHugepageSnapshotDestroy(postrun_snap);
- 
-+SCSetUserID(suricata.userid, suricata.groupid);
- SCPledge();
- SuricataMainLoop();
- 
-- 

 %gonzalo



UPDATE: OSV-Scanner-1.7.0

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for OSV-Scanner to 1.7.0:

https://github.com/google/osv-scanner/releases/tag/v1.7.0

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/osv-scanner/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile3 Mar 2024 00:14:42 -   1.14
+++ Makefile25 Mar 2024 09:13:47 -
@@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = aarch64 amd64 mips64 ri
 
 COMMENT =  scan your project's dependencies for vulnerabilities
 
-V =1.6.2
+V =1.7.0
 MODGO_MODNAME =github.com/google/osv-scanner
 MODGO_VERSION =v${V}
 
Index: distinfo
===
RCS file: /cvs/ports/security/osv-scanner/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo3 Mar 2024 00:14:42 -   1.13
+++ distinfo25 Mar 2024 09:13:49 -
@@ -1,16 +1,20 @@
-SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.23.0.mod) = 
SI2TVknKeuBzDnUj1v2BwiWJhPotYoT9IlqTVMmt43I=
-SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.23.0.zip) = 
qJ66lKMxOOCscmYOxkJoros5RBt5tXjpIKj8R4BtifU=
+SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.19.3.mod) = 
am0s/+OFo8MUMlu1WLCAZ9fMAzH3Ulp3G/3xSTPVTJM=
+SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.23.3.mod) = 
BBQXgpy/OLDWuULixrPp1fcpO5L4XYMadQ+XBD3uNlM=
+SHA256 (go_modules/cloud.google.com/go/compute/@v/v1.23.3.zip) = 
khTPhYN+qLlr1h5W4pfwbTAIudH8gYQeeaqtKUDz7VY=
 SHA256 (go_modules/cloud.google.com/go/compute/metadata/@v/v0.2.3.mod) = 
ABGpCmT7GqppqtQm/orJyeWjfkthmnvQTUCQlTZatIg=
 SHA256 (go_modules/cloud.google.com/go/compute/metadata/@v/v0.2.3.zip) = 
KShk29Cx3jepaOKF6UmIXlczhIN9gc02lb5c4uI5GIc=
 SHA256 (go_modules/dario.cat/mergo/@v/v1.0.0.mod) = 
4jxLgDpsbm5FdHlG6H0kcEzXd1bMSEvf0XtXIjvzINY=
 SHA256 (go_modules/dario.cat/mergo/@v/v1.0.0.zip) = 
Gn7zlnCcWDUha7R7qSGN1ECsUwdYPGnReYzp5FfxMR0=
 SHA256 
(go_modules/deps.dev/api/v3alpha/@v/v0.0.0-20231114023923-e40c4d5c34e5.mod) = 
h/veE8xDl3AO43RbynyN7nbNERVbVmMCHMmQ07wfiOc=
-SHA256 
(go_modules/deps.dev/api/v3alpha/@v/v0.0.0-20240109042716-00b51ef52ece.mod) = 
h/veE8xDl3AO43RbynyN7nbNERVbVmMCHMmQ07wfiOc=
-SHA256 
(go_modules/deps.dev/api/v3alpha/@v/v0.0.0-20240109042716-00b51ef52ece.zip) = 
6enK6Ws3A9qUndelYdFX5ck9+OLN4POMROhxCHr08sk=
-SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240109042716-00b51ef52ece.mod) = 
WnpKVdUYRv0AEsYuGl21fqLdd562akWx8o/C+Okbk5Y=
-SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240109042716-00b51ef52ece.zip) = 
mxvUXKycVMBCaRmgLvHPEmC8WaM6e86FLtPH3LpQFg4=
+SHA256 
(go_modules/deps.dev/api/v3alpha/@v/v0.0.0-20240223021916-3ec708cc3f2e.mod) = 
h/veE8xDl3AO43RbynyN7nbNERVbVmMCHMmQ07wfiOc=
+SHA256 
(go_modules/deps.dev/api/v3alpha/@v/v0.0.0-20240223021916-3ec708cc3f2e.zip) = 
XL9V9OVSPFkbNvA26/c9HKPGHXDcOfrR1jSxCk6Tppo=
+SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240223021916-3ec708cc3f2e.mod) = 
GMfX16LJfwvrYJ6sPFo5mSm1N4SG0VljBrHxragt9iA=
+SHA256 
(go_modules/deps.dev/util/maven/@v/v0.0.0-20240223021916-3ec708cc3f2e.zip) = 
Lv0UQqq6OVDOjZI9krMG3YynN8UG18+MLxbs094oCkY=
+SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240223021916-3ec708cc3f2e.mod) = 
WnpKVdUYRv0AEsYuGl21fqLdd562akWx8o/C+Okbk5Y=
+SHA256 
(go_modules/deps.dev/util/resolve/@v/v0.0.0-20240223021916-3ec708cc3f2e.zip) = 
/bHRnr7Kidp6ep22Q52fr5qqQVSPmJdzZBbgmhJGyzo=
 SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240109040450-1e316b822bc4.mod) = 
PBARmS9BLys0bWQHHH40BDoAiidH3bPqo/In6id0XXw=
-SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240109040450-1e316b822bc4.zip) = 
9v1Va2QyQ05p9PTdcRwa0sd3llF6wXshSTv0cXdbjaA=
+SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240223021916-3ec708cc3f2e.mod) = 
PBARmS9BLys0bWQHHH40BDoAiidH3bPqo/In6id0XXw=
+SHA256 
(go_modules/deps.dev/util/semver/@v/v0.0.0-20240223021916-3ec708cc3f2e.zip) = 
66nOMNX6J4K6jwPcbqihENIhBlQD+yc6078gQe5x7PM=
 SHA256 (go_modules/github.com/!burnt!sushi/toml/@v/v1.3.2.mod) = 
JnfIL+dPIDdyiJpagBr7Mp2VF1UId92ssXIZFpurPt0=
 SHA256 (go_modules/github.com/!burnt!sushi/toml/@v/v1.3.2.zip) = 
XeJGoMtMJW8/1dDbigihFPWK8MLhk7vwrZASEErbtrI=
 SHA256 (go_modules/github.com/!cyclone!d!x/cyclonedx-go/@v/v0.8.0.mod) = 
X1TYnaBD7V3Tmb6nIG+3k3AcVSRgAH6nq+sCUVmMX9s=
@@ -19,17 +23,33 @@ SHA256 (go_modules/github.com/!microsoft
 SHA256 (go_modules/github.com/!microsoft/go-winio/@v/v0.6.1.mod) = 
GR3dd4wdsbe9WoL7ainnVfCh1ZujT026AyNTay/OvwY=
 SHA256 (go_modules/github.com/!microsoft/go-winio/@v/v0.6.1.zip) = 
/f7Ii562GJWrOe06YYHZnXg2Zjj4amCRcNdkF7oBj1M=
 SHA256 
(go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20230828082145-3c4c8a2d2371.mod)
 = QN3pYrzx0TZG3Np4fmjzXpUa/oaZqf2L5Vt+RgWo/zQ=
-SHA256 
(go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20230923063757-afb1ddc0824c.mod)
 = QN3pYrzx0TZG3Np4fmjzXpUa/oaZqf2L5Vt+RgWo/zQ=
-SHA256 
(go_modules/github.com/!proton!mail/go-crypto/@v/v0.0.0-20230923063757-afb1ddc0824c.zip)
 = 

UPDATE: ARtty-1.4.8

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for Artty to 1.4.8:

https://github.com/mjwhitta/artty/releases/tag/v1.4.8

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/artty/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile11 Aug 2023 07:30:33 -  1.3
+++ Makefile25 Mar 2024 08:54:39 -
@@ -1,7 +1,7 @@
 COMMENT =  art for your TTY
 
 MODGO_MODNAME =github.com/mjwhitta/artty
-MODGO_VERSION =v1.4.4
+MODGO_VERSION =v1.4.8
 
 DISTNAME = artty-${MODGO_VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/artty/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo11 Aug 2023 07:30:33 -  1.3
+++ distinfo25 Mar 2024 08:54:39 -
@@ -1,82 +1,84 @@
-SHA256 (artty-v1.4.4.zip) = iWAwN405Xo5DXZeKFBWe7dk8wJW9dU6Q60MnNnohRWc=
+SHA256 (artty-v1.4.8.zip) = eB6FNFDtdPWYOIp8YKAyBTRt+VV9m7UVPmlKkXYYHrs=
 SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 
vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
 SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 
a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0=
 SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.mod) = 
hPPkCAOx69SoAuVXlLmZffCxc8SAnoVy/5BC7FWMobw=
 SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.zip) = 
7PWkrySCbDrXWM4GQQygji1Y5NlQU747nd4uFIUsDNw=
 SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 
9jh5sgT2zolc6lNZS4FPWsCvCEhrM7HKecZXOE77xyY=
 SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.zip) = 
No6zGPkaW2e+kFxHAyq1wxodSal4SLEBGg0KISKzC6Q=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.zip) = 
Ux79psC3yK/msEGW5gR9xtUPpIqo5Xb1hMgzGNN9SAI=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.3.zip) = 
Uv3KqQcxESmHtnx/OSUKHvYhvbgr0eccTgdJvwcFcO8=
 SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.mod) = 
RYelLS8K4JuksQGFMuhQXXGZrzanXJkfEYFOjmV+OB0=
 SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.zip) = 
slO9E3od5WMRVf8+bsHED462m9tW86Xk17D1jex6W84=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.mod) = 
qnVLVeTLdlA0bD1g+vax2dcHtZ9oYQqLEHu74yWYfMQ=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.zip) = 
aogZMsTjbXhdJZ8GPLiTUvXCecNJMu4uwyFRomn8F+M=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
-SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.zip) = 
ii/TQcel+tKTh6U+hljHe9dDI0UY9Hi3G9djvr0Y7Z4=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.mod) = 
7iHQxRuVnJPGD8b2oHRSjyicTHi3D4Iby17XwQy8TgY=
-SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.zip) = 
JoQ7qGlijuKp9nHqWOyKBFHr5xohHo0qOjq6M0e6Dk0=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.mod) = 
lDyDwBq+ccwObSdOvMoVuhnD2cCtasBHXi+PutIfEI4=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.zip) = 
+939epkau0jjBalg4uT8Ld+GKVfRupPoPobg341Qptw=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.mod) = 
FFOsbLLYWSiV9OfGT16BSKFiEByaK7iX6nTyjsKchm4=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.8.zip) = 
f52m25TBDxSB3kgEGFjojDwAXpKaZRvirzW93ApndXM=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
+SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.5.zip) = 
ysZB9i/5y5zSYObiimApgdwvGRa1Ai3qOq+MWZICFMo=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.mod) = 
fZYf0HIooWuyWDE4+QJQp64LxLFY+1zQAx9Xc2x08AE=
+SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.12.zip) = 
VCOQ0p7kKAorwP3juV7UXWf4fEzrePK3kYCZ8OGjLlg=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.mod) = 
6C4N3Tm5fzviZdziADdiiHzPfC5pQA/JLlEG/Nw7bOc=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.8.zip) = 
tHYK8q/YzPlUHRaWh50KT6QYzeqJD8V9sg0+q0asyLI=
 SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.mod) = 
jUY25N0PTSKGDKw0i1aQsw9MjDDr3uuSg8P2f+UWWEE=
 SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.zip) = 
i67Z7TNzKE5z6SpFFt//sPiCTj70T8Ftjb527UfB1Kw=
 SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.mod) = 
uocCcm+8hjodzau3yYPhop3KfM8h/GLmvdX+AxfBWLk=
 SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.zip) = 
Df7voclJcd4JDkdE1IjAeiVFqqLy1jFpDvGKxef4eIE=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.mod) = 
EwGCoUzubaEHc8H9lbaN1JFFAs1bA8zpyOSVVqvWzZk=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.zip) = 
TdY6G+Pb33s5JCm0+Va7iUJ3+m9rlrqK8OIRgVOXsMg=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.mod) = 
t92B+qMaKxwpLC/26g+wicdw4g9dOSKX5/BNXl4b2/8=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.zip) = 
m5wucyhNcEDPWyQA3w/VUa2IMfw5ocGqbjspGoyxmRI=
+SHA256 

UPDATE: SQLMap-1.8.3

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for SQLMap to 1.8.3:

https://github.com/sqlmapproject/sqlmap/releases

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile3 Sep 2023 13:44:18 -   1.46
+++ Makefile25 Mar 2024 08:39:21 -
@@ -2,7 +2,7 @@ COMMENT =   penetration testing tool to d
 
 GH_ACCOUNT =   sqlmapproject
 GH_PROJECT =   sqlmap
-GH_TAGNAME =   1.7.8
+GH_TAGNAME =   1.8.3
 
 CATEGORIES =   security
 
Index: distinfo
===
RCS file: /cvs/ports/security/sqlmap/distinfo,v
retrieving revision 1.36
diff -u -p -r1.36 distinfo
--- distinfo3 Sep 2023 13:44:18 -   1.36
+++ distinfo25 Mar 2024 08:39:21 -
@@ -1,2 +1,2 @@
-SHA256 (sqlmap-1.7.8.tar.gz) = 5nY18WpzH1uUExfJ+ncbKg6YjO76S/cLdWiLvh1EiPo=
-SIZE (sqlmap-1.7.8.tar.gz) = 7214346
+SHA256 (sqlmap-1.8.3.tar.gz) = tr9cAOy5b7vGc6yaVFOIYUBkDyjNy9YJHVWv1jxNphc=
+SIZE (sqlmap-1.8.3.tar.gz) = 7216846
-- 

 %gonzalo



UPDATE: Lynis-3.1.1

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for Lynis to 3.1.1:

https://cisofy.com/changelog/lynis/#311

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/security/lynis/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile27 Sep 2023 16:34:33 -  1.47
+++ Makefile25 Mar 2024 08:34:17 -
@@ -1,6 +1,6 @@
 COMMENT=   security auditing tool
 
-DISTNAME = lynis-3.0.9
+DISTNAME = lynis-3.1.1
 
 CATEGORIES=security
 
Index: distinfo
===
RCS file: /cvs/ports/security/lynis/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo3 Sep 2023 15:09:03 -   1.41
+++ distinfo25 Mar 2024 08:34:17 -
@@ -1,2 +1,2 @@
-SHA256 (lynis-3.0.9.tar.gz) = 85TffSA5H7dul1rojz66HaBaycSUXix/cJMm4YXhcCU=
-SIZE (lynis-3.0.9.tar.gz) = 339171
+SHA256 (lynis-3.1.1.tar.gz) = 1y9O5zJYFruNv88x6xBCB7n+WKJJPCqHU3N0anEoTMM=
+SIZE (lynis-3.1.1.tar.gz) = 344324
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/lynis/pkg/PLIST,v
retrieving revision 1.24
diff -u -p -r1.24 PLIST
--- pkg/PLIST   11 Mar 2022 19:53:33 -  1.24
+++ pkg/PLIST   25 Mar 2024 08:34:17 -
@@ -36,6 +36,7 @@ share/lynis/db/languages/fr
 share/lynis/db/languages/gr
 share/lynis/db/languages/he
 share/lynis/db/languages/hu
+share/lynis/db/languages/id
 share/lynis/db/languages/it
 share/lynis/db/languages/ja
 share/lynis/db/languages/ko
-- 

 %gonzalo



UPDATE: Varnish-7.5.0

2024-03-25 Thread Gonzalo L. Rodriguez
Hello,

Update for Varnish to 7.5.0:

https://varnish-cache.org/docs/7.5/whats-new/changes-7.5.html

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile8 Jan 2024 08:16:49 -   1.79
+++ Makefile25 Mar 2024 08:20:12 -
@@ -1,6 +1,6 @@
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-7.4.2
+DISTNAME = varnish-7.5.0
 
 CATEGORIES =   www
 
Index: distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.36
diff -u -p -r1.36 distinfo
--- distinfo8 Jan 2024 08:16:49 -   1.36
+++ distinfo25 Mar 2024 08:20:12 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.4.2.tgz) = bT0DxnUU5rtOhYTkCjgfUecIYH05M3pj3ErkIGHZpG8=
-SIZE (varnish-7.4.2.tgz) = 3977831
+SHA256 (varnish-7.5.0.tgz) = /KYbmDE54arGHEVG0SoaOrmAfbsdgxRXHjFIyT/3K10=
+SIZE (varnish-7.5.0.tgz) = 4033962
-- 

 %gonzalo



UPDATE: Stripe-cli-1.19.2

2024-03-06 Thread Gonzalo L. Rodriguez
Hello,

Update for Stripe-cli to 1.19.2:

https://github.com/stripe/stripe-cli/releases/tag/v1.19.2

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/stripe-cli/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile3 Sep 2023 15:07:45 -   1.3
+++ Makefile6 Mar 2024 10:11:33 -
@@ -1,7 +1,7 @@
 
 COMMENT =  build, test, and manage your Stripe integration
 
-V =1.17.2
+V =1.19.2
 MODGO_MODNAME =github.com/stripe/stripe-cli
 MODGO_VERSION =v${V}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/stripe-cli/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo3 Sep 2023 15:07:45 -   1.3
+++ distinfo6 Mar 2024 10:11:34 -
@@ -872,7 +872,7 @@ SHA256 (go_modules/rsc.io/quote/v3/@v/v3
 SHA256 (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 
tDTLv8MsF7UijQsO3erqib707JvZC1yPxVtk+M4T7rk=
 SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 
oq5uhUCkC4XldwPMYYuZxbEHU4bZWOiZmg4tTALzpwU=
 SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 
2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo=
-SHA256 (stripe-cli-v1.17.2.zip) = /Apj0keragSCDSz9cwhqu0h2Mu2f0iApDXJGUjrC1C4=
+SHA256 (stripe-cli-v1.19.2.zip) = NlCrv3UnY9dQvOQG+ECE5721EWajL3qh3UAPfgdiYE4=
 SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.mod) = 531
 SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.zip) = 567152
 SIZE (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = 27
@@ -1747,4 +1747,4 @@ SIZE (go_modules/rsc.io/quote/v3/@v/v3.1
 SIZE (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 2223
 SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 88
 SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 14308
-SIZE (stripe-cli-v1.17.2.zip) = 1693112
+SIZE (stripe-cli-v1.19.2.zip) = 1782566
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-03-06 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/03/06 01:52:44

Modified files:
www/azorius: Makefile distinfo 
www/azorius/pkg: PLIST 

Log message:
Update for Azorius to 0.3.4

OK horia (maintainer)



CVS: cvs.openbsd.org: ports

2024-03-05 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/03/05 02:57:03

Modified files:
www/nextcloud/pkg: README 

Log message:
Some tweaks from Clemens Gößnitzer for the httpd(8) conf.

Thanks.



CVS: cvs.openbsd.org: ports

2024-03-05 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/03/05 02:55:51

Modified files:
www/nextcloud/28: Makefile distinfo 
www/nextcloud/28/pkg: PLIST 

Log message:
Update for 28.0.3

OK landry@



UPDATE: Azorius-0.3.4

2024-03-05 Thread Gonzalo L. Rodriguez
Hello,

Update for Azorius to 0.3.4:

Mostly bugfixes and some refinements.

Some performance improvements.
Newest sort for comments.
Activity tab shows active threads.
Add some improved support for compat with Note activities.
Only accept and serve activities with the correct content type.

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/azorius/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile1 Feb 2024 15:44:42 -   1.7
+++ Makefile5 Mar 2024 08:42:00 -
@@ -1,6 +1,6 @@
 COMMENT =  link aggregator and comment site via ActivityPub
 
-DISTNAME = azorius-0.3.3
+DISTNAME = azorius-0.3.4
 CATEGORIES =   www
 
 HOMEPAGE = https://humungus.tedunangst.com/r/azorius
Index: distinfo
===
RCS file: /cvs/ports/www/azorius/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo1 Feb 2024 15:44:42 -   1.4
+++ distinfo5 Mar 2024 08:42:00 -
@@ -1,2 +1,2 @@
-SHA256 (azorius-0.3.3.tgz) = q2bl2bRbCnPqfG4IYKtyGD3AsKhpOGd8daTKW64kzKw=
-SIZE (azorius-0.3.3.tgz) = 311536
+SHA256 (azorius-0.3.4.tgz) = Jov5nF6v6t321QvHR6iaUqWcmGHPynfkTXmkO/6FTAU=
+SIZE (azorius-0.3.4.tgz) = 313842
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/azorius/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   1 Feb 2024 15:44:42 -   1.5
+++ pkg/PLIST   5 Mar 2024 08:42:00 -
@@ -35,6 +35,8 @@ share/examples/azorius/views/about.html
 @sample ${LOCALSTATEDIR}/azorius/views/about.html
 share/examples/azorius/views/account.html
 @sample ${LOCALSTATEDIR}/azorius/views/account.html
+share/examples/azorius/views/accountactivity.html
+@sample ${LOCALSTATEDIR}/azorius/views/accountactivity.html
 share/examples/azorius/views/accountfilters.html
 @sample ${LOCALSTATEDIR}/azorius/views/accountfilters.html
 share/examples/azorius/views/accountheader.html
-- 

 %gonzalo



UPDATE: Nextcloud-28.0.3

2024-03-05 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 28.0.3:

https://nextcloud.com/changelog/

Plus some tweaks from Clemens Gößnitzer for the README and httpd(8) conf.

OK?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile9 Feb 2024 14:22:26 -   1.3
+++ Makefile5 Mar 2024 08:14:48 -
@@ -1,4 +1,3 @@
-NC_VERSION=28.0.1
-REVISION=  1
+NC_VERSION=28.0.3
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo3 Jan 2024 10:06:01 -   1.1
+++ distinfo5 Mar 2024 08:14:48 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.1.tar.bz2) = 
L4BzW0Qwgicv5qO14yE3lX8fxEjHU0K5S1IAspcl86Q=
-SIZE (nextcloud-28.0.1.tar.bz2) = 183887041
+SHA256 (nextcloud-28.0.3.tar.bz2) = 
ntQTwN4W9bAzzu/8ypnA1h/GmNvrjbhRrJrfnu+VGQY=
+SIZE (nextcloud-28.0.3.tar.bz2) = 185856401
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
retrieving revision 1.1
diff -u -p -r1.1 PLIST
--- pkg/PLIST   3 Jan 2024 10:06:01 -   1.1
+++ pkg/PLIST   5 Mar 2024 08:14:51 -
@@ -16,6 +16,8 @@ nextcloud/3rdparty/.github/workflows/com
 nextcloud/3rdparty/.github/workflows/composer.yml
 nextcloud/3rdparty/.github/workflows/lint-php.yml
 nextcloud/3rdparty/.gitignore
+nextcloud/3rdparty/.patches/
+nextcloud/3rdparty/.patches/fix-cache-for-node.diff
 nextcloud/3rdparty/LICENSE INFO
 nextcloud/3rdparty/README.md
 nextcloud/3rdparty/autoload.php
@@ -6235,6 +6237,7 @@ nextcloud/3rdparty/ramsey/uuid/src/funct
 nextcloud/3rdparty/sabre/
 nextcloud/3rdparty/sabre/dav/
 nextcloud/3rdparty/sabre/dav/LICENSE
+nextcloud/3rdparty/sabre/dav/PATCHES.txt
 nextcloud/3rdparty/sabre/dav/lib/
 nextcloud/3rdparty/sabre/dav/lib/CalDAV/
 nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/
@@ -7977,12 +7980,12 @@ nextcloud/apps/activity/img/change.svg
 nextcloud/apps/activity/img/delete-color.svg
 nextcloud/apps/activity/img/notifications-dark.svg
 nextcloud/apps/activity/js/
-nextcloud/apps/activity/js/Activity-407de709.mjs
-nextcloud/apps/activity/js/Activity-407de709.mjs.map
-nextcloud/apps/activity/js/ActivityTab-f8e4ee19.mjs
-nextcloud/apps/activity/js/ActivityTab-f8e4ee19.mjs.map
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-4e68797a.mjs
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-4e68797a.mjs.map
+nextcloud/apps/activity/js/Activity-XWwZnDDc.mjs
+nextcloud/apps/activity/js/Activity-XWwZnDDc.mjs.map
+nextcloud/apps/activity/js/ActivityTab-QJRuJ-HX.mjs
+nextcloud/apps/activity/js/ActivityTab-QJRuJ-HX.mjs.map
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-PaizJQr3.mjs
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-PaizJQr3.mjs.map
 nextcloud/apps/activity/js/activity-adminSettings.mjs
 nextcloud/apps/activity/js/activity-adminSettings.mjs.map
 nextcloud/apps/activity/js/activity-api.mjs
@@ -7993,18 +7996,18 @@ nextcloud/apps/activity/js/activity-pers
 nextcloud/apps/activity/js/activity-personalSettings.mjs.map
 nextcloud/apps/activity/js/activity-sidebar.mjs
 nextcloud/apps/activity/js/activity-sidebar.mjs.map
-nextcloud/apps/activity/js/api-00dfc954.mjs
-nextcloud/apps/activity/js/api-00dfc954.mjs.map
-nextcloud/apps/activity/js/index-482802c5.mjs
-nextcloud/apps/activity/js/index-482802c5.mjs.map
-nextcloud/apps/activity/js/index-65a5f423.mjs
-nextcloud/apps/activity/js/index-65a5f423.mjs.map
-nextcloud/apps/activity/js/l10n-c603e589-09a6e27e.mjs
-nextcloud/apps/activity/js/l10n-c603e589-09a6e27e.mjs.map
-nextcloud/apps/activity/js/logger-a53a57b5.mjs
-nextcloud/apps/activity/js/logger-a53a57b5.mjs.map
-nextcloud/apps/activity/js/settings-store-9516cadd.mjs
-nextcloud/apps/activity/js/settings-store-9516cadd.mjs.map
+nextcloud/apps/activity/js/api-NR0xL2kP.mjs
+nextcloud/apps/activity/js/api-NR0xL2kP.mjs.map
+nextcloud/apps/activity/js/function-apply-T5nGdPJm.mjs
+nextcloud/apps/activity/js/function-apply-T5nGdPJm.mjs.map
+nextcloud/apps/activity/js/index-DymaRpHW.mjs
+nextcloud/apps/activity/js/index-DymaRpHW.mjs.map
+nextcloud/apps/activity/js/logger-YHHKXmsa.mjs
+nextcloud/apps/activity/js/logger-YHHKXmsa.mjs.map
+nextcloud/apps/activity/js/settings-store-rSEV5N-b.mjs
+nextcloud/apps/activity/js/settings-store-rSEV5N-b.mjs.map
+nextcloud/apps/activity/js/toast-7xJhDYMn-xABJjMIk.mjs
+nextcloud/apps/activity/js/toast-7xJhDYMn-xABJjMIk.mjs.map
 nextcloud/apps/activity/js/vendor.LICENSE.txt
 nextcloud/apps/activity/l10n/
 nextcloud/apps/activity/l10n/af.js
@@ -8119,6 +8122,8 @@ nextcloud/apps/activity/l10n/it.js
 nextcloud/apps/activity/l10n/it.json
 nextcloud/apps/activity/l10n/ja.js
 nextcloud/apps/activity/l10n/ja.json
+nextcloud/apps/activity/l10n/ka.js
+nextcloud/apps/activity/l10n/ka.json
 

CVS: cvs.openbsd.org: ports

2024-03-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/03/05 00:57:27

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

Log message:
Update for Honk to 1.3.1

OK horia (Maintainer)



Re: [MAINTAINER UPDATE] www/honk 1.2.3 -> 1.3.0

2024-03-03 Thread Gonzalo L. Rodriguez
On Sat, 02 Mar 2024 at 09:20:35 -0500, Horia Racoviceanu wrote:
> Upgrade to v1.3.0
> 
> changelog
> 
> ### 1.3.0 Big Bonsai
> 
> + Some performance tuning.
> 
> + Follow .rss feeds for hashtags.
> 
> + Easier to inline attached images.
> 
> + Optional .json urls for activities.
> 
> + cc, link, name, and tags fields for advanced metadata.
> 
> +  tag supported in html.

> Index: Makefile
> ===
> RCS file: /cvs/ports/www/honk/Makefile,v
> diff -u -p -r1.29 Makefile
> --- Makefile  27 Feb 2024 08:54:37 -  1.29
> +++ Makefile  2 Mar 2024 14:13:08 -
> @@ -1,6 +1,6 @@
>  COMMENT =federated status conveyance
>  
> -DISTNAME =   honk-1.2.3
> +DISTNAME =   honk-1.3.0
>  CATEGORIES = www
>  
>  HOMEPAGE =   https://humungus.tedunangst.com/r/honk
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/honk/distinfo,v
> diff -u -p -r1.18 distinfo
> --- distinfo  27 Feb 2024 08:54:37 -  1.18
> +++ distinfo  2 Mar 2024 14:13:08 -
> @@ -1,2 +1,2 @@
> -SHA256 (honk-1.2.3.tgz) = fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=
> -SIZE (honk-1.2.3.tgz) = 920299
> +SHA256 (honk-1.3.0.tgz) = N6NiFvhXLQ8/oLrGV7WkYxY//A4eR6eFBpmYtpEKZeg=
> +SIZE (honk-1.3.0.tgz) = 1968345
> Index: pkg/MESSAGE
> ===
> RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
> diff -u -p -r1.5 MESSAGE
> --- pkg/MESSAGE   25 Jan 2024 14:30:41 -  1.5
> +++ pkg/MESSAGE   2 Mar 2024 14:13:08 -
> @@ -1 +1 @@
> -The database has changed since version 1.2.0. See the pkg-readme.
> +The database has changed since version 1.2.3. See the pkg-readme.
> Index: pkg/README
> ===
> RCS file: /cvs/ports/www/honk/pkg/README,v
> diff -u -p -r1.10 README
> --- pkg/README25 Jan 2024 14:30:41 -  1.10
> +++ pkg/README2 Mar 2024 14:13:08 -
> @@ -66,7 +66,7 @@ honk$ sqlite3 blob.db vacuum
>  Database Upgrade
>  
>  
> -If you are upgrading from a version before 1.2.0, you will need to upgrade
> +If you are upgrading from a version before 1.2.3, you will need to upgrade
>  the database format:
>  
>  Stop the old honk process.

Update to 1.3.1

OK?


Index: Makefile
===
RCS file: /cvs/ports/www/honk/Makefile,v
diff -u -p -r1.29 Makefile
--- Makefile27 Feb 2024 08:54:37 -  1.29
+++ Makefile4 Mar 2024 07:43:26 -
@@ -1,6 +1,6 @@
 COMMENT =  federated status conveyance
 
-DISTNAME = honk-1.2.3
+DISTNAME = honk-1.3.1
 CATEGORIES =   www
 
 HOMEPAGE = https://humungus.tedunangst.com/r/honk
Index: distinfo
===
RCS file: /cvs/ports/www/honk/distinfo,v
diff -u -p -r1.18 distinfo
--- distinfo27 Feb 2024 08:54:37 -  1.18
+++ distinfo4 Mar 2024 07:43:26 -
@@ -1,2 +1,2 @@
-SHA256 (honk-1.2.3.tgz) = fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=
-SIZE (honk-1.2.3.tgz) = 920299
+SHA256 (honk-1.3.1.tgz) = F4Hz36nvcZv8MTh7a9Zr73kEBTS0c16Xty3T6/EzJeI=
+SIZE (honk-1.3.1.tgz) = 2383830
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
diff -u -p -r1.5 MESSAGE
--- pkg/MESSAGE 25 Jan 2024 14:30:41 -  1.5
+++ pkg/MESSAGE 4 Mar 2024 07:43:26 -
@@ -1 +1 @@
-The database has changed since version 1.2.0. See the pkg-readme.
+The database has changed since version 1.2.3. See the pkg-readme.
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
diff -u -p -r1.15 PLIST
--- pkg/PLIST   27 Feb 2024 08:54:37 -  1.15
+++ pkg/PLIST   4 Mar 2024 07:43:26 -
@@ -27,6 +27,9 @@ share/doc/honk/activitypub.7.html
 @sample ${LOCALSTATEDIR}/honk/docs/activitypub.7.html
 share/doc/honk/changelog.txt
 share/doc/honk/encrypted-messages.txt
+share/doc/honk/filter.png
+share/doc/honk/filtermemes.png
+share/doc/honk/followhonk.png
 share/doc/honk/hfcs.1.html
 @sample ${LOCALSTATEDIR}/honk/docs/hfcs.1.html
 share/doc/honk/honk.1.html
@@ -48,6 +51,8 @@ share/doc/honk/screenshot-compose.png
 @sample ${LOCALSTATEDIR}/honk/docs/screenshot-compose.png
 share/doc/honk/screenshot-honk.png
 @sample ${LOCALSTATEDIR}/honk/docs/screenshot-honk.png
+share/doc/honk/tagcombo.png
+share/doc/honk/tagrss.png
 share/doc/honk/toys/
 share/doc/honk/toys/README
 share/doc/honk/vim.3.html
Index: pkg/README
===
RCS file: /cvs/ports/www/honk/pkg/README,v
diff -u -p -r1.10 README
--- pkg/README  25 Jan 2024 14:30:41 -  1.10
+++ pkg/README  4 Mar 2024 07:43:26 -
@@ -66,7 +66,7 @@ honk$ sqlite3 blob.db vacuum
 Database 

CVS: cvs.openbsd.org: ports

2024-02-27 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/27 01:54:37

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

Log message:
Update for Honk to 1.2.3.

>From Horia (maintainer)



UPDATE: Nextcloud-28.0.2

2024-02-27 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 28.0.2:

https://nextcloud.com/changelog/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile9 Feb 2024 14:22:26 -   1.3
+++ Makefile27 Feb 2024 08:42:33 -
@@ -1,4 +1,3 @@
-NC_VERSION=28.0.1
-REVISION=  1
+NC_VERSION=28.0.2
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo3 Jan 2024 10:06:01 -   1.1
+++ distinfo27 Feb 2024 08:42:33 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.1.tar.bz2) = 
L4BzW0Qwgicv5qO14yE3lX8fxEjHU0K5S1IAspcl86Q=
-SIZE (nextcloud-28.0.1.tar.bz2) = 183887041
+SHA256 (nextcloud-28.0.2.tar.bz2) = 
3jTWuvPszqz90TjoVSDNheHSzmeY2f+keKwX6x76HQg=
+SIZE (nextcloud-28.0.2.tar.bz2) = 186446961
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
retrieving revision 1.1
diff -u -p -r1.1 PLIST
--- pkg/PLIST   3 Jan 2024 10:06:01 -   1.1
+++ pkg/PLIST   27 Feb 2024 08:42:36 -
@@ -7977,12 +7977,12 @@ nextcloud/apps/activity/img/change.svg
 nextcloud/apps/activity/img/delete-color.svg
 nextcloud/apps/activity/img/notifications-dark.svg
 nextcloud/apps/activity/js/
-nextcloud/apps/activity/js/Activity-407de709.mjs
-nextcloud/apps/activity/js/Activity-407de709.mjs.map
-nextcloud/apps/activity/js/ActivityTab-f8e4ee19.mjs
-nextcloud/apps/activity/js/ActivityTab-f8e4ee19.mjs.map
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-4e68797a.mjs
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-4e68797a.mjs.map
+nextcloud/apps/activity/js/Activity-095c590c.mjs
+nextcloud/apps/activity/js/Activity-095c590c.mjs.map
+nextcloud/apps/activity/js/ActivityTab-9ecb040a.mjs
+nextcloud/apps/activity/js/ActivityTab-9ecb040a.mjs.map
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-5b3d6d34.mjs
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-5b3d6d34.mjs.map
 nextcloud/apps/activity/js/activity-adminSettings.mjs
 nextcloud/apps/activity/js/activity-adminSettings.mjs.map
 nextcloud/apps/activity/js/activity-api.mjs
@@ -7995,16 +7995,16 @@ nextcloud/apps/activity/js/activity-side
 nextcloud/apps/activity/js/activity-sidebar.mjs.map
 nextcloud/apps/activity/js/api-00dfc954.mjs
 nextcloud/apps/activity/js/api-00dfc954.mjs.map
-nextcloud/apps/activity/js/index-482802c5.mjs
-nextcloud/apps/activity/js/index-482802c5.mjs.map
+nextcloud/apps/activity/js/index-224ad6c5.mjs
+nextcloud/apps/activity/js/index-224ad6c5.mjs.map
 nextcloud/apps/activity/js/index-65a5f423.mjs
 nextcloud/apps/activity/js/index-65a5f423.mjs.map
-nextcloud/apps/activity/js/l10n-c603e589-09a6e27e.mjs
-nextcloud/apps/activity/js/l10n-c603e589-09a6e27e.mjs.map
+nextcloud/apps/activity/js/index.es-479f5d11.mjs
+nextcloud/apps/activity/js/index.es-479f5d11.mjs.map
 nextcloud/apps/activity/js/logger-a53a57b5.mjs
 nextcloud/apps/activity/js/logger-a53a57b5.mjs.map
-nextcloud/apps/activity/js/settings-store-9516cadd.mjs
-nextcloud/apps/activity/js/settings-store-9516cadd.mjs.map
+nextcloud/apps/activity/js/settings-store-cc1b30c2.mjs
+nextcloud/apps/activity/js/settings-store-cc1b30c2.mjs.map
 nextcloud/apps/activity/js/vendor.LICENSE.txt
 nextcloud/apps/activity/l10n/
 nextcloud/apps/activity/l10n/af.js
@@ -8119,6 +8119,8 @@ nextcloud/apps/activity/l10n/it.js
 nextcloud/apps/activity/l10n/it.json
 nextcloud/apps/activity/l10n/ja.js
 nextcloud/apps/activity/l10n/ja.json
+nextcloud/apps/activity/l10n/ka.js
+nextcloud/apps/activity/l10n/ka.json
 nextcloud/apps/activity/l10n/ka_GE.js
 nextcloud/apps/activity/l10n/ka_GE.json
 nextcloud/apps/activity/l10n/kab.js
@@ -8312,6 +8314,8 @@ nextcloud/apps/admin_audit/l10n/ar.js
 nextcloud/apps/admin_audit/l10n/ar.json
 nextcloud/apps/admin_audit/l10n/ast.js
 nextcloud/apps/admin_audit/l10n/ast.json
+nextcloud/apps/admin_audit/l10n/az.js
+nextcloud/apps/admin_audit/l10n/az.json
 nextcloud/apps/admin_audit/l10n/bg.js
 nextcloud/apps/admin_audit/l10n/bg.json
 nextcloud/apps/admin_audit/l10n/ca.js
@@ -8448,7 +8452,6 @@ nextcloud/apps/admin_audit/lib/IAuditLog
 nextcloud/apps/admin_audit/lib/Listener/
 
nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
 nextcloud/apps/bruteforcesettings/
-nextcloud/apps/bruteforcesettings/.nextcloudignore
 nextcloud/apps/bruteforcesettings/CHANGELOG.md
 nextcloud/apps/bruteforcesettings/LICENSE
 nextcloud/apps/bruteforcesettings/appinfo/
@@ -8570,6 +8573,8 @@ nextcloud/apps/bruteforcesettings/l10n/i
 nextcloud/apps/bruteforcesettings/l10n/it.json
 nextcloud/apps/bruteforcesettings/l10n/ja.js
 nextcloud/apps/bruteforcesettings/l10n/ja.json
+nextcloud/apps/bruteforcesettings/l10n/ka.js
+nextcloud/apps/bruteforcesettings/l10n/ka.json
 

CVS: cvs.openbsd.org: ports

2024-02-27 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/27 01:26:39

Modified files:
emulators/nono : Makefile distinfo 

Log message:
Update for Nono to 0.7.0

OK benoit@



UPDATE: Nono-0.7.0

2024-02-22 Thread Gonzalo L. Rodriguez
Hello,

Update for Nono to 0.7.0:

http://www.pastel-flower.jp/~isaki/nono/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile8 Jan 2024 08:14:12 -   1.31
+++ Makefile22 Feb 2024 14:30:31 -
@@ -2,7 +2,7 @@ BROKEN-i386=requires __m128i and simil
 
 COMMENT=   OMRON LUNA-I and LUNA-88K emulator
 
-DISTNAME=  nono-0.6.4
+DISTNAME=  nono-0.7.0
 CATEGORIES=emulators
 
 MAINTAINER=Gonzalo L. R. 
Index: distinfo
===
RCS file: /cvs/ports/emulators/nono/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo8 Jan 2024 08:14:12 -   1.21
+++ distinfo22 Feb 2024 14:30:31 -
@@ -1,2 +1,2 @@
-SHA256 (nono-0.6.4.tar.gz) = ZHgMmgUBqN2tvGhN6EkBMRQoOVtXfe26FgZMvW25trw=
-SIZE (nono-0.6.4.tar.gz) = 3224619
+SHA256 (nono-0.7.0.tar.gz) = t+C0rSwPXyMK+UO6HKS1DrpsEmX4qKZtVWZ/2CNCc/k=
+SIZE (nono-0.7.0.tar.gz) = 3268612
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-02-22 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/22 02:49:35

Modified files:
security/suricata: Makefile distinfo 
security/suricata/patches: patch-configure_ac 
   patch-suricata_yaml_in 

Log message:
Update for Suricata to 7.0.3.

OK rsadowski@



UPDATE: Suricata-7.0.3

2024-02-21 Thread Gonzalo L. Rodriguez
Hello,

Update for Suricata to 7.0.3:

https://github.com/OISF/suricata/releases/tag/suricata-7.0.3

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- Makefile3 Jan 2024 07:47:27 -   1.64
+++ Makefile21 Feb 2024 13:02:41 -
@@ -3,9 +3,8 @@ NOT_FOR_ARCHS = powerpc64 riscv64
 
 COMMENT =  high performance network IDS, IPS and security monitoring
 
-SURICATA_V =   7.0.2
-SUPDATE_V =1.2.7
-REVISION = 0
+SURICATA_V =   7.0.3
+SUPDATE_V =1.2.8
 
 DISTNAME = suricata-${SURICATA_V}
 CATEGORIES =   security
Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo16 Nov 2023 18:15:37 -  1.21
+++ distinfo21 Feb 2024 13:02:41 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-7.0.2.tar.gz) = tOtgSDjvmag5a8i3u1TK0R8kQsvXy7MA5/WqsZCXvE0=
-SIZE (suricata-7.0.2.tar.gz) = 23445403
+SHA256 (suricata-7.0.3.tar.gz) = 6gdC16mHg/GvSldmGvYGi8LYUKw+ygSzIE0ozhZeNf8=
+SIZE (suricata-7.0.3.tar.gz) = 23599903
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.12
diff -u -p -r1.12 patch-configure_ac
--- patches/patch-configure_ac  16 Nov 2023 18:15:37 -  1.12
+++ patches/patch-configure_ac  21 Feb 2024 13:02:41 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -2560,7 +2560,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2562,7 +2562,7 @@ if test "$WINDOWS_PATH" = "yes"; then
  fi
  else
  EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-suricata_yaml_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-suricata_yaml_in,v
retrieving revision 1.19
diff -u -p -r1.19 patch-suricata_yaml_in
--- patches/patch-suricata_yaml_in  17 Dec 2023 15:29:06 -  1.19
+++ patches/patch-suricata_yaml_in  21 Feb 2024 13:02:41 -
@@ -81,7 +81,7 @@ Index: suricata.yaml.in
  
# Lua Output Support - execute lua script to generate alert and event
# output.
-@@ -1189,9 +1198,9 @@ datasets:
+@@ -1195,9 +1204,9 @@ datasets:
  ##
  
  # Run Suricata with a specific user-id and group-id:
@@ -94,7 +94,7 @@ Index: suricata.yaml.in
  
  security:
# if true, prevents process creation from Suricata by calling
-@@ -1221,7 +1230,7 @@ security:
+@@ -1227,7 +1236,7 @@ security:
  # Default location of the pid file. The pid file is only used in
  # daemon mode (start Suricata with -D). If not running in daemon mode
  # the --pidfile command line option must be used to create a pid file.
@@ -103,7 +103,7 @@ Index: suricata.yaml.in
  
  # Daemon working directory
  # Suricata will change directory to this one if provided
-@@ -2137,14 +2146,38 @@ napatech:
+@@ -2143,14 +2152,38 @@ napatech:
  #
  hashmode: hash5tuplesorted
  
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-02-21 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/21 02:31:53

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
Add SMTube removal



CVS: cvs.openbsd.org: ports

2024-02-21 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/21 02:12:17

Modified files:
x11: Makefile 

Log message:
Bye bye SMTube.



CVS: cvs.openbsd.org: ports

2024-02-21 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/21 02:11:29

Removed files:
x11/smtube : Makefile distinfo 
x11/smtube/patches: patch-src_browserwindow_cpp 
x11/smtube/pkg : DESCR PLIST 

Log message:
Killing smtube due dead upstream, plus still using x11/qt5/qtwebkit

OK rsadowski@



CVS: cvs.openbsd.org: ports

2024-02-20 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/21 00:35:25

Modified files:
net/axel   : Makefile distinfo 

Log message:
Update for Axel to 2.17.13

OK rsadowski@



UPDATE: Axel-2.17.13

2024-02-13 Thread Gonzalo L. Rodriguez
Hello,

Update for Axel to 2.17.13:

https://github.com/axel-download-accelerator/axel/releases/tag/v2.17.13

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/net/axel/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile27 Sep 2023 14:18:00 -  1.18
+++ Makefile13 Feb 2024 19:58:26 -
@@ -1,6 +1,6 @@
 COMMENT=   tiny download accelerator
 
-V= 2.17.11
+V= 2.17.13
 DISTNAME=  axel-$V
 
 CATEGORIES=net
Index: distinfo
===
RCS file: /cvs/ports/net/axel/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo3 Feb 2022 08:52:06 -   1.7
+++ distinfo13 Feb 2024 19:58:26 -
@@ -1,2 +1,2 @@
-SHA256 (axel-2.17.11.tar.gz) = 8SaC+YHIPzdLgrBmjyX2lKIEK2F7I27m+wV+VHPFTjE=
-SIZE (axel-2.17.11.tar.gz) = 377920
+SHA256 (axel-2.17.13.tar.gz) = YEzn+9s3UAxGIpXWwD+lnrTf+3gP3y/DxB/6dcj27Dg=
+SIZE (axel-2.17.13.tar.gz) = 312226
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-02-01 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/01 08:49:38

Modified files:
net/dendrite   : Makefile distinfo modules.inc 

Log message:
Update for Dendrite to 0.13.5



Re: www/nextcloud: possible improvements to provided httpd.conf example

2024-02-01 Thread Gonzalo L. Rodriguez
On Thu, 01 Feb 2024 at 13:57:35 +0100, Clemens Gößnitzer wrote:
> I value the amazing work you are doing to keep www/nextcloud in a
> really good shape.  Thank you for that!
> 
> I have three suggestions to possibly improve the provided httpd.conf
> example:
> 
> 1.) block more locations
> 2.) use block return 403 together with errdocs redirect
> 3.) only allow needed .php files
> 
> 1.)
> According to
> https://github.com/nextcloud/server/blob/master/.htaccess#L91, 3rdparty
> and lib should be blocked as well.  The example already does that for
> config and data.
> 
> 2.)
> Instead of doing "block drop", one could alternatively use "block
> return 403".  With an error document similar to the provided index.html
> from nextcloud, a simple redirect to index.php could be provided, too,
> when returning 403.  This could also be done for the global server
> configuration.  Thus, the user would always get redirected to index.php
> if he requests an invalid URL.
> 
> 3.)
> It seems like index.php, remote.php and status.php (potentially
> cron.php for web-based cron) are the only php files which need to be
> parsed by php-fpm socket via fcgi.  Thus, instead of matching all php
> files in the path (with "*.php*"), one could restrict php fcgi
> functionality to just these three (four) files.
> 
> Change 3.) would even make change 1) unnecessary, since then there is
> no danger of fetching random php files with the glob, and these block
> drop could be replaced by a block drop/return 403 in the global server
> configuration.
> 
> If you like these ideas, I will provide a patch.
> 
> Thanks.
> 

Hi, it was discussed many times about put a super tweaked httpd.conf but the
idea of the example it's just that, an example, if you think your version could
be better or more secure and you tested it, please send a diff and I will try
it.

Thanks!

-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2024-02-01 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/02/01 08:44:42

Modified files:
www/azorius: Makefile distinfo 
www/azorius/pkg: PLIST README 
Added files:
www/azorius/pkg: MESSAGE 
Removed files:
www/azorius: modules.inc 

Log message:
Update for Azorius to 0.3.2

from Horia mantainer.



CVS: cvs.openbsd.org: ports

2024-01-31 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/31 08:39:14

Modified files:
www/nextcloud/26: Makefile distinfo 
www/nextcloud/26/pkg: PLIST 

Log message:
Update for Nextcloud to 26.0.11



CVS: cvs.openbsd.org: ports

2024-01-31 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/31 08:38:15

Modified files:
www/nextcloud/26: Tag: OPENBSD_7_4 Makefile distinfo 
www/nextcloud/26/pkg: Tag: OPENBSD_7_4 PLIST 

Log message:
Update for Nextcloud to 26.0.11



CVS: cvs.openbsd.org: ports

2024-01-29 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/29 01:12:42

Modified files:
www/nextcloud/27: Tag: OPENBSD_7_4 Makefile distinfo 
www/nextcloud/27/pkg: Tag: OPENBSD_7_4 PLIST 

Log message:
Update for Nextcloud to 27.1.6

OK landry@



CVS: cvs.openbsd.org: ports

2024-01-28 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/29 00:54:57

Modified files:
www/nextcloud/27: Makefile distinfo 
www/nextcloud/27/pkg: PLIST 

Log message:
Update for Nextcloud to 27.1.6

OK landry@ Adriano Barbosa.



UPDATE: Nextcloud-27.1.6

2024-01-26 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 27.1.6:

https://nextcloud.com/changelog/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/27/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile19 Dec 2023 14:17:18 -  1.9
+++ Makefile26 Jan 2024 08:14:33 -
@@ -1,3 +1,3 @@
-NC_VERSION=27.1.5
+NC_VERSION=27.1.6
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/27/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo19 Dec 2023 14:17:18 -  1.8
+++ distinfo26 Jan 2024 08:14:33 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-27.1.5.tar.bz2) = 
O1NMmOdrf+2Mo5NMrUGbEK9YViWfMTvsIs06e/pu+WE=
-SIZE (nextcloud-27.1.5.tar.bz2) = 183045696
+SHA256 (nextcloud-27.1.6.tar.bz2) = 
rntyt/xSWsSXmMLeaml6TP8ls0ly1p1GmVmIXTNRvvo=
+SIZE (nextcloud-27.1.6.tar.bz2) = 183633049
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/27/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   19 Dec 2023 14:17:19 -  1.8
+++ pkg/PLIST   26 Jan 2024 08:14:37 -
@@ -9514,6 +9514,8 @@ nextcloud/apps/activity/l10n/it.js
 nextcloud/apps/activity/l10n/it.json
 nextcloud/apps/activity/l10n/ja.js
 nextcloud/apps/activity/l10n/ja.json
+nextcloud/apps/activity/l10n/ka.js
+nextcloud/apps/activity/l10n/ka.json
 nextcloud/apps/activity/l10n/ka_GE.js
 nextcloud/apps/activity/l10n/ka_GE.json
 nextcloud/apps/activity/l10n/kab.js
@@ -9702,6 +9704,8 @@ nextcloud/apps/admin_audit/l10n/ar.js
 nextcloud/apps/admin_audit/l10n/ar.json
 nextcloud/apps/admin_audit/l10n/ast.js
 nextcloud/apps/admin_audit/l10n/ast.json
+nextcloud/apps/admin_audit/l10n/az.js
+nextcloud/apps/admin_audit/l10n/az.json
 nextcloud/apps/admin_audit/l10n/bg.js
 nextcloud/apps/admin_audit/l10n/bg.json
 nextcloud/apps/admin_audit/l10n/ca.js
@@ -9838,7 +9842,6 @@ nextcloud/apps/admin_audit/lib/IAuditLog
 nextcloud/apps/admin_audit/lib/Listener/
 
nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
 nextcloud/apps/bruteforcesettings/
-nextcloud/apps/bruteforcesettings/.nextcloudignore
 nextcloud/apps/bruteforcesettings/CHANGELOG.md
 nextcloud/apps/bruteforcesettings/LICENSE
 nextcloud/apps/bruteforcesettings/appinfo/
@@ -9960,6 +9963,8 @@ nextcloud/apps/bruteforcesettings/l10n/i
 nextcloud/apps/bruteforcesettings/l10n/it.json
 nextcloud/apps/bruteforcesettings/l10n/ja.js
 nextcloud/apps/bruteforcesettings/l10n/ja.json
+nextcloud/apps/bruteforcesettings/l10n/ka.js
+nextcloud/apps/bruteforcesettings/l10n/ka.json
 nextcloud/apps/bruteforcesettings/l10n/ka_GE.js
 nextcloud/apps/bruteforcesettings/l10n/ka_GE.json
 nextcloud/apps/bruteforcesettings/l10n/kab.js
@@ -10059,6 +10064,7 @@ nextcloud/apps/bruteforcesettings/vendor
 nextcloud/apps/bruteforcesettings/vendor/autoload.php
 nextcloud/apps/bruteforcesettings/vendor/composer/
 nextcloud/apps/bruteforcesettings/vendor/composer/ClassLoader.php
+nextcloud/apps/bruteforcesettings/vendor/composer/InstalledVersions.php
 nextcloud/apps/bruteforcesettings/vendor/composer/LICENSE
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_classmap.php
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_namespaces.php
@@ -10066,6 +10072,7 @@ nextcloud/apps/bruteforcesettings/vendor
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_real.php
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_static.php
 nextcloud/apps/bruteforcesettings/vendor/composer/installed.json
+nextcloud/apps/bruteforcesettings/vendor/composer/installed.php
 nextcloud/apps/circles/
 nextcloud/apps/circles/CHANGELOG.md
 nextcloud/apps/circles/LICENSE
@@ -10186,6 +10193,8 @@ nextcloud/apps/circles/l10n/it.js
 nextcloud/apps/circles/l10n/it.json
 nextcloud/apps/circles/l10n/ja.js
 nextcloud/apps/circles/l10n/ja.json
+nextcloud/apps/circles/l10n/ka.js
+nextcloud/apps/circles/l10n/ka.json
 nextcloud/apps/circles/l10n/ka_GE.js
 nextcloud/apps/circles/l10n/ka_GE.json
 nextcloud/apps/circles/l10n/kab.js
@@ -10733,6 +10742,7 @@ nextcloud/apps/circles/vendor/
 nextcloud/apps/circles/vendor/autoload.php
 nextcloud/apps/circles/vendor/composer/
 nextcloud/apps/circles/vendor/composer/ClassLoader.php
+nextcloud/apps/circles/vendor/composer/InstalledVersions.php
 nextcloud/apps/circles/vendor/composer/LICENSE
 nextcloud/apps/circles/vendor/composer/autoload_classmap.php
 nextcloud/apps/circles/vendor/composer/autoload_namespaces.php
@@ -10740,6 +10750,7 @@ nextcloud/apps/circles/vendor/composer/a
 nextcloud/apps/circles/vendor/composer/autoload_real.php
 nextcloud/apps/circles/vendor/composer/autoload_static.php
 nextcloud/apps/circles/vendor/composer/installed.json
+nextcloud/apps/circles/vendor/composer/installed.php
 nextcloud/apps/cloud_federation_api/
 nextcloud/apps/cloud_federation_api/LICENSE
 

UPDATE: Nextcloud-26.0.11

2024-01-26 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 26.0.11:

https://nextcloud.com/changelog/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/26/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile3 Jan 2024 10:23:53 -   1.12
+++ Makefile26 Jan 2024 08:15:12 -
@@ -1,4 +1,3 @@
-NC_VERSION=26.0.10
-REVISION=  0
+NC_VERSION=26.0.11
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/26/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo2 Jan 2024 09:30:34 -   1.10
+++ distinfo26 Jan 2024 08:15:12 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-26.0.10.tar.bz2) = 
yArkYMxOmvfQsJd6TJJX+t22a/V5OW9nwHfgLZsmlIw=
-SIZE (nextcloud-26.0.10.tar.bz2) = 160357601
+SHA256 (nextcloud-26.0.11.tar.bz2) = 
Vc0QCCy495oYeRnpWaYwc4Nf4D/ko4VsODoKcS7YADA=
+SIZE (nextcloud-26.0.11.tar.bz2) = 160550455
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/26/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   3 Jan 2024 10:23:53 -   1.10
+++ pkg/PLIST   26 Jan 2024 08:15:16 -
@@ -9431,6 +9431,8 @@ nextcloud/apps/activity/l10n/it.js
 nextcloud/apps/activity/l10n/it.json
 nextcloud/apps/activity/l10n/ja.js
 nextcloud/apps/activity/l10n/ja.json
+nextcloud/apps/activity/l10n/ka.js
+nextcloud/apps/activity/l10n/ka.json
 nextcloud/apps/activity/l10n/ka_GE.js
 nextcloud/apps/activity/l10n/ka_GE.json
 nextcloud/apps/activity/l10n/kab.js
@@ -9615,6 +9617,8 @@ nextcloud/apps/admin_audit/l10n/ar.js
 nextcloud/apps/admin_audit/l10n/ar.json
 nextcloud/apps/admin_audit/l10n/ast.js
 nextcloud/apps/admin_audit/l10n/ast.json
+nextcloud/apps/admin_audit/l10n/az.js
+nextcloud/apps/admin_audit/l10n/az.json
 nextcloud/apps/admin_audit/l10n/bg.js
 nextcloud/apps/admin_audit/l10n/bg.json
 nextcloud/apps/admin_audit/l10n/ca.js
@@ -9751,7 +9755,6 @@ nextcloud/apps/admin_audit/lib/IAuditLog
 nextcloud/apps/admin_audit/lib/Listener/
 
nextcloud/apps/admin_audit/lib/Listener/CriticalActionPerformedEventListener.php
 nextcloud/apps/bruteforcesettings/
-nextcloud/apps/bruteforcesettings/.nextcloudignore
 nextcloud/apps/bruteforcesettings/CHANGELOG.md
 nextcloud/apps/bruteforcesettings/LICENSE
 nextcloud/apps/bruteforcesettings/appinfo/
@@ -9873,6 +9876,8 @@ nextcloud/apps/bruteforcesettings/l10n/i
 nextcloud/apps/bruteforcesettings/l10n/it.json
 nextcloud/apps/bruteforcesettings/l10n/ja.js
 nextcloud/apps/bruteforcesettings/l10n/ja.json
+nextcloud/apps/bruteforcesettings/l10n/ka.js
+nextcloud/apps/bruteforcesettings/l10n/ka.json
 nextcloud/apps/bruteforcesettings/l10n/ka_GE.js
 nextcloud/apps/bruteforcesettings/l10n/ka_GE.json
 nextcloud/apps/bruteforcesettings/l10n/kab.js
@@ -9972,6 +9977,7 @@ nextcloud/apps/bruteforcesettings/vendor
 nextcloud/apps/bruteforcesettings/vendor/autoload.php
 nextcloud/apps/bruteforcesettings/vendor/composer/
 nextcloud/apps/bruteforcesettings/vendor/composer/ClassLoader.php
+nextcloud/apps/bruteforcesettings/vendor/composer/InstalledVersions.php
 nextcloud/apps/bruteforcesettings/vendor/composer/LICENSE
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_classmap.php
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_namespaces.php
@@ -9979,6 +9985,7 @@ nextcloud/apps/bruteforcesettings/vendor
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_real.php
 nextcloud/apps/bruteforcesettings/vendor/composer/autoload_static.php
 nextcloud/apps/bruteforcesettings/vendor/composer/installed.json
+nextcloud/apps/bruteforcesettings/vendor/composer/installed.php
 nextcloud/apps/circles/
 nextcloud/apps/circles/CHANGELOG.md
 nextcloud/apps/circles/LICENSE
@@ -10099,6 +10106,8 @@ nextcloud/apps/circles/l10n/it.js
 nextcloud/apps/circles/l10n/it.json
 nextcloud/apps/circles/l10n/ja.js
 nextcloud/apps/circles/l10n/ja.json
+nextcloud/apps/circles/l10n/ka.js
+nextcloud/apps/circles/l10n/ka.json
 nextcloud/apps/circles/l10n/ka_GE.js
 nextcloud/apps/circles/l10n/ka_GE.json
 nextcloud/apps/circles/l10n/kab.js
@@ -10646,6 +10655,7 @@ nextcloud/apps/circles/vendor/
 nextcloud/apps/circles/vendor/autoload.php
 nextcloud/apps/circles/vendor/composer/
 nextcloud/apps/circles/vendor/composer/ClassLoader.php
+nextcloud/apps/circles/vendor/composer/InstalledVersions.php
 nextcloud/apps/circles/vendor/composer/LICENSE
 nextcloud/apps/circles/vendor/composer/autoload_classmap.php
 nextcloud/apps/circles/vendor/composer/autoload_namespaces.php
@@ -10653,6 +10663,7 @@ nextcloud/apps/circles/vendor/composer/a
 nextcloud/apps/circles/vendor/composer/autoload_real.php
 nextcloud/apps/circles/vendor/composer/autoload_static.php
 nextcloud/apps/circles/vendor/composer/installed.json
+nextcloud/apps/circles/vendor/composer/installed.php
 nextcloud/apps/cloud_federation_api/
 

CVS: cvs.openbsd.org: ports

2024-01-25 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/25 07:30:41

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

Log message:
Update for honk to 1.2.1

from Horia (Maintainer)



UPDATE: Dendrite-0.13.5

2024-01-17 Thread Gonzalo L. Rodriguez
Hello,

Update for Dendrite to 0.13.5:

https://github.com/matrix-org/dendrite/releases/tag/v0.13.5

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/net/dendrite/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile31 Aug 2023 06:45:41 -  1.26
+++ Makefile17 Jan 2024 07:57:10 -
@@ -1,7 +1,7 @@
 COMMENT =  matrix homeserver written in Go
 
 MODGO_MODNAME =github.com/matrix-org/dendrite
-MODGO_VERSION =v0.13.2
+MODGO_VERSION =v0.13.5
 
 DISTNAME = dendrite-${MODGO_VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/net/dendrite/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo31 Aug 2023 06:45:41 -  1.19
+++ distinfo17 Jan 2024 07:57:11 -
@@ -1,4 +1,4 @@
-SHA256 (dendrite-v0.13.2.zip) = wPMrdMLxnN6YIQEf+RkJd+BvJJgJwApRVEmCyjXRRP4=
+SHA256 (dendrite-v0.13.5.zip) = 6NkednWIqbfRFkB8lVHOhFg2iu419b8WyZkfdMSIwJc=
 SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod)
 = +sTF2PaC+eyXchsvyf1TBiqxcLLSt/q4/8EK4YOhlR4=
 SHA256 
(go_modules/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.zip)
 = ylMwkB/NqD0JVTrDYldtGWxTEVe8nFAudrI3zKJitAA=
 SHA256 
(go_modules/github.com/!arceliar/ironwood/@v/v0.0.0-20221025225125-45b4281814c2.mod)
 = /juPd/r0QaZxYsS4PDpr7/UAalYQx1nj6jai4KPdE6c=
@@ -135,8 +135,8 @@ SHA256 (go_modules/github.com/dgryski/go
 SHA256 
(go_modules/github.com/dgryski/go-farm/@v/v0.0.0-20190423205320-6a90982ecee2.zip)
 = 0ftg8c5WKssHVp1TtDNTtz9DmRHCfuzvcWMFzS1zAlg=
 SHA256 (go_modules/github.com/docker/distribution/@v/v2.8.2+incompatible.mod) 
= 8WJgpOubxmzzMUzM0qv+QkXD+3yoFlMeZI333gXFYAQ=
 SHA256 (go_modules/github.com/docker/distribution/@v/v2.8.2+incompatible.zip) 
= ngoXu8qhQZIyzUTjp5IJvibZzPoHnjLg6ZmcgcCZFHc=
-SHA256 (go_modules/github.com/docker/docker/@v/v20.10.24+incompatible.mod) = 
kf0O0nQ9pHohFX0Pa3aFky9UqMNjIX5sW8Z88iP/2CI=
-SHA256 (go_modules/github.com/docker/docker/@v/v20.10.24+incompatible.zip) = 
T6LavZYqXyntebNOqu1Nj6ibdgWmSx8MZkwUcXGFUoU=
+SHA256 (go_modules/github.com/docker/docker/@v/v24.0.7+incompatible.mod) = 
kf0O0nQ9pHohFX0Pa3aFky9UqMNjIX5sW8Z88iP/2CI=
+SHA256 (go_modules/github.com/docker/docker/@v/v24.0.7+incompatible.zip) = 
qb9LUxiMr0GtpaVJDZnEToCNL0pyUCjicX2bMch/UAI=
 SHA256 (go_modules/github.com/docker/go-connections/@v/v0.4.0.mod) = 
PaVqKXDHlKCzgbUAg3cJRJ+urCcUglMbDCIo6zpxFEg=
 SHA256 (go_modules/github.com/docker/go-connections/@v/v0.4.0.zip) = 
Vw687n5v2ETgDInuqysZIggdaWnfdgeN/k/6zT21ato=
 SHA256 (go_modules/github.com/docker/go-units/@v/v0.5.0.mod) = 
7UVXffs1YrxpPc7ZGxcvcQ8akInECAhSn0RzSHVODFg=
@@ -324,7 +324,8 @@ SHA256 (go_modules/github.com/klauspost/
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.11.mod) = 
bON2Yx8SuRwP2MaOa9aL8fCNZqQ23UGU9wBGQ/5iPBA=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.15.9.mod) = 
HDqp639GIBVx3yygwb2cCV2BsskcHtk5OAjC5lTD/GQ=
 SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.5.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
-SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.5.zip) = 
fgBLtrcVNVCL+pxXJWz7LKI/CeooHb7K/qIXeWtxL80=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.mod) = 
yOP+9EEikCVHrQ3ClSmVLDvtrQGRB5lj0sFEQxOkW8g=
+SHA256 (go_modules/github.com/klauspost/compress/@v/v1.16.7.zip) = 
Nim/vfjspprAAPM+jenpe3rMt8i3L1dLjdDhRaBWv4s=
 SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.mod) = 
nG/GHSQ1hCexvtSPaJTbOCyik2H0DQNojUsKvHVd0rI=
 SHA256 (go_modules/github.com/klauspost/cpuid/v2/@v/v2.2.3.zip) = 
9o/4LKqAeUD+5hW0iY1Cg2V2Hus2hhlZyouRoDS9Dn4=
 SHA256 (go_modules/github.com/kr/pretty/@v/v0.1.0.mod) = 
49XUbS9qyUpmalS16GfsFr8ZnZ9LcAgnzXMWB+/dEJo=
@@ -357,8 +358,8 @@ SHA256 (go_modules/github.com/matrix-org
 SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20210324163249-be2af5ef2e16.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
 SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.mod)
 = 1jlp+m4HwQyxqSeOd5w4KNEtAzhpQ/1q0cQ9gKpaz7I=
 SHA256 
(go_modules/github.com/matrix-org/gomatrix/@v/v0.0.0-20220926102614-ceba4d9f7530.zip)
 = +UQWtWsTC19Zy6a2CE5JC9e5P9rqQqTxIwOJ/xZRTCs=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20230807152937-c48e302e15ac.mod)
 = 18wtXGcLQc7pujZ1ySZoJ3FpEr7AtntnBlotfS5B8IE=
-SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20230807152937-c48e302e15ac.zip)
 = YwhCJgqLyrXJN+GRk81A9u8MrVKaL3jx/bXwP31aZQc=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.mod)
 = qvzbCosZspmTBadX/esiGzBfUngO3iLTIziwK9/0cDs=
+SHA256 
(go_modules/github.com/matrix-org/gomatrixserverlib/@v/v0.0.0-20231212115925-41497b7563eb.zip)
 = urEvSf2WXDLEppl8LBQAMZg1XUlgZhgTmbAxaP1S6f0=
 SHA256 

CVS: cvs.openbsd.org: ports

2024-01-08 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/08 01:16:49

Modified files:
www/varnish: Makefile distinfo 
www/varnish/pkg: PLIST 

Log message:
Update for Varnish to 7.4.2

OK rsadowski@



CVS: cvs.openbsd.org: ports

2024-01-08 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/08 01:14:12

Modified files:
emulators/nono : Makefile distinfo 

Log message:
Update for Nono to 0.6.4

OK op@



CVS: cvs.openbsd.org: ports

2024-01-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/04 02:14:57

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
add quirks from llama to walk

OK op@ sthen@



CVS: cvs.openbsd.org: ports

2024-01-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/04 02:11:59

Removed files:
sysutils/llama : Makefile distinfo modules.inc 
sysutils/llama/pkg: DESCR PLIST 

Log message:
Deleting llama now replaced by walk

OK op@ sthen@



CVS: cvs.openbsd.org: ports

2024-01-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/04 02:10:46

Modified files:
sysutils   : Makefile 

Log message:
Remove llama and add walk

OK op@ sthen@



CVS: cvs.openbsd.org: ports

2024-01-04 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/04 02:09:36

Log message:
re import llama with new name walk

Status:

Vendor Tag: gonzalo
Release Tags:   gonzalo_20240401

N ports/sysutils/walk/Makefile
N ports/sysutils/walk/distinfo
N ports/sysutils/walk/modules.inc
N ports/sysutils/walk/pkg/DESCR
N ports/sysutils/walk/pkg/PLIST

No conflicts created by this import



UPDATE: Varnish-7.4.2

2024-01-03 Thread Gonzalo L. Rodriguez
Hello,

Update for Varnish to 7.4.2:

https://github.com/varnishcache/varnish-cache/blob/7.4/doc/changes.rst#varnish-cache-742-2023-11-13

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.78
diff -u -p -r1.78 Makefile
--- Makefile27 Sep 2023 19:13:06 -  1.78
+++ Makefile3 Jan 2024 14:10:06 -
@@ -1,6 +1,6 @@
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-7.3.0
+DISTNAME = varnish-7.4.2
 
 CATEGORIES =   www
 
Index: distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.35
diff -u -p -r1.35 distinfo
--- distinfo17 May 2023 15:53:19 -  1.35
+++ distinfo3 Jan 2024 14:10:06 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-7.3.0.tgz) = 4tu7DsJwqQZHw4aGbm4iaZOu1G5I3nUacruBlzfxSuc=
-SIZE (varnish-7.3.0.tgz) = 3938449
+SHA256 (varnish-7.4.2.tgz) = bT0DxnUU5rtOhYTkCjgfUecIYH05M3pj3ErkIGHZpG8=
+SIZE (varnish-7.4.2.tgz) = 3977831
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/varnish/pkg/PLIST,v
retrieving revision 1.26
diff -u -p -r1.26 PLIST
--- pkg/PLIST   6 Dec 2022 09:37:41 -   1.26
+++ pkg/PLIST   3 Jan 2024 14:10:06 -
@@ -53,6 +53,7 @@ include/varnish/tbl/sess_attr.h
 include/varnish/tbl/sess_close.h
 include/varnish/tbl/symbol_kind.h
 include/varnish/tbl/vcc_feature_bits.h
+include/varnish/tbl/vcl_context.h
 include/varnish/tbl/vcl_returns.h
 include/varnish/tbl/vcl_states.h
 include/varnish/tbl/vhd_fsm.h
@@ -94,6 +95,7 @@ include/varnish/vsa.h
 include/varnish/vsb.h
 include/varnish/vsha256.h
 include/varnish/vtcp.h
+include/varnish/vte.h
 include/varnish/vtim.h
 include/varnish/vtree.h
 include/varnish/vut.h
@@ -110,6 +112,7 @@ lib/varnish/vmods/
 @so lib/varnish/vmods/libvmod_cookie.so
 @so lib/varnish/vmods/libvmod_debug.so
 @so lib/varnish/vmods/libvmod_directors.so
+@so lib/varnish/vmods/libvmod_h2.so
 @so lib/varnish/vmods/libvmod_proxy.so
 @so lib/varnish/vmods/libvmod_purge.so
 @so lib/varnish/vmods/libvmod_std.so
@@ -127,6 +130,7 @@ lib/varnish/vmods/
 @man man/man3/vmod_blob.3
 @man man/man3/vmod_cookie.3
 @man man/man3/vmod_directors.3
+@man man/man3/vmod_h2.3
 @man man/man3/vmod_proxy.3
 @man man/man3/vmod_purge.3
 @man man/man3/vmod_std.3
@@ -136,6 +140,7 @@ lib/varnish/vmods/
 @man man/man7/varnish-counters.7
 @man man/man7/vcl-backend.7
 @man man/man7/vcl-probe.7
+@man man/man7/vcl-step.7
 @man man/man7/vcl-var.7
 @man man/man7/vcl.7
 @man man/man7/vsl-query.7
@@ -151,6 +156,16 @@ share/examples/varnish/builtin.vcl
 share/examples/varnish/example.vcl
 @sample ${SYSCONFDIR}/varnish/default.vcl
 share/varnish/
+share/varnish/vcc/
+share/varnish/vcc/vmod_blob.vcc
+share/varnish/vcc/vmod_cookie.vcc
+share/varnish/vcc/vmod_directors.vcc
+share/varnish/vcc/vmod_h2.vcc
+share/varnish/vcc/vmod_proxy.vcc
+share/varnish/vcc/vmod_purge.vcc
+share/varnish/vcc/vmod_std.vcc
+share/varnish/vcc/vmod_unix.vcc
+share/varnish/vcc/vmod_vtc.vcc
 share/varnish/vcl/
 share/varnish/vcl/devicedetect.vcl
 share/varnish/vmodtool.py
-- 

 %gonzalo



UPDATE: Nono-0.6.4

2024-01-03 Thread Gonzalo L. Rodriguez
Hello,

Update for Nono to 0.6.4:

http://www.pastel-flower.jp/~isaki/nono/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile21 Sep 2023 13:10:26 -  1.30
+++ Makefile3 Jan 2024 14:07:31 -
@@ -2,7 +2,7 @@ BROKEN-i386=requires __m128i and simil
 
 COMMENT=   OMRON LUNA-I and LUNA-88K emulator
 
-DISTNAME=  nono-0.6.2
+DISTNAME=  nono-0.6.4
 CATEGORIES=emulators
 
 MAINTAINER=Gonzalo L. R. 
Index: distinfo
===
RCS file: /cvs/ports/emulators/nono/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo3 Sep 2023 13:26:32 -   1.20
+++ distinfo3 Jan 2024 14:07:31 -
@@ -1,2 +1,2 @@
-SHA256 (nono-0.6.2.tar.gz) = 9h9X2On0yQZxzrRnwM5tYpMiAzT4mTwd5YdlXZHqlYQ=
-SIZE (nono-0.6.2.tar.gz) = 3173386
+SHA256 (nono-0.6.4.tar.gz) = ZHgMmgUBqN2tvGhN6EkBMRQoOVtXfe26FgZMvW25trw=
+SIZE (nono-0.6.4.tar.gz) = 3224619
-- 

 %gonzalo



NEW/RENAME Walk-1.7.0

2024-01-03 Thread Gonzalo L. Rodriguez
Hello,

So 'llama' changed his name to 'Walk', the idea with op@ it's to import this and
kill llama.

https://github.com/antonmedv/walk

OK? feedback?

Cheers.-

-- 

 %gonzalo


walk.tgz
Description: application/tar-gz


UPDATE: Artty-1.4.5

2024-01-03 Thread Gonzalo L. Rodriguez
Hello,

Update for Artty to 1.4.5:

https://github.com/mjwhitta/artty/releases/tag/v1.4.5

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/artty/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile11 Aug 2023 07:30:33 -  1.3
+++ Makefile3 Jan 2024 11:14:30 -
@@ -1,7 +1,7 @@
 COMMENT =  art for your TTY
 
 MODGO_MODNAME =github.com/mjwhitta/artty
-MODGO_VERSION =v1.4.4
+MODGO_VERSION =v1.4.5
 
 DISTNAME = artty-${MODGO_VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/artty/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo11 Aug 2023 07:30:33 -  1.3
+++ distinfo3 Jan 2024 11:14:30 -
@@ -1,30 +1,30 @@
-SHA256 (artty-v1.4.4.zip) = iWAwN405Xo5DXZeKFBWe7dk8wJW9dU6Q60MnNnohRWc=
+SHA256 (artty-v1.4.5.zip) = wdCg9dvEPEAROh/06JSPe28zkgC/t6mJ33eHtvbsKJ0=
 SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.mod) = 
vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
 SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.1.zip) = 
a0SoQ5UfNxtwEMdU7MPKvv6BXVztHFuUCfstaX6KiQ0=
 SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.mod) = 
hPPkCAOx69SoAuVXlLmZffCxc8SAnoVy/5BC7FWMobw=
 SHA256 (go_modules/github.com/kr/pretty/@v/v0.3.1.zip) = 
7PWkrySCbDrXWM4GQQygji1Y5NlQU747nd4uFIUsDNw=
 SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.mod) = 
9jh5sgT2zolc6lNZS4FPWsCvCEhrM7HKecZXOE77xyY=
 SHA256 (go_modules/github.com/kr/text/@v/v0.2.0.zip) = 
No6zGPkaW2e+kFxHAyq1wxodSal4SLEBGg0KISKzC6Q=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
-SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.11.0.zip) = 
Ux79psC3yK/msEGW5gR9xtUPpIqo5Xb1hMgzGNN9SAI=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.0.mod) = 
VWf46tGSf9qpubsj32GUrQRieek51rYD30rCAmK+QzM=
+SHA256 (go_modules/github.com/mjwhitta/cli/@v/v1.12.0.zip) = 
DKv60Mk/ao46MA/wJZX8zlpDpDoxcYpBcySpmrSr0Sc=
 SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.mod) = 
RYelLS8K4JuksQGFMuhQXXGZrzanXJkfEYFOjmV+OB0=
 SHA256 (go_modules/github.com/mjwhitta/errors/@v/v1.0.2.zip) = 
slO9E3od5WMRVf8+bsHED462m9tW86Xk17D1jex6W84=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.mod) = 
qnVLVeTLdlA0bD1g+vax2dcHtZ9oYQqLEHu74yWYfMQ=
-SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.3.zip) = 
aogZMsTjbXhdJZ8GPLiTUvXCecNJMu4uwyFRomn8F+M=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.4.mod) = 
EJ3NejiljsebEI08giLObgR+lDgwx9Puii8Hm5pn/gc=
+SHA256 (go_modules/github.com/mjwhitta/hilighter/@v/v1.11.4.zip) = 
ulS4ZD8BNNvDXd9Ijbj1Ev9Or2BOgFq98AuYIVTyJN4=
 SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.mod) = 
kq6eze61WIm+AokdTowyRoi3uR32jjX3fxVmeNVHB/w=
 SHA256 (go_modules/github.com/mjwhitta/jq/@v/v1.5.4.zip) = 
ii/TQcel+tKTh6U+hljHe9dDI0UY9Hi3G9djvr0Y7Z4=
 SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.mod) = 
7iHQxRuVnJPGD8b2oHRSjyicTHi3D4Iby17XwQy8TgY=
 SHA256 (go_modules/github.com/mjwhitta/jsoncfg/@v/v1.6.10.zip) = 
JoQ7qGlijuKp9nHqWOyKBFHr5xohHo0qOjq6M0e6Dk0=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.mod) = 
lDyDwBq+ccwObSdOvMoVuhnD2cCtasBHXi+PutIfEI4=
-SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.4.zip) = 
+939epkau0jjBalg4uT8Ld+GKVfRupPoPobg341Qptw=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.5.mod) = 
iAxg7V1pjhvurMOV7GY5qawYc64rteaMG/HEGl6RdMw=
+SHA256 (go_modules/github.com/mjwhitta/log/@v/v1.6.5.zip) = 
CMbrEJKhqN93E1JdkWjvfoMY+Kln1GtDhIpxRsRLgPE=
 SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.mod) = 
jUY25N0PTSKGDKw0i1aQsw9MjDDr3uuSg8P2f+UWWEE=
 SHA256 (go_modules/github.com/mjwhitta/pathname/@v/v1.2.5.zip) = 
i67Z7TNzKE5z6SpFFt//sPiCTj70T8Ftjb527UfB1Kw=
 SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.mod) = 
uocCcm+8hjodzau3yYPhop3KfM8h/GLmvdX+AxfBWLk=
 SHA256 (go_modules/github.com/mjwhitta/safety/@v/v1.11.3.zip) = 
Df7voclJcd4JDkdE1IjAeiVFqqLy1jFpDvGKxef4eIE=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.mod) = 
EwGCoUzubaEHc8H9lbaN1JFFAs1bA8zpyOSVVqvWzZk=
-SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.1.zip) = 
TdY6G+Pb33s5JCm0+Va7iUJ3+m9rlrqK8OIRgVOXsMg=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.mod) = 
t92B+qMaKxwpLC/26g+wicdw4g9dOSKX5/BNXl4b2/8=
-SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.8.zip) = 
m5wucyhNcEDPWyQA3w/VUa2IMfw5ocGqbjspGoyxmRI=
+SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.2.mod) = 
csJyPrMjau7eAyjWLm2rjex0opaiM2sbDQGJWZTIUe4=
+SHA256 (go_modules/github.com/mjwhitta/sysinfo/@v/v1.5.2.zip) = 
903iVy+orndE71+WDlFESN71TAuJcD3QFCcgECNHmAs=
+SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.9.mod) = 
XH5FTltPylWTeaA6C2bKaFrW0ldwAz/b2Z2CJzMw0aQ=
+SHA256 (go_modules/github.com/mjwhitta/where/@v/v1.2.9.zip) = 
Oks+SIO4qhtGPVBa4KW2fS2xjXmNQCaXvvOIzVdCCdo=
 SHA256 

CVS: cvs.openbsd.org: ports

2024-01-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/03 03:59:52

Modified files:
x11/smplayer   : Makefile distinfo 

Log message:
Update for SMPlayer to 23.6.0

OK kn@



CVS: cvs.openbsd.org: ports

2024-01-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/03 03:06:32

Modified files:
www/nextcloud  : Makefile 

Log message:
Add nc 28



CVS: cvs.openbsd.org: ports

2024-01-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/03 03:06:01

Added files:
www/nextcloud/28: Makefile distinfo 
www/nextcloud/28/pkg: PLIST 

Log message:
Add Nextcloud 28

OK landry@



CVS: cvs.openbsd.org: ports

2024-01-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/03 03:04:49

ports/www/nextcloud/28/pkg

Update of /cvs/ports/www/nextcloud/28/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv93965/28/pkg

Log Message:
Directory /cvs/ports/www/nextcloud/28/pkg added to the repository



CVS: cvs.openbsd.org: ports

2024-01-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/03 03:04:37

ports/www/nextcloud/28

Update of /cvs/ports/www/nextcloud/28
In directory cvs.openbsd.org:/tmp/cvs-serv83743/28

Log Message:
Directory /cvs/ports/www/nextcloud/28 added to the repository



CVS: cvs.openbsd.org: ports

2024-01-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/03 02:13:47

Modified files:
www/azorius: Makefile distinfo 
www/azorius/pkg: PLIST 

Log message:
Update for Azorius to 0.3.2

from Horia (maintainer)



CVS: cvs.openbsd.org: ports

2024-01-02 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/02 04:14:21

Modified files:
www/nextcloud/26: Tag: OPENBSD_7_4 Makefile distinfo 
www/nextcloud/26/pkg: Tag: OPENBSD_7_4 PLIST 

Log message:
Update for Nextcloud to 26.0.10

OK landry@



CVS: cvs.openbsd.org: ports

2024-01-02 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2024/01/02 02:30:34

Modified files:
www/nextcloud/26: Makefile distinfo 
www/nextcloud/26/pkg: PLIST 

Log message:
Update for Nextcloud to 26.0.10

OK landry@



UPDATE: Nextcloud-26.0.10

2024-01-02 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 26.0.10:

https://nextcloud.com/changelog/#latest26

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/26/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile27 Nov 2023 14:49:45 -  1.10
+++ Makefile2 Jan 2024 08:54:58 -
@@ -1,3 +1,3 @@
-NC_VERSION=26.0.9
+NC_VERSION=26.0.10
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/26/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo27 Nov 2023 14:49:45 -  1.9
+++ distinfo2 Jan 2024 08:54:58 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-26.0.9.tar.bz2) = 
nVD8a+jjZXyfXrhEj6Fleofh2p5uq0DvYlXSNTMNiIE=
-SIZE (nextcloud-26.0.9.tar.bz2) = 160404294
+SHA256 (nextcloud-26.0.10.tar.bz2) = 
yArkYMxOmvfQsJd6TJJX+t22a/V5OW9nwHfgLZsmlIw=
+SIZE (nextcloud-26.0.10.tar.bz2) = 160357601
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/26/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   27 Nov 2023 14:49:46 -  1.8
+++ pkg/PLIST   2 Jan 2024 08:55:02 -
@@ -9674,6 +9674,8 @@ nextcloud/apps/admin_audit/l10n/hy.js
 nextcloud/apps/admin_audit/l10n/hy.json
 nextcloud/apps/admin_audit/l10n/id.js
 nextcloud/apps/admin_audit/l10n/id.json
+nextcloud/apps/admin_audit/l10n/is.js
+nextcloud/apps/admin_audit/l10n/is.json
 nextcloud/apps/admin_audit/l10n/it.js
 nextcloud/apps/admin_audit/l10n/it.json
 nextcloud/apps/admin_audit/l10n/ja.js
@@ -11050,6 +11052,8 @@ nextcloud/apps/contactsinteraction/l10n/
 nextcloud/apps/contactsinteraction/l10n/hr.json
 nextcloud/apps/contactsinteraction/l10n/hu.js
 nextcloud/apps/contactsinteraction/l10n/hu.json
+nextcloud/apps/contactsinteraction/l10n/is.js
+nextcloud/apps/contactsinteraction/l10n/is.json
 nextcloud/apps/contactsinteraction/l10n/it.js
 nextcloud/apps/contactsinteraction/l10n/it.json
 nextcloud/apps/contactsinteraction/l10n/ja.js
@@ -11179,6 +11183,8 @@ nextcloud/apps/dashboard/l10n/hu.js
 nextcloud/apps/dashboard/l10n/hu.json
 nextcloud/apps/dashboard/l10n/id.js
 nextcloud/apps/dashboard/l10n/id.json
+nextcloud/apps/dashboard/l10n/is.js
+nextcloud/apps/dashboard/l10n/is.json
 nextcloud/apps/dashboard/l10n/it.js
 nextcloud/apps/dashboard/l10n/it.json
 nextcloud/apps/dashboard/l10n/ja.js
@@ -13802,6 +13808,10 @@ nextcloud/apps/files_pdfviewer/l10n/de.j
 nextcloud/apps/files_pdfviewer/l10n/de.json
 nextcloud/apps/files_pdfviewer/l10n/de_DE.js
 nextcloud/apps/files_pdfviewer/l10n/de_DE.json
+nextcloud/apps/files_pdfviewer/l10n/en_GB.js
+nextcloud/apps/files_pdfviewer/l10n/en_GB.json
+nextcloud/apps/files_pdfviewer/l10n/es.js
+nextcloud/apps/files_pdfviewer/l10n/es.json
 nextcloud/apps/files_pdfviewer/l10n/es_MX.js
 nextcloud/apps/files_pdfviewer/l10n/es_MX.json
 nextcloud/apps/files_pdfviewer/l10n/fa.js
@@ -13820,8 +13830,12 @@ nextcloud/apps/files_pdfviewer/l10n/nb.j
 nextcloud/apps/files_pdfviewer/l10n/nb.json
 nextcloud/apps/files_pdfviewer/l10n/pt_BR.js
 nextcloud/apps/files_pdfviewer/l10n/pt_BR.json
+nextcloud/apps/files_pdfviewer/l10n/ro.js
+nextcloud/apps/files_pdfviewer/l10n/ro.json
 nextcloud/apps/files_pdfviewer/l10n/ru.js
 nextcloud/apps/files_pdfviewer/l10n/ru.json
+nextcloud/apps/files_pdfviewer/l10n/sk.js
+nextcloud/apps/files_pdfviewer/l10n/sk.json
 nextcloud/apps/files_pdfviewer/l10n/sr.js
 nextcloud/apps/files_pdfviewer/l10n/sr.json
 nextcloud/apps/files_pdfviewer/l10n/sv.js
@@ -13832,6 +13846,8 @@ nextcloud/apps/files_pdfviewer/l10n/uk.j
 nextcloud/apps/files_pdfviewer/l10n/uk.json
 nextcloud/apps/files_pdfviewer/l10n/zh_CN.js
 nextcloud/apps/files_pdfviewer/l10n/zh_CN.json
+nextcloud/apps/files_pdfviewer/l10n/zh_HK.js
+nextcloud/apps/files_pdfviewer/l10n/zh_HK.json
 nextcloud/apps/files_pdfviewer/l10n/zh_TW.js
 nextcloud/apps/files_pdfviewer/l10n/zh_TW.json
 nextcloud/apps/files_pdfviewer/lib/
@@ -15121,8 +15137,6 @@ nextcloud/apps/logreader/l10n/be.js
 nextcloud/apps/logreader/l10n/be.json
 nextcloud/apps/logreader/l10n/bg.js
 nextcloud/apps/logreader/l10n/bg.json
-nextcloud/apps/logreader/l10n/bn_BD.js
-nextcloud/apps/logreader/l10n/bn_BD.json
 nextcloud/apps/logreader/l10n/br.js
 nextcloud/apps/logreader/l10n/br.json
 nextcloud/apps/logreader/l10n/ca.js
@@ -15213,14 +15227,10 @@ nextcloud/apps/logreader/l10n/ka_GE.js
 nextcloud/apps/logreader/l10n/ka_GE.json
 nextcloud/apps/logreader/l10n/kab.js
 nextcloud/apps/logreader/l10n/kab.json
-nextcloud/apps/logreader/l10n/km.js
-nextcloud/apps/logreader/l10n/km.json
 nextcloud/apps/logreader/l10n/kn.js
 nextcloud/apps/logreader/l10n/kn.json
 nextcloud/apps/logreader/l10n/ko.js
 nextcloud/apps/logreader/l10n/ko.json
-nextcloud/apps/logreader/l10n/lb.js
-nextcloud/apps/logreader/l10n/lb.json
 nextcloud/apps/logreader/l10n/lo.js
 nextcloud/apps/logreader/l10n/lo.json
 

UPDATE: SMPlayer-23.6.0

2023-12-29 Thread Gonzalo L. Rodriguez
Hello,

Update for SMPlayer to 23.6.0:

https://www.smplayer.info/en/changes

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.69
diff -u -p -r1.69 Makefile
--- Makefile27 Sep 2023 20:37:23 -  1.69
+++ Makefile29 Dec 2023 11:20:08 -
@@ -1,8 +1,7 @@
 COMMENT =  complete front-end for MPlayer and MPV
 
-DISTNAME = smplayer-22.7.0
+DISTNAME = smplayer-23.6.0
 CATEGORIES =   multimedia x11
-REVISION = 0
 
 HOMEPAGE = https://www.smplayer.info/
 
Index: distinfo
===
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.48
diff -u -p -r1.48 distinfo
--- distinfo9 Feb 2023 08:42:55 -   1.48
+++ distinfo29 Dec 2023 11:20:08 -
@@ -1,2 +1,2 @@
-SHA256 (smplayer-22.7.0.tar.bz2) = 970p0gsj3U+ElJSGCfB4nIlQyaGjf8ufKiCxa9xe+S0=
-SIZE (smplayer-22.7.0.tar.bz2) = 5144368
+SHA256 (smplayer-23.6.0.tar.bz2) = 94x/hm4I1HKnzXyCVhIOlPGIyyqUaNhLYRKA0hMS8N4=
+SIZE (smplayer-23.6.0.tar.bz2) = 5182760
-- 

 %gonzalo



CVS: cvs.openbsd.org: ports

2023-12-24 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/12/24 02:10:35

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

Log message:
Update for Honk to 1.2.0

from Horia. thanks.



CVS: cvs.openbsd.org: ports

2023-11-29 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/11/29 03:11:17

Modified files:
www/aria2  : Makefile distinfo 

Log message:
Update for Aria2 to 1.37.0

>From wenheping200 at hotmail.com



CVS: cvs.openbsd.org: ports

2023-11-24 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/11/24 06:54:20

Modified files:
security/osv-scanner: Makefile distinfo modules.inc 

Log message:
Update for OSV-Scanner to 1.4.3

OK lraab@



UPDATE: OSV-Scanner-1.4.3

2023-11-22 Thread Gonzalo L. Rodriguez
Hello,

Update for OSV-Scanner to 1.4.3:

https://github.com/google/osv-scanner/releases/tag/v1.4.3

OK? Comments?

Cheers.-

Index: Makefile
===
RCS file: /cvs/ports/security/osv-scanner/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile14 Oct 2023 02:09:49 -  1.11
+++ Makefile22 Nov 2023 14:22:31 -
@@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = aarch64 amd64 mips64 ri
 
 COMMENT =  scan your project's dependencies for vulnerabilities
 
-V =1.4.1
+V =1.4.3
 MODGO_MODNAME =github.com/google/osv-scanner
 MODGO_VERSION =v${V}
 
Index: distinfo
===
RCS file: /cvs/ports/security/osv-scanner/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo14 Oct 2023 02:09:49 -  1.10
+++ distinfo22 Nov 2023 14:22:32 -
@@ -29,8 +29,6 @@ SHA256 (go_modules/github.com/cloudflare
 SHA256 (go_modules/github.com/cloudflare/circl/@v/v1.3.3.zip) = 
XhGMBQbVxujLM33jULSE2jRUQIXNpV0xFKPm9DJSjfQ=
 SHA256 (go_modules/github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.mod) = 
FMOvou9iNVXBtINNH4ixTfd1Sa/uheV1DBkQJGW3iro=
 SHA256 (go_modules/github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.zip) = 
cKfmCYCc8qksVTUQTbXrgtdcVL/P7S0iTofdL9lyn2I=
-SHA256 (go_modules/github.com/creack/pty/@v/v1.1.9.mod) = 
6rBwW8ShjdMVwnpOPbqPIKnhIwZfogYzlmMytczPdzE=
-SHA256 (go_modules/github.com/creack/pty/@v/v1.1.9.zip) = 
IO38wnr9eZF4C8kcpSPSaZnqAl5B9gvF7XG7rADhdeI=
 SHA256 (go_modules/github.com/cyphar/filepath-securejoin/@v/v0.2.4.mod) = 
3H2HZHOPLSMbofLvWkVzpI/kD2Rby4spHkIGljRXJTc=
 SHA256 (go_modules/github.com/cyphar/filepath-securejoin/@v/v0.2.4.zip) = 
CvlOtZEz/aaf0ETa/6fWK6Do0nFtT7HEJPPirWNtPjQ=
 SHA256 (go_modules/github.com/davecgh/go-spew/@v/v1.1.0.mod) = 
vLKTkyUSN7eaF7bBm/KRNPQ+j0OMMZiYj81GGhzfBcw=
@@ -46,10 +44,10 @@ SHA256 (go_modules/github.com/go-git/gcf
 SHA256 
(go_modules/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.zip) 
= TNZ2ieEIz9ZUWRxKf2k6xREGNKc9q8EmhvsHhUVWxIA=
 SHA256 (go_modules/github.com/go-git/go-billy/v5/@v/v5.5.0.mod) = 
lV2KV4w4+tlp0uW3oYjvDE6NEq5azxIpEqlM5Uh0cWo=
 SHA256 (go_modules/github.com/go-git/go-billy/v5/@v/v5.5.0.zip) = 
KIxMaIK/qHg/E58+1XCdSrsTjWvlCmWKTbyH67LS5pQ=
-SHA256 
(go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.3.2-0.20230305113008-0c11038e723f.mod)
 = P5LuI7zdrhBsbU6/lS5IJGZxxU6Sy6B8Uv1khnclPT8=
-SHA256 
(go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.3.2-0.20230305113008-0c11038e723f.zip)
 = VGUYT34LRmv9QlPdoE+76oPV2/QE59cfT/oUFGM=
-SHA256 (go_modules/github.com/go-git/go-git/v5/@v/v5.9.0.mod) = 
wJJgbd9+TN6sXn1bjVSgKzCZc0ySrRBcdW/4p5PAItk=
-SHA256 (go_modules/github.com/go-git/go-git/v5/@v/v5.9.0.zip) = 
Hh03DZU89oEd4/7AkKDD3+dMafID5Ri5hxiicFSaiQ4=
+SHA256 
(go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.3.2-0.20231010084843-55a94097c399.mod)
 = C9xCgRy2U3CjDmfM2uzn1dth3TWm3IJzwPUVQy+XQkc=
+SHA256 
(go_modules/github.com/go-git/go-git-fixtures/v4/@v/v4.3.2-0.20231010084843-55a94097c399.zip)
 = UJGBEWUTNQAc1YN7pxKDZHuquRGEKiDSMzgRSHUhAMI=
+SHA256 (go_modules/github.com/go-git/go-git/v5/@v/v5.10.0.mod) = 
ib4t+Sx7klpfqDckWNZqr2yUT5A/i0p0grMulsxycRQ=
+SHA256 (go_modules/github.com/go-git/go-git/v5/@v/v5.10.0.zip) = 
NnUgxLo3HcUpkZ2G+5Fbjb0eEEp1V803tvePYKmhgUY=
 SHA256 (go_modules/github.com/goark/errs/@v/v1.1.0.mod) = 
HdP0dfT4+GCMG+9lWyqNew4gr5jOusFXVZMrCapncEY=
 SHA256 (go_modules/github.com/goark/errs/@v/v1.3.2.mod) = 
HyYYh2yL2wkHf1o8JI8FIoQ2HhL70Wd4Xb3DJevmEVk=
 SHA256 (go_modules/github.com/goark/errs/@v/v1.3.2.zip) = 
BHp53f/b9ic2FYTMDiUcoh+KFlVZDQPKyp+B+No8sH0=
@@ -65,17 +63,18 @@ SHA256 (go_modules/github.com/google/go-
 SHA256 (go_modules/github.com/google/go-cmp/@v/v0.3.1.mod) = 
gd95F8Ilqdp2BLIw2VL6J4xgqIMsENeZOF0TSwXVsIc=
 SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.8.mod) = 
58dmnUod1Ym6PgJLon9D8pPbYR/gdc4g17iENw1j/r0=
 SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.9.mod) = 
58dmnUod1Ym6PgJLon9D8pPbYR/gdc4g17iENw1j/r0=
-SHA256 (go_modules/github.com/google/go-cmp/@v/v0.5.9.zip) = 
MkUIdKx1bvXUf2uBkwUQUwS5gZBFoW4/EFKJt88lLFE=
+SHA256 (go_modules/github.com/google/go-cmp/@v/v0.6.0.mod) = 
58dmnUod1Ym6PgJLon9D8pPbYR/gdc4g17iENw1j/r0=
+SHA256 (go_modules/github.com/google/go-cmp/@v/v0.6.0.zip) = 
S06b9sSCEQgGUbSR37SNaLc2xmowW8+UYFYG4bouqko=
 SHA256 (go_modules/github.com/google/renameio/@v/v0.1.0.mod) = 
uptesIeACKiR4WsIwXkisD+Sx2oD57/hgyY16tocGjU=
 SHA256 (go_modules/github.com/google/renameio/@v/v0.1.0.zip) = 
uFELs0B4aRoguOSQLTca/g6xcbLa+VP2fLOWDRkmzPM=
 SHA256 (go_modules/github.com/hexops/gotextdiff/@v/v1.0.3.mod) = 
qUfdi3h5PdOY6iCt7h99M8zydn2/juazzXe3Hxnm+5s=
 SHA256 (go_modules/github.com/hexops/gotextdiff/@v/v1.0.3.zip) = 
oQw5QvCbxRMiaNItS7nQwYSRItUz/ozfZepp2gXOu68=
-SHA256 
(go_modules/github.com/ianlancetaylor/demangle/@v/v0.0.0-20230524184225-eabc099b10ab.mod)
 = 

CVS: cvs.openbsd.org: ports

2023-11-16 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/11/16 11:15:37

Modified files:
security/suricata: Makefile distinfo 
security/suricata/patches: patch-configure_ac 
   patch-doc_userguide_Makefile_in 
   
patch-suricata-update_suricata_update_parsers_py 
   patch-suricata_yaml_in 
security/suricata/pkg: PLIST 
Removed files:
security/suricata/patches: patch-src_suricata_c 
   patch-src_util-privs_c 
   patch-src_util-privs_h 

Log message:
Update for Suricata to 7.0.2

With tweaks from sdk@

OK sdk@



CVS: cvs.openbsd.org: ports

2023-10-29 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/10/29 10:22:04

Modified files:
www/nextcloud/27: Makefile distinfo 
www/nextcloud/27/pkg: PLIST 

Log message:
Update for Nextcloud to 27.1.3

OK landry@ & Adriano Barbosa, thanks!



UPDATE: Nextcloud-26.0.8

2023-10-27 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 26.0.8:

https://nextcloud.com/changelog/#latest26

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/26/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile5 Oct 2023 14:18:07 -   1.9
+++ Makefile27 Oct 2023 13:41:17 -
@@ -1,4 +1,3 @@
-NC_VERSION=26.0.7
-REVISION=  0
+NC_VERSION=26.0.8
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/26/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo28 Sep 2023 09:09:39 -  1.8
+++ distinfo27 Oct 2023 13:41:17 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-26.0.7.tar.bz2) = 
vtJEqLlNE7YWqSdAUhZwwdZ9Q8SAR3I/sTGAv/bUjpI=
-SIZE (nextcloud-26.0.7.tar.bz2) = 158561582
+SHA256 (nextcloud-26.0.8.tar.bz2) = 
ydCay0RuM2AZYIKRM/jzdutvJ5pN73CCF/xxWBiSiH8=
+SIZE (nextcloud-26.0.8.tar.bz2) = 158787833
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/26/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   17 Sep 2023 10:27:13 -  1.7
+++ pkg/PLIST   27 Oct 2023 13:41:22 -
@@ -9608,6 +9608,8 @@ nextcloud/apps/admin_audit/l10n/ca.js
 nextcloud/apps/admin_audit/l10n/ca.json
 nextcloud/apps/admin_audit/l10n/cs.js
 nextcloud/apps/admin_audit/l10n/cs.json
+nextcloud/apps/admin_audit/l10n/cy_GB.js
+nextcloud/apps/admin_audit/l10n/cy_GB.json
 nextcloud/apps/admin_audit/l10n/da.js
 nextcloud/apps/admin_audit/l10n/da.json
 nextcloud/apps/admin_audit/l10n/de.js
@@ -9698,6 +9700,8 @@ nextcloud/apps/admin_audit/l10n/sr.js
 nextcloud/apps/admin_audit/l10n/sr.json
 nextcloud/apps/admin_audit/l10n/sv.js
 nextcloud/apps/admin_audit/l10n/sv.json
+nextcloud/apps/admin_audit/l10n/th.js
+nextcloud/apps/admin_audit/l10n/th.json
 nextcloud/apps/admin_audit/l10n/tr.js
 nextcloud/apps/admin_audit/l10n/tr.json
 nextcloud/apps/admin_audit/l10n/uk.js
@@ -10658,6 +10662,8 @@ nextcloud/apps/cloud_federation_api/comp
 nextcloud/apps/cloud_federation_api/l10n/
 nextcloud/apps/cloud_federation_api/l10n/ar.js
 nextcloud/apps/cloud_federation_api/l10n/ar.json
+nextcloud/apps/cloud_federation_api/l10n/ast.js
+nextcloud/apps/cloud_federation_api/l10n/ast.json
 nextcloud/apps/cloud_federation_api/l10n/bg.js
 nextcloud/apps/cloud_federation_api/l10n/bg.json
 nextcloud/apps/cloud_federation_api/l10n/ca.js
@@ -10994,6 +11000,8 @@ nextcloud/apps/contactsinteraction/compo
 nextcloud/apps/contactsinteraction/l10n/
 nextcloud/apps/contactsinteraction/l10n/ar.js
 nextcloud/apps/contactsinteraction/l10n/ar.json
+nextcloud/apps/contactsinteraction/l10n/ast.js
+nextcloud/apps/contactsinteraction/l10n/ast.json
 nextcloud/apps/contactsinteraction/l10n/bg.js
 nextcloud/apps/contactsinteraction/l10n/bg.json
 nextcloud/apps/contactsinteraction/l10n/ca.js
@@ -12733,7 +12741,10 @@ nextcloud/apps/files/lib/Collaboration/R
 nextcloud/apps/files/lib/Collaboration/Resources/Listener.php
 nextcloud/apps/files/lib/Collaboration/Resources/ResourceProvider.php
 nextcloud/apps/files/lib/Command/
+nextcloud/apps/files/lib/Command/Delete.php
 nextcloud/apps/files/lib/Command/DeleteOrphanedFiles.php
+nextcloud/apps/files/lib/Command/Get.php
+nextcloud/apps/files/lib/Command/Put.php
 nextcloud/apps/files/lib/Command/RepairTree.php
 nextcloud/apps/files/lib/Command/Scan.php
 nextcloud/apps/files/lib/Command/ScanAppData.php
@@ -14844,6 +14855,8 @@ nextcloud/apps/firstrunwizard/l10n/ca.js
 nextcloud/apps/firstrunwizard/l10n/ca.json
 nextcloud/apps/firstrunwizard/l10n/cs.js
 nextcloud/apps/firstrunwizard/l10n/cs.json
+nextcloud/apps/firstrunwizard/l10n/cy_GB.js
+nextcloud/apps/firstrunwizard/l10n/cy_GB.json
 nextcloud/apps/firstrunwizard/l10n/cy_GB.php
 nextcloud/apps/firstrunwizard/l10n/da.js
 nextcloud/apps/firstrunwizard/l10n/da.json
@@ -15270,6 +15283,8 @@ nextcloud/apps/lookup_server_connector/c
 nextcloud/apps/lookup_server_connector/l10n/
 nextcloud/apps/lookup_server_connector/l10n/ar.js
 nextcloud/apps/lookup_server_connector/l10n/ar.json
+nextcloud/apps/lookup_server_connector/l10n/ast.js
+nextcloud/apps/lookup_server_connector/l10n/ast.json
 nextcloud/apps/lookup_server_connector/l10n/bg.js
 nextcloud/apps/lookup_server_connector/l10n/bg.json
 nextcloud/apps/lookup_server_connector/l10n/ca.js
@@ -16001,6 +16016,8 @@ nextcloud/apps/password_policy/l10n/af.j
 nextcloud/apps/password_policy/l10n/af.json
 nextcloud/apps/password_policy/l10n/ar.js
 nextcloud/apps/password_policy/l10n/ar.json
+nextcloud/apps/password_policy/l10n/ast.js
+nextcloud/apps/password_policy/l10n/ast.json
 nextcloud/apps/password_policy/l10n/az.js
 nextcloud/apps/password_policy/l10n/az.json
 nextcloud/apps/password_policy/l10n/bg.js
@@ -16786,6 +16803,8 @@ nextcloud/apps/provisioning_api/img/app.
 nextcloud/apps/provisioning_api/l10n/
 nextcloud/apps/provisioning_api/l10n/ar.js
 

UPDATE: Nextcloud-27.1.3

2023-10-27 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 27.1.3:

https://nextcloud.com/changelog/#latest27

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/27/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile21 Oct 2023 10:37:14 -  1.6
+++ Makefile27 Oct 2023 13:38:09 -
@@ -1,3 +1,3 @@
-NC_VERSION=27.1.2
+NC_VERSION=27.1.3
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/27/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo21 Oct 2023 10:37:14 -  1.5
+++ distinfo27 Oct 2023 13:38:09 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-27.1.2.tar.bz2) = 
B0KyR6ruC3BE2wBi8KkUqnczjHp9j+faCRcUfXZolyE=
-SIZE (nextcloud-27.1.2.tar.bz2) = 179892456
+SHA256 (nextcloud-27.1.3.tar.bz2) = 
HWFJNSReSjdbSsmRwC8yNZK3U5cvhviHY/2A7X0nV5M=
+SIZE (nextcloud-27.1.3.tar.bz2) = 179971452
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/27/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   21 Oct 2023 10:37:15 -  1.5
+++ pkg/PLIST   27 Oct 2023 13:38:13 -
@@ -9700,6 +9700,8 @@ nextcloud/apps/admin_audit/l10n/ca.js
 nextcloud/apps/admin_audit/l10n/ca.json
 nextcloud/apps/admin_audit/l10n/cs.js
 nextcloud/apps/admin_audit/l10n/cs.json
+nextcloud/apps/admin_audit/l10n/cy_GB.js
+nextcloud/apps/admin_audit/l10n/cy_GB.json
 nextcloud/apps/admin_audit/l10n/da.js
 nextcloud/apps/admin_audit/l10n/da.json
 nextcloud/apps/admin_audit/l10n/de.js
@@ -10752,6 +10754,8 @@ nextcloud/apps/cloud_federation_api/comp
 nextcloud/apps/cloud_federation_api/l10n/
 nextcloud/apps/cloud_federation_api/l10n/ar.js
 nextcloud/apps/cloud_federation_api/l10n/ar.json
+nextcloud/apps/cloud_federation_api/l10n/ast.js
+nextcloud/apps/cloud_federation_api/l10n/ast.json
 nextcloud/apps/cloud_federation_api/l10n/bg.js
 nextcloud/apps/cloud_federation_api/l10n/bg.json
 nextcloud/apps/cloud_federation_api/l10n/ca.js
@@ -11089,6 +11093,8 @@ nextcloud/apps/contactsinteraction/compo
 nextcloud/apps/contactsinteraction/l10n/
 nextcloud/apps/contactsinteraction/l10n/ar.js
 nextcloud/apps/contactsinteraction/l10n/ar.json
+nextcloud/apps/contactsinteraction/l10n/ast.js
+nextcloud/apps/contactsinteraction/l10n/ast.json
 nextcloud/apps/contactsinteraction/l10n/bg.js
 nextcloud/apps/contactsinteraction/l10n/bg.json
 nextcloud/apps/contactsinteraction/l10n/ca.js
@@ -13939,6 +13945,8 @@ nextcloud/apps/files_reminders/l10n/fr.j
 nextcloud/apps/files_reminders/l10n/fr.json
 nextcloud/apps/files_reminders/l10n/gl.js
 nextcloud/apps/files_reminders/l10n/gl.json
+nextcloud/apps/files_reminders/l10n/hu.js
+nextcloud/apps/files_reminders/l10n/hu.json
 nextcloud/apps/files_reminders/l10n/lt_LT.js
 nextcloud/apps/files_reminders/l10n/lt_LT.json
 nextcloud/apps/files_reminders/l10n/mk.js
@@ -15056,6 +15064,8 @@ nextcloud/apps/firstrunwizard/l10n/ca.js
 nextcloud/apps/firstrunwizard/l10n/ca.json
 nextcloud/apps/firstrunwizard/l10n/cs.js
 nextcloud/apps/firstrunwizard/l10n/cs.json
+nextcloud/apps/firstrunwizard/l10n/cy_GB.js
+nextcloud/apps/firstrunwizard/l10n/cy_GB.json
 nextcloud/apps/firstrunwizard/l10n/cy_GB.php
 nextcloud/apps/firstrunwizard/l10n/da.js
 nextcloud/apps/firstrunwizard/l10n/da.json
@@ -15485,6 +15495,8 @@ nextcloud/apps/lookup_server_connector/c
 nextcloud/apps/lookup_server_connector/l10n/
 nextcloud/apps/lookup_server_connector/l10n/ar.js
 nextcloud/apps/lookup_server_connector/l10n/ar.json
+nextcloud/apps/lookup_server_connector/l10n/ast.js
+nextcloud/apps/lookup_server_connector/l10n/ast.json
 nextcloud/apps/lookup_server_connector/l10n/bg.js
 nextcloud/apps/lookup_server_connector/l10n/bg.json
 nextcloud/apps/lookup_server_connector/l10n/ca.js
@@ -16217,6 +16229,8 @@ nextcloud/apps/password_policy/l10n/af.j
 nextcloud/apps/password_policy/l10n/af.json
 nextcloud/apps/password_policy/l10n/ar.js
 nextcloud/apps/password_policy/l10n/ar.json
+nextcloud/apps/password_policy/l10n/ast.js
+nextcloud/apps/password_policy/l10n/ast.json
 nextcloud/apps/password_policy/l10n/az.js
 nextcloud/apps/password_policy/l10n/az.json
 nextcloud/apps/password_policy/l10n/bg.js
@@ -17004,6 +17018,8 @@ nextcloud/apps/provisioning_api/img/app.
 nextcloud/apps/provisioning_api/l10n/
 nextcloud/apps/provisioning_api/l10n/ar.js
 nextcloud/apps/provisioning_api/l10n/ar.json
+nextcloud/apps/provisioning_api/l10n/ast.js
+nextcloud/apps/provisioning_api/l10n/ast.json
 nextcloud/apps/provisioning_api/l10n/bg.js
 nextcloud/apps/provisioning_api/l10n/bg.json
 nextcloud/apps/provisioning_api/l10n/ca.js
@@ -17574,6 +17590,8 @@ nextcloud/apps/serverinfo/l10n/ca.js
 nextcloud/apps/serverinfo/l10n/ca.json
 nextcloud/apps/serverinfo/l10n/cs.js
 nextcloud/apps/serverinfo/l10n/cs.json
+nextcloud/apps/serverinfo/l10n/cy_GB.js
+nextcloud/apps/serverinfo/l10n/cy_GB.json
 

UPDATE: Suricata-7.0.1

2023-10-18 Thread Gonzalo L. Rodriguez
Hello,

Update for Suricata to 7.0.1:

https://github.com/OISF/suricata/releases/tag/suricata-7.0.1

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile27 Sep 2023 16:34:37 -  1.60
+++ Makefile18 Oct 2023 14:14:00 -
@@ -3,7 +3,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64
 
 COMMENT =  high performance network IDS, IPS and security monitoring
 
-SURICATA_V =   6.0.12
+SURICATA_V =   7.0.1
 SUPDATE_V =1.2.7
 
 DISTNAME = suricata-${SURICATA_V}
@@ -20,9 +20,8 @@ PERMIT_PACKAGE=   Yes
 SITES =https://www.openinfosecfoundation.org/download/
 
 # uses pledge()
-WANTLIB +=  ${COMPILER_LIBCXX} c iconv jansson lz4 lzma m magic
-WANTLIB +=  maxminddb net nspr4 nss3 nssutil3 pcap pcre plc4 plds4
-WANTLIB +=  smime3 ssl3 yaml-0 z
+WANTLIB += ${COMPILER_LIBCXX} c elf iconv m pcap yaml-0 z
+WANTLIB += jansson lz4 magic maxminddb net pcre2-8
 
 MODULES =  lang/python
 
@@ -40,7 +39,7 @@ LIB_DEPENDS = archivers/lz4 \
devel/nspr \
devel/libyaml \
devel/libmagic \
-   devel/pcre \
+   devel/pcre2 \
net/libnet/1.1 \
net/libmaxminddb \
security/nss
@@ -49,7 +48,7 @@ COMPILER =base-clang ports-gcc
 DEBUG_PACKAGES = ${BUILD_PACKAGES}
 
 CONFIGURE_STYLE =  autoconf
-AUTOCONF_VERSION = 2.69
+AUTOCONF_VERSION = 2.71
 AUTOMAKE_VERSION = 1.15
 
 CONFIGURE_ENV =ac_cv_path_HAVE_PDFLATEX= \
Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo3 Jul 2023 08:22:31 -   1.20
+++ distinfo18 Oct 2023 14:14:00 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.12.tar.gz) = BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=
-SIZE (suricata-6.0.12.tar.gz) = 27388535
+SHA256 (suricata-7.0.1.tar.gz) = YEfHX555qbDMbWx2MgJKQSaBK8IS9SrPXTyBPMfJ+ws=
+SIZE (suricata-7.0.1.tar.gz) = 23439262
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure_ac
--- patches/patch-configure_ac  3 Jul 2023 08:22:31 -   1.11
+++ patches/patch-configure_ac  18 Oct 2023 14:14:00 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -2764,7 +2764,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2559,7 +2559,7 @@ if test "$WINDOWS_PATH" = "yes"; then
  fi
  else
  EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-doc_userguide_Makefile_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-doc_userguide_Makefile_in
--- patches/patch-doc_userguide_Makefile_in 3 Jul 2023 08:22:31 -   
1.6
+++ patches/patch-doc_userguide_Makefile_in 18 Oct 2023 14:14:00 -
@@ -3,32 +3,6 @@ Index: doc/userguide/Makefile.in
 +++ doc/userguide/Makefile.in
 @@ -1,3 +1,4 @@
 +
- # Makefile.in generated by automake 1.16.1 from Makefile.am.
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
  # @configure_input@
- 
-@@ -623,14 +624,14 @@ uninstall-man: uninstall-man1
- @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
- @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
- @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
--@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -W -b html -d 
_build/doctrees \
-+@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -b html -d 
_build/doctrees \
- @HAVE_SPHINXBUILD_TRUE@   $(top_srcdir)/doc/userguide _build/html
- 
- @HAVE_SPHINXBUILD_TRUE@_build/latex/Suricata.pdf:
- @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
- @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
- @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
--@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -W -b latex -d 
_build/doctrees \
-+@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -b latex -d 
_build/doctrees \
- @HAVE_SPHINXBUILD_TRUE@   $(top_srcdir)/doc/userguide _build/latex
- # The Sphinx generated Makefile is GNU Make specific, so just do what
- # it does here - yes, multiple passes of pdflatex is required.
-@@ -650,7 +651,7 @@ uninstall-man: uninstall-man1
- @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
- @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
- @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
--@HAVE_SPHINXBUILD_TRUE@   $(SPHINX_BUILD) -W -b man -d 

CVS: cvs.openbsd.org: ports

2023-09-25 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/25 08:13:44

Modified files:
www/nextcloud/27: Makefile distinfo 
www/nextcloud/27/pkg: PLIST 

Log message:
Update to 27.1.1

OK landry@



Re: UPDATE: Nextcloud-27.1.0

2023-09-25 Thread Gonzalo L. Rodriguez
/public/Http/Client/LocalServerException.php
 nextcloud/lib/public/Http/WellKnown/
@@ -27331,6 +27582,19 @@ nextcloud/lib/public/Talk/IConversation.
 nextcloud/lib/public/Talk/IConversationOptions.php
 nextcloud/lib/public/Talk/ITalkBackend.php
 nextcloud/lib/public/Template.php
+nextcloud/lib/public/TextProcessing/
+nextcloud/lib/public/TextProcessing/Events/
+nextcloud/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php
+nextcloud/lib/public/TextProcessing/Events/TaskFailedEvent.php
+nextcloud/lib/public/TextProcessing/Events/TaskSuccessfulEvent.php
+nextcloud/lib/public/TextProcessing/FreePromptTaskType.php
+nextcloud/lib/public/TextProcessing/HeadlineTaskType.php
+nextcloud/lib/public/TextProcessing/IManager.php
+nextcloud/lib/public/TextProcessing/IProvider.php
+nextcloud/lib/public/TextProcessing/ITaskType.php
+nextcloud/lib/public/TextProcessing/SummaryTaskType.php
+nextcloud/lib/public/TextProcessing/Task.php
+nextcloud/lib/public/TextProcessing/TopicsTaskType.php
 nextcloud/lib/public/Translation/
 nextcloud/lib/public/Translation/CouldNotTranslateException.php
 nextcloud/lib/public/Translation/IDetectLanguageProvider.php
@@ -27416,6 +27680,8 @@ nextcloud/ocs-provider/index.php
 nextcloud/ocs/providers.php
 nextcloud/ocs/v1.php
 nextcloud/ocs/v2.php
+nextcloud/package-lock.json
+nextcloud/package.json
 nextcloud/public.php
 nextcloud/remote.php
 nextcloud/resources/

On Wed, 20 Sep 2023 at 14:29:56 +0200, Gonzalo L. Rodriguez wrote:
> Hola,
> 
> Update for Nextcloud to 27.1.0:
> 
> https://nextcloud.com/changelog/
> 
> OK? Comments?
> 
> Cheers.-
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/nextcloud/27/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  22 Aug 2023 15:42:48 -  1.3
> +++ Makefile  20 Sep 2023 12:27:19 -
> @@ -1,3 +1,3 @@
> -NC_VERSION=  27.0.2
> +NC_VERSION=  27.1.0
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/nextcloud/27/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  22 Aug 2023 15:42:48 -  1.3
> +++ distinfo  20 Sep 2023 12:27:19 -
> @@ -1,2 +1,2 @@
> -SHA256 (nextcloud-27.0.2.tar.bz2) = 
> ei3OpDqjuPswM0fv2kxvN3M8yhE8juFt2fDl+2jHIS8=
> -SIZE (nextcloud-27.0.2.tar.bz2) = 169607153
> +SHA256 (nextcloud-27.1.0.tar.bz2) = 
> wxZwWeacUXt64H87sLgyQz0yRnWFkIH+lT6kG8ffEkI=
> +SIZE (nextcloud-27.1.0.tar.bz2) = 180034149
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/nextcloud/27/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 22 Aug 2023 15:42:48 -  1.3
> +++ pkg/PLIST 20 Sep 2023 12:27:23 -
> @@ -9334,6 +9334,9 @@ nextcloud/apps/activity/img/change.svg
>  nextcloud/apps/activity/img/delete-color.svg
>  nextcloud/apps/activity/img/notifications-dark.svg
>  nextcloud/apps/activity/js/
> +nextcloud/apps/activity/js/activity-10.js
> +nextcloud/apps/activity/js/activity-10.js.LICENSE.txt
> +nextcloud/apps/activity/js/activity-10.js.map
>  nextcloud/apps/activity/js/activity-323.js
>  nextcloud/apps/activity/js/activity-323.js.LICENSE.txt
>  nextcloud/apps/activity/js/activity-323.js.map
> @@ -9343,6 +9346,9 @@ nextcloud/apps/activity/js/activity-398.
>  nextcloud/apps/activity/js/activity-554.js
>  nextcloud/apps/activity/js/activity-554.js.LICENSE.txt
>  nextcloud/apps/activity/js/activity-554.js.map
> +nextcloud/apps/activity/js/activity-568.js
> +nextcloud/apps/activity/js/activity-568.js.LICENSE.txt
> +nextcloud/apps/activity/js/activity-568.js.map
>  nextcloud/apps/activity/js/activity-783.js
>  nextcloud/apps/activity/js/activity-783.js.LICENSE.txt
>  nextcloud/apps/activity/js/activity-783.js.map
> @@ -9649,6 +9655,8 @@ nextcloud/apps/activity/lib/Settings/Per
>  nextcloud/apps/activity/lib/Settings/PersonalSection.php
>  nextcloud/apps/activity/lib/UserSettings.php
>  nextcloud/apps/activity/lib/ViewInfoCache.php
> +nextcloud/apps/activity/package-lock.json
> +nextcloud/apps/activity/package.json
>  nextcloud/apps/activity/templates/
>  nextcloud/apps/activity/templates/rss.php
>  nextcloud/apps/activity/templates/settings/
> @@ -9656,6 +9664,10 @@ nextcloud/apps/activity/templates/settin
>  nextcloud/apps/activity/templates/settings/personal.php
>  nextcloud/apps/activity/templates/stream.app.navigation.php
>  nextcloud/apps/activity/templates/stream.body.php
> +nextcloud/apps/activity/vendor-bin/
> +nextcloud/apps/activity/vendor-bin/cs-fixer/
> +nextcloud/apps/activity/vendor-bin/cs-fixer/composer.json
> +nextcloud/apps/activity/vendor-bin/cs-fixer/compos

UPDATE: Nextcloud-27.1.0

2023-09-20 Thread Gonzalo L. Rodriguez
Hola,

Update for Nextcloud to 27.1.0:

https://nextcloud.com/changelog/

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/27/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile22 Aug 2023 15:42:48 -  1.3
+++ Makefile20 Sep 2023 12:27:19 -
@@ -1,3 +1,3 @@
-NC_VERSION=27.0.2
+NC_VERSION=27.1.0
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/27/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo22 Aug 2023 15:42:48 -  1.3
+++ distinfo20 Sep 2023 12:27:19 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-27.0.2.tar.bz2) = 
ei3OpDqjuPswM0fv2kxvN3M8yhE8juFt2fDl+2jHIS8=
-SIZE (nextcloud-27.0.2.tar.bz2) = 169607153
+SHA256 (nextcloud-27.1.0.tar.bz2) = 
wxZwWeacUXt64H87sLgyQz0yRnWFkIH+lT6kG8ffEkI=
+SIZE (nextcloud-27.1.0.tar.bz2) = 180034149
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/27/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   22 Aug 2023 15:42:48 -  1.3
+++ pkg/PLIST   20 Sep 2023 12:27:23 -
@@ -9334,6 +9334,9 @@ nextcloud/apps/activity/img/change.svg
 nextcloud/apps/activity/img/delete-color.svg
 nextcloud/apps/activity/img/notifications-dark.svg
 nextcloud/apps/activity/js/
+nextcloud/apps/activity/js/activity-10.js
+nextcloud/apps/activity/js/activity-10.js.LICENSE.txt
+nextcloud/apps/activity/js/activity-10.js.map
 nextcloud/apps/activity/js/activity-323.js
 nextcloud/apps/activity/js/activity-323.js.LICENSE.txt
 nextcloud/apps/activity/js/activity-323.js.map
@@ -9343,6 +9346,9 @@ nextcloud/apps/activity/js/activity-398.
 nextcloud/apps/activity/js/activity-554.js
 nextcloud/apps/activity/js/activity-554.js.LICENSE.txt
 nextcloud/apps/activity/js/activity-554.js.map
+nextcloud/apps/activity/js/activity-568.js
+nextcloud/apps/activity/js/activity-568.js.LICENSE.txt
+nextcloud/apps/activity/js/activity-568.js.map
 nextcloud/apps/activity/js/activity-783.js
 nextcloud/apps/activity/js/activity-783.js.LICENSE.txt
 nextcloud/apps/activity/js/activity-783.js.map
@@ -9649,6 +9655,8 @@ nextcloud/apps/activity/lib/Settings/Per
 nextcloud/apps/activity/lib/Settings/PersonalSection.php
 nextcloud/apps/activity/lib/UserSettings.php
 nextcloud/apps/activity/lib/ViewInfoCache.php
+nextcloud/apps/activity/package-lock.json
+nextcloud/apps/activity/package.json
 nextcloud/apps/activity/templates/
 nextcloud/apps/activity/templates/rss.php
 nextcloud/apps/activity/templates/settings/
@@ -9656,6 +9664,10 @@ nextcloud/apps/activity/templates/settin
 nextcloud/apps/activity/templates/settings/personal.php
 nextcloud/apps/activity/templates/stream.app.navigation.php
 nextcloud/apps/activity/templates/stream.body.php
+nextcloud/apps/activity/vendor-bin/
+nextcloud/apps/activity/vendor-bin/cs-fixer/
+nextcloud/apps/activity/vendor-bin/cs-fixer/composer.json
+nextcloud/apps/activity/vendor-bin/cs-fixer/composer.lock
 nextcloud/apps/admin_audit/
 nextcloud/apps/admin_audit/appinfo/
 nextcloud/apps/admin_audit/appinfo/info.xml
@@ -10021,6 +10033,8 @@ nextcloud/apps/bruteforcesettings/lib/Co
 nextcloud/apps/bruteforcesettings/lib/Controller/IPWhitelistController.php
 nextcloud/apps/bruteforcesettings/lib/Settings/
 nextcloud/apps/bruteforcesettings/lib/Settings/IPWhitelist.php
+nextcloud/apps/bruteforcesettings/package-lock.json
+nextcloud/apps/bruteforcesettings/package.json
 nextcloud/apps/bruteforcesettings/screenshots/
 nextcloud/apps/bruteforcesettings/screenshots/1.png
 nextcloud/apps/bruteforcesettings/templates/
@@ -10810,6 +10824,8 @@ nextcloud/apps/cloud_federation_api/l10n
 nextcloud/apps/cloud_federation_api/l10n/tr.json
 nextcloud/apps/cloud_federation_api/l10n/uk.js
 nextcloud/apps/cloud_federation_api/l10n/uk.json
+nextcloud/apps/cloud_federation_api/l10n/vi.js
+nextcloud/apps/cloud_federation_api/l10n/vi.json
 nextcloud/apps/cloud_federation_api/l10n/zh_CN.js
 nextcloud/apps/cloud_federation_api/l10n/zh_CN.json
 nextcloud/apps/cloud_federation_api/l10n/zh_HK.js
@@ -11139,6 +11155,8 @@ nextcloud/apps/contactsinteraction/l10n/
 nextcloud/apps/contactsinteraction/l10n/tr.json
 nextcloud/apps/contactsinteraction/l10n/uk.js
 nextcloud/apps/contactsinteraction/l10n/uk.json
+nextcloud/apps/contactsinteraction/l10n/vi.js
+nextcloud/apps/contactsinteraction/l10n/vi.json
 nextcloud/apps/contactsinteraction/l10n/zh_CN.js
 nextcloud/apps/contactsinteraction/l10n/zh_CN.json
 nextcloud/apps/contactsinteraction/l10n/zh_HK.js
@@ -11276,6 +11294,8 @@ nextcloud/apps/dashboard/l10n/uk.js
 nextcloud/apps/dashboard/l10n/uk.json
 nextcloud/apps/dashboard/l10n/uz.js
 nextcloud/apps/dashboard/l10n/uz.json
+nextcloud/apps/dashboard/l10n/vi.js
+nextcloud/apps/dashboard/l10n/vi.json
 nextcloud/apps/dashboard/l10n/zh_CN.js
 nextcloud/apps/dashboard/l10n/zh_CN.json
 

UPDATE: Suricata-7.0.0

2023-09-04 Thread Gonzalo L. Rodriguez
Hello,

Upgrade for Suricata to 7.0.0:

https://github.com/OISF/suricata/releases/tag/suricata-7.0.0

Test are welcome.

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/suricata/Makefile,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile
--- Makefile3 Jul 2023 08:22:31 -   1.59
+++ Makefile4 Sep 2023 12:48:54 -
@@ -3,7 +3,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64
 
 COMMENT =  high performance network IDS, IPS and security monitoring
 
-SURICATA_V =   6.0.12
+SURICATA_V =   7.0.0
 SUPDATE_V =1.2.7
 
 DISTNAME = suricata-${SURICATA_V}
@@ -49,7 +49,7 @@ COMPILER =base-clang ports-gcc
 DEBUG_PACKAGES = ${BUILD_PACKAGES}
 
 CONFIGURE_STYLE =  autoconf
-AUTOCONF_VERSION = 2.69
+AUTOCONF_VERSION = 2.71
 AUTOMAKE_VERSION = 1.15
 
 CONFIGURE_ENV =ac_cv_path_HAVE_PDFLATEX= \
Index: distinfo
===
RCS file: /cvs/ports/security/suricata/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo3 Jul 2023 08:22:31 -   1.20
+++ distinfo4 Sep 2023 12:48:54 -
@@ -1,2 +1,2 @@
-SHA256 (suricata-6.0.12.tar.gz) = BLIxYJNbAxl7CFwszJ2Ah1oz8RVYMFTRRgqw+2bYNLM=
-SIZE (suricata-6.0.12.tar.gz) = 27388535
+SHA256 (suricata-7.0.0.tar.gz) = e80TExGDZkUUZdw/g4Wj9qrdCE/+RN0lfdqBBYY7t2k=
+SIZE (suricata-7.0.0.tar.gz) = 23426302
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/security/suricata/patches/patch-configure_ac,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure_ac
--- patches/patch-configure_ac  3 Jul 2023 08:22:31 -   1.11
+++ patches/patch-configure_ac  4 Sep 2023 12:48:54 -
@@ -3,7 +3,7 @@ To remove the pid file, its directory mu
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -2764,7 +2764,7 @@ if test "$WINDOWS_PATH" = "yes"; then
+@@ -2543,7 +2543,7 @@ if test "$WINDOWS_PATH" = "yes"; then
  fi
  else
  EXPAND_VARIABLE(localstatedir, e_logdir, "/log/suricata/")
Index: patches/patch-doc_userguide_Makefile_in
===
RCS file: /cvs/ports/security/suricata/patches/patch-doc_userguide_Makefile_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-doc_userguide_Makefile_in
--- patches/patch-doc_userguide_Makefile_in 3 Jul 2023 08:22:31 -   
1.6
+++ patches/patch-doc_userguide_Makefile_in 4 Sep 2023 12:48:54 -
@@ -3,10 +3,10 @@ Index: doc/userguide/Makefile.in
 +++ doc/userguide/Makefile.in
 @@ -1,3 +1,4 @@
 +
- # Makefile.in generated by automake 1.16.1 from Makefile.am.
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
  # @configure_input@
  
-@@ -623,14 +624,14 @@ uninstall-man: uninstall-man1
+@@ -616,14 +617,14 @@ uninstall-man: uninstall-man1
  @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
  @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
  @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
@@ -23,7 +23,7 @@ Index: doc/userguide/Makefile.in
  @HAVE_SPHINXBUILD_TRUE@   $(top_srcdir)/doc/userguide _build/latex
  # The Sphinx generated Makefile is GNU Make specific, so just do what
  # it does here - yes, multiple passes of pdflatex is required.
-@@ -650,7 +651,7 @@ uninstall-man: uninstall-man1
+@@ -643,7 +644,7 @@ uninstall-man: uninstall-man1
  @HAVE_SPHINXBUILD_TRUE@   sysconfdir=$(sysconfdir) \
  @HAVE_SPHINXBUILD_TRUE@   localstatedir=$(localstatedir) \
  @HAVE_SPHINXBUILD_TRUE@   version=$(PACKAGE_VERSION) \
Index: patches/patch-src_suricata_c
===
RCS file: patches/patch-src_suricata_c
diff -N patches/patch-src_suricata_c
--- patches/patch-src_suricata_c14 Feb 2023 21:14:14 -  1.12
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-Use setresuid/gid() directly to change user and group.  Otherwise
-Suricata uses libcap-ng on Linux and runs as root elsewhere.
-
-Index: src/suricata.c
 src/suricata.c.orig
-+++ src/suricata.c
-@@ -2929,6 +2929,7 @@ int SuricataMain(int argc, char **argv)
- 
- PostRunStartedDetectSetup();
- 
-+SCSetUserID(suricata.userid, suricata.groupid);
- SCPledge();
- SuricataMainLoop();
- 
Index: patches/patch-src_util-privs_c
===
RCS file: patches/patch-src_util-privs_c
diff -N patches/patch-src_util-privs_c
--- patches/patch-src_util-privs_c  11 Mar 2022 19:54:07 -  1.5
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,34 +0,0 @@
-Use setresuid/gid() directly to change user and group.  Otherwise
-Suricata uses libcap-ng on Linux and runs as root elsewhere.
-
-Index: src/util-privs.c
 src/util-privs.c.orig
-+++ src/util-privs.c
-@@ -237,6 +237,27 @@ int SCGetGroupID(const char *group_name, 

CVS: cvs.openbsd.org: ports

2023-09-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/03 09:09:03

Modified files:
security/lynis : Makefile distinfo 

Log message:
Update for Lynis to 3.0.9

https://github.com/CISOfy/lynis/releases/tag/3.0.9

OK sdk@



CVS: cvs.openbsd.org: ports

2023-09-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/03 09:07:45

Modified files:
sysutils/stripe-cli: Makefile distinfo modules.inc 
sysutils/stripe-cli/pkg: DESCR 

Log message:
Update for Stripe-cli to 1.17.2

https://github.com/stripe/stripe-cli/releases/tag/v1.17.2

OK sdk@



CVS: cvs.openbsd.org: ports

2023-09-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/03 07:46:32

Modified files:
security/gobuster: Makefile distinfo modules.inc 

Log message:
Update for Gobuster to 3.6.0:

https://github.com/OJ/gobuster/releases/tag/v3.6.0

OK sdk@



CVS: cvs.openbsd.org: ports

2023-09-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/03 07:44:18

Modified files:
security/sqlmap: Makefile distinfo 

Log message:
Update SQLMap to 1.7.8.

OK kn@



UPDATE: Lynis-3.0.9

2023-09-03 Thread Gonzalo L. Rodriguez
Hola,

Update for Lynis to 3.0.9:

https://github.com/CISOfy/lynis/releases/tag/3.0.9

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/lynis/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile4 Jun 2022 13:48:19 -   1.45
+++ Makefile3 Sep 2023 13:36:41 -
@@ -1,6 +1,6 @@
 COMMENT=   security auditing tool
 
-DISTNAME = lynis-3.0.8
+DISTNAME = lynis-3.0.9
 
 CATEGORIES=security
 
Index: distinfo
===
RCS file: /cvs/ports/security/lynis/distinfo,v
retrieving revision 1.40
diff -u -p -r1.40 distinfo
--- distinfo4 Jun 2022 13:48:19 -   1.40
+++ distinfo3 Sep 2023 13:36:41 -
@@ -1,2 +1,2 @@
-SHA256 (lynis-3.0.8.tar.gz) = mDc6TMnQRxq5vrsknkQvz5S2v21OnG/AsivKFQZkbGM=
-SIZE (lynis-3.0.8.tar.gz) = 339467
+SHA256 (lynis-3.0.9.tar.gz) = 85TffSA5H7dul1rojz66HaBaycSUXix/cJMm4YXhcCU=
+SIZE (lynis-3.0.9.tar.gz) = 339171
-- 

 %gonzalo



UPDATE: Stripe-cli-1.17.2

2023-09-03 Thread Gonzalo L. Rodriguez
Hello,

Update for Stripe-cli to 1.17.2:

https://github.com/stripe/stripe-cli/releases/tag/v1.17.2

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/sysutils/stripe-cli/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile19 Jun 2023 12:13:04 -  1.2
+++ Makefile3 Sep 2023 13:33:27 -
@@ -1,7 +1,7 @@
 
 COMMENT =  build, test, and manage your Stripe integration
 
-V =1.14.7
+V =1.17.2
 MODGO_MODNAME =github.com/stripe/stripe-cli
 MODGO_VERSION =v${V}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/stripe-cli/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo19 Jun 2023 12:13:04 -  1.2
+++ distinfo3 Sep 2023 13:33:29 -
@@ -872,7 +872,7 @@ SHA256 (go_modules/rsc.io/quote/v3/@v/v3
 SHA256 (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 
tDTLv8MsF7UijQsO3erqib707JvZC1yPxVtk+M4T7rk=
 SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 
oq5uhUCkC4XldwPMYYuZxbEHU4bZWOiZmg4tTALzpwU=
 SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 
2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo=
-SHA256 (stripe-cli-v1.14.7.zip) = fag+0QPoVoIoi3ygxRopWkspAAlaie6e3lOX1Ke/t88=
+SHA256 (stripe-cli-v1.17.2.zip) = /Apj0keragSCDSz9cwhqu0h2Mu2f0iApDXJGUjrC1C4=
 SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.mod) = 531
 SIZE (go_modules/cloud.google.com/go/@v/v0.100.2.zip) = 567152
 SIZE (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = 27
@@ -1747,4 +1747,4 @@ SIZE (go_modules/rsc.io/quote/v3/@v/v3.1
 SIZE (go_modules/rsc.io/quote/v3/@v/v3.1.0.zip) = 2223
 SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.mod) = 88
 SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 14308
-SIZE (stripe-cli-v1.14.7.zip) = 1680580
+SIZE (stripe-cli-v1.17.2.zip) = 1693112
Index: modules.inc
===
RCS file: /cvs/ports/sysutils/stripe-cli/modules.inc,v
retrieving revision 1.2
diff -u -p -r1.2 modules.inc
--- modules.inc 19 Jun 2023 12:13:04 -  1.2
+++ modules.inc 3 Sep 2023 13:33:29 -
@@ -685,4 +685,3 @@ MODGO_MODFILES =\
honnef.co/go/tools   
v0.0.0-20190523083050-ea95bdfd59fc \
honnef.co/go/tools   v0.0.1-2019.2.3 \
honnef.co/go/tools   v0.0.1-2020.1.3
-
-- 

 %gonzalo



UPDATE: Gobuster-3.6.0

2023-09-03 Thread Gonzalo L. Rodriguez
Hello,

Update for Gobuster to 3.6.0:

https://github.com/OJ/gobuster/releases/tag/v3.6.0

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/security/gobuster/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile18 Mar 2023 06:17:02 -  1.5
+++ Makefile3 Sep 2023 13:27:47 -
@@ -1,7 +1,7 @@
 COMMENT =  tool used to brute-force stuff
 
 MODGO_MODNAME =github.com/OJ/gobuster/v3
-MODGO_VERSION =v3.5.0
+MODGO_VERSION =v3.6.0
 
 DISTNAME = gobuster-${MODGO_VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/security/gobuster/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo18 Mar 2023 06:17:02 -  1.3
+++ distinfo3 Sep 2023 13:27:47 -
@@ -1,88 +1,96 @@
 SHA256 (go_modules/github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.mod) = 
FMOvou9iNVXBtINNH4ixTfd1Sa/uheV1DBkQJGW3iro=
 SHA256 (go_modules/github.com/cpuguy83/go-md2man/v2/@v/v2.0.2.zip) = 
cKfmCYCc8qksVTUQTbXrgtdcVL/P7S0iTofdL9lyn2I=
-SHA256 (go_modules/github.com/fatih/color/@v/v1.14.1.mod) = 
HQ4b7Aqq6abAdbrDh2DDyszwXtU4C8Eu8uRcIPFOW6g=
-SHA256 (go_modules/github.com/fatih/color/@v/v1.14.1.zip) = 
5JOOT46ezm9elaqiXcD+d1NxjgQVhDM6F9ECpkR+AzE=
+SHA256 (go_modules/github.com/fatih/color/@v/v1.15.0.mod) = 
X05lNdvzPRxJVxjs69ydzVSmtUCt8a1KKzrghw3im4k=
+SHA256 (go_modules/github.com/fatih/color/@v/v1.15.0.zip) = 
WqfHxeDxL+u+s/T1f7yhPqvxbKoc1aiTFee44YdlKtk=
 SHA256 (go_modules/github.com/google/uuid/@v/v1.3.0.mod) = 
c9pHtjOLAKCC/UUao1oyc9OtwJuOm7qY2rAQkeQCr24=
 SHA256 (go_modules/github.com/google/uuid/@v/v1.3.0.zip) = 
Cl/MBepJKv6sqYSgEkhfahXiJZsy8SBtbzaojIivxgc=
-SHA256 (go_modules/github.com/inconshreveable/mousetrap/@v/v1.0.1.mod) = 
HBsVkRqooL1c0PZnDsI9EIZJbzYV/fUzBq/ytHbOm+E=
 SHA256 (go_modules/github.com/inconshreveable/mousetrap/@v/v1.1.0.mod) = 
HBsVkRqooL1c0PZnDsI9EIZJbzYV/fUzBq/ytHbOm+E=
 SHA256 (go_modules/github.com/inconshreveable/mousetrap/@v/v1.1.0.zip) = 
UmZ03mJNfbEIz+dlPvEQzN/Ze8hQJiVCJIFVZ5KO0kM=
 SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.13.mod) = 
1nQ64urmVxYSLxK0LJ8/g6gFwK4yvTxVPUpvG8uSQ6U=
 SHA256 (go_modules/github.com/mattn/go-colorable/@v/v0.1.13.zip) = 
CL4yLcxYSp/P3lyvDPh4tOEc2Y8lLjK8cE6SxaS6nRU=
 SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.16.mod) = 
cUdm7ILWfbiVreiva4BUrUMMPOpeFbOoiPI+0vPhuGM=
 SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.17.mod) = 
cUdm7ILWfbiVreiva4BUrUMMPOpeFbOoiPI+0vPhuGM=
-SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.17.zip) = 
7YqYSnkx1hi2d7b9a8yTxYu1fme0swBcQBKohRtJQow=
+SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.19.mod) = 
Huq+8bTZjbc8bCBzKJFjZJvJoERVKsqGudWS/oTqocg=
+SHA256 (go_modules/github.com/mattn/go-isatty/@v/v0.0.19.zip) = 
uovBuGQyWXLcQ2CJNRud6mJi5/q//ciOlq+3EwzmPaM=
 SHA256 (go_modules/github.com/pin/tftp/v3/@v/v3.0.0.mod) = 
Cap6DBmCCHRjLMZWw/OZ/NG/HZviv+NWOsWwGes4XC0=
 SHA256 (go_modules/github.com/pin/tftp/v3/@v/v3.0.0.zip) = 
c6D9nUZWtUPYkBB8RaGuRmweXhIwg7SHn5XGhTU0xQI=
 SHA256 (go_modules/github.com/russross/blackfriday/v2/@v/v2.1.0.mod) = 
w5VHzOboZujPo5XSk3vOMIAc0H8LkBwhMySPH7oS9Y0=
 SHA256 (go_modules/github.com/russross/blackfriday/v2/@v/v2.1.0.zip) = 
eFJ1DVigU844sB8sIDIIgXVk9VLr83GytjAIHXAExq4=
-SHA256 (go_modules/github.com/spf13/cobra/@v/v1.6.1.mod) = 
jukvwcWmP29KxtA8LjA8pVtRLQDtftKESj7WaRGMnqw=
-SHA256 (go_modules/github.com/spf13/cobra/@v/v1.6.1.zip) = 
EJRb3YKfCrvtvq7Nci9Ad607MX3ty/xurN5y/I5bOHk=
+SHA256 (go_modules/github.com/spf13/cobra/@v/v1.7.0.mod) = 
iXkezzf44QdTS3WVML6aJSpqUBCL1Faa+LbPgLm8GcE=
+SHA256 (go_modules/github.com/spf13/cobra/@v/v1.7.0.zip) = 
nBa7iShqk2Du5rosI5PDiXfbduvZp/XWQ58/+YAxUFI=
 SHA256 (go_modules/github.com/spf13/pflag/@v/v1.0.5.mod) = 
FsbfwOtY6zyRE84ZfUYMZyXGR+RoisJtMcjtafHrvGg=
 SHA256 (go_modules/github.com/spf13/pflag/@v/v1.0.5.zip) = 
/G5wTy9qhN3Nzm3gQE5TQPogyGdhgb9dOBsXiIEHuoQ=
 SHA256 
(go_modules/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod) = 
M+0HClpm4JYGhaxThkQOG1mJnnTYo4oRgGhecqIZXe0=
-SHA256 (go_modules/golang.org/x/crypto/@v/v0.6.0.mod) = 
G2poNFWjuIK2rFPyJ1KWDoe9kQQKlNbyxcthJh4jidg=
-SHA256 (go_modules/golang.org/x/crypto/@v/v0.6.0.zip) = 
gcqIrzcc/1qERCuijiPY9CzME4fI/hUuVeh7pK+eGsc=
+SHA256 (go_modules/golang.org/x/crypto/@v/v0.10.0.mod) = 
LAC5Gxo4OLTluAFtx+6AEL7pCK+ErVH30bgs956frN0=
+SHA256 (go_modules/golang.org/x/crypto/@v/v0.12.0.mod) = 
E5IvYZekDrnn/Aa1z1b11eQRlR8ZxZ++x7hTJHagMsY=
+SHA256 (go_modules/golang.org/x/crypto/@v/v0.12.0.zip) = 
KbeIvY8SKSFK+DG/mUEqCdGQlt6jxivDKBZWtkCT0S0=
 SHA256 (go_modules/golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod) 
= 5u/a94opUD8IDPbSYV4onPsdnjq31XD1NmjsorSrQdo=
-SHA256 (go_modules/golang.org/x/net/@v/v0.6.0.mod) = 
Qex26iFy8+4wMeOPmlNZOaWE1rs170gIVP3LjCAmcBs=
-SHA256 (go_modules/golang.org/x/net/@v/v0.7.0.mod) = 
Qex26iFy8+4wMeOPmlNZOaWE1rs170gIVP3LjCAmcBs=
-SHA256 

CVS: cvs.openbsd.org: ports

2023-09-03 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2023/09/03 07:26:32

Modified files:
emulators/nono : Makefile distinfo 

Log message:
Update for Nono to 0.6.2

OK sdk@



  1   2   3   4   5   6   7   8   9   10   >