Your message dated Tue, 23 Oct 2007 11:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447598: fixed in sitecopy 1:0.16.3-13
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: sitecopy
Version: 1:0.16.3-12
Severity: normal
Tag: patch
Seems that #421606 fixing removed some patches, like the one for #337122
suggested by Silvestre Zabala. Quoting him,
the sftp protocol doesn't work with openssh >= 1:4.2p1-1 because the new
sftp command doesn't print a prompt after connecting to the remote
server any longer if STDIN is not a tty.[1]
[1]
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sftp.c.diff?r1=1.65&r2=1.66&f=h
tested that his patch indeed fixes the problem (sitecopy gets stalled when
using sftp, was breaking my nerves). Attached patch with a new dpatch
taking care of this, note that it contains a wrong bug-to-close (#337122,
which is archived and canot be reopened), so please change it to the real
bug number. Patch also removes some trailing whitespace.
Note that other patches might have been lost in the same process.
--
Agustin
diff -u sitecopy-0.16.3/debian/changelog sitecopy-0.16.3/debian/changelog
--- sitecopy-0.16.3/debian/changelog
+++ sitecopy-0.16.3/debian/changelog
@@ -1,3 +1,12 @@
+sitecopy (1:0.16.3-12.0.1) unstable; urgency=low
+
+ * debian/patches/01_sftpdriver.c_fix-for-new-openssh.dpatch:
+ - New patch to re-add original fix for #337122 by Silvestre
+ Zabala. It seems lost somewhere during the #421606 fixing
+ (Closes: #337122).
+
+ -- Agustin Martin Domingo <[EMAIL PROTECTED]> Mon, 22 Oct 2007 15:04:00 +0200
+
sitecopy (1:0.16.3-12) unstable; urgency=low
[Kartik Mistry]
@@ -70,7 +79,7 @@
* Added patch to fix wrong memory initialization (Closes: #397155)
* Fixed static compilation with libneon (Closes: #395876)
-
+
-- Kartik Mistry <[EMAIL PROTECTED]> Wed, 8 Nov 2006 22:35:12 +0530
sitecopy (1:0.16.3-4) unstable; urgency=low
@@ -83,7 +92,7 @@
sitecopy (1:0.16.3-3) unstable; urgency=low
- * Added patch for creating dynamic rc files for remote server, Thanks to
+ * Added patch for creating dynamic rc files for remote server, Thanks to
Jesus Climent <[EMAIL PROTECTED]>
* Added dpatch support
@@ -109,7 +118,7 @@
* New upstream release
- fixes memory corruption detected by glibc (Closes: #329159)
* Reverted back to using bundled neon library to prevent OpenSSL linkage
- * Added flag to rules to build bundled neon without OpenSSL
+ * Added flag to rules to build bundled neon without OpenSSL
-- Reed Snellenberger <[EMAIL PROTECTED]> Sun, 2 Oct 2005 08:39:46 -0500
@@ -120,8 +129,8 @@
- Fetches a single directory at a time (closes: #320585)
* Bumped to Standards-Version 3.6.2
* Changed neon & expat useage from embedded to debian packages
- * Correction to previous changelog:
- - SSL support NOT implemented; see README.Debian
+ * Correction to previous changelog:
+ - SSL support NOT implemented; see README.Debian
- Incorrect bug cited (should be 228634); not closed
- SSL configuration info re-removed from manpages pending support
@@ -151,7 +160,7 @@
sitecopy (1:0.11.4-5) unstable; urgency=low
- * Since the upstream is not active, I decided to apply patches
+ * Since the upstream is not active, I decided to apply patches
accumulated since the release of 0.11.4.
* Applied Nobuyuki Tsuchimura's complex patch.
http://www.nn.iij4u.or.jp/~tutimura/sitecopy/index.en.html
@@ -161,14 +170,14 @@
http://dav.lyra.org/pipermail/sitecopy/2002-May/001103.html
* Applied workaround for certain ftp servers -
http://dav.lyra.org/pipermail/sitecopy/2002-May/001104.html
- * Applied CWD + paths with STOR patch -
+ * Applied CWD + paths with STOR patch -
http://dav.lyra.org/pipermail/sitecopy/2002-April/001074.html
* Applied fix for German umlaut in filename -
http://dav.lyra.org/pipermail/sitecopy/2002-March/001048.html
(This hopefully closes: #144431)
- * Applied fix for rsh/fetch -
+ * Applied fix for rsh/fetch -
http://dav.lyra.org/pipermail/sitecopy/2002-February/001030.html
- * Applied Peter Moulder's misc changes -
+ * Applied Peter Moulder's misc changes -
http://dav.lyra.org/pipermail/sitecopy/2002-January/001000.html
* The following patches are pending:
http://dav.lyra.org/pipermail/sitecopy/2002-May/001094.html
@@ -204,7 +213,7 @@
* New upstream release.
* More changes by Peter Moulder.
-
+
-- Masayuki Hatta <[EMAIL PROTECTED]> Mon, 14 Jan 2002 10:35:40 +0900
sitecopy (1:0.11.3-1) unstable; urgency=low
@@ -217,7 +226,7 @@
See also http://www.nn.iij4u.or.jp/~tutimura/sitecopy/index.en.html
* Fixed build problem with libglade.
* Linked with external libneon.
- * Linked with GNOME XML library instead of expat. It might fix these bugs,
+ * Linked with GNOME XML library instead of expat. It might fix these bugs,
if not, please reopen - closes: #104589, #128161
* Do distclean in the top directory.
diff -u sitecopy-0.16.3/debian/patches/00list sitecopy-0.16.3/debian/patches/00list
--- sitecopy-0.16.3/debian/patches/00list
+++ sitecopy-0.16.3/debian/patches/00list
@@ -1,3 +1,4 @@
+01_sftpdriver.c_fix-for-new-openssh
01_remote_dynamic_rc.dpatch
02_french-po-fix.dpatch
03_wrong_memory_397155.dpatch
only in patch2:
unchanged:
--- sitecopy-0.16.3.orig/debian/patches/01_sftpdriver.c_fix-for-new-openssh.dpatch
+++ sitecopy-0.16.3/debian/patches/01_sftpdriver.c_fix-for-new-openssh.dpatch
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_sftpdriver.c_fix-for-new-openssh.dpatch by Agustin Martin Domingo <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+Re-adding original fix for #337122 by Silvestre Zabala
+
+Quoting him
+
+the sftp protocol doesn't work with openssh >= 1:4.2p1-1 because the new
+sftp command doesn't print a prompt after connecting to the remote
+server any longer if STDIN is not a tty.[1]
+
+[1] http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sftp.c.diff?r1=1.65&r2=1.66&f=h
+
[EMAIL PROTECTED]@
+diff -urNad sitecopy-0.16.3~/src/sftpdriver.c sitecopy-0.16.3/src/sftpdriver.c
+--- sitecopy-0.16.3~/src/sftpdriver.c 2005-06-29 11:44:47.000000000 +0200
++++ sitecopy-0.16.3/src/sftpdriver.c 2007-10-22 14:58:51.000000000 +0200
+@@ -140,7 +140,6 @@
+ }
+ close(c_in);
+ close(c_out);
+- read_sftp(sess); /* wait for prompt */
+ return SITE_OK;
+ }
+
--- End Message ---
--- Begin Message ---
Source: sitecopy
Source-Version: 1:0.16.3-13
We believe that the bug you reported is fixed in the latest version of
sitecopy, which is due to be installed in the Debian FTP archive:
sitecopy_0.16.3-13.diff.gz
to pool/main/s/sitecopy/sitecopy_0.16.3-13.diff.gz
sitecopy_0.16.3-13.dsc
to pool/main/s/sitecopy/sitecopy_0.16.3-13.dsc
sitecopy_0.16.3-13_i386.deb
to pool/main/s/sitecopy/sitecopy_0.16.3-13_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kartik Mistry <[EMAIL PROTECTED]> (supplier of updated sitecopy package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 23 Oct 2007 09:48:23 +0530
Source: sitecopy
Binary: sitecopy
Architecture: source i386
Version: 1:0.16.3-13
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Kartik Mistry <[EMAIL PROTECTED]>
Description:
sitecopy - A program for managing a WWW site via FTP, DAV or HTTP
Closes: 447598
Changes:
sitecopy (1:0.16.3-13) unstable; urgency=low
.
[Kartik Mistry]
* Added patch for sftp protocol doesn't work with openssh >= 1:4.2p1-1,
Thanks to Agustin Martin <[EMAIL PROTECTED]> for patch
(Closes: #447598)
* debian/copyright: corrected package copyright typos
Files:
1c6e9ffc9453343abe57d53ee8766a19 727 web extra sitecopy_0.16.3-13.dsc
97bae9473e8a7f432882c7e6b53d4ea8 39085 web extra sitecopy_0.16.3-13.diff.gz
d8296307f21dcd0027ef679d8fb2f10a 136260 web extra sitecopy_0.16.3-13_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHHc3WB9xWPR9BuQcRAq+6AKCJiJq75Rg77+ajOqwajldQuxJgYwCfbhGV
kmCEgq/d/wrtLSv1bCxPzbY=
=ZBMG
-----END PGP SIGNATURE-----
--- End Message ---