svn commit: r413754 - in head/security/ossec-hids-server: . files

Matthew Seaman matthew at FreeBSD.org
Thu Apr 21 19:43:09 UTC 2016


On 21/04/2016 20:37, Matthew Seaman wrote:
> Log:
>   * Modernize OPTIONS handling somewhat: this fixes compilation when
>     either the MYSQL or PGSQL options are enabled
>   
>   * Add OPTION-dependent targets to install the postgresql or mysql DB
>     schemas as portdocs when either of those two options are enabled.
>   
>   * Add a patch for the DB schemas to allow for longer entries in the
>     system.information column (submitted upstream and committed as
>     https://github.com/ossec/ossec-hids/commit/7a4b0d32e2b67bbef5d68dd7aeeee4e70b9c1982
>   
>   * Add a 'reload' command to the ossec-hids RC script
>   
>   * Update to version 2.8.3
>   
>   * Generally update patch files via 'make makepatch'
>   
>   * Change expect scripts used by agentlessd to group ossec so they are
>     executable by the ossec user.
>   
>   * Use shebangfix to set an explicit path to where expect is installed,
>     since it isn't on the default path inherited from the system init
>     scripts, so /usr/bin/env doesn't find the command interpreter.
>   
>   * Change CONFLICTS to CONFLICTS_INSTALL between each of the the
>     ossec-hids-{client,local,server} ports.
>   
>   DB changes compile tested with postgresql and mysql, but only
>   thoroughly run-time tested with postgresql.

Bah! Missed a bit:

* Don't install zero length log files from the pkg-plist, as this means
  the log files would be trashed on update or reinstall.  Instead,
  create empty files with the correct ownership and permissions from
  the init script, if the files are missing on startup.

	Matthew



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 931 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160421/6ba47319/attachment.sig>


More information about the svn-ports-all mailing list