key functionality of Mac OS X Server's Software Update Service.
This enables you to host a local Apple Software Update Server
on any hardware and OS of your choice.
WWW: https://github.com/wdas/reposado
PR: ports/169344
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
From Erlyaws-list:
"Use crypto:rand_bytes() instead of the cryptographically weak random
module. Swedish security consultant and cryptographer Kalle
Zetterlund discovered a way to - given a sequence of cookies produced
by yaws_session_server - predict the next session id. Thus providing
a gaping security hole into yaws servers that use the yaws_session_server
to maintain cookie based HTTP sessions (klacke/kallez)"
PR: ports/169363
Submitted by: Kenji Rikitake <kenji.rikitake@acm.org>
Having the same word be the first of every description is not good UX, remove space from descriptions, and checking the box obviously means you are enabling something.
- Also fix typo in timsieved rc script and updated from
bsd.ports.[pre|post].mk to bsd.ports.mk
- Bump PORTEVISION
PR: ports/169268
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
- While I'm here:
- Add LICENSE
- Move documentation to DOCSDIR
- Convert to new options framework
- Pet portlint
- Bump PORTREVISION for package change
PR: ports/169347
Submitted by: Kit Sin <ktsin@acm.org>
is dead and py-pysendfile is a fork.
PR: ports/169177
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer of py-sendfile's email domain is parked
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>