* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
- Use apache{2,21}flags variable in apache{2,21}_checkconfig().
It fixes restart when apache2ssl_enable is set to YES in rc.conf
and httpd.conf is "old" (i.e. non -DSSL safe) [1]
o Makefile
- split post-install target to add install-startup-script:
User can now upgrade startup script without reinstalling apache2.
NOTE: this is NOT package-safe and NOT supported, even if in most of
cases they're no risk.
Noticed by: many [1]
The FSM package provides a simple class that implements a
Finite State Machine.
PR: ports/76043
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
for information gathering using fingerprinting (p0f based) and
banner grabbing techniques.
PR: ports/72752
Submitted by: Jon Passki <cykyc(at)yahoo.com>
Approved by: nectar (mentor)
JBossMail currently consists of:
* Core Server - which provides thread pooling, connection handling, and
timeout configuration.
* POP Protocol Implementation - plugs into the Server MBean to provide a
POP implementation.
* SMTP Server - plugs into the Server MBean to provide an SMTP protocol
implementation.
* Mail Listeners - plug into the SMTP server to forward mail to the various
backends. Currently the JMSMailListener is provided. It forwards mails
to various JBossMQ queues. Message Driven Beans for remote and local
delivery are also provided.
* Mailbox implementations - provides backends to the mail server. Presently
an EJB Entity-based version is provided.
* SMTPSender - uses JavaMail to mail messages to remote servers
* Test suite - JUnit tests for the various portions of mail services.
Includes a few services including mock-jndi.
WWW: http://www.jboss.org/products/mailservices
* The SMB share enumeration packet was not decoded if the number of
available shares was less than announced. The new 210 tool is a Web
spider limited to the requested directory. The new 211 tool converts
a Web spidered filename to its URL. The new 212 tool indicates where
a Web spider stored a URL. Traceroute tools have a new parameter
--resolve to resolve hostnames.
PR: ports/76042
Submitted by: maintainer