phase2 lifetime (either in seconds or bytes) expires, then vpnc either silently
stops passing traffic or that plus consuming CPU time by running a tight loop.
This issue have experienced this issue on various platforms.
Example of a bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496718
Bump PORTREVISION and while we're here remove MD5 sums.
Submitted by: avg
Obtained from: http://www.gossamer-threads.com/lists/vpnc/devel/3442, with
slight adjustments to apply to our patchlevel by avg
- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python
since python25
Remove:
textproc/py-expat
devel/py-ctypes
security/py-hashlib
www/py-wsgiref
instead of build clamav's own llvm. The option is off by default, so, no
PORTREVISION bum is required
PR: ports/154900
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
- Fix build when --enable-dynamicplugins is not given to configure. [1]
- Fix a segfault in HttpInspect
PR: ports/154868
Submitted by: Dean Freeman <wfreeman@sourcefire.com> (maintainer)
[1]: Michael Scheidell
Nmap 5.51 [2011-02-11]
o [Ndiff] Added support for prerule and postrule scripts. [David]
o [NSE] Fixed a bug which caused some NSE scripts to fail due to the
absence of the NSE SCRIPT_NAME environment variable when loaded.
Michael Pattrick reported the problem. [Djalal]
o [Zenmap] Selecting one of the scan targets in the left pane is
supposed to jump to that host in the Nmap Output in the right pane
(but it wasn't). Brian Krebs reported this bug. [David]
o Fixed an obscure bug in Windows interface matching. If the MAC
address of an interface couldn't be retrieved, it might have been
used instead of the correct interface. Alexander Khodyrev reported
the problem. [David]
o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor
that used shortport functions incorrectly and always returned
true. [Jost Krieger]
o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed:
status and address. [Daniel Miller]
o [Ndiff] Fixed the ordering of hostscript-related elements in XML
output. [Daniel Miller]
o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
every port (when it was selected--it isn't by default). Daniel
Miller reported the bug. [Patrick]
o [NSE] When an NSE script sets a negative socket timeout, it now
causes a controlled Lua stack trace instead of a fatal error.
Vlatko Kosturjak reported the bug. [David]
o [Zenmap] Worked around an error that caused the py2app bootstrap
executable to be non-universal even when the rest of the application
was universal. This prevented the binary .dmg from working on
PowerPC. Yxynaxen reported the problem. [David]
o [Ndiff] Fixed an output line that wasn't being redirected to a file
when all other output was. [Daniel Miller]
- drop the transparent proxying patch, integrated upstream
- while I'm here, fix the very first master site URL -
the download page on stunnel.org just links to the sites now,
and does not contain downloadable source
PR: 154631
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>