Re: databases/victoriametrics: update to v1.101.0

2024-05-01 Thread Denis Fondras
Le Sat, Apr 27, 2024 at 06:42:35PM +, Lucas Gabriel Vuotto a écrit :
> On Sun, Apr 14, 2024 at 01:25:47PM GMT, Lucas Gabriel Vuotto wrote:
> > Hey Denis, ports@,
> > 
> > Sorry it took me so long to get back at this.
> > 
> > I've revisited VictoriaMetrics versioning and they seem to no longer
> > make LTS releases for non-enterprise clients, so lets jump straight to
> > 1.100.1. The changes are extensive and split between [0] and [1].
> > 
> > Portwise, had to add MODGO_GO111MODULE (thanks for the issue in GitHub;
> > otherwise I don't I'd have been able to fix it myself), removed the 
> > built date from the version string, replaced the multiple utils Makefile
> > targets with vmutils-pure (which now also builds and installs
> > vmalert-tool), sorted the utils install step and removed some Excalidraw
> > files that now would get installed while copying the docs over. There is
> > some PLIST churn as upstream switched from PNG images to WebP. Of notice
> > in PLIST, I did the following change to better align with most of the
> > installs in other places:
> > 
> > -@sample ${SYSCONFDIR}/vmetrics/
> > +@sample ${SYSCONFDIR}/victoriametrics/
> > 
> > I don't know how disruptive this can be to the port consumers. I guess
> > it's little tho, as it doesn't read any config file by default.
> > 
> > Been running it for a couple of ours in arm64 without any issue so far.
> > 
> > Lucas
> > 
> > [0]: 
> > https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md
> > [1]: 
> > https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG_2023.md
> 
> Bump, now on 1.101.0.
> 

Thank you very much, commited :)



CVS: cvs.openbsd.org: ports

2024-05-01 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/05/01 05:30:55

Modified files:
databases/victoriametrics: Makefile distinfo 
databases/victoriametrics/pkg: PLIST 

Log message:
update to v1.101.0.

Thanks to Lucas Gabriel !



CVS: cvs.openbsd.org: ports

2024-04-16 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/04/16 06:35:18

Modified files:
editors/litexl : Makefile distinfo 

Log message:
update to v2.1.4

Changelog at https://github.com/lite-xl/lite-xl/releases/tag/v2.1.4



CVS: cvs.openbsd.org: ports

2024-04-16 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/04/16 04:53:25

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

Log message:
update to v0.17.0

Changelog at https://github.com/kopia/kopia/releases/tag/v0.17.0



Re: databases/victoriametrics: update to v1.93.13

2024-04-15 Thread Denis Fondras
Le Sun, Apr 14, 2024 at 01:25:47PM +, Lucas Gabriel Vuotto a écrit :
> Hey Denis, ports@,
> 
> Sorry it took me so long to get back at this.
> 
> I've revisited VictoriaMetrics versioning and they seem to no longer
> make LTS releases for non-enterprise clients, so lets jump straight to
> 1.100.1. The changes are extensive and split between [0] and [1].
> 
> Portwise, had to add MODGO_GO111MODULE (thanks for the issue in GitHub;
> otherwise I don't I'd have been able to fix it myself), removed the 
> built date from the version string, replaced the multiple utils Makefile
> targets with vmutils-pure (which now also builds and installs
> vmalert-tool), sorted the utils install step and removed some Excalidraw
> files that now would get installed while copying the docs over. There is
> some PLIST churn as upstream switched from PNG images to WebP. Of notice
> in PLIST, I did the following change to better align with most of the
> installs in other places:
> 
>   -@sample ${SYSCONFDIR}/vmetrics/
>   +@sample ${SYSCONFDIR}/victoriametrics/
> 
> I don't know how disruptive this can be to the port consumers. I guess
> it's little tho, as it doesn't read any config file by default.
> 
> Been running it for a couple of ours in arm64 without any issue so far.
> 

Thank you, it's OK for me.

