On 2026/05/22 08:49, [email protected] wrote:
> Hello,
> 
> Here is a very straightforward diff for net/sniproxy 0.13.1
> Tested on amd64 and arm64
> 
> OK?

are the pledge hits in tests a problem? (203 is mlock)

make  check-TESTS
PASS: address_test
PASS: buffer_test
PASS: cfg_tokenizer_test
table_test[52026]: pledge "", syscall 203
PASS: table_test
PASS: http_test
tls_test[38302]: pledge "", syscall 203
PASS: tls_test
dtls_test[99338]: pledge "", syscall 203
PASS: dtls_test
PASS: xmpp_test
PASS: minecraft_test
SKIP: binder_test
SKIP: seccomp_test
SKIP: functional_test
PASS: bad_request_test
SKIP: bind_source_test
FAIL: connection_reset_test
SKIP: fallback_test
PASS: fd_limit_test
SKIP: ipv6_v6only_test
SKIP: proxy_header_test
SKIP: reload_test
SKIP: reuseport_test
PASS: slow_client_test
SKIP: transparent_proxy_test
config_test[2057]: pledge "", syscall 203
PASS: config_test
PASS: resolv_test
PASS: bad_dns_request_test
PASS: ipc_crypto_debug_test
PASS: ipc_crypto_rekey_test
PASS: ipc_crypto_time_rekey_test
============================================================================
Testsuite summary for sniproxy 0.13.1
============================================================================
# TOTAL: 29


> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/sniproxy/Makefile,v
> diff -u -p -r1.18 Makefile
> --- Makefile  24 Mar 2026 18:21:42 -0000      1.18
> +++ Makefile  22 May 2026 06:47:29 -0000
> @@ -2,7 +2,7 @@ COMMENT =     name-based proxying of HTTPS w
>  
>  GH_ACCOUNT = renaudallard
>  GH_PROJECT = sniproxy
> -GH_TAGNAME = 0.11.1
> +GH_TAGNAME = 0.13.1
>  
>  CATEGORIES = net
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/sniproxy/distinfo,v
> diff -u -p -r1.13 distinfo
> --- distinfo  24 Mar 2026 18:21:42 -0000      1.13
> +++ distinfo  22 May 2026 06:47:29 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (sniproxy-0.11.1.tar.gz) = 
> Jr3T68Vmv40VKtwanNpjblcGgZAOGdmXAasdYPfnHfg=
> -SIZE (sniproxy-0.11.1.tar.gz) = 426378
> +SHA256 (sniproxy-0.13.1.tar.gz) = 
> AKEAQ4Qf+k+JyTQm4KsLycow4h9E2nBG1kKTNxUe5Fo=
> +SIZE (sniproxy-0.13.1.tar.gz) = 439083
> 

Reply via email to