[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: squeeze-pu: package ftpd-ssl/0.17.32+0.3-1+deb6u1



[Keep my address in CC!]

Wednesday den  1 July 2015 klockan 21:26 skrev Thorsten Alteholz detta:
> Hi Mats,
> 
> On Tue, 30 Jun 2015, Mats Erik Andersson wrote:
> > The corresponding debdiff is attached. Please inform
> > me how approach this matter.
> 
> from my point of view it would be great to have this patch
> in oldoldstable as well.

As explained by Adam Barratt, uploading to oldoldstable is
impossible. He agrees that squeeze-lts is the only option.

> Some special infos about uploading can be found in [1].
> In regard to your debdiff, the distribution should be
> squeeze-lts instead of squeeze.

A revised debdiff to this effect is attached. As to the
available procedure, a quick test proved that 'mentors.d.n'
rejects my upload with distribution set to 'squeeze-lts'
so somebody needs to direct me to another viable solution.

In addition, Ias  will not consider joining this specific
Alioth group for signing a single DLA, another responsible
individual must act as proxy for me on this matter, or
effectively block a desirable package update.

Best regards,
  Mats Erik Andersson, present maintainer of linus-ftpd-ssl and DM
diff -Nru linux-ftpd-ssl-0.17.32+0.3/debian/changelog linux-ftpd-ssl-0.17.32+0.3/debian/changelog
--- linux-ftpd-ssl-0.17.32+0.3/debian/changelog	2010-07-25 02:37:26.000000000 +0200
+++ linux-ftpd-ssl-0.17.32+0.3/debian/changelog	2015-07-05 22:45:53.000000000 +0200
@@ -1,3 +1,11 @@
+linux-ftpd-ssl (0.17.32+0.3-1+deb6u1) squeeze-lts; urgency=medium
+
+  * QA Upload
+  * NLST of empty directory results in segfault. (Closes: #788331)
+    + debian/patches/500-ssl.diff: Updated.
+
+ -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Sun, 05 Jul 2015 22:45:13 +0200
+
 linux-ftpd-ssl (0.17.32+0.3-1) unstable; urgency=low
 
   * Update to linux-ftpd 0.17-32.
diff -Nru linux-ftpd-ssl-0.17.32+0.3/debian/patches/500-ssl.diff linux-ftpd-ssl-0.17.32+0.3/debian/patches/500-ssl.diff
--- linux-ftpd-ssl-0.17.32+0.3/debian/patches/500-ssl.diff	2010-07-25 02:37:26.000000000 +0200
+++ linux-ftpd-ssl-0.17.32+0.3/debian/patches/500-ssl.diff	2015-06-16 13:46:42.000000000 +0200
@@ -3,7 +3,7 @@
 Origin: ftp://ftp.uni-mainz.de/pub/software/security/ssl/SSL-MZapps/linux-ftpd-0.17+ssl-0.3.diff.gz
 Forwarded: not-needed
 Author: Tim Hudson <tjh@cryptsoft.com>
-Last-Update: 2010-06-21
+Last-Update: 2015-06-11
 
 Index: linux-ftpd-ssl/ftpd/Makefile
 ===================================================================
@@ -917,10 +917,12 @@
  				byte_count += strlen(nbuf) + 1;
  			}
  		}
-@@ -2705,6 +3193,13 @@
+@@ -2704,8 +3193,16 @@
+ 		reply(226, "Transfer complete.");
  
  	transflag = 0;
- 	if (dout != NULL)
+-	if (dout != NULL)
++	if (dout != NULL) {
 +#ifdef USE_SSL
 +                if (ssl_data_active_flag && (ssl_data_con!=NULL)) {
 +		    SSL_free(ssl_data_con);
@@ -929,8 +931,10 @@
 +		}
 +#endif /* USE_SSL */
  		(void) fclose(dout);
++	}
  	data = -1;
  	pdata = -1;
+ out:
 @@ -2792,3 +3287,223 @@
  }
  #endif	/* TCPWRAPPERS */

Reply to: