[Pkg-erlang-commits] r1458 - in yaws/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Tue Jun 26 05:24:42 UTC 2012


Author: sgolovan
Date: 2012-06-26 05:24:41 +0000 (Tue, 26 Jun 2012)
New Revision: 1458

Added:
   yaws/trunk/debian/patches/listing.diff
Modified:
   yaws/trunk/debian/changelog
   yaws/trunk/debian/patches/series
Log:
[yaws]
  * Added a patch which fixes delivering directory listings.


Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog	2012-06-24 12:22:14 UTC (rev 1457)
+++ yaws/trunk/debian/changelog	2012-06-26 05:24:41 UTC (rev 1458)
@@ -1,8 +1,8 @@
-yaws (1.93-2) UNRELEASED; urgency=low
+yaws (1.93-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Added a patch which fixes delivering directory listings.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 24 Jun 2012 16:22:13 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Tue, 26 Jun 2012 09:17:49 +0400
 
 yaws (1.93-1) unstable; urgency=low
 

Added: yaws/trunk/debian/patches/listing.diff
===================================================================
--- yaws/trunk/debian/patches/listing.diff	                        (rev 0)
+++ yaws/trunk/debian/patches/listing.diff	2012-06-26 05:24:41 UTC (rev 1458)
@@ -0,0 +1,15 @@
+Description: Patch fixes delivering the directory listings.
+Author: Sergei Golovan
+Last-updated: Tue, 26 Jun 2012 09:14:49 +0400
+
+--- yaws-1.93.orig/src/yaws_ls.erl
++++ yaws-1.93/src/yaws_ls.erl
+@@ -69,7 +69,7 @@
+     B = list_to_binary(Body),
+ 
+     yaws_server:accumulate_content(B),
+-    yaws_server:deliver_accumulated(Arg, CliSock, decide, undefined, final),
++    yaws_server:deliver_accumulated(Arg, CliSock, undefined, final),
+     yaws_server:done_or_continue().
+ 
+ parse_query(Path) ->

Modified: yaws/trunk/debian/patches/series
===================================================================
--- yaws/trunk/debian/patches/series	2012-06-24 12:22:14 UTC (rev 1457)
+++ yaws/trunk/debian/patches/series	2012-06-26 05:24:41 UTC (rev 1458)
@@ -3,3 +3,4 @@
 docs.diff
 m32m64.diff
 random.diff
+listing.diff




More information about the Pkg-erlang-commits mailing list