Re: www/node16 packing failure

2023-03-31 Thread Juraj Lutter
Hi, > On 31 Mar 2023, at 17:20, Dima Panov wrote: > > Moin-moin! > > On 31.03.2023 00:29, Juraj Lutter wrote: >> Hi, >>> On 30 Mar 2023, at 23:27, j...@chen.org.nz wrote: >>> >>> Hi, >>> >>> I'm trying to build www/node16

Re: www/node16 packing failure

2023-03-30 Thread Juraj Lutter
/vendors-_yarn_berry_cache_proxy-agent-npm- > 5_0_0-41772f4b01-9_zip_node_modules_proxy-agent_index_js.js:No such file or > directory > *** Error code 1 > > Stop. > make: stopped in /xports/www/node16 Which options do you have set and unset? Thanks otis — Juraj Lutter o...@freebsd.org

Re: byteswap.h not found on 12 and 13

2023-03-24 Thread Juraj Lutter
13 there is also infiniband/byteswap.h that does: #include #include #define bswap_16bswap16 #define bswap_32bswap32 #define bswap_64bswap64 otis — Juraj Lutter o...@freebsd.org

Re: postfix' blacklistd patch

2023-01-24 Thread Juraj Lutter
;client)); >return (-1); >} > > If I am not mistaken blacklistd will become notified even after a 'Temporary > authentication failure'. > > Has this been intended? Yes, because even an temporary failure could be a result of a “brute force attack”. — Juraj Lutter o...@freebsd.org

Re: security/clamav: /ar/run on TMPFS renders the port broken by design

2022-08-27 Thread Juraj Lutter
ne of those PR: clamd creates file in two locations: - PidFile - LocalSocket Both the locations could be checked by rc.d script in clamd.conf (also freshclam eventually) and respective directories can be created from within start_precmd() otis — Juraj Lutter o...@freebsd.org

Re: cyrus-sasl dependency in bsd.ldap.mk

2021-11-08 Thread Juraj Lutter
> On 8 Nov 2021, at 18:17, Xin Li wrote: > > On 11/8/21 05:39, Juraj Lutter wrote: >> Hi Delphij, >> you seem to be the most active in bsd.ldap.mk :-) >> I’ve found that since openldap-client also depends on cyrus-sasl >> unconditionally, bsd.ldap.mk require

cyrus-sasl dependency in bsd.ldap.mk

2021-11-08 Thread Juraj Lutter
lient +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 .else IGNORE=cannot install: unknown OpenLDAP version: ${OPENLDAP_VER} .endif # Check for correct libs What are you thought about it? Thanks otis — Juraj Lutter o...@freebsd.org