>   Lucas
> 
> [0]: 
> https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md
> [1]: 
> https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG_2023.md
> 
> 
> diff 2cd9db2cf47edccc9b995543c2251ae75f97ca74 
> a04dc5822ec6b9f87c5ba957dcd62c3f8e0ced2d
> commit - 2cd9db2cf47edccc9b995543c2251ae75f97ca74
> commit + a04dc5822ec6b9f87c5ba957dcd62c3f8e0ced2d
> blob - a4c03f11455585ec042c26924f276d67114cc03c
> blob + e1fd56d5ae3ffa4b5606a8fd97b4d03c174755e1
> --- databases/victoriametrics/Makefile
> +++ databases/victoriametrics/Makefile
> @@ -1,6 +1,6 @@
>  COMMENT =fast, cost-effective and scalable time series database
>  
> -V =  1.93.10
> +V =  1.100.1
>  
>  DIST_TUPLE +=github VictoriaMetrics VictoriaMetrics v${V} . 
> # Apache License 2.0
>  
> @@ -21,34 +21,37 @@ USE_GMAKE =   Yes
>  
>  MODULES =lang/go
>  MODGO_GOPATH =   ${MODGO_WORKSPACE}
> +MODGO_GO111MODULE =  auto
>  SUBST_VARS = LOCALSTATEDIR
>  NO_TEST =Yes
>  
> -MAKE_ENV =   BUILDINFO_TAG=tags-v${V} PKG_TAG=tags-v${V}
> +# Only used for "make release" target, not consumed by ports. Shuts up
> +# getconf: _NPROCESSORS_ONLN: unknown variable
> +MAKE_ENV +=  MAKE_CONCURRENCY=1
> +MAKE_ENV +=  BUILDINFO_TAG=tags-v${V} \
> + DATEINFO_TAG= \
> + PKG_TAG=tags-v${V}
>  
>  ALL_TARGET = github.com/VictoriaMetrics/VictoriaMetrics
>  
>  do-build:
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} 
> victoria-metrics-pure
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmbackup-pure
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmrestore-pure
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmagent-pure
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmauth-pure
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmalert-pure
> - cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmctl-pure
> + cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} \
> + victoria-metrics-pure vmutils-pure
>  
>  do-install:
>   ${INSTALL_PROGRAM} ${WRKSRC}/bin/victoria-metrics-pure 
> ${PREFIX}/bin/vmetrics
>   ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmagent-pure ${PREFIX}/bin/vmagent
> + ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmalert-pure 
> ${PREFIX}/bin/vmetricsalert
> + ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmalert-tool-pure 
> ${PREFIX}/bin/vmetricsalert-tool
> + ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmauth-pure ${PREFIX}/bin/vmetricsauth
>   ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmbackup-pure 
> ${PREFIX}/bin/vmetricsbackup
>   ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmrestore-pure 
> ${PREFIX}/bin/vmetricsrestore
> - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmauth-pure ${PREFIX}/bin/vmetricsauth
> - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmalert-pure 
> ${PREFIX}/bin/vmetricsalert
>   ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmctl-pure ${PREFIX}/bin/vmetricsctl
>   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vmetrics/
>   ${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/vmetrics/
>   ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/vmetrics/
> - ${INSTALL_DATA} ${WRKSRC}/docs/vm* ${PREFIX}/share/doc/vmetrics/
> + (cd ${WRKSRC}/docs && pax -w vm*) | \
> + (cd ${PREFIX}/share/doc/vmetrics/ && pax -r -c '*.excalidraw')
>   ${INSTALL_DATA} ${WRKSRC}/app/vmauth/example_config.yml \
>   ${PREFIX}/share/doc/vmetrics/vmauth_example_config.yml
>   ${INSTALL_DATA} 

Re: small tweaks for editors/litexl

2024-03-31 Thread Denis Fondras
Le Sun, Mar 31, 2024 at 07:53:25PM +0200, Antoine Jacoutot a écrit :
> Hi.
> 
> - install desktop files and icon
> - enable kqueue support
> - drop useless patch and use CONFIGURE_ARGS instead
> - don't hardcode lua version nor patch to lite-xl
> 
> OK?
> 

Thank you Antoine for the improvement.

OK denis@

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/editors/litexl/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  11 Feb 2024 11:41:04 -  1.3
> +++ Makefile  31 Mar 2024 17:51:54 -
> @@ -5,6 +5,7 @@ GH_ACCOUNT =  lite-xl
>  GH_PROJECT = lite-xl
>  GH_TAGNAME = v$V
>  PKGNAME =litexl-$V
> +REVISION =   0
>  
>  CATEGORIES = editors
>  HOMEPAGE =   https://lite-xl.com
> @@ -26,5 +27,14 @@ MODLUA_VERSION =5.4
>  
>  LIB_DEPENDS =   devel/sdl2   \
>   devel/pcre2
> +
> +RUN_DEPENDS =devel/desktop-file-utils \
> + x11/gtk+4,-guic
> +
> +CONFIGURE_ARGS = -Duse_system_lua=true \
> + -Ddirmonitor_backend=kqueue
> +
> +pre-configure:
> + ${SUBST_CMD} ${WRKSRC}/{meson.build,src/main.c}
>  
>  .include 
> Index: patches/patch-meson_build
> ===
> RCS file: /cvs/ports/editors/litexl/patches/patch-meson_build,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-meson_build
> --- patches/patch-meson_build 11 Feb 2024 11:41:04 -  1.2
> +++ patches/patch-meson_build 31 Mar 2024 17:51:54 -
> @@ -5,7 +5,16 @@ Index: meson.build
>   # Lua has no official .pc file
>   # so distros come up with their own names
>   lua_names = [
> -+'lua54', # OpenBSD
> ++'lua${MODLUA_DEP_VERSION}', # OpenBSD
>   'lua5.4', # Debian
>   'lua-5.4', # FreeBSD
>   'lua',# Fedora
> +@@ -204,7 +205,7 @@ else
> + lite_bindir = 'bin'
> + lite_docdir = 'share/doc/lite-xl'
> + lite_datadir = 'share/lite-xl'
> +-if host_machine.system() == 'linux'
> ++if host_machine.system() == 'linux' or host_machine.system() == 
> 'openbsd'
> + install_data('resources/icons/lite-xl.svg',
> + install_dir : 'share/icons/hicolor/scalable/apps'
> + )
> Index: patches/patch-meson_options_txt
> ===
> RCS file: patches/patch-meson_options_txt
> diff -N patches/patch-meson_options_txt
> --- patches/patch-meson_options_txt   11 Feb 2024 11:41:04 -  1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,9 +0,0 @@
> -Index: meson_options.txt
>  meson_options.txt.orig
> -+++ meson_options.txt
> -@@ -4,4 +4,4 @@ option('portable', type : 'boolean', value : false, de
> - option('renderer', type : 'boolean', value : false, description: 'Use SDL 
> renderer')
> - option('dirmonitor_backend', type : 'combo', value : '', choices : ['', 
> 'inotify', 'fsevents', 'kqueue', 'win32', 'dummy'], description: 'define what 
> dirmonitor backend to use')
> - option('arch_tuple', type : 'string', value : '', description: 'Specify a 
> custom architecture tuple')
> --option('use_system_lua', type : 'boolean', value : false, description: 
> 'Prefer System Lua over a the meson wrap')
> -+option('use_system_lua', type : 'boolean', value : true, description: 
> 'Prefer System Lua over a the meson wrap')
> Index: patches/patch-src_api_dirmonitor_kqueue_c
> ===
> RCS file: patches/patch-src_api_dirmonitor_kqueue_c
> diff -N patches/patch-src_api_dirmonitor_kqueue_c
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-src_api_dirmonitor_kqueue_c 31 Mar 2024 17:51:54 -
> @@ -0,0 +1,18 @@
> +Nove include so __uintptr_t gets defined when needed.
> +
> +Index: src/api/dirmonitor/kqueue.c
> +--- src/api/dirmonitor/kqueue.c.orig
>  src/api/dirmonitor/kqueue.c
> +@@ -1,10 +1,10 @@
> +-#include 
> +-#include 
> + #include 
> + #include 
> + #include 
> + #include 
> + #include 
> ++#include 
> ++#include 
> + 
> + struct dirmonitor_internal {
> +   int fd;
> Index: patches/patch-src_main_c
> ===
> RCS file: /cvs/ports/editors/litexl/patches/patch-src_main_c,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-src_main_c
> --- patches/patch-src_main_c  11 Feb 2024 11:41:04 -  1.2
> +++ patches/patch-src_main_c  31 Mar 2024 17:51:54 -
> @@ -9,7 +9,7 @@ Index: src/main.c
>  +if (strchr(argv[0], '/') != NULL)
>  +  lua_pushstring(L, argv[0]);
>  +else
> -+  lua_pushstring(L, "/usr/local/bin/lite-xl");
> ++  lua_pushstring(L, "${PREFIX}/bin/lite-xl");
> }
> lua_setglobal(L, "EXEFILE");
>   
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/editors/litexl/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- pkg/PLIST 11 Feb 2024 11:41:04 

CVS: cvs.openbsd.org: ports

2024-03-27 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/03/27 06:23:05

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

Log message:
Update to v0.16.1

Changelog: https://github.com/kopia/kopia/releases/tag/v0.16.1



CVS: cvs.openbsd.org: ports

2024-03-23 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/03/23 12:51:16

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

Log message:
Update to v0.16.0

Changelog at https://github.com/kopia/kopia/releases/tag/v0.16.0



NEW: sysutils/victorialogs v0.5.0

2024-03-10 Thread Denis Fondras
(For when ports is unlock)

VictoriaLogs is a fast and easy-to-use, open source logs solution.

VictoriaLogs provides the following key features:
- accept logs from popular log collectors
- much easier to set up and operate compared to Elasticsearch and
  Grafana Loki
- easy yet powerful query language with full-text search capabilities
  across all the log fields
- seamlessly combine with good old Unix tools for log analysis such
  as grep, less, sort, jq, etc.
- capacity and performance scales linearly with the available
  resources (CPU, RAM, disk IO, disk space)
- fast full-text search over high-cardinality log fields such as
  trace_id, user_id and ip
- out-of-order logs ingestion aka backfilling
- a simple web UI for querying logs

https://victoriametrics.com/products/victorialogs/


victorialogs-0.5.0.tgz
Description: application/tar-gz


databases/victoriametrics: update to v1.93.13

2024-03-10 Thread Denis Fondras
For when ports is unlock

Changelog at
https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.93.10...v1.93.13

Index: Makefile
===
RCS file: /cvs/ports/databases/victoriametrics/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile21 Jan 2024 11:58:03 -  1.20
+++ Makefile10 Mar 2024 14:16:25 -
@@ -1,6 +1,6 @@
 COMMENT =  fast, cost-effective and scalable time series database
 
-V =1.93.10
+V =1.93.13
 
 DIST_TUPLE +=  github VictoriaMetrics VictoriaMetrics v${V} . # Apache 
License 2.0
 
@@ -21,6 +21,7 @@ USE_GMAKE =   Yes
 
 MODULES =  lang/go
 MODGO_GOPATH = ${MODGO_WORKSPACE}
+MODGO_GO111MODULE =auto
 SUBST_VARS =   LOCALSTATEDIR
 NO_TEST =  Yes
 
Index: distinfo
===
RCS file: /cvs/ports/databases/victoriametrics/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo21 Jan 2024 11:58:03 -  1.18
+++ distinfo10 Mar 2024 14:16:25 -
@@ -1,2 +1,2 @@
-SHA256 (VictoriaMetrics-VictoriaMetrics-v1.93.10.tar.gz) = 
cEdMu0IOYVelz0y/8NCS8fT7qIkGTXamWUuZksAM448=
-SIZE (VictoriaMetrics-VictoriaMetrics-v1.93.10.tar.gz) = 59976987
+SHA256 (VictoriaMetrics-VictoriaMetrics-v1.93.13.tar.gz) = 
R1nhPHkH4qKHcJxeQ/Asn6k+Ne0PQcpo89IfaieRv5U=
+SIZE (VictoriaMetrics-VictoriaMetrics-v1.93.13.tar.gz) = 60160361



Re: UPDATE security/vaultwarden-1.30.5 and www/vaultwarden-web-2024.1.2b

2024-03-06 Thread Denis Fondras
Le Sun, Mar 03, 2024 at 09:10:40PM +0100, Bjorn Ketelaars a écrit :
> Simple diff for updating vaultwarden to 1.30.5 and vaultwarden-web to
> 2024.1.2b.
> 
> Changelog:
> https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.4
> https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.5
> 
> https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.2b
> 
> Run tested on amd64.
> 
> OK?
> 

OK denis@



Re: databases/victoriametrics: update to v1.99.0

2024-03-06 Thread Denis Fondras
Le Wed, Mar 06, 2024 at 12:10:37AM +, Lucas Gabriel Vuotto a écrit :
> On Mon, Mar 04, 2024 at 01:13:46PM +0100, Denis Fondras wrote:
> > Here is a diff to update VictoriaMetrics to v1.99.0.
> > 
> > I also added VictoriaLogs in a separate package.
> > 
> > Denis
> 
> Haven't tested the patch yet, but I have a couple of questions /
> discussions about the approach.
> 
> 1. What VictoriaMetrics did with Git tags is ugly in my opinion:
>there are v0.5.0-victorialogs and v1.99.0. In this particular case,
>the diff is only documentation [0]. But there was a
>v0.4.0-victorialogs and v0.4.1-victorialogs with an important bugfix
>(make it run non-readonly), and in such cases I don't how a sensible
>strategy for picking a newer tag, with the added complexity that it
>doesn't match the order of ports' versions. This also raises the
>question: do we want to keep the both versions tied together?
> 
> 2. For VictoriaMetrics, I wanted to stick to LTS releases, as they are
>supported for 1y which gives enough coverage for OpenBSD release
>cycle of roughly 6 months. I'm chceking now, latest LTS release is
>1.97.3, but 1.97.1 is the last one to include non-enterprise tarballs
>(doesn't really matter as we build from the GitHub-generated tarball
>for the tag--their release are the built artifacts) which makes me
>doubt seriously about how much I understand of their releases.
>, I believe that it would be nice sticking with LTS, what do
>you think?
> 
> My positions here would be:
> 
> 1. Make VictoriaLogs a different package. A bit wasteful, but the reality
>is that the tags differ.
> 
> 2. Stick with LTS.
> 

Thank you for your input. I'll go back to the workbench :)

Denis



databases/victoriametrics: update to v1.99.0

2024-03-04 Thread Denis Fondras
Here is a diff to update VictoriaMetrics to v1.99.0.

I also added VictoriaLogs in a separate package.

Denis

Index: Makefile
===
RCS file: /cvs/ports/databases/victoriametrics/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile21 Jan 2024 11:58:03 -  1.20
+++ Makefile4 Mar 2024 12:10:35 -
@@ -1,6 +1,7 @@
-COMMENT =  fast, cost-effective and scalable time series database
+COMMENT-main = fast, cost-effective and scalable time series database
+COMMENT-victorialogs = fast, easy-to-use and efficient logs storage
 
-V =1.93.10
+V =1.99.0
 
 DIST_TUPLE +=  github VictoriaMetrics VictoriaMetrics v${V} . # Apache 
License 2.0
 
@@ -10,6 +11,8 @@ CATEGORIES =  databases
 
 HOMEPAGE = https://victoriametrics.com/
 
+MULTI_PACKAGES =   -main -victorialogs
+
 MAINTAINER =   Lucas Gabriel Vuotto 
 
 # Apache License 2.0
@@ -21,6 +24,7 @@ USE_GMAKE =   Yes
 
 MODULES =  lang/go
 MODGO_GOPATH = ${MODGO_WORKSPACE}
+MODGO_GO111MODULE =auto
 SUBST_VARS =   LOCALSTATEDIR
 NO_TEST =  Yes
 
@@ -36,6 +40,7 @@ do-build:
cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmauth-pure
cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmalert-pure
cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} vmctl-pure
+   cd ${WRKSRC} && GOOS=openbsd ${MAKE_ENV} ${MAKE_PROGRAM} 
victoria-logs-pure
 
 do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/victoria-metrics-pure 
${PREFIX}/bin/vmetrics
@@ -45,6 +50,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/vmauth-pure ${PREFIX}/bin/vmetricsauth
${INSTALL_PROGRAM} ${WRKSRC}/bin/vmalert-pure 
${PREFIX}/bin/vmetricsalert
${INSTALL_PROGRAM} ${WRKSRC}/bin/vmctl-pure ${PREFIX}/bin/vmetricsctl
+   ${INSTALL_PROGRAM} ${WRKSRC}/bin/victoria-logs-pure 
${PREFIX}/bin/victoria-logs
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vmetrics/
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/vmetrics/
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/vmetrics/
Index: distinfo
===
RCS file: /cvs/ports/databases/victoriametrics/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo21 Jan 2024 11:58:03 -  1.18
+++ distinfo4 Mar 2024 12:10:35 -
@@ -1,2 +1,2 @@
-SHA256 (VictoriaMetrics-VictoriaMetrics-v1.93.10.tar.gz) = 
cEdMu0IOYVelz0y/8NCS8fT7qIkGTXamWUuZksAM448=
-SIZE (VictoriaMetrics-VictoriaMetrics-v1.93.10.tar.gz) = 59976987
+SHA256 (VictoriaMetrics-VictoriaMetrics-v1.99.0.tar.gz) = 
BpFWcwOcn+SVGtLjL3BPzHxK+ST/Vmv5XYdr77rEPX0=
+SIZE (VictoriaMetrics-VictoriaMetrics-v1.99.0.tar.gz) = 36952832
Index: patches/patch-Makefile
===
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Makefile  4 Mar 2024 12:10:35 -
@@ -0,0 +1,11 @@
+Index: Makefile
+--- Makefile.orig
 Makefile
+@@ -1,6 +1,6 @@
+ PKG_PREFIX := github.com/VictoriaMetrics/VictoriaMetrics
+ 
+-MAKE_CONCURRENCY ?= $(shell getconf _NPROCESSORS_ONLN)
++MAKE_CONCURRENCY ?= $(shell getconf NPROCESSORS_ONLN)
+ MAKE_PARALLEL := $(MAKE) -j $(MAKE_CONCURRENCY)
+ DATEINFO_TAG ?= $(shell date -u +'%Y%m%d-%H%M%S')
+ BUILDINFO_TAG ?= $(shell echo $$(git describe --long --all | tr '/' '-')$$( \
Index: pkg/DESCR
===
RCS file: pkg/DESCR
diff -N pkg/DESCR
--- pkg/DESCR   27 Jan 2022 09:23:01 -  1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,2 +0,0 @@
-VictoriaMetrics is a fast, cost-effective and scalable time-series
-database.
Index: pkg/DESCR-main
===
RCS file: pkg/DESCR-main
diff -N pkg/DESCR-main
--- /dev/null   1 Jan 1970 00:00:00 -
+++ pkg/DESCR-main  4 Mar 2024 12:10:35 -
@@ -0,0 +1,2 @@
+VictoriaMetrics is a fast, cost-effective and scalable time-series
+database.
Index: pkg/DESCR-victorialogs
===
RCS file: pkg/DESCR-victorialogs
diff -N pkg/DESCR-victorialogs
--- /dev/null   1 Jan 1970 00:00:00 -
+++ pkg/DESCR-victorialogs  4 Mar 2024 12:10:35 -
@@ -0,0 +1,16 @@
+VictoriaLogs is a fast and easy-to-use, open source logs solution.
+
+VictoriaLogs provides the following key features:
+- accept logs from popular log collectors
+- much easier to set up and operate compared to Elasticsearch and
+  Grafana Loki
+- easy yet powerful query language with full-text search capabilities
+  across all the log fields
+- seamlessly combine with good old Unix tools for log analysis such
+  as grep, less, sort, jq, etc.
+- capacity and 

CVS: cvs.openbsd.org: ports

2024-02-20 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/02/20 05:34:25

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.14.2

Thanks to Renato Aguiar for the initial diff.



CVS: cvs.openbsd.org: ports

2024-02-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/02/11 04:41:04

Modified files:
editors/litexl : Makefile distinfo 
editors/litexl/patches: patch-meson_build patch-src_main_c 
editors/litexl/pkg: PLIST 
Added files:
editors/litexl/patches: patch-meson_options_txt 

Log message:
update to v2.1.3



Re: UPDATE: database/timescaledb 2.13.1

2024-01-26 Thread Denis Fondras
Le Thu, Jan 25, 2024 at 09:07:22PM -0800, Renato Aguiar a écrit :
> Here is a trivial diff updating databases/timescaledb to 2.13.1:
> 

Commited, thank you.

It seems your MUA is messing with your diff.

Denis

> diff -ru /usr/ports/databases/timescaledb/Makefile ./Makefile
> --- /usr/ports/databases/timescaledb/Makefile Sat Dec  214:59:44 2023
> +++ ./MakefileThu Jan 25 21:00:33 2024
> @@ -2,7 +2,7 @@
> 
> GH_ACCOUNT =  timescale
> GH_PROJECT =  timescaledb
> -GH_TAGNAME = 2.13.0
> +GH_TAGNAME = 2.13.1
> 
> CATEGORIES =  databases
> HOMEPAGE =https://www.timescale.com/
> diff -ru /usr/ports/databases/timescaledb/distinfo ./distinfo
> --- /usr/ports/databases/timescaledb/distinfo Sat Dec  214:59:44 2023
> +++ ./distinfoThu Jan 25 21:00:40 2024
> @@ -1,2 +1,2 @@
> -SHA256 (timescaledb-2.13.0.tar.gz) =
> WEo1HHd18OBn6qDnJ36ojKuQd8xMRVy78JpdlyPc6V0=
> -SIZE (timescaledb-2.13.0.tar.gz) = 821
> +SHA256 (timescaledb-2.13.1.tar.gz) =
> yk9IFHyxvzvyKvn2Q4IqWTHhKomQnMc8SondrjyCisE=
> +SIZE (timescaledb-2.13.1.tar.gz) = 8239930
> diff -ru /usr/ports/databases/timescaledb/pkg/PLIST ./pkg/PLIST
> --- /usr/ports/databases/timescaledb/pkg/PLISTSat Dec  214:59:44 
> 2023
> +++ ./pkg/PLIST   Thu Jan 25 21:03:02 2024
> @@ -14,6 +14,7 @@
> share/postgresql/extension/timescaledb--2.12.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.12.1--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.12.2--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--2.13.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
> 
> 
> 
> -- 
> Renato Aguiar
> 



CVS: cvs.openbsd.org: ports

2024-01-26 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/01/26 11:04:58

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
update to v2.13.1

diff from Renato Aguiar, thanks.



CVS: cvs.openbsd.org: ports

2024-01-25 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/01/25 12:51:57

Modified files:
net/blaeu  : Makefile distinfo 

Log message:
update to v1.1.10



CVS: cvs.openbsd.org: ports

2024-01-21 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2024/01/21 04:58:03

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to v1.93.10



CVS: cvs.openbsd.org: ports

2023-11-28 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/11/28 12:53:48

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.13.0

Adds support for PGSQL v16

OK jeremy@



Re: UPDATE databases/victoriametrics from MAINTAINER

2023-11-28 Thread Denis Fondras
Le Tue, Nov 28, 2023 at 01:04:12PM +, Lucas Gabriel Vuotto a écrit :
> Hi ports,
> 
> Update VictoriaMetrics to latest LTS, 1.93.8. A bunch of bugfixes in it,
> enumerated at
> 
> - 
> https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1936
> - 
> https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1937
> - 
> https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/docs/CHANGELOG.md#v1938
> 
> Runs fine in my single-node small deployment on arm64, with vmetrics and
> vmetricsalert.
> 

OK denis@

>   Lucas
> 
> 
> diff refs/heads/master refs/heads/victoriametrics-1.93.8
> commit - 24e31a437db799ac2d1939e75cec232b8b1b546b
> commit + c08f64b7fa5cdef1557d1870209868a13e66a53d
> blob - eee970c488026ace06dbf30e50e07e644930e8a4
> blob + c0e967a6992a9749baf6c45c8863e679ea88448d
> --- databases/victoriametrics/Makefile
> +++ databases/victoriametrics/Makefile
> @@ -1,6 +1,6 @@
>  COMMENT =fast, cost-effective and scalable time series database
>  
> -V =  1.93.5
> +V =  1.93.8
>  
>  DIST_TUPLE +=github VictoriaMetrics VictoriaMetrics v${V} . 
> # Apache License 2.0
>  
> blob - 2d76766dd1869ed46add6718c82de5ac43f25e04
> blob + 0f9536f8f28e04c13add7c75d6e7558ad5faa788
> --- databases/victoriametrics/distinfo
> +++ databases/victoriametrics/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (VictoriaMetrics-VictoriaMetrics-v1.93.5.tar.gz) = 
> DhpwbPR6u17OVR9maMJ4c60UFJqfmFGDLhMY9f1GzOQ=
> -SIZE (VictoriaMetrics-VictoriaMetrics-v1.93.5.tar.gz) = 59986043
> +SHA256 (VictoriaMetrics-VictoriaMetrics-v1.93.8.tar.gz) = 
> 2xhz27GANxjyx3WIoaUgprZyHj0KdknS+AkwNdIZyKQ=
> +SIZE (VictoriaMetrics-VictoriaMetrics-v1.93.8.tar.gz) = 59823574
> 



CVS: cvs.openbsd.org: ports

2023-11-28 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/11/28 11:02:28

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

Log message:
Update to v0.26.0

Changelog : https://github.com/prometheus/alertmanager/releases/tag/v0.26.0

Diff by Lucas Gabriel Vuotto (lucas @ sexy is), thank you.



Re: UPDATE alertmanager-0.26.0

2023-11-28 Thread Denis Fondras
Le Tue, Nov 28, 2023 at 12:55:28PM +, Lucas Gabriel Vuotto a écrit :
> Hi Denis, ports@,
> 
> Update Alertmanager to 0.26.0 . Quite a bunch of fixes and features, and
> a security fix: "Fix stored XSS via the /api/v1/alerts endpoint in the
> Alertmanager UI." Full notes at
> https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md
> 
>   Lucas
> 

OK denis@



Update databases/timescaledb to v2.13.0

2023-11-28 Thread Denis Fondras
Adds support for PGSQL v16

OK ?

Index: Makefile
===
RCS file: /cvs/ports/databases/timescaledb/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile28 Sep 2023 17:58:00 -  1.21
+++ Makefile28 Nov 2023 17:45:06 -
@@ -2,7 +2,7 @@ COMMENT =   database designed to make SQL 
 
 GH_ACCOUNT =   timescale
 GH_PROJECT =   timescaledb
-GH_TAGNAME =   2.12.0
+GH_TAGNAME =   2.13.0
 
 CATEGORIES =   databases
 HOMEPAGE = https://www.timescale.com/
Index: distinfo
===
RCS file: /cvs/ports/databases/timescaledb/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo28 Sep 2023 17:58:00 -  1.18
+++ distinfo28 Nov 2023 17:45:06 -
@@ -1,2 +1,2 @@
-SHA256 (timescaledb-2.12.0.tar.gz) = 
HDV+ZJmjNlO/zj22CySmxTP7I8XomXpmYbK8oHt4e9A=
-SIZE (timescaledb-2.12.0.tar.gz) = 7510785
+SHA256 (timescaledb-2.13.0.tar.gz) = 
WEo1HHd18OBn6qDnJ36ojKuQd8xMRVy78JpdlyPc6V0=
+SIZE (timescaledb-2.13.0.tar.gz) = 821
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v
retrieving revision 1.19
diff -u -p -r1.19 PLIST
--- pkg/PLIST   28 Sep 2023 17:58:00 -  1.19
+++ pkg/PLIST   28 Nov 2023 17:45:06 -
@@ -11,6 +11,9 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.11.0--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.11.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.11.2--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.12.0--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.12.1--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.12.2--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql



Re: Early Look: PostgreSQL 16.0

2023-11-28 Thread Denis Fondras
Le Mon, Nov 27, 2023 at 08:11:18PM +, Jeremy Evans a écrit :
> 
> databases/timescaledb   version
> 
> PostgreSQL 16 support not yet ready, planned for future version.  I
> marked it BROKEN, same as in the last 2 PostgreSQL major upgrades.
> 

A new version was released today with support for PGSQL 16.
I will prepare an update of the port.

Denis



CVS: cvs.openbsd.org: ports

2023-10-22 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/10/22 05:25:43

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

Log message:
Update to v0.15.0

Changelog: https://github.com/kopia/kopia/releases/tag/v0.15.0



Re: UPDATE: database/timescaledb 2.12.0

2023-09-28 Thread Denis Fondras
Le Thu, Sep 28, 2023 at 10:36:42AM -0700, Renato Aguiar a écrit :
> 
> On Thu, Sep 28 2023, Renato Aguiar wrote:
> 
> > 
> > On Thu, Sep 28 2023, Denis Fondras wrote:
> > 
> > > Le Wed, Sep 27, 2023 at 08:38:54PM -0700, Renato Aguiar a écrit :
> > > 
> > > Thank you, do you want to take maintainership ?
> > > 
> > 
> > Sure, I can take it.
> 
> Updated diff changing maintainership:
> 

Thank you Renato, it is commited.

> 
> diff -ru /usr/ports/databases/timescaledb/Makefile ./Makefile
> --- /usr/ports/databases/timescaledb/Makefile Wed Sep 2011:11:12 2023
> +++ ./MakefileThu Sep 28 10:35:01 2023
> @@ -2,12 +2,12 @@
> 
> GH_ACCOUNT =  timescale
> GH_PROJECT =  timescaledb
> -GH_TAGNAME = 2.11.2
> +GH_TAGNAME = 2.12.0
> 
> CATEGORIES =  databases
> HOMEPAGE =https://www.timescale.com/
> 
> -MAINTAINER = Denis Fondras 
> +MAINTAINER = Renato Aguiar 
> 
> # Apache 2.0
> PERMIT_PACKAGE = Yes
> diff -ru /usr/ports/databases/timescaledb/distinfo ./distinfo
> --- /usr/ports/databases/timescaledb/distinfo Wed Sep 2011:11:12 2023
> +++ ./distinfoWed Sep 27 20:41:39 2023
> @@ -1,2 +1,2 @@
> -SHA256 (timescaledb-2.11.2.tar.gz) =
> rMpfbsVoRyI3TuzpL3PXdjvRcQdQdP0ua9AkS9qfvCU=
> -SIZE (timescaledb-2.11.2.tar.gz) = 7728399
> +SHA256 (timescaledb-2.12.0.tar.gz) =
> HDV+ZJmjNlO/zj22CySmxTP7I8XomXpmYbK8oHt4e9A=
> +SIZE (timescaledb-2.12.0.tar.gz) = 7510785
> diff -ru /usr/ports/databases/timescaledb/pkg/PLIST ./pkg/PLIST
> --- /usr/ports/databases/timescaledb/pkg/PLISTWed Sep 2011:11:12 
> 2023
> +++ ./pkg/PLIST   Wed Sep 27 20:41:39 2023
> @@ -2,19 +2,6 @@
> @so lib/postgresql/timescaledb-tsl-${GH_TAGNAME}.so
> @so lib/postgresql/timescaledb.so
> share/doc/pkg-readmes/${PKGSTEM}
> -share/postgresql/extension/timescaledb--1.7.0--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.1--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.2--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.3--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.4--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.5--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc1--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc2--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc3--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc4--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.1--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.10.0--${GH_TAGNAME}.sql
> @@ -23,6 +10,7 @@
> share/postgresql/extension/timescaledb--2.10.3--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.11.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.11.1--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--2.11.2--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
> 
> 
> -- 
> Renato Aguiar



CVS: cvs.openbsd.org: ports

2023-09-28 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/28 11:58:00

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
update to v2.12.0

Thanks to Renato Aguiar for taking maintainership.



CVS: cvs.openbsd.org: ports

2023-09-28 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/28 08:59:16

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
Update to v1.93.5

>From Lucas Gabriel Vuotto  who becomes new maintainer.
Thanks.



Re: UPDATE: database/timescaledb 2.12.0

2023-09-28 Thread Denis Fondras
Le Wed, Sep 27, 2023 at 08:38:54PM -0700, Renato Aguiar a écrit :
> Patch updating database/timescaledb to 2.12.0:
> 

Thank you, do you want to take maintainership ?

> diff -ru /usr/ports/databases/timescaledb/Makefile ./Makefile
> --- /usr/ports/databases/timescaledb/Makefile Wed Sep 2011:11:12 2023
> +++ ./MakefileWed Sep 27 20:41:39 2023
> @@ -2,7 +2,7 @@
> 
> GH_ACCOUNT =  timescale
> GH_PROJECT =  timescaledb
> -GH_TAGNAME = 2.11.2
> +GH_TAGNAME = 2.12.0
> 
> CATEGORIES =  databases
> HOMEPAGE =https://www.timescale.com/
> diff -ru /usr/ports/databases/timescaledb/distinfo ./distinfo
> --- /usr/ports/databases/timescaledb/distinfo Wed Sep 2011:11:12 2023
> +++ ./distinfoWed Sep 27 20:41:39 2023
> @@ -1,2 +1,2 @@
> -SHA256 (timescaledb-2.11.2.tar.gz) =
> rMpfbsVoRyI3TuzpL3PXdjvRcQdQdP0ua9AkS9qfvCU=
> -SIZE (timescaledb-2.11.2.tar.gz) = 7728399
> +SHA256 (timescaledb-2.12.0.tar.gz) =
> HDV+ZJmjNlO/zj22CySmxTP7I8XomXpmYbK8oHt4e9A=
> +SIZE (timescaledb-2.12.0.tar.gz) = 7510785
> diff -ru /usr/ports/databases/timescaledb/pkg/PLIST ./pkg/PLIST
> --- /usr/ports/databases/timescaledb/pkg/PLISTWed Sep 2011:11:12 
> 2023
> +++ ./pkg/PLIST   Wed Sep 27 20:41:39 2023
> @@ -2,19 +2,6 @@
> @so lib/postgresql/timescaledb-tsl-${GH_TAGNAME}.so
> @so lib/postgresql/timescaledb.so
> share/doc/pkg-readmes/${PKGSTEM}
> -share/postgresql/extension/timescaledb--1.7.0--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.1--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.2--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.3--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.4--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--1.7.5--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc1--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc2--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc3--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.0-rc4--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.1--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.10.0--${GH_TAGNAME}.sql
> @@ -23,6 +10,7 @@
> share/postgresql/extension/timescaledb--2.10.3--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.11.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.11.1--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--2.11.2--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
> share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
> 
> 
> -- 
> Renato Aguiar



CVS: cvs.openbsd.org: ports

2023-09-18 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/18 01:35:45

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

Log message:
Update to v0.14.1

Changelog: https://github.com/kopia/kopia/releases/tag/v0.14.1



CVS: cvs.openbsd.org: ports

2023-09-17 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/17 04:19:37

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

Log message:
Update to v0.14.0



Re: [new] editors/litexl v2.1.1

2023-09-11 Thread Denis Fondras
Le Mon, Sep 11, 2023 at 04:43:29PM +0200, Sebastien Marie a écrit :
> On Mon, Sep 11, 2023 at 04:17:33PM +0200, Denis Fondras wrote:
> > Lite XL is derived from Lite. It is a lightweight text editor written 
> > mostly in
> > Lua — it aims to provide something practical, pretty, small and fast easy to
> > modify and extend, or to use without doing either.
> > 
> > The aim of Lite XL compared to lite is to be more user friendly, improve the
> > quality of font rendering, and reduce CPU usage.
> > 
> > https://lite-xl.com/
> 
> - missing c and m in WANTLIB
> 
> - it seems to doesn't start without invocation with full path:
> 
> $ lite-xl
> Error: [string "local core..."]:5: attempt to index a nil value (local 
> 'exedir')
> stack traceback:
> [string "local core..."]:2: in main chunk
> 
> $ /usr/local/bin/lite-xl
> [work]
> 
> as it is installed at a know place, it could be patched to fallback to 
> /usr/local:
> 
> --- /dev/null Mon Sep 11 16:42:08 2023
> +++ patches/patch-src_main_c  Mon Sep 11 16:41:17 2023
> @@ -0,0 +1,15 @@
> +Index: src/main.c
> +--- src/main.c.orig
>  src/main.c
> +@@ -205,7 +205,10 @@ init_lua:
> + lua_pushstring(L, exename);
> +   } else {
> + // get_exe_filename failed
> +-lua_pushstring(L, argv[0]);
> ++if (strchr(argv[0], '/') != NULL)
> ++  lua_pushstring(L, argv[0]);
> ++else
> ++  lua_pushstring(L, "/usr/local/bin/lite-xl");
> +   }
> +   lua_setglobal(L, "EXEFILE");
> + 
> 
> ok semarie@ with the two points corrected.
> 

Thank you for the review Sebastien.

> -- 
> Sebastien Marie



CVS: cvs.openbsd.org: ports

2023-09-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/11 10:18:50

Modified files:
editors: Makefile 

Log message:
+ litexl



CVS: cvs.openbsd.org: ports

2023-09-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/11 10:16:44

Log message:
Import litexl v2.1.1

input and OK semarie@

Status:

Vendor Tag: denis
Release Tags:   denis_20230911

N ports/editors/litexl/Makefile
N ports/editors/litexl/distinfo
N ports/editors/litexl/patches/patch-meson_build
N ports/editors/litexl/patches/patch-src_main_c
N ports/editors/litexl/pkg/DESCR
N ports/editors/litexl/pkg/PLIST

No conflicts created by this import



Re: [new] editors/litexl v2.1.1

2023-09-11 Thread Denis Fondras
Nevermind, sent too early :)

Le Mon, Sep 11, 2023 at 04:17:33PM +0200, Denis Fondras a écrit :
> Lite XL is derived from Lite. It is a lightweight text editor written mostly 
> in
> Lua — it aims to provide something practical, pretty, small and fast easy to
> modify and extend, or to use without doing either.
> 
> The aim of Lite XL compared to lite is to be more user friendly, improve the
> quality of font rendering, and reduce CPU usage.
> 
> https://lite-xl.com/




[new] editors/litexl v2.1.1

2023-09-11 Thread Denis Fondras
Lite XL is derived from Lite. It is a lightweight text editor written mostly in
Lua — it aims to provide something practical, pretty, small and fast easy to
modify and extend, or to use without doing either.

The aim of Lite XL compared to lite is to be more user friendly, improve the
quality of font rendering, and reduce CPU usage.

https://lite-xl.com/


litexl-2.1.1.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2023-09-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/11 08:03:53

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.11.2

Thanks to Renato Aguiar (renato at renatoaguiar net) for the diff



Re: www/gotosocial: update to v0.10.0

2023-09-02 Thread Denis Fondras
Le Sat, Sep 02, 2023 at 09:54:02AM +0100, Stuart Henderson a écrit :
> On 2023/07/27 14:06, Denis Fondras wrote:
> > Le Thu, Jul 27, 2023 at 11:16:48AM +0100, Stuart Henderson a écrit :
> > > On 2023/07/26 22:51, Denis Fondras wrote:
> > > > Here is an update to the latest version of GoToSocial.
> > > > It is not broken anymore.
> > > 
> > > I see https://github.com/superseriousbusiness/gotosocial/issues/1710
> > > is still open, is that tested with a sqlite db (not pgsql)?
> > > 
> > > If so, ok.
> > > 
> > 
> > It was started with a SQLite DB :
> 
> Did you want to commit this? In case it wasn't clear, that was "ok as long as 
> sqlite works"
> 

Thank you Stuart, it is commited.

> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.210" func=cache.(*Cac
> > hes).Init level=INFO msg="init: 0xc0005a2000"   
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.211" func=cache.(*Cac
> > hes).Start level=INFO msg="start: 0xc0005a2000" 
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.212" func=bundb.sqlit
> > eConn level=INFO msg="connected to SQLITE database with address 
> > file:/var/gotosocial/gotosocial
> > .db?_txlock=immediate"  
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.217" func=bundb.sqlit
> > ePragmas level=INFO msg="sqlite pragma journal_mode set to wal" 
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.217" func=bundb.sqlit
> > ePragmas level=INFO msg="sqlite pragma synchronous set to 1"
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.217" func=bundb.sqlit
> > ePragmas level=INFO msg="sqlite pragma cache_size set to -8192" 
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.217" func=bundb.sqlit
> > ePragmas level=INFO msg="sqlite pragma busy_timeout set to 180" 
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.221" func=bundb.doMig
> > ration level=INFO msg="there are no new migrations to run"  
> >Jul 27 13:53:43 carcass gotosocial[93477]: 
> > timestamp="27/07/2023 13:53:43.221" func=bundb.(*adm
> > inDB).CreateInstanceAccount level=INFO msg="instance account localhost 
> > already exists" 
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.221" func=bundb.(*adm
> > inDB).CreateInstanceInstance level=INFO msg="instance entry already exists" 
> >
> > Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:53:43.226" func=router.(*ro
> > uter).Start.func5 level=INFO msg="listening on [2a00:6060:1::1]:"   
> >
> > Jul 27 13:54:21 carcass gotosocial[93477]: timestamp="27/07/2023 
> > 13:54:21.392" func=middleware.
> > Logger.func1.1 level=INFO latency=5.551004ms userAgent="Mozilla/5.0 (X11; 
> > OpenBSD amd64; rv:109
> > .0) Gecko/20100101 Firefox/115.0" method=GET statusCode=200 path=/ 
> > clientIP=2a00:6060:1::10 req
> > uestID=9cqk75w904001pwdqe40 msg="OK: wrote 3.88kiB"
> > 
> > I believe the new version of modernc.org/sqlite resolved the issue.
> > 



