[Bug 266727] security/net-mgmt: incompatible "date" usage

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Sep 2022 14:38:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266727

            Bug ID: 266727
           Summary: security/net-mgmt: incompatible "date" usage
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: topical@gmx.net

There is a single line that is not FreeBSD compatible:

```
       DATE=$(date --date \
               "+${EASYRSA_CERT_RENEW} days" \
               +"%y%m%d%H%M%S")
```

The "--date" parameter is linux only. 

Unfortunately, I don't know how to easily fix that.

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