Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2012-10-17 07:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lftp (Old)
 and      /work/SRC/openSUSE:Factory/.lftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lftp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lftp/lftp.changes        2012-07-30 
09:15:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2012-10-17 
07:15:06.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Oct 16 10:02:11 UTC 2012 - [email protected]
+
+- update to 4.4.0 
+  * implemented bittorrent extensions (FAST, DHT, LTEP,
+    ut_metadata, ut_pex).
+  * allow torrent downloading by magnet links.
+  * new setting torrent:use-dht.
+  * new torrent option --dht-bootstrap for manual bootstrapping.
+  * add support for name.utf-8 and path.utf-8 in torrent metadata.
+  * now net:limit-rate and net:limit-total-rate settings can use suffixes,
+    e.g. `set net:limit-total-rate 1M:500k'.
+  * allow numeric user names.
+  * don't try to upload if ALLO fails.
+  * send PROT to ftp servers always when AUTH is activated.
+  * fixed gnutls non-fatal error checking.
+  * fixed execution of at-finish and at-queue-finish in certain cases.
+  * fixed termcap coredump.
+  * fixed opie on 64-bit machines.
+  * treat gnutls decryption error as non-fatal.
+  * fixed core dump in `bm:' pseudo-URL opening.
+  * fixed PROPFIND result parsing (WebDAV).
+
+-------------------------------------------------------------------

Old:
----
  lftp-4.3.7.tar.bz2

New:
----
  lftp-4.4.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lftp.spec ++++++
--- /var/tmp/diff_new_pack.Qohv6j/_old  2012-10-17 07:15:07.000000000 +0200
+++ /var/tmp/diff_new_pack.Qohv6j/_new  2012-10-17 07:15:07.000000000 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:           lftp
-Version:        4.3.7
+Version:        4.4.0
 Release:        0
 %define vi_version 1.1
 Url:            http://lftp.yar.ru/

++++++ lftp-4.3.7.tar.bz2 -> lftp-4.4.0.tar.bz2 ++++++
++++ 28123 lines of diff (skipped)

++++++ lftp-wrapper+edit+compat-modify.patch ++++++
--- /var/tmp/diff_new_pack.Qohv6j/_old  2012-10-17 07:15:08.000000000 +0200
+++ /var/tmp/diff_new_pack.Qohv6j/_new  2012-10-17 07:15:08.000000000 +0200
@@ -1,7 +1,15 @@
-diff -aur lftp-4.3.0.orig/src/CmdExec.cc lftp-4.3.0/src/CmdExec.cc
---- lftp-4.3.0.orig/src/CmdExec.cc     2011-06-16 11:33:55.000000000 +0200
-+++ lftp-4.3.0/src/CmdExec.cc  2011-06-25 11:14:02.408001075 +0200
-@@ -1169,6 +1169,38 @@
+---
+ src/CmdExec.cc  |   32 ++++++++++++++++++++++++++++++++
+ src/CmdExec.h   |    3 +++
+ src/CopyJob.cc  |    3 ++-
+ src/Makefile.am |   12 ++++++++++--
+ 4 files changed, 47 insertions(+), 3 deletions(-)
+
+Index: lftp-4.4.0/src/CmdExec.cc
+===================================================================
+--- lftp-4.4.0.orig/src/CmdExec.cc
++++ lftp-4.4.0/src/CmdExec.cc
+@@ -1197,6 +1197,38 @@ void CmdExec::ChangeSession(FileAccess *
        ConnectionSlot::Set(slot,session);
  }
  
