diff --git a/.gitignore b/.gitignore index 0f08ad8..8852b33 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ lftp-4.0.10.tar.xz /lftp-4.3.7.tar.xz /lftp-4.4.0.tar.xz /lftp-4.4.1.tar.xz +/lftp-4.4.2.tar.xz diff --git a/lftp-4.2.0-man.patch b/lftp-4.2.0-man.patch index 7c8db4d..e72f755 100644 --- a/lftp-4.2.0-man.patch +++ b/lftp-4.2.0-man.patch @@ -9,7 +9,7 @@ diff -up lftp-4.3.3/doc/lftp.1.man lftp-4.3.3/doc/lftp.1 .\" This file is part of lftp. .\" @@ -61,28 +61,28 @@ lftp \- Sophisticated file transfer prog - This man page documents lftp version 4.4.1. + This man page documents lftp version 4.4.2. .SH "DESCRIPTION" -\fBlftp\fR is a file transfer program that allows sophisticated ftp, http diff --git a/lftp-4.3.8-gets.patch b/lftp-4.3.8-gets.patch deleted file mode 100644 index d4a1180..0000000 --- a/lftp-4.3.8-gets.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up lftp-4.3.8/lib/stdio.in.h.gets lftp-4.3.8/lib/stdio.in.h ---- lftp-4.3.8/lib/stdio.in.h.gets 2012-07-22 15:07:15.101115146 -0400 -+++ lftp-4.3.8/lib/stdio.in.h 2012-07-22 15:08:09.777098512 -0400 -@@ -702,10 +702,12 @@ _GL_WARN_ON_USE (getline, "getline is un - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning; besides, C11 - removed it. */ -+#if defined gets - #undef gets - #if HAVE_RAW_DECL_GETS - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - #endif -+#endif // if defined gets - - - #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ diff --git a/lftp.spec b/lftp.spec index 1501159..84f92fc 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,6 +1,6 @@ Summary: A sophisticated file transfer program Name: lftp -Version: 4.4.1 +Version: 4.4.2 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet @@ -11,7 +11,6 @@ BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext Patch1: lftp-4.0.9-date_fmt.patch Patch2: lftp-4.2.0-man.patch -Patch3: lftp-4.3.8-gets.patch %description LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job @@ -33,7 +32,6 @@ Utility scripts for use with lftp. %patch1 -p1 -b .date_fmt %patch2 -p1 -b .man -%patch3 -p1 -b .gets #sed -i.rpath -e '/lftp_cv_openssl/s|-R.*lib||' configure sed -i.norpath -e \ @@ -96,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 04 2013 Jiri Skala - 4.4.2-1 +- updated to latest upstream 4.4.2 + * Tue Jan 29 2013 Jiri Skala - 4.4.1-1 - updated to latest upstream 4.4.1 diff --git a/sources b/sources index 17bc690..7c4cb15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7dd95966ce1a48c622c86bca8cf5b496 lftp-4.4.1.tar.xz +3c9411d859e1df9c09d3de0f32774cf3 lftp-4.4.2.tar.xz