The distfile is no longer found at:
http://www.funtoo.org/archive/keychain/keychain-2.8.5.tar.bz2
As mentioned in WWW, the distfile can be found on GitHub.
> The latest release of Keychain can be found on the keychain GitHub release page.
While here, switch WWW to https and changed to nice-look URL.
PR: 245808
Submitted by: meta (myself)
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: garga (maintainer)
* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life
since April.
* Do the same for its dependencies and bump PORTREVISION accordingly.
* Add an option to let users choose between the supported caching backends.
Although databases/py-python-memcached isn't listed in requirements.txt
it's used as default caching backend and needed at runtime.
PR: 245432
Approved by: maintainer timeout (14 days)
bsmtrace is a BSM based intrusion detection system, utilizing audit trails
and real-time audit event analysis through auditpipe(4). This host based
IDS operates using a finite state machine principles with a flexible
sequence driven signature system.
WWW: https://www.github.com/openbsm/bsmtrace
This is a repocopy of security/bsmtrace, updated to recently-released 3.x.
There are breaking changes between 1.x and 3.x, so it was decided to create
a new port to give consumers some time to update their configs. The old
security/bsmtrace should be deprecated in fairly short order, after
bsmtrace3 has received a little bit of soak time in ports.
bsmtrace 3.x, compared to the previous port, offers following new features:
- Set arrays will now resize on the fly, so the size limits should be no
more
- Logging channels have been removed, there's now one `logfile` directive
that can be applied at the global level to switch the logfile, assuming
the -l logdir option is in use
- Other config files can now be included with the 'include' directive; globs
are not currently supported, paths are relative to the primary config
file
- Sequences can now be configured to match on the jail name with the
per-sequence `zone` directive; valid values are: any, none, or a glob
string that matches the jail name.
Any = any jail, not the host. None = Only the host, no jails.
Other points:
- The Makefile patch is no longer needed as PCRE is now a mandatory
dependency.
- The dprintf(3) conflict is no more, so the rest of the patches also
disappear.
- This port now installs manpages to ${PREFIX}/share/man as per recent
guidelines to reflect base hierarchy.
- MAINTAINER remains csjp with the OpenBSM/TrustedBSD project.
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D24437
elegant way. Matching strings rather then regexps is preferred here.
The problem with r530415 in particular was that it skipped any symbol
matching CURLOPT, which cut a bunch of useful symbols.
Approved by: sunpoet
Add an option option to builds and installs the eapol_test program.
Update/patch to solve new compilation errors that result with the
option enabled.
Note: Leaving the changes to Packet32.c out of the PR patch set as
it is not needed.
PR: 245809
Approved by: cy (maintainer)
This fixed the build on GCC-based systems, plus, we should turn this
off on package building machines in any case.
Approved by: portmgr (tier-2 blanket)