@@ -40,10 +48,11 @@
  const char *CmdExec::CmdByIndex(int i)
  {
     if(dyn_cmd_table)
-diff -aur lftp-4.3.0.orig/src/CmdExec.h lftp-4.3.0/src/CmdExec.h
---- lftp-4.3.0.orig/src/CmdExec.h      2011-06-16 11:34:02.000000000 +0200
-+++ lftp-4.3.0/src/CmdExec.h   2011-06-25 11:14:21.822001078 +0200
-@@ -228,6 +228,9 @@
+Index: lftp-4.4.0/src/CmdExec.h
+===================================================================
+--- lftp-4.4.0.orig/src/CmdExec.h
++++ lftp-4.4.0/src/CmdExec.h
+@@ -231,6 +231,9 @@ public:
     static void RegisterCommand(const char *name,cmd_creator_t creator,
        const char *short_name=0,const char *long_name=0);
  
@@ -53,10 +62,11 @@
     Job *builtin_lcd();
     Job *builtin_cd();
     Job *builtin_open();
-diff -aur lftp-4.3.0.orig/src/CopyJob.cc lftp-4.3.0/src/CopyJob.cc
---- lftp-4.3.0.orig/src/CopyJob.cc     2011-04-29 06:58:27.000000000 +0200
-+++ lftp-4.3.0/src/CopyJob.cc  2011-06-25 11:15:01.447001079 +0200
-@@ -21,6 +21,7 @@
+Index: lftp-4.4.0/src/CopyJob.cc
+===================================================================
+--- lftp-4.4.0.orig/src/CopyJob.cc
++++ lftp-4.4.0/src/CopyJob.cc
+@@ -20,6 +20,7 @@
  /* $Id: CopyJob.cc,v 1.48 2011/04/29 04:58:27 lav Exp $ */
  
  #include <config.h>
@@ -64,7 +74,7 @@
  #include "CopyJob.h"
  #include "ArgV.h"
  #include "plural.h"
-@@ -253,7 +254,7 @@
+@@ -252,7 +253,7 @@ void CopyJobEnv::SetCopier(FileCopy *c,c
  
  xstring& CopyJobEnv::FormatFinalWithPrefix(xstring& s,const char *p)
  {
@@ -73,9 +83,10 @@
        return s;
     if(count==errors)
        return s;
-diff -aur lftp-4.3.0.orig/src/Makefile.am lftp-4.3.0/src/Makefile.am
---- lftp-4.3.0.orig/src/Makefile.am    2011-06-16 12:15:45.000000000 +0200
-+++ lftp-4.3.0/src/Makefile.am 2011-06-25 11:16:18.269001078 +0200
+Index: lftp-4.4.0/src/Makefile.am
+===================================================================
+--- lftp-4.4.0.orig/src/Makefile.am
++++ lftp-4.4.0/src/Makefile.am
 @@ -1,7 +1,7 @@
  localedir = $(datadir)/locale
  pkgverlibdir = $(pkglibdir)/$(VERSION)
@@ -85,7 +96,7 @@
  bin_SCRIPTS = lftpget
  pkgdata_SCRIPTS = import-ncftp import-netscape verify-file 
convert-mozilla-cookies
  noinst_SCRIPTS = ftpget
-@@ -9,6 +9,7 @@
+@@ -9,6 +9,7 @@ noinst_SCRIPTS = ftpget
  EXTRA_DIST = $(pkgdata_SCRIPTS) $(bin_SCRIPTS) $(noinst_SCRIPTS)
  
  lftp_SOURCES = lftp.cc complete.h complete.cc lftp_rl.c lftp_rl.h attach.cc 
attach.h
@@ -93,7 +104,7 @@
  
  noinst_PROGRAMS = example1 example2 example1-cmd
  noinst_LTLIBRARIES = example-module1.la
-@@ -19,7 +20,7 @@
+@@ -19,7 +20,7 @@ example_module1_la_SOURCES = example-mod
  example_module1_la_LDFLAGS  = -module -avoid-version -rpath $(pkgverlibdir)
  
  TASK_MODULES = liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la 
proto-file.la proto-fish.la proto-sftp.la
@@ -102,16 +113,16 @@
  if WITH_MODULES
    pkgverlib_LTLIBRARIES = $(TASK_MODULES) $(JOB_MODULES)
  else
-@@ -37,6 +38,8 @@
+@@ -37,6 +38,8 @@ proto_sftp_la_SOURCES = SFtp.cc SFtp.h
  cmd_mirror_la_SOURCES = MirrorJob.cc MirrorJob.h
  cmd_sleep_la_SOURCES  = SleepJob.cc SleepJob.h
- cmd_torrent_la_SOURCES= Torrent.cc Torrent.h Bencode.cc Bencode.h
-+cmd_edit_la_SOURCES = cmd-edit.cc                                             
                                                             
-+compat_mode_la_SOURCES = CompatMode.cc CompatMode.h                           
                                                             
+ cmd_torrent_la_SOURCES= Torrent.cc Torrent.h DHT.cc DHT.h Bencode.cc Bencode.h
++cmd_edit_la_SOURCES = cmd-edit.cc
++compat_mode_la_SOURCES = CompatMode.cc CompatMode.h
  liblftp_pty_la_SOURCES     = PtyShell.cc PtyShell.h lftp_pty.c lftp_pty.h
  liblftp_network_la_SOURCES = NetAccess.cc NetAccess.h Resolver.cc Resolver.h\
   lftp_ssl.cc lftp_ssl.h buffer_ssl.cc buffer_ssl.h RateLimit.cc RateLimit.h\
-@@ -55,6 +58,8 @@
+@@ -55,6 +58,8 @@ proto_sftp_la_LDFLAGS = -module -avoid-v
  cmd_mirror_la_LDFLAGS = -module -avoid-version -rpath $(pkgverlibdir)
  cmd_sleep_la_LDFLAGS  = -module -avoid-version -rpath $(pkgverlibdir)
  cmd_torrent_la_LDFLAGS= -module -avoid-version -rpath $(pkgverlibdir)
@@ -120,7 +131,7 @@
  liblftp_pty_la_LDFLAGS     = -avoid-version -rpath $(pkgverlibdir)
  liblftp_network_la_LDFLAGS = -avoid-version -rpath $(pkgverlibdir) 
$(OPENSSL_LDFLAGS)
  liblftp_network_la_LIBADD  = $(SOCKSLIBS) $(OPENSSL_LIBS) $(LIBGNUTLS_LIBS) 
$(GNULIB)
-@@ -99,6 +104,9 @@
+@@ -101,6 +106,9 @@ liblftp_jobs_la_LIBADD = $(JOB_MODULES_S
  lftp_LDADD = liblftp-jobs.la $(READLINE)
  lftp_DEPENDENCIES = liblftp-jobs.la $(READLINE_DEPEND)
  


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to