Your message dated Thu, 25 Oct 2012 19:28:34 +0100
with message-id <[email protected]>
and subject line Re: Bug#691445: unblock: camping/2.1.498-4
has caused the Debian Bug report #691445,
regarding unblock: camping/2.1.498-4
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
691445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691445
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hello release time,
I would like to request package camping (version 2.1.498-4) to be unblocked.
I have applied a patch that fixes support for HTTP POST, which is rather
necessary in a web application framework.
This upload fixes RC bug #689038:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689038
I have attached a debdiff of camping with the version in testing (2.1.498-3).
Plase unblock camping/2.1.498-4,
Cheers,
Paul
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru camping-2.1.498/debian/changelog camping-2.1.498/debian/changelog
--- camping-2.1.498/debian/changelog 2012-06-24 16:23:09.000000000 +0200
+++ camping-2.1.498/debian/changelog 2012-10-25 19:54:18.000000000 +0200
@@ -1,3 +1,11 @@
+camping (2.1.498-4) unstable; urgency=low
+
+ * debian/patches: add camping-allow-POST-through-Rack-File,
+ courtesy of Magnus Holm (closes: #689038)
+ * debian/source/local-options: unapply patches after build
+
+ -- Paul van Tilburg <[email protected]> Thu, 25 Oct 2012 19:54:15 +0200
+
camping (2.1.498-3) unstable; urgency=low
* debian/control:
diff -Nru camping-2.1.498/debian/patches/allow-POST-through-Rack-File.patch camping-2.1.498/debian/patches/allow-POST-through-Rack-File.patch
--- camping-2.1.498/debian/patches/allow-POST-through-Rack-File.patch 1970-01-01 01:00:00.000000000 +0100
+++ camping-2.1.498/debian/patches/allow-POST-through-Rack-File.patch 2012-10-25 19:42:13.000000000 +0200
@@ -0,0 +1,25 @@
+>From fe791e787f5665efdc3f17b0f6122260b3a6d770 Mon Sep 17 00:00:00 2001
+From: Magnus Holm <[email protected]>
+Date: Fri, 10 Feb 2012 17:31:12 +0100
+Subject: [PATCH] Server: Also catch 405 from Rack::File
+
+---
+ lib/camping/server.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/camping/server.rb b/lib/camping/server.rb
+index 47bffa7..af2bfc8 100644
+--- a/lib/camping/server.rb
++++ b/lib/camping/server.rb
+@@ -149,7 +149,7 @@ module Camping
+ end
+
+ def app
+- Rack::Cascade.new([Rack::File.new(public_dir), self], [404, 403])
++ Rack::Cascade.new([Rack::File.new(public_dir), self], [405, 404, 403])
+ end
+
+ def current_app
+--
+1.7.10.4
+
diff -Nru camping-2.1.498/debian/patches/series camping-2.1.498/debian/patches/series
--- camping-2.1.498/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ camping-2.1.498/debian/patches/series 2012-10-25 19:42:13.000000000 +0200
@@ -0,0 +1 @@
+allow-POST-through-Rack-File.patch
--- End Message ---
--- Begin Message ---
On Thu, 2012-10-25 at 20:15 +0200, Paul van Tilburg wrote:
> Hello release time,
*cough* :P
> I would like to request package camping (version 2.1.498-4) to be unblocked.
Unblocked; thanks.
fwiw:
+ * debian/source/local-options: unapply patches after build
The name's a bit of a give-away here, but the local-options file doesn't
get included in the source package, so description of what you've done
to it doesn't belong in the changelog.
Regards,
Adam
--- End Message ---