CVS: cvs.openbsd.org: ports

2023-09-02 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/09/02 05:01:08

Modified files:
www/gotosocial : Makefile distinfo modules.inc 
www/gotosocial/patches: patch-example_config_yaml 
www/gotosocial/pkg: PLIST 

Log message:
Update to v0.10.0

"ok as long as sqlite works" sthen@ (it does).



Re: www/gotosocial: update to v0.10.0

2023-07-27 Thread Denis Fondras
Le Thu, Jul 27, 2023 at 11:16:48AM +0100, Stuart Henderson a écrit :
> On 2023/07/26 22:51, Denis Fondras wrote:
> > Here is an update to the latest version of GoToSocial.
> > It is not broken anymore.
> 
> I see https://github.com/superseriousbusiness/gotosocial/issues/1710
> is still open, is that tested with a sqlite db (not pgsql)?
> 
> If so, ok.
> 

It was started with a SQLite DB :

Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.210" 
func=cache.(*Cac
hes).Init level=INFO msg="init: 0xc0005a2000"   
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.211" 
func=cache.(*Cac
hes).Start level=INFO msg="start: 0xc0005a2000" 
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.212" 
func=bundb.sqlit
eConn level=INFO msg="connected to SQLITE database with address 
file:/var/gotosocial/gotosocial
.db?_txlock=immediate"  
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.217" 
func=bundb.sqlit
ePragmas level=INFO msg="sqlite pragma journal_mode set to wal" 
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.217" 
func=bundb.sqlit
ePragmas level=INFO msg="sqlite pragma synchronous set to 1"
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.217" 
func=bundb.sqlit
ePragmas level=INFO msg="sqlite pragma cache_size set to -8192" 
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.217" 
func=bundb.sqlit
ePragmas level=INFO msg="sqlite pragma busy_timeout set to 180" 
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.221" 
func=bundb.doMig
ration level=INFO msg="there are no new migrations to run"  
   Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 
