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:   04-Nov-2006 00:17:07
  Branch: HEAD                             Handle: 2006110323170501

  Modified files:
    openpkg-src/bind        bind.spec
  Removed files:
    openpkg-src/bind        bind.patch

  Log:
    upgrade to latest security fixed patchlevel 2 of BIND 9.3.2

  Summary:
    Revision    Changes     Path
    1.7         +0  -150    openpkg-src/bind/bind.patch
    1.113       +11 -10     openpkg-src/bind/bind.spec
  ____________________________________________________________________________

  rm -f openpkg-src/bind/bind.patch <<'@@ .'
  Index: openpkg-src/bind/bind.patch
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  ============================================================================
  $ cvs diff -u -r1.112 -r1.113 bind.spec
  --- openpkg-src/bind/bind.spec        13 Oct 2006 17:27:01 -0000      1.112
  +++ openpkg-src/bind/bind.spec        3 Nov 2006 23:17:06 -0000       1.113
  @@ -22,21 +22,25 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_opkg  9.3.2p2
  +%define       V_dist  9.3.2-P2
  +
   #   package information
   Name:         bind
   Summary:      Berkeley Internet Name Domain (BIND)
  -URL:          http://www.isc.org/products/BIND/
  +URL:          http://www.isc.org/sw/bind/
   Vendor:       Internet Software Foundation
   Packager:     OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:        BASE
   Group:        DNS
   License:      ISC
  -Version:      9.3.2
  -Release:      20061013
  +Version:      %{V_opkg}
  +Release:      20061104
   
   #   list of sources
  -Source0:      ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
  +Source0:      ftp://ftp.isc.org/isc/bind9/%{V_dist}/bind-%{V_dist}.tar.gz
   Source2:      db.root
   Source3:      db.root.sh
   Source4:      db.localhost
  @@ -45,7 +49,6 @@
   Source7:      named.conf
   Source8:      rndc.conf
   Source9:      rc.bind
  -Patch0:       bind.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -67,17 +70,15 @@
   
   %track
       prog bind = {
  -        version   = %{version}
  +        version   = %{V_dist}
           url       = ftp://ftp.isc.org/isc/bind9/
  -        regex     = (\d+\.\d+\.\d+[^a-z].*)
  -        transform = "s/(\\d+\\.\\d+\\.\\d+)([^a-z].*$)/$1/; $_"
  +        regex     = (\d+\.\d+\.\d+(-P\d+)?)
           url       = ftp://ftp.isc.org/isc/bind9/__NEWVER__/
           regex     = bind-(__VER__)\.tar\.gz
       }
   
   %prep
  -    %setup -q
  -    %patch -p0
  +    %setup -q -n bind-%{V_dist}
       %{l_shtool} subst \
           -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
           configure
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to