2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-07 19:38:11 by Hasso Tepper | Files touched by this commit (4) |
Log message:
Make these compile on DragonFly master.
|
2009-03-23 15:43:13 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Add URL for mirror on "ftp.belnet.be" to master site list.
|
2009-03-22 16:34:03 by Adrian Portelli | Files touched by this commit (2) |
Log message:
--- 9.5.1-P2 released ---
2579. [bug] DNSSEC lookaside validation failed to handle unknown
algorithms. [RT #19479]
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-21 15:43:03 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Fix build on OpenSolaris
http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/bind/getaddrinfo.c.patch
|
2009-01-08 10:02:50 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Changes since 9.5.1:
2522. [security] Handle -1 from DSA_do_verify().
|
2009-01-04 01:11:55 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to 9.5.1
Specifying a fixed query source port was broken.
Address race condition in the socket code.
Give TCP connections longer to complete.
libxml2: support versions 2.7.* in addition to 2.6.*.
Document -m (enable memory usage debugging) option for dig
Set initial timeout to 800ms.
For all the details see:
http://oldwww.isc.org/sw/bind/view/?release=9.5.1#RELEASE
|
2008-11-29 22:47:32 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
add options framework, and optionalize (default off) the building of the
xml statistics server (+bump pkgrev)
|