[Pkg-haskell-commits] darcs: mighttpd2: New upstream version 2.5.9.

Clint Adams clint at debian.org
Tue Jun 5 03:21:19 UTC 2012


Tue Jun  5 03:21:21 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 2.5.9.
  Ignore-this: c0876a24119d46371c0a817d3874c8b2

    M ./changelog +7
    A ./patches/fix-tests.diff
    A ./patches/series

Tue Jun  5 03:21:21 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 2.5.9.
  Ignore-this: c0876a24119d46371c0a817d3874c8b2
diff -rN -u old-mighttpd2//changelog new-mighttpd2//changelog
--- old-mighttpd2//changelog	2012-06-05 03:21:19.065322635 +0000
+++ new-mighttpd2//changelog	2012-06-05 03:21:19.069322493 +0000
@@ -1,3 +1,10 @@
+mighttpd2 (2.5.9-1) unstable; urgency=low
+
+  * New upstream version.
+  * Fix incorrect filenames in test suite.
+
+ -- Clint Adams <clint at debian.org>  Mon, 04 Jun 2012 23:11:03 -0400
+
 mighttpd2 (2.5.6-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-mighttpd2//patches/fix-tests.diff new-mighttpd2//patches/fix-tests.diff
--- old-mighttpd2//patches/fix-tests.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-mighttpd2//patches/fix-tests.diff	2012-06-05 03:21:19.069322493 +0000
@@ -0,0 +1,22 @@
+--- a/test/Test.hs
++++ b/test/Test.hs
+@@ -18,16 +18,16 @@
+ 
+ case_config :: Assertion
+ case_config = do
+-    res <- parseConfig "sample.conf"
++    res <- parseConfig "example.conf"
+     res @?= ans
+   where
+     ans = [("Port",CV_Int 80),("Debug_Mode",CV_Bool True),("User",CV_String "nobody"),("Group",CV_String "nobody"),("Pid_File",CV_String "/var/run/mighty.pid"),("Logging",CV_Bool True),("Log_File",CV_String "/var/log/mighty"),("Log_File_Size",CV_Int 16777216),("Log_Backup_Number",CV_Int 10),("Index_File",CV_String "index.html"),("Index_Cgi",CV_String "index.cgi"),("Status_File_Dir",CV_String "/usr/local/share/mighty/status"),("Connection_Timeout",CV_Int 30),("Worker_Processes",CV_Int 1)]
+ 
+ case_route :: Assertion
+ case_route = do
+-    res <- parseRoute "sample.route"
++    res <- parseRoute "example.route"
+     res @?= ans
+   where
+-    ans = [Block ["localhost","www.example.com"] [RouteCGI "/~alice/cgi-bin/" "/home/alice/public_html/cgi-bin/",RouteFile "/~alice/" "/home/alice/public_html/",RouteCGI "/cgi-bin/" "/export/cgi-bin/",RouteRevProxy "/app/cal/" "/calendar/" "example.net" 80,RouteRevProxy "/app/wiki/" "/" "127.0.0.1" 8080,RouteFile "/" "/export/www/"]]
++    ans = [Block ["localhost","www.example.com"] [RouteCGI "/~alice/cgi-bin/" "/home/alice/public_html/cgi-bin/",RouteFile "/~alice/" "/home/alice/public_html/",RouteCGI "/cgi-bin/" "/export/cgi-bin/",RouteRevProxy "/app/cal/" "/calendar/" "example.net" 80,RouteRevProxy "/app/wiki/" "/" "127.0.0.1" 3000,RouteFile "/" "/export/www/"]]
+ 
+ ----------------------------------------------------------------
diff -rN -u old-mighttpd2//patches/series new-mighttpd2//patches/series
--- old-mighttpd2//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-mighttpd2//patches/series	2012-06-05 03:21:19.069322493 +0000
@@ -0,0 +1 @@
+fix-tests.diff





More information about the Pkg-haskell-commits mailing list