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: 27-Jan-2007 23:47:07
Branch: OPENPKG_2_STABLE Handle: 2007012722470700
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/bind bind.spec
Log:
MFC: security fixed version
Summary:
Revision Changes Path
1.109.2.5 +10 -9 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.109.2.4 -r1.109.2.5 bind.spec
--- openpkg-src/bind/bind.spec 4 Nov 2006 08:19:02 -0000
1.109.2.4
+++ openpkg-src/bind/bind.spec 27 Jan 2007 22:47:07 -0000
1.109.2.5
@@ -1,7 +1,7 @@
##
## bind.spec -- OpenPKG RPM Package Specification
-## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
-## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
+## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
+## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
@@ -23,8 +23,8 @@
##
# package version
-%define V_opkg 9.3.2p2
-%define V_dist 9.3.2-P2
+%define V_opkg 9.3.4
+%define V_dist 9.3.4
# package information
Name: bind
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_opkg}
-Release: 2.20061104
+Release: 2.20070127
# list of sources
Source0: ftp://ftp.isc.org/isc/bind9/%{V_dist}/bind-%{V_dist}.tar.gz
@@ -53,13 +53,13 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 2.20061018, make
+BuildPreReq: OpenPKG, openpkg >= 2.20061018, make, pkgconfig
PreReq: OpenPKG, openpkg >= 2.20061018
BuildPreReq: openssl
PreReq: openssl
AutoReq: no
AutoReqProv: no
-Conflicts: bind8, powerdns
+Conflicts: powerdns
%description
Berkeley Internet Name Domain (BIND) is an implementation of
@@ -72,9 +72,9 @@
prog bind = {
version = %{V_dist}
url = ftp://ftp.isc.org/isc/bind9/
- regex = (\d+\.\d+\.\d+(-P\d+)?)
+ regex = (\d+\.\d+\.\d+(?:-P\d+)?)
url = ftp://ftp.isc.org/isc/bind9/__NEWVER__/
- regex = bind-(__VER__)\.tar\.gz
+ regex = bind-(\d+\.\d+\.\d+(?:-P\d+)?)\.tar\.gz
}
%prep
@@ -87,6 +87,7 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="`pkg-config openssl --libs`" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/bind \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]