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: 25-Jul-2008 07:49:07
Branch: HEAD Handle: 2008072506490501
Modified files:
openpkg-src/bind bind.patch bind.spec
Log:
adjust patch for BIND 9.5.0 world order
Summary:
Revision Changes Path
1.9 +7 -5 openpkg-src/bind/bind.patch
1.141 +1 -1 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 bind.patch
--- openpkg-src/bind/bind.patch 8 May 2008 18:39:54 -0000 1.8
+++ openpkg-src/bind/bind.patch 25 Jul 2008 05:49:05 -0000 1.9
@@ -1,13 +1,15 @@
Index: bin/named/unix/os.c
---- bin/named/unix/os.c.orig 2006-02-04 00:51:38 +0100
-+++ bin/named/unix/os.c 2008-05-02 17:25:33 +0200
-@@ -212,6 +212,11 @@
- caps |= (1 << CAP_SETGID);
+--- bin/named/unix/os.c.orig 2008-05-06 03:32:51 +0200
++++ bin/named/unix/os.c 2008-07-25 07:47:14 +0200
+@@ -261,6 +261,13 @@
+ SET_CAP(CAP_SETGID);
/*
+ * Since we call chown, we need this.
+ */
-+ caps |= (1 << CAP_CHOWN);
++#if defined(CAP_CHOWN)
++ SET_CAP(CAP_CHOWN);
++#endif
+
+ /*
* Without this, we run into problems reading a configuration file
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.140 -r1.141 bind.spec
--- openpkg-src/bind/bind.spec 9 Jul 2008 11:23:34 -0000 1.140
+++ openpkg-src/bind/bind.spec 25 Jul 2008 05:49:06 -0000 1.141
@@ -36,7 +36,7 @@
Group: DNS
License: ISC
Version: %{V_opkg}
-Release: 20080709
+Release: 20080725
# package options
%option with_dnssec yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]