[vsftpd/f17] updated to latest upstream 3.0.0

Jiri Skala jskala at fedoraproject.org
Thu Apr 19 07:25:06 UTC 2012


commit 97a3ff6188479257459516445da65544b5744754
Author: Jiri Skala <jskala at redhat.com>
Date:   Thu Apr 19 09:24:57 2012 +0200

    updated to latest upstream 3.0.0

 .gitignore                 |    1 +
 sources                    |    2 +-
 vsftpd-2.1.0-libs.patch    |   14 +++++++-------
 vsftpd-2.2.0-openssl.patch |   15 ---------------
 vsftpd.spec                |    9 +++++----
 5 files changed, 14 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 263c065..10b9305 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ vsftpd-2.2.2.tar.gz
 vsftpd-2.3.2.tar.gz
 /vsftpd-2.3.4.tar.gz
 /vsftpd-2.3.5.tar.gz
+/vsftpd-3.0.0.tar.gz
diff --git a/sources b/sources
index 022d563..bfad59d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01398a5bef8e85b6cf2c213a4b011eca  vsftpd-2.3.5.tar.gz
+ad9fa952558c2c5b0426ccaccff0f972  vsftpd-3.0.0.tar.gz
diff --git a/vsftpd-2.1.0-libs.patch b/vsftpd-2.1.0-libs.patch
index d87dac2..062ac6f 100644
--- a/vsftpd-2.1.0-libs.patch
+++ b/vsftpd-2.1.0-libs.patch
@@ -1,12 +1,12 @@
-diff -up vsftpd-2.1.0/Makefile.libs vsftpd-2.1.0/Makefile
---- vsftpd-2.1.0/Makefile.libs	2009-01-08 18:55:39.000000000 +0100
-+++ vsftpd-2.1.0/Makefile	2009-01-08 18:55:57.000000000 +0100
-@@ -5,7 +5,7 @@ IFLAGS  = -idirafter dummyinc
- #CFLAGS = -g
- CFLAGS	=	-O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
+diff -up vsftpd-3.0.0/Makefile.libs vsftpd-3.0.0/Makefile
+--- vsftpd-3.0.0/Makefile.libs	2012-04-03 09:21:18.000000000 +0200
++++ vsftpd-3.0.0/Makefile	2012-04-10 21:20:39.377248990 +0200
+@@ -8,7 +8,7 @@ CFLAGS	=	-O2 -fPIE -fstack-protector --p
+ 	-D_FORTIFY_SOURCE=2 \
+ 	#-pedantic -Wconversion
  
 -LIBS	=	`./vsf_findlibs.sh`
 +LIBS	=	-lwrap -lnsl -lpam -lcap -ldl -lcrypto
  LINK	=	-Wl,-s
+ LDFLAGS	=	-fPIE -pie -Wl,-z,relro -Wl,-z,now
  
- OBJS	=	main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o \
diff --git a/vsftpd.spec b/vsftpd.spec
index 8a95b02..e858656 100644
--- a/vsftpd.spec
+++ b/vsftpd.spec
@@ -1,8 +1,8 @@
 %{!?tcp_wrappers:%define tcp_wrappers 1}
 
 Name: vsftpd
-Version: 2.3.5
-Release: 3%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
 Summary: Very Secure Ftp Daemon
 
 Group: System Environment/Daemons
@@ -47,7 +47,6 @@ Patch9: vsftpd-2.1.0-userlist_log.patch
 
 Patch10: vsftpd-2.1.0-trim.patch
 Patch12: vsftpd-2.1.1-daemonize_plus.patch
-Patch13: vsftpd-2.2.0-openssl.patch
 Patch14: vsftpd-2.2.0-wildchar.patch
 
 Patch16: vsftpd-2.2.2-clone.patch
@@ -86,7 +85,6 @@ cp %{SOURCE1} .
 %patch9 -p1 -b .userlist_log
 %patch10 -p1 -b .trim
 %patch12 -p1 -b .daemonize_plus
-%patch13 -p1 -b .openssl
 %patch14 -p1 -b .wildchar
 %patch16 -p1 -b .clone
 %patch19 -p1 -b .sd
@@ -167,6 +165,9 @@ fi
 %{_sysconfdir}/rc.d/init.d/vsftpd
 
 %changelog
+* Thu Apr 19 2012 Jiri Skala <jskala at redhat.com> - 3.0.0-1
+- updated to latest upstream 3.0.0
+
 * Thu Feb 09 2012 Jiri Skala <jskala at redhat.com> - 2.3.5-3
 - fixes #788812 - authentication failure on x86_64 when using nss_pgsql
 


More information about the scm-commits mailing list