auto-import changelog data from bind-8.2.3-1.src.rpm
Sat Jan 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 8.2.3, fixes several security problems
This commit is contained in:
parent
533e01e362
commit
a47288d890
20
bind.spec
20
bind.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A DNS (Domain Name System) server.
|
Summary: A DNS (Domain Name System) server.
|
||||||
Name: bind
|
Name: bind
|
||||||
Version: 8.2.2_P7
|
Version: 8.2.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Copyright: distributable
|
Copyright: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
|
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
|
||||||
@ -13,12 +13,8 @@ Url: http://www.isc.org/bind.html
|
|||||||
Patch0: bind-8.2.2-rh.patch
|
Patch0: bind-8.2.2-rh.patch
|
||||||
Patch1: bind-8.1.2-nonlist.patch
|
Patch1: bind-8.1.2-nonlist.patch
|
||||||
Patch2: bind-8.1.2-fds.patch
|
Patch2: bind-8.1.2-fds.patch
|
||||||
Patch3: bind-8.2-glibc21.patch
|
|
||||||
Patch4: bind-8.2-host.patch
|
Patch4: bind-8.2-host.patch
|
||||||
Patch5: bind-8.8.2p5-hostmx.patch
|
|
||||||
Patch6: bind-8.8.2p5-ttl.patch
|
|
||||||
Patch7: bind-8.2.2_P5-restart.patch
|
Patch7: bind-8.2.2_P5-restart.patch
|
||||||
Patch8: bind-8.2.2_P7-pic.patch
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
Prereq: /sbin/chkconfig, sh-utils, /bin/cat, /bin/chmod, /usr/sbin/useradd, perl
|
Prereq: /sbin/chkconfig, sh-utils, /bin/cat, /bin/chmod, /usr/sbin/useradd, perl
|
||||||
|
|
||||||
@ -71,14 +67,15 @@ bind.
|
|||||||
%patch0 -p0 -b .rh
|
%patch0 -p0 -b .rh
|
||||||
%patch1 -p0 -b .nonlist
|
%patch1 -p0 -b .nonlist
|
||||||
%patch2 -p1 -b .fds
|
%patch2 -p1 -b .fds
|
||||||
%patch3 -p1 -b .glibc21
|
|
||||||
%patch4 -p1 -b .host
|
%patch4 -p1 -b .host
|
||||||
%patch5 -p1 -b .mx
|
|
||||||
%patch6 -p1 -b .ttl
|
|
||||||
%patch7 -p1 -b .restart
|
%patch7 -p1 -b .restart
|
||||||
%ifarch ia64
|
%ifarch ia64
|
||||||
%patch8 -p1 -b .pic
|
for i in src/lib/bsd src/lib/dst src/lib/cylink src/lib/dnssafe src/lib/inet src/lib/irs src/lib/isc src/lib/nameser src/lib/resolv; do
|
||||||
|
cat $i/Makefile |sed -e "s/^CFLAGS.*/& -fPIC/" >$i/Makefile.new
|
||||||
|
mv -f $i/Makefile.new $i/Makefile
|
||||||
|
done
|
||||||
%endif
|
%endif
|
||||||
|
find . -name Makefile |xargs perl -pi -e "s/^INSTALL_LIB.*//g" # Fix build as user
|
||||||
|
|
||||||
rm -f compat/include/sys/cdefs.h
|
rm -f compat/include/sys/cdefs.h
|
||||||
|
|
||||||
@ -205,6 +202,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/tsig.3*
|
%{_mandir}/man3/tsig.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 27 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- 8.2.3, fixes several security problems
|
||||||
|
|
||||||
* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
|
* Tue Nov 14 2000 Bill Nottingham <notting@redhat.com>
|
||||||
- static libraries may be used in shared objects. Build with -fPIC on ia64
|
- static libraries may be used in shared objects. Build with -fPIC on ia64
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
51420e28ab025b3a28e4488e1318d299 bind-contrib.tar.gz
|
d9cf8e675911fc98b1b5a540bfbc72a3 bind-contrib.tar.gz
|
||||||
6f26254fdd43e3d4b8b42062bb9766db bind-doc.tar.gz
|
c26474bb791552cc0cbc5af72190a772 bind-doc.tar.gz
|
||||||
832669455e70a4b58e635b6b02e87910 bind-src.tar.gz
|
e21e2854d72afd2ffbee17cfe8caa581 bind-src.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user