updated to latest upstream 4.4.2

This commit is contained in:
Jiri Skala 2013-02-04 15:07:19 +01:00
parent a9707b277f
commit a1395f367b
5 changed files with 7 additions and 21 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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@

View File

@ -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 <jskala@redhat.com> - 4.4.2-1
- updated to latest upstream 4.4.2
* Tue Jan 29 2013 Jiri Skala <jskala@redhat.com> - 4.4.1-1
- updated to latest upstream 4.4.1

View File

@ -1 +1 @@
7dd95966ce1a48c622c86bca8cf5b496 lftp-4.4.1.tar.xz
3c9411d859e1df9c09d3de0f32774cf3 lftp-4.4.2.tar.xz