Pietro Cerutti's patch from the PR, but preserving the support for
a user-specified PROGRAM_PREFIX to keep PR 62607 still fixed :)
- update to 1.82
- support NOPORTDOCS properly
- fix DOCSDIR
- use the Savannah MASTER_SITES now that we're using a stock upstream version
While I'm here, refresh the single patch and add a descriptive comment.
PR: 136303
Submitted by: gahr
aims to be easy to use, and light on resources. For developers it aims to be
easy to extend and give a flexible system on which to rapidly develop added
functionality, or prototype new protocols.
WWW: http://www.prosody.im/
PR: ports/136267
Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.
WWW: http://www.inf.puc-rio.br/~brunoos/luasec/
PR: ports/136266
Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
for XML and allows programs to:
* process a XML document incrementally, thus being able to handle huge
documents without memory penalties;
* register handler functions which are called by the parser during the
processing of the document, handling the document elements or text.
With an event-based API like SAX the XML document can be fed to the parser in
chunks, and the parsing begins as soon as the parser receives the first
document chunk. LuaExpat reports parsing events (such as the start and end of
elements) directly to the application through callbacks. The parsing of huge
documents can benefit from this piecemeal operation.
WWW: http://www.keplerproject.org/luaexpat
PR: ports/136265
Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
first one is, I'm told, invoked by our build-cluster while building
official packages. The second is common enough out there for some
people to attempt...
by MySQL. It is the highly anticipated successor application of the
DBDesigner4 project.
5.2 branch still in Alpha stage
WWW: http://dev.mysql.com/workbench/
PR: ports/136088 (part 2 of 2)
Submitted by: Maxim Ignatenko
by MySQL. It is the highly anticipated successor application of the
DBDesigner4 project.
WWW: http://dev.mysql.com/workbench/
PR: ports/136088 (part 1 of 2)
Submitted by: Maxim Ignatenko
server, can bypass httpready protection and ultimately performs a fairly low
bandwidth denial of service. It has the added benefit of allowing the server
to come back at any time (once the program is killed), and not spamming the
logs excessively. It also keeps the load nice and low on the target server, so
other vital processes don't die unexpectedly, or cause alarm to anyone who is
logged into the server for other reasons.
The main audience using slowloris is of course a system administrators wanting
to measure their webserver's performance and vulnerability.
WWW: http://ha.ckers.org/slowloris/
PR: ports/136281
Submitted by: Alexey V. Degtyarev
FreeBSD, we build one based on the bsddb in base and make Python's a
seperate port. Our default works with Exaile, but causes a bit of
oddness, such as file paths inexplicably relocating. This oddness may
cause further unseen consequences, so instead we will rely on
databases/py-bsddb to keep in sync with expected behaviors.
If users decide that potentially broken behavior is good enough for them
and they do not want this extra dependency, I have left the rope on
the chandelier for them.
~/.local/share/exail/music.db.db
This file should really have only one db extension, and this artifact
is tied to some differenence in behavior between the the two flavors
of bsddb modules.
PR: ports/136481
Submitted by "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)