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 09:19:03 Branch: OPENPKG_2_STABLE Handle: 2006110323170532517 Modified files: (Branch: OPENPKG_2_STABLE) openpkg-src/bind bind.spec Removed files: (Branch: OPENPKG_2_STABLE) openpkg-src/bind bind.patch Log: MFC: security fixed latest upstream version Summary: Revision Changes Path 1.7 +0 -150 openpkg-src/bind/bind.patch 1.109.2.4 +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.109.2.3 -r1.109.2.4 bind.spec --- openpkg-src/bind/bind.spec 16 Oct 2006 14:48:29 -0000 1.109.2.3 +++ openpkg-src/bind/bind.spec 4 Nov 2006 08:19:02 -0000 1.109.2.4 @@ -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: 2.20061018 +Version: %{V_opkg} +Release: 2.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 openpkg-cvs@openpkg.org