Deadwood is the recursive DNS daemon (service) for MaraDNS 2.0.
MaraDNS 2.0 uses separate programs for authoritative records
(maradns) and recursive records (Deadwood). Deadwood is a
standalone recursive server that can either be used in
conjunction with MaraDNS's authoritative server, or by itself.
- For audacious:
devel/mcs is no longer a dependency
"--disable-sse2" configure flag no longer exists
libexecinfo is useless (backtrace() isn't used anywhere)
fix libpthread linkage ("-lpthread" -> "-pthread")
fix WANTLIB
- For audacious-plugins:
zap jack subpackage, since now Jack2>=1.9.7 is required
remove configure flags that no longer exist
do not pick hidden dependencies up if they're installed
fix libpthread linkage ("-lpthread" -> "-pthread")
fix configure failing to correctly detect required libraries due
to undefined references (wrong linking)
pass "--disable-ffaudio" to configure since it wants a ffmpeg newer
than the one we have
fix WANTLIB and CONFIGURE_ENV
- For xmp:
zap audacious subpackage: it's broken beyond any repair with audacious-3.2
OK ajacoutot@
- minitasn1: Upgraded to libtasn1 version 2.12 (pre-release).
- Corrected SRP-RSA ciphersuites when used under TLS 1.2.
- Fixed leaks in key generation.
CenterIM is a text mode menu- and window-driven IM interface. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently
supported.
<...>
from Gonzalo L. R. with some tweaks
ok robert@
CVE-2012-0249 - Quagga ospfd DoS on malformed LS-Update packet
CVE-2012-0250 - Quagga ospfd DoS on malformed Network-LSA data
CVE-2012-0255 - Quagga bgpd DoS on malformed OPEN message
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.
Previously these utilities were offered as three individual sets of GNU
utilities, Fileutils, Shellutils, and Textutils. Those three have been
combined into a single set of utilities called Coreutils.
From: Antti Harri
MESSAGE->README, mostly from Johan Huldtgren with tweaks by me
Readd missing '@comment no checksum' lines
Add config fragments for nginx, from Johan Huldtgren