13:53:43.221" func=bundb.(*adm
inDB).CreateInstanceAccount level=INFO msg="instance account localhost already 
exists" 
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.221" 
func=bundb.(*adm
inDB).CreateInstanceInstance level=INFO msg="instance entry already exists" 
   
Jul 27 13:53:43 carcass gotosocial[93477]: timestamp="27/07/2023 13:53:43.226" 
func=router.(*ro
uter).Start.func5 level=INFO msg="listening on [2a00:6060:1::1]:"   
   
Jul 27 13:54:21 carcass gotosocial[93477]: timestamp="27/07/2023 13:54:21.392" 
func=middleware.
Logger.func1.1 level=INFO latency=5.551004ms userAgent="Mozilla/5.0 (X11; 
OpenBSD amd64; rv:109
.0) Gecko/20100101 Firefox/115.0" method=GET statusCode=200 path=/ 
clientIP=2a00:6060:1::10 req
uestID=9cqk75w904001pwdqe40 msg="OK: wrote 3.88kiB"

I believe the new version of modernc.org/sqlite resolved the issue.



CVS: cvs.openbsd.org: ports

2023-05-01 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/05/01 12:07:27

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

Log message:
update to v0.13.0



Re: [NEW] sysutils/jfrog-cli

2023-04-29 Thread Denis Fondras
Le Tue, Apr 25, 2023 at 09:44:23AM +0200, Rafael Sadowski a écrit :
> 
> First of all thanks for the port, it build and runs fine. I noticed
> there is self-hosted but I see GH_*. Confusing! Is there no possibility
> to use the source directly from upstream and not self-hosted? I really
> dislike self-hosted source-code.
> 

