This commit is contained in:
committed by
Git OBS Bridge
parent
e6d7caf088
commit
5d7e7a661d
32
vsftpd.spec
32
vsftpd.spec
@@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package vsftpd (Version 2.0.6)
|
||||
# spec file for package vsftpd (Version 2.0.7)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@@ -18,8 +25,8 @@ BuildRequires: libcap
|
||||
%else
|
||||
BuildRequires: libcap-devel
|
||||
%endif
|
||||
Version: 2.0.6
|
||||
Release: 27
|
||||
Version: 2.0.7
|
||||
Release: 1
|
||||
Summary: Very Secure FTP Daemon - Written from Scratch
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Ftp/Servers
|
||||
@@ -42,7 +49,6 @@ Patch7: %name-2.0.5-enable-debuginfo.patch
|
||||
Patch8: %name-2.0.5-utf8-log-names.patch
|
||||
Patch9: %name-2.0.6-libcap2-fix.diff
|
||||
Patch10: %name-2.0.6-write_race.patch
|
||||
Patch11: %name-2.0.6-listen-retry.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: ftp-server
|
||||
PreReq: %insserv_prereq /usr/sbin/useradd
|
||||
@@ -66,7 +72,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
@@ -76,8 +81,8 @@ Authors:
|
||||
%patch7
|
||||
%patch8 -p1
|
||||
%patch9
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch10
|
||||
%patch
|
||||
|
||||
%build
|
||||
rm -f dummyinc/sys/capability.h
|
||||
@@ -133,6 +138,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2008 hvogel@suse.de
|
||||
- version 2.0.7
|
||||
* Fix man page typo
|
||||
* Enhance logging for debug_ssl
|
||||
* Shutdown the SSL data connections properly
|
||||
* Add option to enforce proper SSL shutdown on uploads
|
||||
* Add option to delete failed uploads
|
||||
- limit port range for passv to 1024:2024 to assist firewalling
|
||||
[bnc#420671]
|
||||
* Wed Jun 11 2008 hvogel@suse.de
|
||||
- Fix simultaneous ftp put of the same file [bnc#361559, bnc#273454]
|
||||
- dont die on EADDRINUSE but try again [bnc#395899]
|
||||
|
Reference in New Issue
Block a user