Re: Update to node_exporter-1.8.1

2024-05-22 Thread Claudio Jeker
On Tue, May 21, 2024 at 05:03:02PM -0400, Daniel Jakots wrote: > Hey, > > New 1.8.1: > https://github.com/prometheus/node_exporter/releases/tag/v1.8.1 > > Not a big deal of a release, but upgrading to the newest version is > cheap :) > > Comments? OK? OK claudio@ > Cheers, > Daniel > >

Re: Update to node_exporter-1.8.0

2024-04-29 Thread Claudio Jeker
On Mon, Apr 29, 2024 at 02:57:13PM +0200, Solene Rapenne wrote: > looks good and works for me > > ok solene@ I don't really have time to properly test this update. I agree that it looks ok and if it works it should go in. OK claudio@ > On Wed, Apr 24, 2024 at 09:47:56PM GMT, Daniel Jakots

CVS: cvs.openbsd.org: ports

2024-02-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/02/21 03:40:52 Modified files: sysutils/firmware: Makefile Log message: Add mwx Reminded by tb@

CVS: cvs.openbsd.org: ports

2024-02-21 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/02/21 03:25:03 Log message: Add firmware files for Mediatek MT7921 (aka MT7961) and MT7922 devices which will be used by mwx(4). OK sthen@ Status: Vendor Tag: claudio Release

add mwx(4) firmware to sysutils/firmware

2024-02-19 Thread Claudio Jeker
I have some work in progress mwx(4) driver for the MT7961 aka MT7921 and MT7922 driver (this is what in linux is covered by mt76/mt7921). This adds these firmware files: mwx-license mwx-mt7922_ram_code_1 mwx-mt7922_patch_mcu_1_1_hdr mwx-mt7961_ram_code_1 mwx-mt7961_patch_mcu_1_2_hdr I did not

CVS: cvs.openbsd.org: ports

2024-02-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/02/13 04:33:09 Modified files: net/fort : Makefile Log message: fort requires ports-gcc to build on sparc64 because of stdatomic.h OK tb@

Re: CVS: cvs.openbsd.org: ports

2024-02-13 Thread Claudio Jeker
On Tue, Feb 13, 2024 at 03:27:32AM -0700, Claudio Jeker wrote: > CVSROOT: /cvs > Module name: ports > Changes by: clau...@cvs.openbsd.org 2024/02/13 03:27:32 > > Modified files: > devel/boost: Makefile > Added files: > devel/boost/files: jum

CVS: cvs.openbsd.org: ports

2024-02-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/02/13 04:28:19 Modified files: devel/boost: Makefile Log message: Update comment for post-extract as suggested by sthen@

Re: boost sparc64 support for context

2024-02-13 Thread Claudio Jeker
On Tue, Feb 13, 2024 at 12:08:06PM +0100, Otto Moerbeek wrote: > On Tue, Feb 13, 2024 at 09:03:49AM +0100, Claudio Jeker wrote: > > > On Thu, Feb 08, 2024 at 06:50:55PM +0100, Claudio Jeker wrote: > > > Since I did most of the work for php I decided to also implement the fibe

fix fort validator on sparc64

2024-02-13 Thread Claudio Jeker
Makefile --- Makefile19 Jan 2024 14:26:09 - 1.2 +++ Makefile13 Feb 2024 11:08:17 - @@ -13,6 +13,9 @@ MAINTAINER = Claudio Jeker https://github.com/NICMx/FORT-validator/releases/download/$V/ CONFIGURE_STYLE = gnu CONFIGURE_ENV += CPPFLAGS="-I${LOCA

CVS: cvs.openbsd.org: ports

2024-02-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/02/13 03:27:32 Modified files: devel/boost: Makefile Added files: devel/boost/files: jump_sparc64_sysv_elf_gas.S make_sparc64_sysv_elf_gas.S

Re: boost sparc64 support for context

