It is designed to be enjoyed using keyboard. Result is shown in
scrollable display, history of expressions is available with up
and down arrow.
Some other features:
optional keypad, syntax highlight, matched parenthesis indicator,
just-in-time calculation (show result even before you finish typing)
and autocomplete for variables.
WWW: http://speedcrunch.digitalfanatics.org/
PR: ports/114969
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
- Add some knobs to change sbox settings, like UID_MIN, GID_MIN, SAFE_PATH,
and LOGFILE. These values are not the same as distribution default, but
the same as bsd.apache.mk.
- Remove dependency on Apache as this is only a CGI. This will fix brokenness
for sysutils/dtc (conflict dependency).
- Refine COMMENT from author's version of this port
- Add WWW entry
Which Way Is Up is a traditional and challenging 2D platformer game
with a slight rotational twist. Help a mysterious big-eared salaryman
named Guy find his keys in a labyrinth of dangers and bad dialogue.
WWW: http://hectigo.net/puskutraktori/whichwayisup/
Author: Olli "Hectigo" Etuaho <admin[at]hectigo.net>
http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details)
- Add two new authentication helpers: DB and squid_kerb_auth
- Add the website mirrors to the list of download sites as a last resort
in case the distfiles do not make it to the FTP mirrors in time
- Update the mirror server list a bit after checking with the official list
at http://www.squid-cache.org/Download/mirrors.dyn
- Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine
- Add a new rc configuration variable "squid_pidfile" that defaults to
$PREFIX/squid/logs/squid.pid, use this variable for $pidfile in
the rc script and document it in the Squid default/example configuration
- Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid
sources
Submitted by: maintainer
PR: ports/115453 (in followup)
Tested on two systems, and until works perfectly.
Changelog snort-2.7.0.1:
* etc/snort.conf:
Turn off flow since Stream5 is now enabled by default.
* src/snort.c:
Fix printing of threshold counts until after all rules are read.
This issue did not affect thresholding, only display of thresholding.
Thanks to Jeffrey Denton for reporting the problem.
* src/sfutil/ipobj.c:
Fix free of invalid pointer when using a negated IP list.
This is used by sfportscan preprocessor configuration parsing.
Thanks to Anders Ostrem for reporting the problem.
* src/preprocessors/Stream5/snort_stream5_session.c:
Fixed issue when experimental ICMP tracking is used without using
the TCP or UDP session tracking. ICMP was attempting to lookup
TCP or UDP sessions from uninitialized session cache. Thanks to
Koji Shikata for reporting the problem.
* src/preprocessors/Stream5/snort_stream5_tcp.c:
Fixed invalid session pointer when rule tries to use flowbits after
session ends. Thanks to rmkml for initially reporting the problem.
PR: ports/115294
Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
- Add reinplace_cmd to respect CC
- From maintainer:
Several security updates from 3.2.1 to 3.2.2, but 3.2.2 broke spamd.
This fixes the spamd problem in 3.2.2 as well.
Build depends for DNS bumped to .60 due to DOS condition,
crypt to 0.24 due to segv in spamd with malformed DomainKey message.
DomainKey plugin turned BACK OFF in default installs (not needed now that DKIM does work)
PR: ports/115369
Submitted by: Michael Scheidell <scheidell@secnap.net>`
Approved by: sat (mentor)