OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Feb-2004 20:44:50
  Branch: HEAD                             Handle: 2004021319445000

  Modified files:
    openpkg-src/nsd         nsd.patch nsd.spec

  Log:
    upgrading package: nsd 1.2.4 -> 2.0.0

  Summary:
    Revision    Changes     Path
    1.4         +8  -8      openpkg-src/nsd/nsd.patch
    1.31        +4  -2      openpkg-src/nsd/nsd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/nsd/nsd.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 nsd.patch
  --- openpkg-src/nsd/nsd.patch 15 Nov 2003 19:55:42 -0000      1.3
  +++ openpkg-src/nsd/nsd.patch 13 Feb 2004 19:44:50 -0000      1.4
  @@ -1,8 +1,8 @@
  -Index: query.c
  ---- query.c.orig     2003-11-15 13:46:00.000000000 +0100
  -+++ query.c  2003-11-15 20:54:38.000000000 +0100
  -@@ -64,7 +64,7 @@
  - #include "util.h"
  +Index: axfr.c
  +--- axfr.c.orig      2004-02-04 13:16:47.000000000 +0100
  ++++ axfr.c   2004-02-13 20:41:00.000000000 +0100
  +@@ -44,7 +44,7 @@
  + #include "query.h"
    
    #ifdef LIBWRAP
   -#include <tcpd.h>
  @@ -10,18 +10,18 @@
    
    int allow_severity = LOG_INFO;
    int deny_severity = LOG_NOTICE;
  -@@ -704,12 +704,10 @@
  +@@ -190,12 +190,10 @@
                        *t = 0;
                        
    #endif /* AXFR_DAEMON_PREFIX */
   -                    request_init(&request, RQ_DAEMON, AXFR_DAEMON, RQ_CLIENT_SIN, 
&q->addr, 0);
   -                    sock_methods(&request); /* This is to work around the bug in 
libwrap */
   +                    request_init(&request, RQ_DAEMON, AXFR_DAEMON, RQ_CLIENT_ADDR, 
&q->addr, 0);
  -                     if(!hosts_access(&request)) {
  +                     if (!hosts_access(&request)) {
    #ifdef AXFR_DAEMON_PREFIX
   -                            request_init(&request, RQ_DAEMON, axfr_daemon, 
RQ_CLIENT_SIN, &q->addr, 0);
   -                            sock_methods(&request); /* This is to work around the 
bug in libwrap */
   +                            request_init(&request, RQ_DAEMON, axfr_daemon, 
RQ_CLIENT_ADDR, &q->addr, 0);
                                log_msg(LOG_ERR, "checking %s", axfr_daemon);
  -                             if(!hosts_access(&request)) {
  +                             if (!hosts_access(&request)) {
    #endif /* AXFR_DAEMON_PREFIX */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nsd/nsd.spec
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 nsd.spec
  --- openpkg-src/nsd/nsd.spec  7 Feb 2004 17:57:09 -0000       1.30
  +++ openpkg-src/nsd/nsd.spec  13 Feb 2004 19:44:50 -0000      1.31
  @@ -35,8 +35,8 @@
   Class:        PLUS
   Group:        DNS
   License:      GPL
  -Version:      1.2.4
  -Release:      20040207
  +Version:      2.0.0
  +Release:      20040213
   
   #   package option
   %option       with_fsl  yes
  @@ -109,7 +109,9 @@
           --with-user="%{l_ruid}.%{l_rgid}" \
           --with-namedxfer=%{l_prefix}/libexec/bind/named-xfer \
           --enable-bind8-stats \
  +        --enable-dnssec \
           --disable-shared \
  +        --disable-ipv6 \
   %if "%{with_wrap}" == "yes"
           --with-libwrap=%{l_prefix} \
   %else
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to