Re: [net/zabbix] PSK support?

2020-02-20 Thread William Leuschner
Whoops, Thunderbird mangled the line endings. Apparently it doesn't do it if the extension is .txt? Hopefully this one is OK. On 2/20/2020 4:11 PM, William Leuschner wrote: robert@ and ports@, What do you think about making gnutls the default cryptography library for net/zabbix? I've

Re: [net/zabbix] PSK support?

2020-02-20 Thread William Leuschner
robert@ and ports@, What do you think about making gnutls the default cryptography library for net/zabbix? I've attached a diff that changes it, if you think it's a good idea. On 2/19/2020 6:06 PM, Stuart Henderson wrote: On 2020/02/19 16:17, William Leuschner wrote: Hello porters, I'm

[net/zabbix] PSK support?

2020-02-19 Thread William Leuschner
was removed from LibreSSL, and the best choice would be building against gnutls. Has anything changed since then, or is gnutls still the best option? If gnutls is the best bet, would a gnutls flavor be welcome? Thanks, William Leuschner [1]: https://marc.info/?l=openbsd-ports=148465399628705=2

Re: WIP: netdata [was Re: How to write a PLIST for a program that does code-as-configuration in /etc]

2019-06-26 Thread William Leuschner
So, first of all, sorry for how long it has taken me to reply! I got pulled away by life things. Second of all, thank you so much for your help with this! I’ll take a look this weekend, and based on what the diff looks like, I might even be able to finish the port. - William > On 30 May

How to write a PLIST for a program that does code-as-configuration in /etc

2019-05-28 Thread William Leuschner
guidance there too! Sincerely, William Leuschner netdata.tgz Description: Binary data

Re: net/zabbix 4.0.5

