[Bug 204987] security/p5-openxpki: Update to 1.2.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 7 19:47:51 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204987

Sergei Vyshenski <svysh.fbsd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #163949|0                           |1
        is obsolete|                            |

--- Comment #8 from Sergei Vyshenski <svysh.fbsd at gmail.com> ---
Created attachment 163951
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163951&action=edit
log from poudriere at 11.0-amd64 and perl-5.20.3

For the last version of patch.

portlint -AC says:

WARN: Makefile: [125]: possible use of "${CHMOD}" found. Use
@(owner,group,mode) syntax or @owner/@group operators in pkg-plist instead.
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to
make SVN happy.
0 fatal errors and 2 warnings found.

Follow advice of Olli, and this time create

@dir(openxpki,openxpki,751) /var/log/openxpki

Note that two daemons should write to this diretory: 1) openxpki and 2) web
server. 
User is advised (cf. files/pkg-message.in) to create logs after fresh install
as:

install -m 660 -o openxpki -g openxpki /dev/null /var/log/openxpki/openxpki.log
install -m 660 -o www -g www /dev/null /var/log/openxpki/webui.log

etc.

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


More information about the freebsd-ports-bugs mailing list