Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: pu
Hello, lftp in wheezy/stable splits input script file after 4096 bytes. http://bugs.debian.org/711164 The upstream author reduced the first version of the patch to a single change: --8<-- --- lftp-4.3.6/src/CmdExec.cc 2012-01-24 10:38:25.000000000 +0100 +++ lftp-4.3.7/src/CmdExec.cc 2012-05-30 08:18:54.000000000 +0200 @@ -351,7 +351,7 @@ void CmdExec::AtFinish() { if(queue_feeder && queue_feeder->JobCount()) return; - if(!fed_at_finish && NumAwaitedJobs()==0) { + if(!fed_at_finish && NumAwaitedJobs()==0 && cmd_buf.Size()==0) { FeedCmd(ResMgr::Query(queue_feeder?"cmd:at-queue-finish":"cmd:at-finish",0)); FeedCmd("\n"); fed_at_finish=true; --8<-- sid and testing are already fixed. Is it OK to upload 4.3.6-1+deb7u2 with this patch to stable-proposed-updates? Thanks. Regards. Noël -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.9-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org