From 7aed31d9ad8e4e94941fca4373e479dcaaea2568 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:05:20 +0000 Subject: auto-import changelog data from vsftpd-1.1.0-1.src.rpm Thu Aug 15 2002 Elliot Lee 1.0.1-8 - -D_FILE_OFFSET_BITS=64 - smp make - remove forced optflags=-g for lack of supporting documentation --- diff --git a/.cvsignore b/.cvsignore index 9c3c377..856c4c3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vsftpd-1.0.1.tar.gz +vsftpd-1.1.0.tar.gz diff --git a/sources b/sources index 87dbaed..1191a36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a30724a5e56091164f538bbdce10cdf4 vsftpd-1.0.1.tar.gz +b76403e4b366dc4c2344040f5e3fe137 vsftpd-1.1.0.tar.gz diff --git a/vsftpd.spec b/vsftpd.spec index 5427e0d..d0ac22c 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -1,17 +1,15 @@ -%define optflags -g Summary: vsftpd - Very Secure Ftp Daemon Name: vsftpd -Version: 1.0.1 -Release: 7 +Version: 1.1.0 +Release: 1 License: GPL Group: System Environment/Daemons -URL: ftp://ferret.lmh.ox.ac.uk/pub/linux/ -Source: %{name}-%{version}.tar.gz +Source: ftp://ferret.lmh.ox.ac.uk/pub/linux/%{name}-%{version}.tar.gz Source1: vsftpd.xinetd Source2: vsftpd.pam Source3: vsftpd.ftpusers Source4: vsftpd.user_list -Patch1: vsftpd-1.0.1-rh.patch +Patch1: vsftpd-1.1.0-rh.patch Patch2: vsftpd-1.0.1-missingok.patch Patch3: vsftpd-1.0.1-anon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -29,7 +27,9 @@ scratch. %patch3 -p1 -b .anon %build -make +make CFLAGS="$RPM_OPT_FLAGS -pipe -D_FILE_OFFSET_BITS=64" \ + LINK="" \ + %{?_smp_mflags} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT @@ -65,6 +65,11 @@ install -m 600 %{SOURCE4} $RPM_BUILD_ROOT/etc/vsftpd.user_list %{_mandir}/man8/vsftpd.* %changelog +* Thu Aug 15 2002 Elliot Lee 1.0.1-8 +- -D_FILE_OFFSET_BITS=64 +- smp make +- remove forced optflags=-g for lack of supporting documentation + * Fri Jun 21 2002 Tim Powers - automated rebuild