Browse code

vsftpd : build with ssl support. (bug 2078872)

Change-Id: Ie55f43831a1fe36835c213737247e70e62ccf715
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4885
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Xiaolin Li authored on 2018/03/16 07:51:02
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Very secure and very small FTP daemon.
2 2
 Name:           vsftpd
3 3
 Version:        3.0.3
4
-Release:        3%{?dist}
4
+Release:        4%{?dist}
5 5
 License:        GPLv2 with exceptions
6 6
 URL:            https://security.appspot.com/vsftpd.html
7 7
 Group:          System Environment/Daemons
... ...
@@ -19,6 +19,7 @@ Very secure and very small FTP daemon.
19 19
 %patch0
20 20
 
21 21
 %build
22
+sed -i 's/#undef VSF_BUILD_SSL/#define VSF_BUILD_SSL/g' builddefs.h
22 23
 sed -i -e 's|#define VSF_SYSDEP_HAVE_LIBCAP|//&|' sysdeputil.c
23 24
 make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS=""
24 25
 
... ...
@@ -82,6 +83,8 @@ fi
82 82
 %{_datadir}/*
83 83
 
84 84
 %changelog
85
+*   Thu Mar 15 2018 Xiaolin Li <xiaolinl@vmware.com> 3.0.3-4
86
+-   Enable ssl support.
85 87
 *   Tue Apr 25 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0.3-3
86 88
 -   Ensure non empty debuginfo
87 89
 *   Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 3.0.3-2