pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2008Q2]: pkgsrc/net/bind9 pullup ticket #2470 - requested by a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/216bd12e2c61
branches: pkgsrc-2008Q2
changeset: 544222:216bd12e2c61
user: rtr <rtr%pkgsrc.org@localhost>
date: Mon Aug 04 08:20:37 2008 +0000
description:
pullup ticket #2470 - requested by adrianp
bind9: update package for fixes
revisions pulled up:
pkgsrc/net/bind9/Makefile 1.102
pkgsrc/net/bind9/distinfo 1.38
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Aug 3 18:41:45 UTC 2008
Modified Files:
pkgsrc/net/bind9: Makefile distinfo
Log Message:
Changes since 9.4.2-P1:
--- 9.4.2-P2 released ---
2406. [bug] Some operating systems have FD_SETSIZE set to a
low value by default, which can cause resource
exhaustion when many simultaneous connections are
open. Linux in particular makes it difficult to
increase this value. To use more sockets with
select(), set ISC_SOCKET_FDSETSIZE. Example:
STD_CDEFINES="-DISC_SOCKET_FDSETSIZE=4096" ./configure
(This should not be necessary in most cases, and
never for an authoritative-only server.) [RT #18328]
2404. [port] hpux: files unlimited support.
2403. [bug] TSIG context leak. [RT #18341]
2402. [port] Support Solaris 2.11 and over. [RT #18362]
2401. [bug] Expect to get E[MN]FILE errno internal_accept()
(from accept() or fcntl() system calls). [RT #18358]
2399. [bug] Abort timeout queries to reduce the number of open
UDP sockets. [RT #18367]
2398. [bug] Improve file descriptor management. New,
temporary, named.conf option reserved-sockets,
default 512. [RT #18344]
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
[RT #18336]
2395. [port] Avoid warning and no effect from "files unlimited"
on Linux when running as root. [RT #18335]
2394. [bug] Default configuration options set the limit for
open files to 'unlimited' as described in the
documentation. [RT #18331]
2392. [bug] remove 'grep -q' from acl test script, some platforms
don't support it. [RT #18253]
2322. [port] MacOS: work around the limitation of setrlimit()
for RLIMIT_NOFILE. [RT #17526]
diffstat:
net/bind9/Makefile | 6 +++---
net/bind9/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 4a1aab1b81a3 -r 216bd12e2c61 net/bind9/Makefile
--- a/net/bind9/Makefile Fri Aug 01 11:19:16 2008 +0000
+++ b/net/bind9/Makefile Mon Aug 04 08:20:37 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2008/07/10 21:05:30 adrianp Exp $
+# $NetBSD: Makefile,v 1.101.4.1 2008/08/04 08:20:37 rtr Exp $
DISTNAME= bind-${BIND_VERSION}
-PKGNAME= ${DISTNAME:S/-P1/pl1/}
+PKGNAME= ${DISTNAME:S/-P2/pl2/}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -11,7 +11,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-BIND_VERSION= 9.4.2-P1
+BIND_VERSION= 9.4.2-P2
# IPv6 ready, automatically detected
.include "../../mk/bsd.prefs.mk"
diff -r 4a1aab1b81a3 -r 216bd12e2c61 net/bind9/distinfo
--- a/net/bind9/distinfo Fri Aug 01 11:19:16 2008 +0000
+++ b/net/bind9/distinfo Mon Aug 04 08:20:37 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2008/07/10 21:05:30 adrianp Exp $
+$NetBSD: distinfo,v 1.37.4.1 2008/08/04 08:20:37 rtr Exp $
-SHA1 (bind-9.4.2-P1.tar.gz) = 71421abc311fbbd6cc9fa7d4400dff4d82a0a6a8
-RMD160 (bind-9.4.2-P1.tar.gz) = 9771d109aaa7c340bc1af280a8ab713892604ba1
-Size (bind-9.4.2-P1.tar.gz) = 6451654 bytes
+SHA1 (bind-9.4.2-P2.tar.gz) = e6aebf6e73dfd4d8ccae397bc5cafaa17fbc5ce4
+RMD160 (bind-9.4.2-P2.tar.gz) = c0934436914cbc0963298cec326fe14a73130873
+Size (bind-9.4.2-P2.tar.gz) = 6456550 bytes
SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba
SHA1 (patch-ad) = 0851864c896c2f0eb63cb58da39e12cfa89f1b7c
Home |
Main Index |
Thread Index |
Old Index