Announcement: http://seclists.org/nmap-hackers/2012/3
Changelog: http://nmap.org/changelog.html
Some relevant changes in 6.01:
o Fixed a bug that caused Nmap to fail to find any network interface when
at least one of them is in the monitor mode. The fix was to define the
ARP_HRD_IEEE80211_RADIOTAP 802.11 radiotap header identifier in the
libdnet-stripped code. Network interfaces that are in this mode are used
by radiotap for 802.11 frame injection and reception. The bug was
reported by Tom Eichstaedt and Henri Doreau.
http://seclists.org/nmap-dev/2012/q2/449http://seclists.org/nmap-dev/2012/q2/478
[Djalal Harouni, Henri Doreau]
o Fixed the greppable output of hosts that time-out (when --host-timeout was
used and the host timed-out after something was received from that host).
This issue was reported by Matthew Morgan. [jah]
* security fix: complete authz support for remote SVN views (issue #353)
* security fix: log msg leak in SVN revision view with unreadable copy source
* fix several instances of incorrect information in remote SVN views
* increase performance of some revision metadata lookups in remote SVN views
* fix RSS feed regression introduced in 1.1.14
The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image. So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved). Thumbnail aliases can be defined, providing
predefined thumbnail options. This also allows for generation of thumbnails
when the source image is uploaded.
WWW: http://pypi.python.org/pypi/easy-thumbnails/
WWW: https://github.com/SmileyChris/easy-thumbnails
PR: ports/169246
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
- Add LICENSE
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Sort LIB_DEPENDS
- Use PERL_CONFIGURE
- Convert to new options framework
- Cleanup Makefile
- Add CPAN as primary WWW
- Pass maintainership to perl@
Changes: http://search.cpan.org/dist/Prima/HISTORY
Libgta is a portable library that implements the Generic Tagged Array (GTA) file
format. This file format has the following features:
- GTAs can store any kind of data in multidimensional arrays
- GTAs can optionally use simple tags to store rich metadata
- GTAs are streamable, which allows direct reading from and writing to pipes,
network sockets, and other non-seekable media
- GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between
compression/decompression speed and compression ratio
- Uncompressed GTA files allow easy out-of-core data access for very large
arrays
See http://gta.nongnu.org/ for more information.
WWW: http://gta.nongnu.org/libgta.html
PR: ports/169041
Submitted by: lbartoletti <coder@tuxfamily.org>
to djb's `daemontools` or the Ruby project `god`. It's goals are to keep
a set of services running, and to facilitate the easy configuration and
restart of those services.
WWW: http://github.com/jamwt/Angel
Obtained from: FreeBSD Haskell
* Enlarged the texture image for `lament'.
* XInput devices now also ignore small mouse motions.
* Various minor fixes.
For the port:
* Add CONFLICTS with xscreensaver-gnome*
* s/X11BASE/LOCALBASE/
* Remove a pattern in pre-patch that was incorporated upstream
* Add a pre-patch pattern to fix the image for `lament'
(Version 5.16 was quickly replaced by 5.17 due to compilation problems)
balances mismatched tags, so that there shouldn't be any parse failures.
It does not handle a full HTML document rendering, such as adding missing
html and head tags.
WWW: https://github.com/snoyberg/xml
Obtained from: FreeBSD Haskell
parse unstructured and malformed HTML from the web. It also provides an
Enumeratee which can parse streamline html, which means it consumes constant
memory. You can start from the `tests/Tests.hs` module to see what it can
do.
WWW: http://github.com/yihuang/tagstream-conduit
Obtained from: FreeBSD Haskell
Ruby library RSpec. However, Hspec is just a framework for running
HUnit and QuickCheck tests. Compared to other options, it provides a
much nicer syntax that makes tests very easy to read.
WWW: http://hspec.github.com/
Obtained from: FreeBSD Haskell
packages, for use with "system-filepath". It provides a consistent API
to the various versions of these packages distributed with different
versions of GHC. In particular, this library supports working with
POSIX files that have paths which can't be decoded in the current locale
encoding.
WWW: https://john-millikin.com/software/haskell-filesystem/
Obtained from: FreeBSD Haskell