updated to latest upstream 4.4.2
This commit is contained in:
parent
a9707b277f
commit
a1395f367b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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@
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user