Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]
Security: CVE-2013-2266
Removed the check for regex.h in configure in order
to disable regex syntax checking, as it exposes
BIND to a critical flaw in libregex on some
platforms. [RT #32688]
Security: CVE-2013-2266
provider. This is helpful when users also wish to force os.name to a
different value (e.g. Linux) but not being forced to also use the
Linux file system provider. This can be done by defining the property
java.nio.file.spi.DefaultFileSystemProvider.
This patch differs from the submitters in that the range of values are
restricted to the current known defaults.
PR: 173847
Submitted by: 4721 at hushmail.com
* Install corelgilua51.so to proper directory (otherwise
x11-wm/awesome cannot load it)
Note that due to the commit r315210 (ports/176834), major merging of the
two PRs' patches were necessary.
PR: ports/176896
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: maintainer timeout (andreevmaxim@gmail.com, 14 days)
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT. The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.
The 2.x branch of Apache Web Server includes several improvements like
threading, use of APR, native IPv6 and SSL support, and many more.
WWW: http://httpd.apache.org/
Note:
Since apache24 does not enable every module by default in httpd.conf the
list of modules to build was preselected to match build param
--enable-modules=most
MPM selection is now an OPTION also if the MPM is build statically or
dynamically. In the later case all modules are build/installed but only
the selected MPM has an entry in httpd.conf (see apache issue 53882)
Per default the MPM prefork (static) will be build, to get the best
compatibility.
Custom variants like itk/peruser are not supported at the moment.
Port based on my work prototype from the apache@ list and patch from
PR 174617
with hat apache@
PR: 174617
Submitted by: <swall@redcom.com>
the music player daemon.
Note that the submission has been modified to set the submitter as the
port maintainer, and to use UNIQUENAME in the DOCSDIR, to avoid clashes
with mpd.
PR: ports/177334
Submitted by: David Demelier <demelier.david@gmail.com>
- In addition to patch from PR, pick a newer compiler to avoid compilation
trouble. Maintainer considers disabling SIMD instead, and might
follow up with a new patch.
PR: ports/174153
Submitted by: Green Dog <fiziologus@gmail.com> (update to 2.2.0)
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (update to 2.2.1.1)
Approved by: Chris Petrik (maintainer)
Written in C it uses libxml2 to store feeds into sqlite3
database. rssroll.cgi allows web browsing of stored feeds.
WWW: http://chaosophia.net/rssroll/
PR: ports/177070
wanted to access the contents of the Windows Registry from his Linux laptop.
python-registry currently provides read-only access to Windows Registry files,
such as NTUSER.DAT, userdiff, and SOFTWARE. The interface is two-fold: a
high-level interface suitable for most tasks, and a low level set of parsing
objects and methods which may be used for advanced study of the Windows
Registry. python-registry is written in pure Python, making it portable across
all major platforms.
WWW: http://www.williballenthin.com/registry/
PR: 173141
Submitted by: Antoine Brodin <antoine@FreeBSD.org>