The vendor dependencies/libs are not available from the GH repository. That's
why I add it as a self-hosted archive (as many Go projects do in the ports
tree).
Also the Go modules mirror is not usable because versions do not match.
Downloading resources is not possible when building a port so it dependencies
have to be made available upfront.

Denis



[NEW] sysutils/jfrog-cli

2023-04-17 Thread Denis Fondras
Here is a port of JFrog CLI.

"""
JFrog CLI is a compact and smart client that provides a simple
interface that automates access to Artifactory and Mission Control
through their respective REST APIs. By using the JFrog CLI, you can
greatly simplify your automation scripts making them more readable
and easier to maintain. Several features of the JFrog CLI makes
your scripts more efficient and reliable:

* Multi-threaded upload and download of artifacts make builds run
faster
* Checksum optimization reduces redundant file transfers
* Wildcards and regular expressions give you an easy way to collect
all the artifacts you wish to upload or download.
* "Dry run" gives you a preview of file transfer operations before
you actually run them

https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
"""


jfrog-cli-2.36.1.tgz
Description: application/tar-gz


[NEW] sysutils/jfrog-cli

2023-03-05 Thread Denis Fondras
Here is a port of JFrog CLI.

"""
JFrog CLI is a compact and smart client that provides a simple
interface that automates access to Artifactory and Mission Control
through their respective REST APIs. By using the JFrog CLI, you can
greatly simplify your automation scripts making them more readable
and easier to maintain. Several features of the JFrog CLI makes
your scripts more efficient and reliable:

* Multi-threaded upload and download of artifacts make builds run
faster
* Checksum optimization reduces redundant file transfers
* Wildcards and regular expressions give you an easy way to collect
all the artifacts you wish to upload or download.
* "Dry run" gives you a preview of file transfer operations before
you actually run them

https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
"""


jfrog-cli-2.34.6.tgz
Description: application/tar-gz


Re: [update] databases/timescaledb

2023-02-25 Thread Denis Fondras
Le Fri, Feb 24, 2023 at 04:36:33PM +, Renato Aguiar a écrit :
> Trivial patch updating databases/timescaledb to 2.10.0:
> 

Commited, thank you.

