On Mon, 03 Mar 2025 21:41:45 +0100,
"Sergey A. Osokin" <o...@freebsd.org> wrote:
> 
> [1  <text/plain; utf-8 (7bit)>]
> Hi,
> 
> could you please review and commit the changes from the
> attached diff.
> Thank you in advance.
>

Have tried on arm64, make tests complains as:

===>  Regression tests for unit-1.34.2
cp /usr/local/lib/unit/modules/* /build/pobj/unit-1.34.2/unit-1.34.2/build/
which: go: Command not found.
which: go: Command not found.
...
=================================== FAILURES ===================================
____________________________ test_tls_sni_same_alt _____________________________
...
test/test_tls_sni.py:260: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/test_tls_sni.py:54: in config_bundles
    subprocess.check_output(
/usr/local/lib/python3.12/subprocess.py:468: in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

input = None, capture_output = False, timeout = None, check = True
popenargs = (['openssl', 'req', '-new', '-subj', '/CN=subj1/', '-config', ...],)
kwargs = {'stderr': -2, 'stdout': -1}
process = <Popen: returncode: 1 args: ['openssl', 'req', '-new', '-subj', 
'/CN=subj1/'...>
stdout = b"Error Loading request extension section 
myca_req_extensions\n25292723544:error:22FFF077:X509 V3 
routines:CRYPTO_inte...:CRYPTO_internal:error in 
extension:/usr/src/lib/libcrypto/x509/x509_conf.c:96:name=subjectAltName, 
value=@alt_names\n"
stderr = None, retcode = 1
...
            retcode = process.poll()
            if check and retcode:
>               raise CalledProcessError(retcode, process.args,
                                         output=stdout, stderr=stderr)
E               subprocess.CalledProcessError: Command '['openssl', 'req', 
'-new', '-subj', '/CN=subj1/', '-config', 
'/tmp/unit-test-uq82i22w/openssl.conf', '-out', 
'/tmp/unit-test-uq82i22w/localhost.csr', '-keyout', 
'/tmp/unit-test-uq82i22w/localhost.key']' returned non-zero exit status 1.

/usr/local/lib/python3.12/subprocess.py:573: CalledProcessError
--------------------------- Captured stdout teardown ---------------------------
Path to unit.log:
/tmp/unit-test-uq82i22w/unit.log


> -- 
> Sergey A. Osokin
> [2 unit-1.34.2.diff <text/x-diff; utf-8 (7bit)>]
> Index: Makefile.inc
> ===================================================================
> RCS file: /cvs/ports/www/unit/Makefile.inc,v
> diff -u -p -r1.16 Makefile.inc
> --- Makefile.inc      28 Jan 2025 16:59:51 -0000      1.16
> +++ Makefile.inc      3 Mar 2025 20:38:49 -0000
> @@ -1,4 +1,4 @@
> -VERSION?=    1.33.0
> +VERSION?=    1.34.2
>  DISTNAME=    unit-${VERSION}
>  
>  CATEGORIES=  www
> Index: unit/distinfo
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit/distinfo,v
> diff -u -p -r1.9 distinfo
> --- unit/distinfo     27 Nov 2024 22:00:10 -0000      1.9
> +++ unit/distinfo     3 Mar 2025 20:38:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (unit-1.33.0.tar.gz) = KpWTdHPI/wH2+6oBA7OIx2nfiiOWIkiwucuAtgbXQVU=
> -SIZE (unit-1.33.0.tar.gz) = 1025455
> +SHA256 (unit-1.34.2.tar.gz) = Sf+0nX6tG55kYC8H+LYVg5wJmpMklD3trUDQV84QlQQ=
> +SIZE (unit-1.34.2.tar.gz) = 1054961
> Index: unit-perl/distinfo
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-perl/distinfo,v
> diff -u -p -r1.9 distinfo
> --- unit-perl/distinfo        27 Nov 2024 22:00:10 -0000      1.9
> +++ unit-perl/distinfo        3 Mar 2025 20:38:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (unit-1.33.0.tar.gz) = KpWTdHPI/wH2+6oBA7OIx2nfiiOWIkiwucuAtgbXQVU=
> -SIZE (unit-1.33.0.tar.gz) = 1025455
> +SHA256 (unit-1.34.2.tar.gz) = Sf+0nX6tG55kYC8H+LYVg5wJmpMklD3trUDQV84QlQQ=
> +SIZE (unit-1.34.2.tar.gz) = 1054961
> Index: unit-php/Makefile
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-php/Makefile,v
> diff -u -p -r1.13 Makefile
> --- unit-php/Makefile 28 Jan 2025 11:22:04 -0000      1.13
> +++ unit-php/Makefile 3 Mar 2025 20:38:49 -0000
> @@ -5,8 +5,6 @@ BROKEN-sparc64=       compile check for php-em
>  UNIT_MODNAME=        php${MODPHP_VERSION}
>  UNIT_SHORTNAME=      ${FLAVOR}
>  
> -REVISION=    0
> -
>  MODULES=     lang/php
>  
>  FLAVORS=     php82 php83 php84
> Index: unit-php/distinfo
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-php/distinfo,v
> diff -u -p -r1.9 distinfo
> --- unit-php/distinfo 27 Nov 2024 22:00:10 -0000      1.9
> +++ unit-php/distinfo 3 Mar 2025 20:38:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (unit-1.33.0.tar.gz) = KpWTdHPI/wH2+6oBA7OIx2nfiiOWIkiwucuAtgbXQVU=
> -SIZE (unit-1.33.0.tar.gz) = 1025455
> +SHA256 (unit-1.34.2.tar.gz) = Sf+0nX6tG55kYC8H+LYVg5wJmpMklD3trUDQV84QlQQ=
> +SIZE (unit-1.34.2.tar.gz) = 1054961
> Index: unit-python/Makefile
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-python/Makefile,v
> diff -u -p -r1.8 Makefile
> --- unit-python/Makefile      21 Dec 2024 11:39:15 -0000      1.8
> +++ unit-python/Makefile      3 Mar 2025 20:38:49 -0000
> @@ -1,6 +1,5 @@
>  UNIT_MODNAME=   python${MODPY_VERSION}
>  UNIT_SHORTNAME=      python
> -REVISION=    0
>  
>  MODULES+=    lang/python
>  CONFIGURE_ENV+=      PYTHON_CONFIG=${MODPY_BIN}-config
> Index: unit-python/distinfo
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-python/distinfo,v
> diff -u -p -r1.9 distinfo
> --- unit-python/distinfo      27 Nov 2024 22:00:10 -0000      1.9
> +++ unit-python/distinfo      3 Mar 2025 20:38:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (unit-1.33.0.tar.gz) = KpWTdHPI/wH2+6oBA7OIx2nfiiOWIkiwucuAtgbXQVU=
> -SIZE (unit-1.33.0.tar.gz) = 1025455
> +SHA256 (unit-1.34.2.tar.gz) = Sf+0nX6tG55kYC8H+LYVg5wJmpMklD3trUDQV84QlQQ=
> +SIZE (unit-1.34.2.tar.gz) = 1054961
> Index: unit-ruby/Makefile
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-ruby/Makefile,v
> diff -u -p -r1.11 Makefile
> --- unit-ruby/Makefile        28 Jan 2025 16:59:51 -0000      1.11
> +++ unit-ruby/Makefile        3 Mar 2025 20:38:49 -0000
> @@ -2,7 +2,6 @@ BROKEN-sparc64=       doesn't detect Ruby libr
>  
>  UNIT_MODNAME=        ruby${MODRUBY_REV}
>  UNIT_SHORTNAME=      ruby
> -REVISION=    0
>  
>  MODULES+=    lang/ruby
>  
> Index: unit-ruby/distinfo
> ===================================================================
> RCS file: /cvs/ports/www/unit/unit-ruby/distinfo,v
> diff -u -p -r1.9 distinfo
> --- unit-ruby/distinfo        27 Nov 2024 22:00:10 -0000      1.9
> +++ unit-ruby/distinfo        3 Mar 2025 20:38:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (unit-1.33.0.tar.gz) = KpWTdHPI/wH2+6oBA7OIx2nfiiOWIkiwucuAtgbXQVU=
> -SIZE (unit-1.33.0.tar.gz) = 1025455
> +SHA256 (unit-1.34.2.tar.gz) = Sf+0nX6tG55kYC8H+LYVg5wJmpMklD3trUDQV84QlQQ=
> +SIZE (unit-1.34.2.tar.gz) = 1054961

-- 
wbr, Kirill

Reply via email to