Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
pettai 28f537c72f Unbound 1.4.14:
Features:

* Makefile changed for BSD make compatibility.
* dns over ssl support as a client, ssl-upstream yes turns it on.
  It performs an SSL transaction for every DNS query.
* dns over ssl support as a server, ssl-service-pem and ssl-service-key files
  can be given and then TCP queries are serviced wrapped in SSL.
* lame-ttl and lame-size options no longer exist, it is integrated with the
  host info. They are ignored (with verbose warning) if encountered
  to keep the config file backwards compatible.
* TCP-upstream calculates tcp-ping so server selection works if there are
  alternatives.
* Unbound probes at EDNS1480 if there an EDNS0 timeout.

Bug Fixes:

* Fix for VU#209659 CVE-2011-4528: Unbound denial of service vulnerabilities
  from nonstandard redirection and denial of existence
  http://www.unbound.net/downloads/CVE-2011-4528.txt
* Fix for tcp-upstream and ssl-upstream for if a laptop sleeps,
  causes SERVFAILs. Also fixed for UDP (but less likely).
* Fix quartile time estimate, it was too low.
* Fix double free in unbound-host.
* fix -flto detection on Lion for llvm-gcc.
* [bugzilla: 416 ] Infra cache stores information about ping and lameness
  per IP, zone.
* [bugzilla: 415 ] Fix resolve of partners.extranet.microsoft.com with a fix
  for the server selection for choosing out of a (particular) list of bad
  choices.
* Fix make_new_space function so that the incoming query is not overwritten
  if a jostled out query causes a waiting query to be resumed that then fails
  and sends an error message.
* fix unbound-anchor for broken strptime on OSX lion, detected in configure.
* Detect if GOST really works, openssl1.0 on OSX fails.
* Implement ipv6%interface notation for scope_id usage.
* better documentation for inform_super.
* Fix for out-of-memory condition in libunbound.
* Fix --enable-allsymbols, it depended on link specifics of the target platform, or fptr_wlist assertion failures could occur.
* updated contrib/unbound_munin_ to family=auto so that it works with
  munin-node-configure automatically.
* Fix classification of NS set in answer section, where there is a
  parent-child server, and the answer has the AA flag for dir.slb.com.
* [bugzilla: 408 ] accept patch from Steve Snyder that comments out unused
  functions in lookup3.c.
* fix various compiler warnings.
* max sent count. EDNS1480 only for rtt < 5000. No promiscuous fetch if
  sentcount > 3, stop query if sentcount > 16. Count is reset when referral
  or CNAME happens. This makes unbound better at managing large NS sets,
  they are explored when there is continued interest (in the form of queries).
* remove uninit warning from cachedump code.
* Fix parse error on negative SOA RRSIGs if badly ordered in the packet.
* fix infra cache comparison.
* Fix to constrain signer_name to be a parent of the lookupname.
* robust checks for next-closer NSEC3s.
* iana portlist updated.

(Ok'ed by wiz@)
2011-12-20 14:02:02 +00:00
archivers Update ruby-zip package to 0.9.5. 2011-12-14 17:01:13 +00:00
audio Fix configury with libaudiofile>=0.3. 2011-12-19 13:16:16 +00:00
benchmarks Fix compiler version grep to match better. Fixes build on NetBSD with 2011-12-19 13:21:39 +00:00
biology PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
bootstrap Revert nawk change. 2011-11-29 17:06:45 +00:00
cad revert previous -- the program just doesn't work if built with tcl 2011-12-19 13:28:59 +00:00
chat Fix HOMEPAGE, from Snader_LB 2011-12-18 15:31:34 +00:00
comms Fix build with gcc-4.5. 2011-12-19 13:44:07 +00:00
converters Add and enable ruby-unf and ruby-unf_ext. 2011-12-14 16:59:04 +00:00
cross Remove i386-netbsdpe. 2011-12-20 09:17:01 +00:00
databases Add a some missing header files and fix a cast. 2011-12-20 13:42:47 +00:00
devel Force MKPROFILE=yes to avoid PLIST divergence. 2011-12-20 03:11:19 +00:00
distfiles
doc xdm3d 2011-12-20 05:01:41 +00:00
editors Try to fix build. 2011-12-19 21:36:07 +00:00
emulators Fix build with gcc-4.5 and on systems providing POSIX getline(). 2011-12-19 16:20:56 +00:00
filesystems perfuse update: fix memory leak and freed buffer reuse 2011-12-17 05:47:49 +00:00
finance Update ruby-braintree package to 2.13.1. 2011-12-15 15:35:32 +00:00
fonts Update ruby-ttfunk package to 1.0.3. 2011-12-15 15:36:20 +00:00
games Fix build with gcc-4.5. 2011-12-20 10:35:09 +00:00
geography geometry/geos: Fix DragonFly 2011-12-01 19:13:05 +00:00
graphics update to 0.18 2011-12-17 13:58:28 +00:00
ham ham/linpsk: Fix gentoo ltmain sanity check bug 2011-12-14 18:28:59 +00:00
inputmethod Improve portablility for Japanese man dir. 2011-12-17 10:57:56 +00:00
lang HOMEPAGE was added (PR 45726) 2011-12-20 09:07:10 +00:00
licenses Add "Eclipse Public License - v 1.0" as epl-v1.0 2011-12-15 22:12:28 +00:00
mail Back to use builtin com_err if builtin krb5 is preferred. 2011-12-20 11:59:46 +00:00
math Requires libffi when using ECL. 2011-12-20 08:23:12 +00:00
mbone Regenerate diffs for GNU patch. 2011-12-14 03:21:51 +00:00
meta-pkgs The native tar (gtar) on SunOS 5.10 doesn't like the distfile. Since 2011-12-16 16:53:03 +00:00
misc Force the use of -ltermcap and let BUILDLINK_TRANSFORM sort out the right 2011-12-19 00:25:59 +00:00
mk mk/platform/DragonFly.mk: Correct setting for _OPSYS_HAS_OSSAUDIO 2011-12-17 16:20:01 +00:00
multimedia Add missing mk/termcap buildlink. 2011-12-17 10:16:20 +00:00
net Unbound 1.4.14: 2011-12-20 14:02:02 +00:00
news Fix some of the low hanging fruits for modern GCC to expose the harder 2011-12-06 19:51:07 +00:00
packages
parallel PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
pkgtools Fix license list. 2011-12-19 12:57:16 +00:00
print make this build with the "cups" option again 2011-12-19 11:14:25 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Don't use "bool" as a variable name. This package now builds. (at long last) 2011-12-18 18:05:13 +00:00
shells Let mplayer autocomplete .webm files. 2011-12-14 11:09:33 +00:00
sysutils Not MAKE_JOBS_SAFE. 2011-12-19 05:20:36 +00:00
templates
textproc Add ruby-multi_json (Hi taca) 2011-12-18 06:17:11 +00:00
time Fix build: 2011-12-13 06:14:47 +00:00
wm Fix missing $(DESTDIR) on call to mkinstalldirs. Does not fix build, 2011-12-13 04:56:10 +00:00
www Build fix: pass stricter compiler checks. 2011-12-20 13:19:00 +00:00
x11 This does not need libXp. PKGREVISION -> 4 2011-12-20 05:00:58 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.