OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 24-Dec-2008 21:28:58 Branch: HEAD Handle: 2008122420285700 Modified files: openpkg-src/bind bind.patch bind.spec Log: upgrading package: bind 9.5.0p2 -> 9.6.0 Summary: Revision Changes Path 1.12 +0 -8 openpkg-src/bind/bind.patch 1.146 +3 -3 openpkg-src/bind/bind.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/bind/bind.patch ============================================================================ $ cvs diff -u -r1.11 -r1.12 bind.patch --- openpkg-src/bind/bind.patch 28 Nov 2008 07:21:24 -0000 1.11 +++ openpkg-src/bind/bind.patch 24 Dec 2008 20:28:57 -0000 1.12 @@ -47,14 +47,6 @@ Index: bin/named/xfrout.c --- bin/named/xfrout.c.orig 2008-04-03 08:20:33.000000000 +0200 +++ bin/named/xfrout.c 2008-11-27 08:58:20.000000000 +0100 -@@ -1333,6 +1333,7 @@ xfrout_ctx_create(isc_mem_t *mctx, ns_cl - xfr->zone = NULL; - xfr->db = NULL; - xfr->ver = NULL; -+ if (zone != NULL) /* zone will be NULL if it's DLZ */ - dns_zone_attach(zone, &xfr->zone); - dns_db_attach(db, &xfr->db); - dns_db_attachversion(db, ver, &xfr->ver); @@ -1744,6 +1745,7 @@ xfrout_senddone(isc_task_t *task, isc_ev sendstream(xfr); } else { @@ . patch -p0 <<'@@ .' Index: openpkg-src/bind/bind.spec ============================================================================ $ cvs diff -u -r1.145 -r1.146 bind.spec --- openpkg-src/bind/bind.spec 20 Dec 2008 09:18:30 -0000 1.145 +++ openpkg-src/bind/bind.spec 24 Dec 2008 20:28:57 -0000 1.146 @@ -22,8 +22,8 @@ ## # package version -%define V_opkg 9.5.0p2 -%define V_dist 9.5.0-P2 +%define V_opkg 9.6.0 +%define V_dist 9.6.0 # package information Name: bind @@ -36,7 +36,7 @@ Group: DNS License: ISC Version: %{V_opkg} -Release: 20081220 +Release: 20081224 # package options %option with_dnssec yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
