Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Oct 2023 07:49:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274348] security/acme.sh pkg-install bug in 3.0.6_1
Message-ID:  <bug-274348-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274348

            Bug ID: 274348
           Summary: security/acme.sh pkg-install bug in 3.0.6_1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dvl@FreeBSD.org
          Reporter: moviuro+freebsd@gmail.com
          Assignee: dvl@FreeBSD.org
             Flags: maintainer-feedback?(dvl@FreeBSD.org)

https://github.com/freebsd/freebsd-ports/commit/beb96db3cafbf2f65508e09de78=
8a93839060dc2#diff-decc86480f366f42157f70acd9c461d0a1ce822ca3733426f9e0b4e8=
fab03293R6
contains a shell syntax error.

When upgrading security/acme.sh on my various jails, the acme.sh pkg-install
script errored with:

    [car.popho.be] [18/22] Extracting acme.sh-3.0.6_1: 100%=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    [: !-f: unexpected operator

The correct line should be:

    if [ ! -f /var/log/acme.sh.log ]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274348-7788>