> 
> Only in databases/timescaledb: CVS
> diff -ru databases/timescaledb/Makefile mystuff/databases/timescaledb/Makefile
> --- databases/timescaledb/MakefileMon Feb  6 13:19:07 2023
> +++ mystuff/databases/timescaledb/MakefileTue Feb 21 08:57:27 2023
> @@ -2,7 +2,7 @@
> 
>  GH_ACCOUNT = timescale
>  GH_PROJECT = timescaledb
> -GH_TAGNAME = 2.9.3
> +GH_TAGNAME = 2.10.0
> 
>  CATEGORIES = databases
>  HOMEPAGE =   https://www.timescale.com/
> diff -ru databases/timescaledb/distinfo mystuff/databases/timescaledb/distinfo
> --- databases/timescaledb/distinfoMon Feb  6 13:19:07 2023
> +++ mystuff/databases/timescaledb/distinfoTue Feb 21 08:57:46 2023
> @@ -1,2 +1,2 @@
> -SHA256 (timescaledb-2.9.3.tar.gz) = 
> /wggiRZGp3Ks6rGe4PfaClND3FO5pyyWWrcPcj0jHVw=
> -SIZE (timescaledb-2.9.3.tar.gz) = 7269123
> +SHA256 (timescaledb-2.10.0.tar.gz) = 
> LmqEi2cm7DeAS+PBmNuZRSbAfwSfuxo5D/njSfxuH5c=
> +SIZE (timescaledb-2.10.0.tar.gz) = 7410903
> Only in databases/timescaledb/pkg: CVS
> diff -ru databases/timescaledb/pkg/PLIST 
> mystuff/databases/timescaledb/pkg/PLIST
> --- databases/timescaledb/pkg/PLIST   Mon Feb  6 13:19:07 2023
> +++ mystuff/databases/timescaledb/pkg/PLIST   Tue Feb 21 09:06:05 2023
> @@ -17,6 +17,7 @@
>  share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.3.0--${GH_TAGNAME}.sql
> @@ -37,5 +38,5 @@
>  share/postgresql/extension/timescaledb--2.9.0--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.9.1--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.9.2--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--2.9.3--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb.control
> 
> 
> --
> Renato
> 



CVS: cvs.openbsd.org: ports

2023-02-25 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/02/25 09:54:32

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.10.0

