[SCM] Debian packaging of libcgi-cookie-splitter-perl branch, master, updated. 272260b26a6fa22f8c5e6023af73c155e8a24029

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Sep 12 19:26:50 UTC 2011


The following commit has been merged in the master branch:
commit 0e306bfc9810c98ee4dfa2e181b8c70ef6bf316d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Sep 12 18:36:15 2011 +0000

    Reword long description so that the bug can finally be closed.

diff --git a/debian/changelog b/debian/changelog
index 8df70d6..c033dd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 libcgi-cookie-splitter-perl (0.02-2) UNRELEASED; urgency=low
 
-  TODO: clarify long description before we can really close #491150
-
   [ Frank Lichtenheld ]
   * Fix typo in description.  Closes: #491150
 
@@ -19,7 +17,10 @@ libcgi-cookie-splitter-perl (0.02-2) UNRELEASED; urgency=low
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
- -- Peter Pentchev <roam at ringlet.net>  Thu, 17 Jul 2008 12:40:48 +0300
+  [ Florian Schlichting ]
+  * Reword long description so that the bug can finally be closed.
+
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Mon, 12 Sep 2011 18:35:01 +0000
 
 libcgi-cookie-splitter-perl (0.02-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 16fcbab..6fc164f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,10 @@ Package: libcgi-cookie-splitter-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libcgi-simple-perl
 Description: Split big cookies into smaller ones
- RFC 2109 recommends that the minimal cookie size supported by the client is
- 4096 bytes. This has become a pretty standard value, and if your server sends
- larger cookies than that it's considered a no-no.
+ RFC 2109 stipulates that user agents support a cookie size of "at least 4096
+ bytes per cookie". However, this value has become the standard maximum cookie
+ size supported by many implementations, so if your server sends larger
+ cookies considerable breakage may occur.
  .
  CGI::Cookie::Splitter provides a pretty simple interface to generate small 
  cookies that are under a certain limit, without wasting too much effort.

-- 
Debian packaging of libcgi-cookie-splitter-perl



More information about the Pkg-perl-cvs-commits mailing list