Accepting request 312809 from network

1

OBS-URL: https://build.opensuse.org/request/show/312809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lftp?expand=0&rev=59
This commit is contained in:
2015-06-23 09:58:37 +00:00
committed by Git OBS Bridge
7 changed files with 35 additions and 16 deletions
+19
View File
@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jun 19 17:08:47 UTC 2015 - kstreitova@suse.com
- update to 4.6.3a
* new mirror setting mirror:overwrite and options
--overwrite/--no-overwrite.
* new mirror option --upload-older.
* new mirror option --recursion={always,never,missing,newer}.
* try to download zero sized files as they may be non-empty.
* torrent: new options --only-new, --only-incomplete.
* torrent: fixed endless loop in FD deallocation.
* fixed a memleak when parsing a directory listing with special
files.
* fixed one byte buffer overflow in cls.
* fixed cmd:fail-exit description in the man page.
* fixed large stack usage when parsing fish directory listings.
- refresh lftp-stdio.h.patch
- use spec-cleaner
-------------------------------------------------------------------
Thu May 28 08:27:26 UTC 2015 - idonmez@suse.com
+5 -5
View File
@@ -19,7 +19,7 @@
%define vi_version 1.1
Name: lftp
Version: 4.6.2
Version: 4.6.3a
Release: 0
Summary: Command Line File Transfer Program
License: GPL-2.0+
@@ -57,10 +57,10 @@ BuildRequires: update-alternatives
BuildRequires: xz
Requires: %{_bindir}/less
Requires(post): update-alternatives
Conflicts: ftp
Obsoletes: lftp-beta < %{version}
Provides: lftp-beta = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Conflicts: ftp
%description
LFTP is a reliable shell-like command line FTP client. It can retry
@@ -169,9 +169,9 @@ fi
%{_libdir}/lftp/%{version}/proto-sftp.so
%{_libdir}/liblftp-*.so
%{_libdir}/liblftp-*.so.*
%doc %{_mandir}/man1/lftp.1%{ext_man}
%doc %{_mandir}/man1/lftpget.1%{ext_man}
%doc %{_mandir}/man5/lftp.conf.5%{ext_man}
%{_mandir}/man1/lftp.1%{ext_man}
%{_mandir}/man1/lftpget.1%{ext_man}
%{_mandir}/man5/lftp.conf.5%{ext_man}
%{_datadir}/pixmaps/%{name}.png
%changelog
BIN
View File
Binary file not shown.
-7
View File
@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBVL5fMqCS7afKpmhgRAjI/AJ9Gf5Scw64hVwtg6cC2kksX2SC47wCeKLjt
weXmGreS0GeIOv6ZJBv6Lxk=
=VDB9
-----END PGP SIGNATURE-----
BIN
View File
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBVgYI8qCS7afKpmhgRAkyzAKCOKy2dhfMNZCLZvbtM8CEd9R6OLwCgiJHW
kc0A1KQNxRvRh26+jW05ZRs=
=2YfE
-----END PGP SIGNATURE-----
+1 -1
View File
@@ -10,7 +10,7 @@ Index: lftp-4.4.9/lib/stdio.in.h
so any use of gets warrants an unconditional warning; besides, C11
removed it. */
#undef gets
-#if HAVE_RAW_DECL_GETS
-#if HAVE_RAW_DECL_GETS && !defined __cplusplus
+#if 0
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#endif