Thanks to Renato Aguiar (renato#renatoaguiar.net) for providing the diff.



CVS: cvs.openbsd.org: ports

2023-02-06 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/02/06 11:41:03

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.9.2

This is a high-priority bug fix release.
https://github.com/timescale/timescaledb/releases/tag/2.9.3



CVS: cvs.openbsd.org: ports

2023-02-03 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2023/02/04 00:51:22

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.9.2

Thanks to Renato Aguiar (renato#renatoaguiar.net) for providing the diff.



CVS: cvs.openbsd.org: ports

2022-12-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/12/11 08:21:47

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to v1.85.0

Update note: this release drops support for direct upgrade from VictoriaMetrics
versions prior v1.28.0

Changelog at 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.85.0



CVS: cvs.openbsd.org: ports

2022-10-14 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/10/14 13:53:49

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to v1.82.1

Multiple bugfixes : 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.1



CVS: cvs.openbsd.org: ports

2022-10-09 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/10/09 13:51:42

Modified files:
databases/victoriametrics: Makefile distinfo 
databases/victoriametrics/pkg: PLIST 

Log message:
update to v1.82.0

Changelog :
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.82.0



CVS: cvs.openbsd.org: ports

2022-10-05 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/10/05 13:20:16

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

Log message:
update to v0.12.1

Changelog: https://github.com/kopia/kopia/releases/tag/v0.12.1 and
https://github.com/kopia/kopia/releases/tag/v0.12.0



CVS: cvs.openbsd.org: ports

2022-09-15 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/09/15 11:47:03

Added files:
security/vaultwarden/patches: 
  patch-src_api_core_organizations_rs 

Log message:
Add missing patch in previous commit



CVS: cvs.openbsd.org: ports

2022-09-15 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/09/15 11:33:53

Modified files:
security/vaultwarden: Makefile crates.inc distinfo 
security/vaultwarden/files: config.vendor 
www/vaultwarden-web: Makefile distinfo 
www/vaultwarden-web/pkg: PLIST 

Log message:
Update Vaultwarden to v1.25.2 and web vault to 2022.6.2

Thanks to aisha  for the diff.



Re: [update] security/vaultwarden to 1.25.2 and www/vaultwarden-web to 2022.9.0

2022-09-15 Thread Denis Fondras
Le Wed, Sep 14, 2022 at 07:31:38PM -0400, aisha a écrit :
> On 22/09/14 07:40PM, Denis Fondras wrote:
> > Le Tue, Sep 13, 2022 at 07:44:35PM -0400, aisha a ?crit :
> > > On 22/09/05 05:50PM, Denis Fondras wrote:
> > > > Le Mon, Sep 05, 2022 at 11:21:57AM -0400, aisha a ?crit :
> > > > > On 22/08/20 10:06PM, aisha wrote:
> > > > > > On 22/08/11 05:29PM, aisha wrote:
> > > > > > > attached updates
> > > > > > > - security/vaultwarden 1.25.0 to 1.25.2
> > > > > > >   no major changes between these two versions, 1.25.1 had a bug 
> > > > > > > with mobile uploads but we are not affected in ports
> > > > > > >   port side change - drop vendored distfile
> > > > > > > 
> > > > > > > - www/vaultwarden-web 2.28.1 to 2022.6.2
> > > > > > >   version scheme changed but am not updating epoch as its still 
> > > > > > > larger than current one
> > > > > > >   no other major changes
> > > > > > > 
> > > 
> > > ping
> > > updated vaultwarden-web to 2022.9.0
> > > 
> > 
> > Have you been able to create an organization ?
> > It worked with the previous port.
> > 
> > Denis
> > 
> 
> attached with patch for the org creation fix
> 

OK for me, tested on amd64.

I will commit tonight if nobody speak up against.
Thank you.



Re: [update] security/vaultwarden to 1.25.2 and www/vaultwarden-web to 2022.9.0

2022-09-14 Thread Denis Fondras
Le Tue, Sep 13, 2022 at 07:44:35PM -0400, aisha a écrit :
> On 22/09/05 05:50PM, Denis Fondras wrote:
> > Le Mon, Sep 05, 2022 at 11:21:57AM -0400, aisha a ?crit :
> > > On 22/08/20 10:06PM, aisha wrote:
> > > > On 22/08/11 05:29PM, aisha wrote:
> > > > > attached updates
> > > > > - security/vaultwarden 1.25.0 to 1.25.2
> > > > >   no major changes between these two versions, 1.25.1 had a bug with 
> > > > > mobile uploads but we are not affected in ports
> > > > >   port side change - drop vendored distfile
> > > > > 
> > > > > - www/vaultwarden-web 2.28.1 to 2022.6.2
> > > > >   version scheme changed but am not updating epoch as its still 
> > > > > larger than current one
> > > > >   no other major changes
> > > > > 
> 
> ping
> updated vaultwarden-web to 2022.9.0
> 

Have you been able to create an organization ?
It worked with the previous port.

Denis



CVS: cvs.openbsd.org: ports

2022-09-13 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/09/13 12:14:44

Modified files:
net/blaeu  : Makefile distinfo 

Log message:
Update to 1.1.9

Fix a bug with tags.



CVS: cvs.openbsd.org: ports

2022-09-12 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/09/12 07:39:49

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
Update to 1.81.2

Changelog : 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.81.2

Beware of breaking changes in previous versions if you are upgrading.



CVS: cvs.openbsd.org: ports

2022-07-12 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/12 05:18:39

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

Log message:
update to v0.11.3

Changelog : https://github.com/kopia/kopia/releases/tag/v0.11.3



CVS: cvs.openbsd.org: ports

2022-07-10 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/10 02:44:07

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
update to v2.7.1

Changelog : https://github.com/timescale/timescaledb/compare/2.7.0...2.7.1



CVS: cvs.openbsd.org: ports

2022-07-10 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/10 02:29:04

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to v1.78.1

This fixes a bug introduced in previous version where some results could be
missing. It is recommended to clear caches after the upgrade.

Changelog : 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.78.1



Re: [update] sysutils/grafana to 9.0.2

2022-07-09 Thread Denis Fondras
Le Thu, Jul 07, 2022 at 08:11:20PM -0500, Lucas Raab a écrit :
> Hello,
> 
> Here's an update to grafana to 9.0.2. I've been using it for the
> past week and change with no (apparent) ill effect.
> 
> changelog: https://github.com/grafana/grafana/releases/tag/v9.0.2
> 
> Most notably in the changes...:)
> Alerting: Add support for images in Pushover alerts.
> 
> Builds and runs on arm64 and build-tested on amd64, but I don't
> anticipate any runtime breakage on amd64.
> 
> Look good?
> 

OK denis@


> Thanks,
> Lucas

> diff /home/lucas/ports
> commit - 4ce7398371a310d63abfc7429b991201dc7b391e
> path + /home/lucas/ports
> blob - cf94d543ac5f463f7506d97eec6f632b48b499eb
> file + sysutils/grafana/Makefile
> --- sysutils/grafana/Makefile
> +++ sysutils/grafana/Makefile
> @@ -1,6 +1,6 @@
>  COMMENT =monitoring and metric analytics dashboards
>  
> -V =  9.0.1
> +V =  9.0.2
>  DISTNAME =   grafana+vendor-$V
>  WRKDIST =${WRKDIR}/grafana-$V
>  EXTRACT_SUFX =   .tar.zst
> blob - 40fb300826b5ad57d6f38d382e71d29c9213764b
> file + sysutils/grafana/distinfo
> --- sysutils/grafana/distinfo
> +++ sysutils/grafana/distinfo
> @@ -1,4 +1,4 @@
> -SHA256 (grafana+vendor-9.0.1.tar.zst) = 
> Q/rFM5zcuH8QpvtEgqRmtMQob8rufSy77MdvxeMR4iM=
> -SHA256 (grafana-9.0.1.linux-amd64.tar.gz) = 
> Tayhc3K6YRIW3F7HY+Q/quviaGj6aQVYdpiSG9+gic8=
> -SIZE (grafana+vendor-9.0.1.tar.zst) = 36312281
> -SIZE (grafana-9.0.1.linux-amd64.tar.gz) = 79864816
> +SHA256 (grafana+vendor-9.0.2.tar.zst) = 
> t9M+JTr+s/mlSTCgh2VPkwNH0sv0Gn8Jw5b76i8cafY=
> +SHA256 (grafana-9.0.2.linux-amd64.tar.gz) = 
> UN15J8ExPkejD1MdDj8UUpfEhWZoZal6bJNkJ92KVf0=
> +SIZE (grafana+vendor-9.0.2.tar.zst) = 36421259
> +SIZE (grafana-9.0.2.linux-amd64.tar.gz) = 79887781
> blob - aeab81e36c2b3a8134ba763ae53ec0e144512b61
> file + sysutils/grafana/patches/patch-conf_sample_ini
> --- sysutils/grafana/patches/patch-conf_sample_ini
> +++ sysutils/grafana/patches/patch-conf_sample_ini
> @@ -1,7 +1,7 @@
>  Index: conf/sample.ini
>  --- conf/sample.ini.orig
>  +++ conf/sample.ini
> -@@ -12,19 +12,19 @@
> +@@ -15,19 +15,19 @@
>    Paths 
> 
>   [paths]
>   # Path to where grafana can store temp files, sessions, and the sqlite3 db 
> (if that is used)
> @@ -25,7 +25,7 @@ Index: conf/sample.ini
>   
>    Server 
> 
>   [server]
> -@@ -193,7 +193,7 @@
> +@@ -196,7 +196,7 @@
>   # No ip addresses are being tracked, only simple counters to track
>   # running instances, dashboard and error counts. It is very helpful to us.
>   # Change this option to false to disable reporting.
> @@ -34,7 +34,7 @@ Index: conf/sample.ini
>   
>   # The name of the distributor of the Grafana instance. Ex hosted-grafana, 
> grafana-labs
>   ;reporting_distributor = grafana-labs
> -@@ -203,7 +203,7 @@
> +@@ -206,7 +206,7 @@
>   # in some UI views to notify that a grafana update exists.
>   # This option does not cause any auto updates, nor send any information
>   # only a GET request to 
> https://raw.githubusercontent.com/grafana/grafana/main/latest.json to get the 
> latest version.
> @@ -43,7 +43,7 @@ Index: conf/sample.ini
>   
>   # Set to false to disable all checks to https://grafana.com
>   # for new versions of plugins. The check is used
> -@@ -646,7 +646,7 @@
> +@@ -654,7 +654,7 @@
>   [log]
>   # Either "console", "file", "syslog". Default is console and  file
>   # Use space to separate multiple modes, e.g. "console file"
> blob - fd3e8333888e5420ff21ecd2cdc08e7d4f7802b1
> file + sysutils/grafana/patches/patch-pkg_cmd_grafana-cli_commands_commands_go
> --- sysutils/grafana/patches/patch-pkg_cmd_grafana-cli_commands_commands_go
> +++ sysutils/grafana/patches/patch-pkg_cmd_grafana-cli_commands_commands_go
> @@ -1,7 +1,7 @@
>  Index: pkg/cmd/grafana-cli/commands/commands.go
>  --- pkg/cmd/grafana-cli/commands/commands.go.orig
>  +++ pkg/cmd/grafana-cli/commands/commands.go
> -@@ -95,7 +95,7 @@ func runPluginCommand(command func(commandLine utils.C
> +@@ -98,7 +98,7 @@ func runPluginCommand(command func(commandLine utils.C
>   return err
>   }
>   
> blob - 25d8165f6161ea75fc7401d708783999fe359f5d
> file + sysutils/grafana/pkg/PLIST
> --- sysutils/grafana/pkg/PLIST
> +++ sysutils/grafana/pkg/PLIST
> @@ -927,6 +927,7 @@ share/grafana/public/app/features/commandPalette/
>  share/grafana/public/app/features/commandPalette/CommandPalette.tsx
>  share/grafana/public/app/features/commandPalette/ResultItem.tsx
>  share/grafana/public/app/features/commandPalette/actions/
> +share/grafana/public/app/features/commandPalette/actions/alerting.static.actions.ts
>  
> share/grafana/public/app/features/commandPalette/actions/dashboard.nav.actions.ts
>  
> share/grafana/public/app/features/commandPalette/actions/global.static.actions.ts
>  share/grafana/public/app/features/comments/
> @@ -3967,9 +3968,6 @@ 

CVS: cvs.openbsd.org: ports

2022-07-07 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/07 00:27:42

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

Log message:
update to v0.11.2

Changelog : https://github.com/kopia/kopia/releases/tag/v0.11.2



CVS: cvs.openbsd.org: ports

2022-07-05 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/05 10:12:51

Modified files:
sysutils/kopia : Makefile distinfo 

Log message:
update to v0.11.1

Fix a bug from previous.



CVS: cvs.openbsd.org: ports

2022-07-05 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/05 00:56:40

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

Log message:
update to v0.11.0

Changelog : https://github.com/kopia/kopia/releases/tag/v0.11.0



CVS: cvs.openbsd.org: ports

2022-07-03 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/03 09:38:46

Modified files:
databases/victoriametrics: Makefile distinfo 
databases/victoriametrics/pkg: PLIST 

Log message:
update to v1.78.0

Changelog at 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.78.0



CVS: cvs.openbsd.org: ports

2022-07-03 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/07/03 09:24:43

Modified files:
graphics/flameshot: Makefile distinfo 

Log message:
update to v12.1.0

Minor update with bugfixes for v12.0.0
Changelog at : 
https://github.com/flameshot-org/flameshot/compare/v12.0.0...v12.1.0



CVS: cvs.openbsd.org: ports

2022-06-24 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/06/24 01:47:36

Modified files:
graphics/flameshot: Makefile distinfo 
graphics/flameshot/pkg: PLIST 

Log message:
update to v12.0.0

Changelog : https://github.com/flameshot-org/flameshot/releases/tag/v12.0.0



CVS: cvs.openbsd.org: ports

2022-05-22 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/22 00:16:12

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to 1.77.2

Changelog: 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.77.2



Re: [update] www/vaultwarden-web 2.28.0 to 2.28.1

2022-05-16 Thread Denis Fondras
Le Fri, May 13, 2022 at 10:56:23AM -0400, aisha a écrit :
> Hi,
>   Attached patch for updating www/vaultwarden-web to 2.28.1
> 
> Aisha
> 

Commited, thanks.



CVS: cvs.openbsd.org: ports

2022-05-16 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/16 11:57:57

Modified files:
www/vaultwarden-web: Makefile distinfo 
www/vaultwarden-web/pkg: PLIST 

Log message:
update to v2.28.1

Changes based on https://github.com/bitwarden/web/compare/v2.28.0...v2.28.1
Diff by aisha , thanks



CVS: cvs.openbsd.org: ports

2022-05-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/11 12:19:17

Modified files:
security/vaultwarden: Makefile 
security/vaultwarden/pkg: PLIST 

Log message:
_vaultwarden userid is 879 not 878



CVS: cvs.openbsd.org: ports

2022-05-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/11 06:13:10

Modified files:
infrastructure/db: user.list 
security   : Makefile 
www: Makefile 

Log message:
+ www/vaultwarden-web
+ security/vaultwarden

Also add user _vaultwarden



CVS: cvs.openbsd.org: ports

2022-05-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/11 05:05:41

Log message:
import security/vaultwarden v1.24.0, OK abieber@, denis@

Unofficial Bitwarden compatible server written in Rust and compatible
with upstream Bitwarden clients.
Full implementation of Bitwarden API is provided including:
- Organizations support
- Attachments
- Vault API support
- Serving the static files for Vault interface
- Website icons API
- Authenticator and U2F support
- YubiKey and Duo support

Status:

Vendor Tag: denis
Release Tags:   denis_20220511

N ports/security/vaultwarden/Makefile
N ports/security/vaultwarden/crates.inc
N ports/security/vaultwarden/distinfo
N ports/security/vaultwarden/files/config.vendor
N ports/security/vaultwarden/patches/patch-Cargo_lock
N ports/security/vaultwarden/patches/patch-Cargo_toml
N ports/security/vaultwarden/patches/patch-Rocket_toml
N ports/security/vaultwarden/patches/patch-rust-toolchain
N ports/security/vaultwarden/patches/patch-src_api_admin_rs
N ports/security/vaultwarden/patches/patch-src_api_core_accounts_rs
N ports/security/vaultwarden/patches/patch-src_api_core_ciphers_rs
N ports/security/vaultwarden/patches/patch-src_api_core_emergency_access_rs
N ports/security/vaultwarden/patches/patch-src_api_core_folders_rs
N ports/security/vaultwarden/patches/patch-src_api_core_mod_rs
N ports/security/vaultwarden/patches/patch-src_api_core_organizations_rs
N ports/security/vaultwarden/patches/patch-src_api_core_sends_rs
N ports/security/vaultwarden/patches/patch-src_api_icons_rs
N 
ports/security/vaultwarden/patches/patch-src_api_core_two_factor_authenticator_rs
N ports/security/vaultwarden/patches/patch-src_api_core_two_factor_duo_rs
N ports/security/vaultwarden/patches/patch-src_api_core_two_factor_email_rs
N ports/security/vaultwarden/patches/patch-src_api_core_two_factor_mod_rs
N ports/security/vaultwarden/patches/patch-src_api_core_two_factor_u2f_rs
N 
ports/security/vaultwarden/patches/patch-src_api_core_two_factor_webauthn_rs
N 
ports/security/vaultwarden/patches/patch-src_api_core_two_factor_yubikey_rs
N ports/security/vaultwarden/patches/patch-src_api_identity_rs
N ports/security/vaultwarden/patches/patch-src_api_mod_rs
N ports/security/vaultwarden/patches/patch-src_api_notifications_rs
N ports/security/vaultwarden/patches/patch-src_api_web_rs
N ports/security/vaultwarden/patches/patch-src_auth_rs
N ports/security/vaultwarden/patches/patch-src_config_rs
N ports/security/vaultwarden/patches/patch-src_db_mod_rs
N ports/security/vaultwarden/patches/patch-src_error_rs
N ports/security/vaultwarden/patches/patch-src_main_rs
N ports/security/vaultwarden/patches/patch-src_util_rs
N ports/security/vaultwarden/patches/patch-_env_template
N ports/security/vaultwarden/pkg/PLIST
N ports/security/vaultwarden/pkg/DESCR
N ports/security/vaultwarden/pkg/vaultwarden.rc

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-05-11 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/11 05:04:00

Log message:
import vaultwarden-web, OK abieber@, denis@

Website vault frontend compatible with Vaultwarden.

Status:

Vendor Tag: denis
Release Tags:   denis_20220511

N ports/www/vaultwarden-web/Makefile
N ports/www/vaultwarden-web/distinfo
N ports/www/vaultwarden-web/pkg/PLIST
N ports/www/vaultwarden-web/pkg/DESCR

No conflicts created by this import



Re: [new] vaultwarden-1.24.0, vaultwarden-web-2.27.0

2022-05-09 Thread Denis Fondras
Le Tue, May 03, 2022 at 08:56:04PM -0400, aisha a écrit :
> On 22/04/14 04:50PM, aisha wrote:
> > On 22/03/30 12:40PM, aisha wrote:
> > > On 22/03/30 03:50PM, Stuart Henderson wrote:
> > > > On 2022/03/30 16:41, Denis Fondras wrote:
> > > > > Le Wed, Mar 30, 2022 at 09:00:21AM -0400, aisha a ?crit :
> > > > > > On 22/03/29 09:46AM, aisha wrote:
> > > > > > > ping
> > > > > > > 
> > > > > > > On 3/22/2022 12:10 PM, aisha wrote:
> > > > > > > > Hi all,
> > 
> > Hi,
> >   ping for vaultwarden port.
> > 
> > vaultwarden-web has had a new update to 2.27.0, i've attached both ports.
> > 
> > Best,
> > Aisha
> 
> Another ping.
> 
> vaultwarden-web has been updated to 2.28.0
> 
> diff --git a/infrastructure/db/user.list b/infrastructure/db/user.list
> index 6ff1f308faf..caf5d0674ba 100644
> --- a/infrastructure/db/user.list
> +++ b/infrastructure/db/user.list
> @@ -386,3 +386,4 @@ id  user  group   port
>  875 _guacd   _guacd  net/guacamole/server
>  876 _shairport   _shairport  audio/shairport-sync
>  877 _znc _zncnet/znc
> +878 _vaultwarden _vaultwardensecurity/vaultwarden

Looks fine and works as expected here.

OK denis@



CVS: cvs.openbsd.org: ports

2022-05-07 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/07 11:47:26

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to 1.77.1

Essentially a bugfix release. Biggest issue is :
BUGFIX: vmagent[2]: properly process passwords and secrets specified
in the file pointed by -promscrape.config command-line flag. All the
passwords and secrets were mistakenly replaced with  string
in v1.77.0.

Changelog at 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.77.1



CVS: cvs.openbsd.org: ports

2022-05-05 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/05/05 06:27:47

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
Update to v1.77.0

Changelog at 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.77.0



CVS: cvs.openbsd.org: ports

2022-04-13 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/04/13 06:00:14

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

Log message:
update to v0.10.7

Changelog at https://github.com/kopia/kopia/releases/tag/v0.10.7



CVS: cvs.openbsd.org: ports

2022-04-13 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/04/13 05:59:04

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
update to v2.6.1

Changelog at https://github.com/timescale/timescaledb/releases/tag/2.6.1



CVS: cvs.openbsd.org: ports

2022-04-13 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/04/13 05:58:00

Modified files:
databases/victoriametrics: Makefile distinfo 
databases/victoriametrics/pkg: PLIST 

Log message:
update to v1.76.1

Changelog at 
https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.76.1



Re: [new] vaultwarden-1.24.0, vaultwarden-web-2.26.1

2022-03-30 Thread Denis Fondras
Le Wed, Mar 30, 2022 at 09:00:21AM -0400, aisha a écrit :
> On 22/03/29 09:46AM, aisha wrote:
> > ping
> > 
> > On 3/22/2022 12:10 PM, aisha wrote:
> > > Hi all,
> > >I've attached two ports for vaultwarden and vaultwarden-web.
> > > 
> > > I've made vaultwarden with flavors for mysql (mariadb) and postgresql and 
> > > both or none. Sqlite is always enabled as it has no external deps.
> > > 
> > > Vaultwarden also has its own user and rc.d file, and works straight after 
> > > install.
> > > 
> > > Testing would be appreciated.
> > > 
> > > Best,
> > > Aisha
> > 
> 
> updated tarball attached, i have changed the default listening IPs to 
> localhost
> 

There is no newuser in PLIST, is this expected ?



CVS: cvs.openbsd.org: ports

2022-03-25 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/03/25 10:58:03

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

Log message:
update to v0.24.0



CVS: cvs.openbsd.org: ports

2022-03-21 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/03/21 11:35:48

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
update to v1.75.0



CVS: cvs.openbsd.org: ports

2022-03-07 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/03/07 10:47:07

Modified files:
sysutils/kopia : Makefile distinfo modules.inc 
sysutils/kopia/pkg: PLIST 

Log message:
update to v0.10.6



CVS: cvs.openbsd.org: ports

2022-03-03 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/03/03 12:12:32

Modified files:
databases/victoriametrics: Makefile distinfo 
databases/victoriametrics/pkg: PLIST 

Log message:
update to v1.74.0



[new] sysutils/cortex-tools v0.10.7

2022-02-27 Thread Denis Fondras
A set of powerful command line tools for interacting with Cortex
and friends.

* cortextool: Interacts with user-facing Cortex APIs and backend
  storage components
* chunktool: Interacts with chunks stored and indexed in Cortex
  storage backends.
* logtool: Tool which parses Cortex query-frontend logs and formats
  them for easy analysis.

https://cortexmetrics.io/

OK ?


cortex-tools-v0.10.7.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2022-02-27 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/27 06:11:34

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to 2.6.0



CVS: cvs.openbsd.org: ports

2022-02-23 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/23 02:03:39

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
Update to 1.73.1



Re: [NEW] sysutils/alertmanager v0.23.0

2022-02-16 Thread Denis Fondras
Le Wed, Feb 16, 2022 at 11:49:39AM +, Stuart Henderson a écrit :
> On 2022/02/14 18:57, Denis Fondras wrote:
> > The Alertmanager handles alerts sent by client applications such
> > as the Prometheus server. It takes care of deduplicating, grouping,
> > and routing them to the correct receiver integration such as email,
> > PagerDuty, or OpsGenie. It also takes care of silencing and inhibition
> > of alerts.
> >  
> > https://prometheus.io/
> > 
> > OK ?
> 
> The pexp is a bit wide isn't it? The default setting for that seems to
> work.
> 
> Otherwise ok
> 

Thank you Stuart.

> > +++ user.list   24 Jan 2022 10:25:51 -
> > @@ -380,3 +380,4 @@ id  usergroup   port
> >  869 _headscale _headscale  net/headscale
> >  870 _unit  _unit   www/unit
> >  871 _gelatod   _gelatodnet/gelatod
> > +873 _alertmanager  _alertmanager   sysutils/alertmanager
> 
> your tree is not up to date
> 



CVS: cvs.openbsd.org: ports

2022-02-16 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/16 11:27:51

Modified files:
sysutils   : Makefile 

Log message:
Link alertmanager



CVS: cvs.openbsd.org: ports

2022-02-16 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/16 11:26:58

Log message:
Import sysutils/alertmanager v0.23.0

The Alertmanager handles alerts sent by client applications such
as the Prometheus server. It takes care of deduplicating, grouping,
and routing them to the correct receiver integration such as email,
PagerDuty, or OpsGenie. It also takes care of silencing and inhibition
of alerts.

https://prometheus.io/

OK sthen@

Status:

Vendor Tag: denis
Release Tags:   denis_20220216

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

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-02-16 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/16 11:25:00

Modified files:
infrastructure/db: user.list 

Log message:
Add alertmanager user



CVS: cvs.openbsd.org: ports

2022-02-14 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/14 11:28:44

Modified files:
databases/victoriametrics: Makefile distinfo 

Log message:
Update to v1.73.0



[NEW] sysutils/alertmanager v0.23.0

2022-02-14 Thread Denis Fondras
The Alertmanager handles alerts sent by client applications such
as the Prometheus server. It takes care of deduplicating, grouping,
and routing them to the correct receiver integration such as email,
PagerDuty, or OpsGenie. It also takes care of silencing and inhibition
of alerts.
 
https://prometheus.io/

OK ?


Also the user :

Index: user.list
===
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.392
diff -u -p -r1.392 user.list
--- user.list   17 Nov 2021 20:32:34 -  1.392
+++ user.list   24 Jan 2022 10:25:51 -
@@ -380,3 +380,4 @@ id  usergroup   port
 869 _headscale _headscale  net/headscale
 870 _unit  _unit   www/unit
 871 _gelatod   _gelatodnet/gelatod
+873 _alertmanager  _alertmanager   sysutils/alertmanager


alertmanager-0.23.0.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2022-02-13 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/13 01:26:39

Modified files:
databases/timescaledb: Makefile distinfo 
databases/timescaledb/pkg: PLIST 

Log message:
Update to v2.5.2

Tested by Mark Patruck, thanks.



CVS: cvs.openbsd.org: ports

2022-02-12 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/12 14:38:46

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

Log message:
Update to v0.10.5



databases/timescaledb: update to 2.5.2

2022-02-10 Thread Denis Fondras
This release contains bug fixes since the 2.5.1 release.
This release is high priority for upgrade. We strongly recommend that you
upgrade as soon as possible.

Changelog : https://github.com/timescale/timescaledb/releases/tag/2.5.2

Index: Makefile
===
RCS file: /cvs/ports/databases/timescaledb/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile4 Dec 2021 17:21:20 -   1.10
+++ Makefile10 Feb 2022 09:03:37 -
@@ -4,7 +4,7 @@ COMMENT =   database designed to make SQL 
 
 GH_ACCOUNT =   timescale
 GH_PROJECT =   timescaledb
-GH_TAGNAME =   2.5.1
+GH_TAGNAME =   2.5.2
 
 CATEGORIES =   databases
 HOMEPAGE = https://www.timescale.com/
Index: distinfo
===
RCS file: /cvs/ports/databases/timescaledb/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo4 Dec 2021 17:21:20 -   1.9
+++ distinfo10 Feb 2022 09:03:37 -
@@ -1,2 +1,2 @@
-SHA256 (timescaledb-2.5.1.tar.gz) = 
WKNKejpXEzmgGcCumZtOu5+T4eDLgoUB4yuwc+CiXqw=
-SIZE (timescaledb-2.5.1.tar.gz) = 2760329
+SHA256 (timescaledb-2.5.2.tar.gz) = 
saIIMhicIs43jwCfmiTvHbYdcTH395vedP3N6HvPLXw=
+SIZE (timescaledb-2.5.2.tar.gz) = 2773859
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   4 Dec 2021 17:21:20 -   1.9
+++ pkg/PLIST   10 Feb 2022 09:03:37 -
@@ -26,5 +26,6 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.4.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.4.2--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.5.0--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.5.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb.control



CVS: cvs.openbsd.org: ports

2022-02-04 Thread Denis Fondras
CVSROOT:/cvs
Module name:ports
Changes by: de...@cvs.openbsd.org   2022/02/04 03:33:36

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

Log message:
Update to v0.10.4

Changelog : https://github.com/kopia/kopia/releases/tag/v0.10.4



  1   2   3   >