auto-import changelog data from samba-2.0.8-1.7.1.src.rpm
* Mon May 07 2001 Bill Nottingham <notting@redhat.com> - device-remove security fix again (<tridge@samba.org>) * Fri Apr 20 2001 Bill Nottingham <notting@redhat.com> - fix tempfile security problems, officially (<tridge@samba.org>) - update to 2.0.8 * Sun Apr 08 2001 Bill Nottingham <notting@redhat.com> - turn of SSL, kerberos
This commit is contained in:
parent
ae7478c876
commit
f526f1b851
@ -1,3 +1,3 @@
|
|||||||
samba-2.0.7.tar.bz2
|
samba-2.0.8.tar.gz
|
||||||
samba-j-2.patch.bz2
|
samba-j-2.patch.bz2
|
||||||
samba-j.patch.bz2
|
samba-j.patch.bz2
|
||||||
|
26
samba.spec
26
samba.spec
@ -3,13 +3,12 @@
|
|||||||
|
|
||||||
Summary: Samba SMB server.
|
Summary: Samba SMB server.
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 2.0.7
|
Version: 2.0.8
|
||||||
Release: 36
|
Release: 1.7.1
|
||||||
Copyright: GNU GPL Version 2
|
Copyright: GNU GPL Version 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.samba.org/
|
URL: http://www.samba.org/
|
||||||
# Bogus URL -- it's actually gzipped upstream.
|
Source: ftp://us2.samba.org/pub/samba/samba-%{version}.tar.gz
|
||||||
Source: ftp://us2.samba.org/pub/samba/samba-%{version}.tar.bz2
|
|
||||||
Source1: samba.log
|
Source1: samba.log
|
||||||
Source2: samba.xinetd
|
Source2: samba.xinetd
|
||||||
Patch100: samba-j.patch.bz2
|
Patch100: samba-j.patch.bz2
|
||||||
@ -38,10 +37,9 @@ Patch19: smbmount-2.0.7-ascii+fixes.patch
|
|||||||
Patch20: samba-mkdir.patch
|
Patch20: samba-mkdir.patch
|
||||||
Patch21: samba-2.0.7-setcred.patch
|
Patch21: samba-2.0.7-setcred.patch
|
||||||
Patch22: samba-2.0.7-quota.patch
|
Patch22: samba-2.0.7-quota.patch
|
||||||
Patch23: samba-2.0.7-temp.patch
|
Patch23: samba-2.0.8-tempfile.patch
|
||||||
Requires: pam >= 0.64 %{auth} samba-common = %{version}
|
Requires: pam >= 0.64 %{auth} samba-common = %{version}
|
||||||
Requires: logrotate >= 3.4, openssl >= 0.9.5a-20 initscripts >= 5.54-1
|
Requires: logrotate >= 3.4 initscripts >= 5.54-1
|
||||||
BuildPrereq: openssl-devel, krb5-devel
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
ExcludeArch: sparc
|
ExcludeArch: sparc
|
||||||
Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall
|
Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall
|
||||||
@ -131,15 +129,13 @@ using your favorite web browser.
|
|||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
autoconf
|
autoconf
|
||||||
CPPFLAGS="-I/usr/include/openssl -I/usr/kerberos/include"; export CPPFLAGS
|
|
||||||
LIBS="-L/usr/kerberos/lib"; export LIBS
|
|
||||||
%ifarch i386 sparc
|
%ifarch i386 sparc
|
||||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
|
||||||
%endif
|
%endif
|
||||||
%configure --libdir=/etc/samba \
|
%configure --libdir=/etc/samba \
|
||||||
--with-lockdir=/var/lock/samba --with-privatedir=/etc/samba \
|
--with-lockdir=/var/lock/samba --with-privatedir=/etc/samba \
|
||||||
--with-swatdir=/usr/share/swat --with-smbmount --with-automount \
|
--with-swatdir=/usr/share/swat --with-smbmount --with-automount \
|
||||||
--with-ssl --with-pam --with-mmap --with-quotas
|
--with-pam --with-mmap --with-quotas --without-smbwrapper
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" all
|
make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -333,6 +329,16 @@ fi
|
|||||||
%{_mandir}/ja/man8/smbpasswd.8*
|
%{_mandir}/ja/man8/smbpasswd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 7 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- device-remove security fix again (<tridge@samba.org>)
|
||||||
|
|
||||||
|
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- fix tempfile security problems, officially (<tridge@samba.org>)
|
||||||
|
- update to 2.0.8
|
||||||
|
|
||||||
|
* Sun Apr 8 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- turn of SSL, kerberos
|
||||||
|
|
||||||
* Thu Apr 5 2001 Bill Nottingham <notting@redhat.com>
|
* Thu Apr 5 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- fix tempfile security problems (patch from <Marcus.Meissner@caldera.de>)
|
- fix tempfile security problems (patch from <Marcus.Meissner@caldera.de>)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
98ef072c2a39ebf3f3e39201d35c5298 samba-2.0.7.tar.bz2
|
08c4cf0c90871f2492160cbce4f17440 samba-2.0.8.tar.gz
|
||||||
78256a614669d18ffa69e3a829b747c8 samba-j-2.patch.bz2
|
78256a614669d18ffa69e3a829b747c8 samba-j-2.patch.bz2
|
||||||
1d32404898afadd0a0e3df3f80d80649 samba-j.patch.bz2
|
1d32404898afadd0a0e3df3f80d80649 samba-j.patch.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user