2019-04-10 Thread William Leuschner
ports@, I tested this patch with my configuration on a 6.5-current machine and everything seems A-OK. I’m aware the tree is locked, but I figured I’d throw my 2¢ in. - William P.S. It looks like 4.0.6 was released at the end of March (https://www.zabbix.com/rn/rn4.0.6), and 4.2.0 a day later

Re: Porting netdata

2018-09-30 Thread William Leuschner
contain .keep files. Is better to work around this with a post-install rule in the port Makefile or to patch the software itself to create its own local state directories if they don’t exist? - William > On 11 Sep, 2018, at 00:22, William Leuschner wrote: > >> On 10 Sep, 2018, at 0

Re: Porting netdata

2018-09-11 Thread William Leuschner
> On 10 Sep, 2018, at 05:50, Stuart Henderson wrote: > > It's not going to be the simplest first port (it will need actual code > porting, rather than just writing ports Makefile etc). Yeah, I’ve already run into a few of these. > Many of the Linux-ish plugins use procfs which isn't very

Porting netdata

2018-09-09 Thread William Leuschner
Hello ports@, I’m quite pleased with netdata (https://my-netdata.io) as a monitoring tool on my non-OpenBSD boxes, and I’d like to port it over. The project’s GitHub page has a few issues mentioning OpenBSD in passing, but nothing about porting it. Before I get too far into the weeds, is

Re: [www/rt] A flavor for LDAP?

2018-03-20 Thread William Leuschner
to run rt-test-dependencies? I haven't used rt > for some years but from what I remember it's just a checker and doesn't > make any actual changes? Based on Paul's comments, I see now that it is not. The patch without that part is below. ───────── William Leuschner wel2...@rit.edu

Re: [www/rt] A flavor for LDAP?

2018-03-08 Thread William Leuschner
in addition to bumping the revision. ─ William Leuschner wel2...@rit.edu Index: Makefile === RCS file: /cvs/ports/www/rt/Makefile,v retrieving revision 1.40 diff -u -p -r1.40 Makefile --- Makefile11 Jan 2018 19:27

Re: [www/rt] A flavor for LDAP?

2018-03-07 Thread William Leuschner
> On 7 Mar, 2018, at 19:09, Stuart Henderson wrote: > > > That is --enable-externalauth, isn't it? Yup, that’s the one. > i.e. the only thing it does is set a default in rt-test-dependencies > which you can override with "rt-test-dependencies --with-externalauth" >

[www/rt] A flavor for LDAP?

2018-03-07 Thread William Leuschner
Hello ports@, My use-case for www/rt needs LDAP integration. RT supports this, but there's no way to make it happen on OpenBSD without recompiling RT myself. Would anyone be interested if I submitted a patch for www/rt that adds a FLAVOR for LDAP integration? ─ William

Re: net/zabbix SSH flavor?

2017-10-20 Thread William Leuschner
zabbix -c "sqlite3 /var/db/zabbix/zabbix.db < schema.sql" The following steps are not required for setting up a Zabbix Proxy. # su -m _zabbix -c "sqlite3 /var/db/zabbix/zabbix.db < images.sql" ─────── William Leuschner w

Re: net/zabbix SSH flavor?

2017-10-13 Thread William Leuschner
="${LOCALBASE}" + --with-jabber="${LOCALBASE}" \ + --with-ssh2 CONFIGURE_ENV =CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lexecinfo" \ ac_cv_search___res_query=n

Re: net/zabbix SSH flavor?

2017-10-12 Thread William Leuschner
ERRORS += "Fatal: Conflicting flavors: ${FLAVOR}"; +.endif + +# Include libssh if the ssh flavor is requested +.if ${FLAVOR:Mssh} +LIB_DEPENDS-server += security/libssh2 +WANTLIB-server += ssh2 +CONFIGURE_ARGS += --with-ssh2 .endif pre-configure: ─── Wi

Re: net/zabbix SSH flavor?

2017-10-06 Thread William Leuschner
ping ─ William Leuschner wel2...@rit.edu On 9/25/2017 1:17 PM, William Leuschner wrote: > Ah, that did it! Thank you for the pointers. The now-fixed patch is > below. Comments? > ─── > William Leuschner > wel2...@rit.edu >

Re: net/zabbix SSH flavor?

2017-09-25 Thread William Leuschner
Ah, that did it! Thank you for the pointers. The now-fixed patch is below. Comments? ─── William Leuschner wel2...@rit.edu Index: Makefile === RCS file: /cvs/ports/net/zabbix/Makefile,v retrieving revision

net/zabbix SSH flavor?

2017-09-21 Thread William Leuschner
xy .else ERRORS += "Fatal: Conflicting flavors: ${FLAVOR}"; +.endif + +# Include libssh if the ssh flavor is requested +.if ${FLAVOR:L:Mssh} +LIB_DEPENDS-server += security/libssh +WANTLIB-server += libssh +CONFIGURE_ARGS += --with-ssh .endif pre-configure: ─── William Leuschner wel2...@rit.edu

Re: GSSAPI flavor for Dovecot

2016-12-01 Thread William Leuschner
Yup, everything still works. - William On 11/30/2016 7:30 AM, William Leuschner wrote: > Ah, whoops! Thanks for catching that! I'll test it later today. > > – William > > On Nov 30, 2016, 07:15 -0500, Stuart Henderson <s...@spacehopper.org>, wrote: >> On 2016/11/

Re: GSSAPI flavor for Dovecot

2016-11-30 Thread William Leuschner
Ah, whoops! Thanks for catching that! I'll test it later today. – William On Nov 30, 2016, 07:15 -0500, Stuart Henderson <s...@spacehopper.org>, wrote: > On 2016/11/29 11:53, William Leuschner wrote: > > Hello Brad, > > > > I've written a patch for Dovecot that adds GS

GSSAPI flavor for Dovecot

2016-11-29 Thread William Leuschner
Hello Brad, I've written a patch for Dovecot that adds GSSAPI as a flavor. Could you take a look at it? Thanks, William Leuschner Index: Makefile === RCS file: /cvs/ports/mail/Makefile,v retrieving revision 1.342 diff -u -p -r1.342

Re: GSSAPI flavor for Dovecot

2016-11-14 Thread William Leuschner
Hello, ports@! Has anyone had a chance to look at this yet? - William On 10/31/2016 2:45 PM, William Leuschner wrote: > Hello again, porters! > > I've written a new flavor for Dovecot to add support for GSSAPI. Could > someone take a look at it? > > Thanks, > William

Re: building curl with gssapi disables ssl

2016-10-31 Thread William Leuschner
Try putting it after the '--with-gssapi' instruction. Configure's arguments *shouldn't* be order-dependent, but you never know. If that doesn't work, I'm afraid I can't offer you anything else. I'm still pretty new at this kind of thing. - William Leuschner On 10/31, Jiri B wrote: > On Thu,

GSSAPI flavor for Dovecot

2016-10-31 Thread William Leuschner
Hello again, porters! I've written a new flavor for Dovecot to add support for GSSAPI. Could someone take a look at it? Thanks, William Leuschner Index: Makefile === RCS file: /cvs/ports/mail/Makefile,v retrieving revision 1.342

Re: building curl with gssapi disables ssl

2016-10-27 Thread William Leuschner
> SSL support: no > (--with-{ssl,gnutls,nss,polarssl,mbedtls,cyassl,axtls,winssl,darwinssl} ) Have you tried adding "--with-ssl" to CONFIGURE_ARGS? - William

Re: GSSAPI flavor for OpenLDAP

2016-10-25 Thread William Leuschner
ttached, hopefully up-to-snuff this time. - William Leuschner Index: Makefile === RCS file: /cvs/ports/databases/openldap/Makefile,v retrieving revision 1.145 diff -u -p -r1.145 Makefile --- Makefile29 Jun 2016 16:14:38 - 1.1

GSSAPI flavor for OpenLDAP

2016-10-24 Thread William Leuschner
something horribly wrong? Thanks, William Leuschner Index: Makefile === RCS file: /cvs/ports/databases/openldap/Makefile,v retrieving revision 1.145 diff -u -p -r1.145 Makefile --- Makefile29 Jun 2016 16:14:38 - 1.145