auto-import changelog data from vsftpd-2.0.1-3.src.rpm
Wed Sep 08 2004 Jan Kratochvil <project-vsftpd@jankratochvil.net> - update for 2.0.1 for SSL
This commit is contained in:
parent
b06e5e167e
commit
05d22b7620
11
vsftpd-2.0.1-build_ssl.patch
Normal file
11
vsftpd-2.0.1-build_ssl.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- vsftpd-2.0.1/builddefs.h-orig 2004-07-02 16:36:59.000000000 +0200
|
||||||
|
+++ vsftpd-2.0.1/builddefs.h 2004-08-17 13:40:42.834402983 +0200
|
||||||
|
@@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
#undef VSF_BUILD_TCPWRAPPERS
|
||||||
|
#define VSF_BUILD_PAM
|
||||||
|
-#undef VSF_BUILD_SSL
|
||||||
|
+#define VSF_BUILD_SSL
|
||||||
|
|
||||||
|
#endif /* VSF_BUILDDEFS_H */
|
||||||
|
|
19
vsftpd.spec
19
vsftpd.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: vsftpd - Very Secure Ftp Daemon
|
Summary: vsftpd - Very Secure Ftp Daemon
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://vsftpd.beasts.org/
|
URL: http://vsftpd.beasts.org/
|
||||||
@ -19,10 +19,17 @@ Patch3: vsftpd-2.0.1-tcp_wrappers.patch
|
|||||||
Patch4: vsftpd-1.5.1-libs.patch
|
Patch4: vsftpd-1.5.1-libs.patch
|
||||||
Patch5: vsftpd-2.0.1-signal.patch
|
Patch5: vsftpd-2.0.1-signal.patch
|
||||||
Patch6: vsftpd-1.2.1-conffile.patch
|
Patch6: vsftpd-1.2.1-conffile.patch
|
||||||
|
Patch7: vsftpd-2.0.1-build_ssl.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
%if %{tcp_wrappers}
|
%if %{tcp_wrappers}
|
||||||
BuildPrereq: tcp_wrappers
|
BuildPrereq: tcp_wrappers
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pam-devel
|
||||||
|
Requires: pam
|
||||||
|
BuildRequires: libcap-devel
|
||||||
|
Requires: libcap
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
Requires: openssl
|
||||||
# for -fpie
|
# for -fpie
|
||||||
BuildPrereq: gcc > gcc-3.2.3-13, binutils > binutils-2.14.90.0.4-24, glibc-devel >= 2.3.2-45
|
BuildPrereq: gcc > gcc-3.2.3-13, binutils > binutils-2.14.90.0.4-24, glibc-devel >= 2.3.2-45
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
@ -45,6 +52,7 @@ scratch.
|
|||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
%patch5 -p1 -b .signal
|
%patch5 -p1 -b .signal
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
%patch7 -p1 -b .build_ssl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
@ -52,7 +60,7 @@ make CFLAGS="$RPM_OPT_FLAGS -fPIE -pipe" \
|
|||||||
%else
|
%else
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -fpie -pipe" \
|
make CFLAGS="$RPM_OPT_FLAGS -fpie -pipe" \
|
||||||
%endif
|
%endif
|
||||||
LINK="-pie" \
|
LINK="-pie -lssl" \
|
||||||
%{?_smp_mflags}
|
%{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -102,10 +110,13 @@ fi
|
|||||||
/var/ftp
|
/var/ftp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 27 2004 Radek Vokal <rvokal@redhat.com>
|
* Wed Sep 08 2004 Jan Kratochvil <project-vsftpd@jankratochvil.net>
|
||||||
|
- update for 2.0.1 for SSL
|
||||||
|
|
||||||
|
* Fri Aug 27 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-2
|
||||||
- vsftpd.conf file changed, default IPv6 support
|
- vsftpd.conf file changed, default IPv6 support
|
||||||
|
|
||||||
* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com>
|
* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-1
|
||||||
- tcp_wrapper patch updated, signal patch updated
|
- tcp_wrapper patch updated, signal patch updated
|
||||||
- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
|
- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user