2024-02-13 Thread Claudio Jeker
On Thu, Feb 08, 2024 at 06:50:55PM +0100, Claudio Jeker wrote: > Since I did most of the work for php I decided to also implement the fiber > / context ASM for sparc64 in boost. > > The difference is that boost has a ontop_fcontext() function which is > not really documented b

boost sparc64 support for context

2024-02-08 Thread Claudio Jeker
Copyright Claudio Jeker 2024 + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt) +*/ + +/* + * typedef void* fcontext_t; + * + * struct transfer_t { + * fcon

CVS: cvs.openbsd.org: ports

2024-02-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/02/08 09:55:38 Modified files: lang/php/8.1 : Makefile lang/php/8.1/patches: patch-configure_ac lang/php/8.2 : Makefile lang/php/8.2/patches: patch-configure_ac

Re: node_exporter vs syscall(2) removal

2024-02-08 Thread Claudio Jeker
On Thu, Feb 08, 2024 at 12:55:19PM +, Lucas Gabriel Vuotto wrote: > Bumping sthen@ version. I'm OK with this. This is already fixed upstream but there is no release with that change yet. > diff 0897d281ca8fb751c1244e4656dbb7b3c401cdfa > 5c3506b9909b5fe2a23c821ef12030b7c422 > commit -

php 8.X sparc64 support

2024-02-06 Thread Claudio Jeker
_gas.S +--- Zend/asm/jump_sparc64_sysv_elf_gas.S.orig Zend/asm/jump_sparc64_sysv_elf_gas.S +@@ -0,0 +1,51 @@ ++/* ++ Copyright Claudio Jeker 2024 ++ Distributed under the Boost Software License, Version 1.0. ++ (See accompanying file LICENSE_1_0.txt or copy at ++ http://www.boo

CVS: cvs.openbsd.org: ports

2024-01-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/01/16 03:26:49 Modified files: net: Makefile Log message: add fort

CVS: cvs.openbsd.org: ports

2024-01-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2024/01/16 03:23:27 Log message: The FORT validator is an MIT-licensed RPKI Relying Party, offered as part of the FORT project. While rpki-client from base covers all our RPKI needs it is good to

new: fort-valdiator, yet another RPKI RP

2024-01-15 Thread Claudio Jeker
OpenBSD ships with rpki-client which handles all RPKI needs but for testing I like to have some additional RP softwares in ports. This is a port of NICMx FORT-validator. Now this currentl does not work with OpenBGPD because the version negotiation is broken and so a RTR session can never be

Re: update security/openssl/libretls to 3.8.1

2023-10-14 Thread Claudio Jeker
On Sat, Oct 14, 2023 at 10:19:45AM +0200, Theo Buehler wrote: > On Sat, Oct 14, 2023 at 09:56:04AM +0200, Omar Polo wrote: > > and while here what about switching to using openssl 3.1? it's where > > we had issues (see the privsep crypto thingy in smtpd-portable.) > > The reason we have it is

CVS: cvs.openbsd.org: ports

2023-09-06 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/09/06 04:28:49 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-_promu_yml sysutils/prometheus/pkg: prometheus.rc Log message: Update to

CVS: cvs.openbsd.org: ports

2023-09-04 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/09/04 06:28:36 Modified files: devel/promu: Makefile distinfo modules.inc Log message: Update promu to v0.15.0: [CHANGE] Use unmarshalstrict #240 [CHANGE] Add linux/riscv64 to default platforms

update prometheus to 2.37.9

2023-09-04 Thread Claudio Jeker
This is the last release of this LTS branch of prometheus. Not much changed for prometheus but I used the opportunity to fix the embedded build info (which needs different paths because of vendoring) and adjust the rc script to allow reload. Lightly tested, seems to be have like before. -- :wq

CVS: cvs.openbsd.org: ports

2023-06-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/06/15 02:55:53 Modified files: sysutils/node_exporter: Makefile distinfo modules.inc Removed files: sysutils/node_exporter/patches: patch-cpu-collector

CVS: cvs.openbsd.org: ports

2023-06-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/06/15 02:52:07 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-mmap_openbsd Log message: Update prometheus to 2.37.8 (the latest LTE release) OK kn@

Re: update prometheus to 2.37.8

2023-06-06 Thread Claudio Jeker
On Tue, May 23, 2023 at 04:10:07PM +0200, Claudio Jeker wrote: > Prometheus released a new stable version a few weeks ago. > Not much changes, mainly some modules get updated and there is a minor > bugfix. > > Lightly tested here. Ping -- :wq Claudio

update prometheus to 2.37.8

2023-05-23 Thread Claudio Jeker
Prometheus released a new stable version a few weeks ago. Not much changes, mainly some modules get updated and there is a minor bugfix. Lightly tested here. -- :wq Claudio Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2023-04-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/04/20 07:16:12 Modified files: sysutils/node_exporter: Makefile Added files: sysutils/node_exporter/patches: patch-cpu-collector Log message: Do not handroll a bad version of struct

fix node_exporter cpu time

2023-04-20 Thread Claudio Jeker
As usual golang and ABI changes never work out, even years after. This time it is a handmade copy of struct clockinfo that did not make it over the bump in January 2021. So add a patch to node_exporter to not use the hand made copy but instead depend on x/sys/unix for the definition. Now

CVS: cvs.openbsd.org: ports

2023-03-19 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/03/19 11:17:05 Modified files: sysutils/node_exporter: Makefile Added files: sysutils/node_exporter/patches: patch-filesystem-collector Log message: Add a patch to fixup the filesystem

node_exporter fix filesystem collector

2023-03-19 Thread Claudio Jeker
node_exporter-${MODGO_VERSION} @@ -12,6 +13,8 @@ MAINTAINER = Claudio Jeker # Apache 2.0 PERMIT_PACKAGE = Yes + +WRKDIST = ${WRKSRC} WANTLIB = c pthread diff -Nur node_exporter.orig/patches/patch-filesystem-collector node_export

Re: Folks are there any tips to improve page load times on smokeping running on OpenBSD

2023-03-07 Thread Claudio Jeker
On Tue, Mar 07, 2023 at 08:36:24AM +, Stuart Henderson wrote: > On 2023/03/07 07:10, Tom Smyth wrote: > > I m running smokeping fcgi and rrdcached ontop of OpenbSD, to smokeping > > about 150 devces > > the page load times can take 30 seconds to 1 minute, > > is there any way to speed this up.

CVS: cvs.openbsd.org: ports

2023-02-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/02/28 10:54:21 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-Makefile patch-Makefile_common

Re: prometheus v2.37.6 update

2023-02-28 Thread Claudio Jeker
On Tue, Feb 28, 2023 at 02:43:38PM +, Stuart Henderson wrote: > On 2023/02/28 15:00, Claudio Jeker wrote: > > This is mainly a toolchain update of prometheus LTS to 2.37.6. > > With this the patch-go_syscalls is no longer needed since x/sys/unix is > > finally new enoug

CVS: cvs.openbsd.org: ports

2023-02-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/02/28 06:57:15 Modified files: devel/promu: Makefile distinfo modules.inc Log message: Update promu to v0.14.0 needed for next prometheus update. OK sthen@

Update devel/promu to latest version

2023-02-28 Thread Claudio Jeker
The last prometheus LTS update requires the newest promu since they changed the way tags work. This is a quick update using make modgo-gen-modules. Using this I can build and use prometheus 2.37.6. OK? -- :wq Claudio Index: Makefile

Re: [new] net/stayrtr 0.4.0

2023-01-26 Thread Claudio Jeker
On Thu, Jan 26, 2023 at 01:54:38PM +, Stuart Henderson wrote: > On 2023/01/26 13:50, Stuart Henderson wrote: > > Since the /var referred to here is the directory used by rpki-client > > which can't be overridden by anything in ports, imho it should just > > use /var not VARBASE. > > > >

CVS: cvs.openbsd.org: ports

2023-01-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2023/01/14 07:51:26 Modified files: sysutils/prometheus: Makefile distinfo Log message: Update prometheus to 2.37.5: [SECURITY] Security upgrade from go and upstream dependencies that include security

Re: update prometheus to 2.37.5

2023-01-13 Thread Claudio Jeker
On Fri, Dec 09, 2022 at 04:09:52PM +0100, Claudio Jeker wrote: > 2.37.5 was released: > [SECURITY] Security upgrade from go and upstream dependencies that include > security fixes to the net/http and os packages. #11690 People with prometheus crashing should really try this update. I

Re: prometheus sigbus

2023-01-13 Thread Claudio Jeker
On Fri, Jan 13, 2023 at 03:56:10PM +0100, Florian Obser wrote: > gdb says this: > > Thread 7 received signal SIGBUS, Bus error. > [Switching to thread 581635] > runtime.memmove () at /usr/local/go/src/runtime/memmove_amd64.s:151 > 151 MOVBAX, (DI) > Can you give this a try? --

CVS: cvs.openbsd.org: ports

2022-12-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2022/12/11 03:50:32 Modified files: sysutils/node_exporter: Makefile distinfo modules.inc Log message: Update node_exporter to v1.50.0 (the latest release). ok danj@

update node_exporter to 1.5.0

2022-12-09 Thread Claudio Jeker
Update node_exporter to 1.5.0 Works here and now also reports the CPU spin time now. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/sysutils/node_exporter/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile ---

update prometheus to 2.37.5

2022-12-09 Thread Claudio Jeker
2.37.5 was released: [SECURITY] Security upgrade from go and upstream dependencies that include security fixes to the net/http and os packages. #11690 -- :wq Claudio Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2022-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2022/12/09 07:50:55 Modified files: sysutils/prometheus: Makefile distinfo Log message: Update to 2.73.4 Changes since then: 2.37.2: [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus

Re: chromium showing a blank window

2022-11-30 Thread Claudio Jeker
On Wed, Nov 30, 2022 at 02:47:41PM +0100, David Coppa wrote: > Often, I'd say about half the attempts to start it, chromium shows me > a blank window and nothing else. > > Chromium version is 107.0.5304.121 (latest one), but the same thing > happened with previous versions as well (maybe less

Re: Update prometheus to 2.37.4

2022-11-29 Thread Claudio Jeker
On Tue, Nov 29, 2022 at 02:24:30PM +, Stuart Henderson wrote: > On 2022/11/29 14:59, Claudio Jeker wrote: > > This brings prometheus up to the latest LTS release. > > > > Changes since then: > > 2.37.2: > > [BUGFIX] TSDB: Fix 'invalid magic numb

Update prometheus to 2.37.4

2022-11-29 Thread Claudio Jeker
This brings prometheus up to the latest LTS release. Changes since then: 2.37.2: [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup. [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired. 2.37.3: [BUGFIX] Update our

CVS: cvs.openbsd.org: ports

2022-09-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2022/09/13 04:35:55 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-Makefile patch-Makefile_common

Update prometheus to 2.37.1

2022-09-13 Thread Claudio Jeker
Since 2.37 is a LTS branch I think it is a good idea to track this branch for now. Now officially the 2.37 has no OpenBSD support (but that also applies to 2.38). The mmap patch should make prometheus work well enough on OpenBSD (at least as well as the 2.36.2 version). This updates the mmap

Re: gitea/prometheus patches for syscall padding

2022-08-08 Thread Claudio Jeker
On Mon, Aug 08, 2022 at 01:09:08PM +0100, Stuart Henderson wrote: > The two ports where so far we've had reported of problems due to removal > of the old _pad versions of syscalls are gitea and prometheus. > > As luck would have it, they both use vendored tarballs which we can > actually patch

CVS: cvs.openbsd.org: ports

2022-06-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2022/06/28 13:23:04 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-Makefile patch-Makefile_common

[update] prometheus 2.36.2 with UBC workaround

2022-06-27 Thread Claudio Jeker
CATEGORIES = sysutils HOMEPAGE = https://prometheus.io/ MAINTAINER = Claudio Jeker -DISTFILES += prometheus-${V}.tar.gz \ - prometheus-reactui-${V}.tar.gz:0 +DISTFILES =prometheus-${V}.tar.gz

CVS: cvs.openbsd.org: ports

2022-03-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2022/03/11 09:13:58 Modified files: print/psutils : Makefile print/psutils/patches: patch-PSUtils_pm Log message: Adjust regex to parse the output of paperconf -s. The output is just to floating

adjust psutils for different paperconf output

2022-03-11 Thread Claudio Jeker
PSUtils.pm calls paperconf -s. It seems that somewhen the output changed and the regex no longer matches. For me paperconf -s output is: paperconf -s 595.276 841.89 The following update seems to make psnup work again for me. -- :wq Claudio Index: Makefile

Re: [sparc64] Fix build of games/vkquake

2022-03-08 Thread Claudio Jeker
On Tue, Mar 08, 2022 at 03:57:16AM -0700, Thomas Frohwein wrote: > On Mon, Feb 28, 2022 at 09:57:27PM -0500, Kurt Mosiejczuk wrote: > > Build of sparc64 fails with: > > > > gl_draw.c: In function 'Draw_PicFromWad2': > > gl_draw.c:285: warning: array size (4) smaller than bound length (24) > >

Re: Update to node_exporter-1.3.1

2022-01-13 Thread Claudio Jeker
On Wed, Jan 12, 2022 at 09:47:00PM -0500, Daniel Jakots wrote: > Heya, > > I recently setup prometheus + node_exporter on my infra. I noticed our > node_exporter is quite old so I thought I would try to update it. > > Here's a diff to do so. I switched the port to use modules.inc as we now > do

stayrtr port

2021-10-15 Thread Claudio Jeker
Here is a port of stayrtr which is a fork of gortr (which is no longer actively developped). I added a conflict marker for gortr. At a later stage I may remove gortr. -- :wq Claudio stayrtr.tgz Description: application/tar-gz

CVS: cvs.openbsd.org: ports

2021-09-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/09/16 02:58:31 Modified files: security/openssl: Makefile Log message: Hook up libretls. OK sthen@

CVS: cvs.openbsd.org: ports

2021-09-13 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/09/13 03:51:31 Log message: Add libretls to the openssl libs. This allows to use OpenSSL 1.1 libs with programs like rpki-client to test interop. This port is for testing purposes only! With

libretls port for testing

2021-09-10 Thread Claudio Jeker
For rpki-client tests I need libretls so that I can link it with openssl-1.1. This diff allows that (more or less). It is not intended to be used for anything else but interop tests. Thanks to sthen@ for some of the magic needed to make it link and install correctly. -- :wq Claudio

CVS: cvs.openbsd.org: ports

2021-06-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/06/11 04:36:09 Modified files: sysutils/node_exporter: Makefile distinfo Log message: Minor update of node_exporter to v1.1.2. Tested by fkr@ OK sthen@

CVS: cvs.openbsd.org: ports

2021-06-11 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/06/11 04:34:14 Modified files: devel/promu: Makefile distinfo Log message: Update promu to v0.12.0 and switch the port over to use MODGO OK sthen@

minor update of node_exporter to 1.1.2

2021-06-10 Thread Claudio Jeker
Minor update of node_exporter which should be only a few unrelated bug fixes: [BUGFIX] Handle errors from disabled PSI subsystem #1983 [BUGFIX] Sanitize strings from /sys/class/power_supply #1984 [BUGFIX] Silence missing netclass errors #1986 -- :wq Claudio Index: Makefile

CVS: cvs.openbsd.org: ports

2021-02-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/02/16 06:28:19 Modified files: sysutils/node_exporter: Makefile distinfo Removed files: sysutils/node_exporter/patches: patch-Makefile_common

Re: Update node_exporter v1.1.1

2021-02-15 Thread Claudio Jeker
On Mon, Feb 15, 2021 at 09:19:16AM -0700, Aaron Bieber wrote: > > Claudio Jeker writes: > > > This is my attempt to update node_exporter. > > Since prometheus switched to go mod I decided to switch the port to. > > > > Now I did not want to fight with the la

CVS: cvs.openbsd.org: ports

2021-02-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/02/15 02:19:45 Added files: sysutils/prometheus/patches: patch-Makefile Log message: Update prometheus to v2.24.1. This port needs an extra react web UI package that I provide. Building react is a

CVS: cvs.openbsd.org: ports

2021-02-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/02/15 02:18:37 Modified files: sysutils/prometheus/pkg: PLIST sysutils/prometheus/patches: patch-Makefile_common patch-_promu_yml Log message: Update

CVS: cvs.openbsd.org: ports

2021-02-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/02/15 01:56:57 Modified files: devel/promu: Makefile distinfo Log message: Update promu to v0.7.0 OK sthen@

Re: Update to x11/driftnet

2021-02-15 Thread Claudio Jeker
On Sun, Feb 14, 2021 at 12:42:12PM +0100, Klemens Nanni wrote: > On Sun, Feb 14, 2021 at 09:32:06AM +0100, Claudio Jeker wrote: > > Here is an update to x11/driftnet. Switch to a github repo that seems to > > include some of our fixes and is a bit more current. Drop maintainer si

Update to x11/driftnet

2021-02-14 Thread Claudio Jeker
-${VERSION} -REVISION= 1 -CATEGORIES=x11 +VERSION = 1.2.0 +DISTNAME = driftnet-${VERSION} -HOMEPAGE= http://www.ex-parrot.com/~chris/driftnet/ +GH_ACCOUNT = deiv +GH_PROJECT = driftnet +GH_TAGNAME = v1.2.0 -MAINTAINER=Claudio Jeker +CATEGORIES = x11 + +HOMEPAGE

update promu to 0.7.0

2021-02-14 Thread Claudio Jeker
Quick update of devel/promu to 0.7.0. This is the build tool for prometheus related ports. OK? -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/devel/promu/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile ---

Re: prometheus 2.24.1 update

2021-02-14 Thread Claudio Jeker
On Sat, Feb 13, 2021 at 05:02:40PM +, Stuart Henderson wrote: > On 2021/02/13 12:01, Claudio Jeker wrote: > > This is an update for prometheus to 2.24.1. > > The react UI that needs to be built for prometheus is an extra distfile. > > Building the react UI is a night

prometheus 2.24.1 update

2021-02-13 Thread Claudio Jeker
= v${V} CATEGORIES = sysutils @@ -13,9 +13,14 @@ HOMEPAGE = http://prometheus.io/ MAINTAINER = Claudio Jeker +DISTFILES += prometheus-${V}.tar.gz \ + prometheus-reactui-${V}.tar.gz:0 + # Apache 2.0 PERMIT_PACKAGE

Re: CVS: cvs.openbsd.org: ports

2021-01-20 Thread Claudio Jeker
On Wed, Jan 20, 2021 at 04:52:46AM -0700, Claudio Jeker wrote: > CVSROOT: /cvs > Module name: ports > Changes by: clau...@cvs.openbsd.org 2021/01/20 04:52:46 > > Log message: > goRTR is an open-source implementation of the RPKI to Router protocol > (RFC

CVS: cvs.openbsd.org: ports

2021-01-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2021/01/20 04:52:46 Log message: goRTR is an open-source implementation of the RPKI to Router protocol (RFC 6810), normally used with BGP routers, using the Go programming language. OK abieber@

CVS: cvs.openbsd.org: ports

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2020/12/09 04:12:22 Modified files: net: Makefile Log message: Enter gortr

CVS: cvs.openbsd.org: ports

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2020/12/09 04:11:32 Log message: Import gortr goRTR is an open-source implementation of the RPKI to Router protocol (RFC 6810), normally used with BGP routers, using the Go programming

new gortr port

2020-12-07 Thread Claudio Jeker
This is a probably very dirty port of gortr (a RPKI to Router server). gortr is able to serve rpki-client JSON files to routers via RTR protocol. I doubt the MODGO settings are correct but for me make modgo-gen-modules fails with Use of uninitialized value in concatenation (.) or string

Re: firefox[pid]: pledge "", syscall 289 (Gah. Your tab just crashed.)

2020-12-05 Thread Claudio Jeker
On Fri, Dec 04, 2020 at 10:51:50PM -0800, Greg Steuck wrote: > I know other people hit it before (including recently). Running > firefox-83.0 on amd64-current (Nov 29). > > Going to gmail causes this in UI: > Gah. Your tab just crashed. > > Firefox stdout: > libGL error: MESA-LOADER: failed to

Re: [update] rsyslog version 8.2008.0

2020-09-24 Thread Claudio Jeker
On Thu, Sep 24, 2020 at 08:38:46AM +0200, Remi Locherer wrote: > On Tue, Sep 08, 2020 at 01:58:09PM +0200, Theo Buehler wrote: > > On Tue, Sep 08, 2020 at 10:33:41AM +0200, Remi Locherer wrote: > > > On Tue, Sep 01, 2020 at 05:59:03PM +0200, Remi Locherer wrote: > > > > This updates rsyslog to

Re: update: sysutils/node_exporter

2020-08-14 Thread Claudio Jeker
On Thu, Aug 13, 2020 at 08:16:52PM +0200, Paco Esteban wrote: > Hi ports@, > > This is an update for sysutils/node_exporter to its latest version 1.0.1 > You can see the changelog here: > > https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md > > I'm not sure if we should put

CVS: cvs.openbsd.org: ports

2020-04-06 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2020/04/06 00:21:01 Modified files: devel/xtensa-esp32-elf/newlib: Makefile Log message: There is no need to add a RUN_DEPENDS for the bootstrap compiler. The compiler is only needed during build. OK

Re: New: devel/xtensa-esp32-elf

2020-03-07 Thread Claudio Jeker
On Fri, Mar 06, 2020 at 10:39:22AM -0700, Tracey Emery wrote: > Hello ports@, > > After extensive back-and-forth between Claudio and I, we have a new > port to present. Attached is a new port for compiling binaries for the > Espressif ESP32 series of WiFi chips. It is a cross compiler suite >

Re: libvips 8.8.4

2019-12-30 Thread Claudio Jeker
On Mon, Dec 30, 2019 at 10:31:30AM +0100, Denis Fondras wrote: > On Sun, Dec 29, 2019 at 11:56:57PM +0100, Theo Buehler wrote: > > > That's a problem on my side, I will sort it and retry. > > > > This diff fixes it: > > > > Index: libvips/iofuncs/init.c > > --- libvips/iofuncs/init.c.orig > >

CVS: cvs.openbsd.org: ports

2019-10-29 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/10/29 06:37:54 Modified files: sysutils/prometheus: Makefile distinfo Log message: Minor update of prometheus to v2.13.1 fixes a panic in the query logger that I hit after a unclean shutdown. OK

Re: Update prometheus to v2.13.1

2019-10-28 Thread Claudio Jeker
Any comments about this simple update? On Fri, Oct 18, 2019 at 11:17:27AM +0200, Claudio Jeker wrote: > The update just fixes these three things: > > [BUGFIX] Fix panic in ARM builds of Prometheus. #6110 > [BUGFIX] promql: fix potential panic in the query logger. #6094 &

Update prometheus to v2.13.1

2019-10-18 Thread Claudio Jeker
The update just fixes these three things: [BUGFIX] Fix panic in ARM builds of Prometheus. #6110 [BUGFIX] promql: fix potential panic in the query logger. #6094 [BUGFIX] Multiple errors of http: superfluous response.WriteHeader call in the logs. #6145 Since I hit the 2nd bug

CVS: cvs.openbsd.org: ports

2019-10-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/10/16 00:50:09 Modified files: sysutils/node_exporter: Makefile distinfo sysutils/node_exporter/patches: patch-Makefile_common Added files: sysutils/node_exporter/patches:

CVS: cvs.openbsd.org: ports

2019-10-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/10/16 00:47:12 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/patches: patch-Makefile_common sysutils/prometheus/pkg: PLIST Added files:

CVS: cvs.openbsd.org: ports

2019-10-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/10/16 00:45:54 Modified files: devel/promu: Makefile distinfo Log message: Simple update to promu v0.5.0 OK sthen@

Re: Update node_exporter to v0.18.1

2019-10-15 Thread Claudio Jeker
On Tue, Oct 15, 2019 at 08:35:01AM +0200, Claudio Jeker wrote: > Minor bug fix release fixing these two things: > > [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting > in broken swap metrics on FreeBSD #1345 > [BUGFIX] Fix rollover bu

Update node_exporter to v0.18.1

2019-10-15 Thread Claudio Jeker
Minor bug fix release fixing these two things: [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in broken swap metrics on FreeBSD #1345 [BUGFIX] Fix rollover bug in mountstats collector #1364 Again I changed the build user settings in promu.yml, happy

Update sysutils/prometheus to v2.13.0

2019-10-15 Thread Claudio Jeker
This is an update of prometheus to v2.13.0. This will now also install the tsdb tool (unsure how useful it is since it seems to be more of a development tool). The other thing I did is change the BuildUser setting to a static string. Not sure what our position is about including such data there.

Update devel/promu

2019-10-15 Thread Claudio Jeker
This is a simple update of devel/promu to v0.5.0 which is the latest version available. Updates for prometheus and node_exporter will follow. -- :wq Claudio Index: Makefile === RCS file: /cvs/ports/devel/promu/Makefile,v retrieving

CVS: cvs.openbsd.org: ports

2019-05-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/05/14 12:55:53 Modified files: sysutils : Makefile Log message: Add node_exporter reminded by jasper@

CVS: cvs.openbsd.org: ports

2019-05-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/05/14 11:21:31 Log message: Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. OK sthen@ Status: Vendor Tag:

CVS: cvs.openbsd.org: ports

2019-05-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/05/08 06:37:10 Log message: Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. OK sthen@ Status: Vendor Tag:

CVS: cvs.openbsd.org: ports

2019-05-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/05/08 06:24:15 Modified files: infrastructure/db: user.list Log message: Reserve UID 834 for node_exporter OK sthen@

Re: New prometheus node_exporter port

2019-05-06 Thread Claudio Jeker
; On Sun, May 5, 2019 at 11:19 PM Claudio Jeker > wrote: > > > > This is a port for prometheus node_exporter to monitor HW and OS metrics. > > Works but as usual is missing a lot of metrics that systat has. > > > > -- > > :wq Claudio > > >

CVS: cvs.openbsd.org: ports

2019-05-06 Thread Claudio Jeker
CVSROOT:/cvs Module name:ports Changes by: clau...@cvs.openbsd.org 2019/05/06 00:16:27 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/pkg: PLIST Added files: sysutils/prometheus/patches: patch-Makefile_common Removed files:

  1   2   >