Your message dated Sat, 25 Jul 2009 18:17:03 +0000
with message-id <[email protected]>
and subject line Bug#505014: fixed in sks 1.1.0-8
has caused the Debian Bug report #505014,
regarding does not know about content type for html
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.)


-- 
505014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505014
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sks
Version: 1.1.0-4
Severity: important
Tags: patch

Nowadays sks apparently has a built in list of file endings and the
content-type it's supposed to be sending with each of those files in
its built-in webservers.

Ideally this list would use /etc/mime.types and/or fallback to
content-type application/octet-stream instead of erroring out.

For now, and ideally for lenny, we would at least add text/html to the
list.

This patch also allows - to appear in filenames.


diff -u sks-1.1.0/debian/changelog sks-1.1.0/debian/changelog
--- sks-1.1.0/debian/changelog
+++ sks-1.1.0/debian/changelog
@@ -1,3 +1,10 @@
+sks (1.1.0-4.1) unstable; urgency=low
+
+  * Teach dbserver about content-type for .html.
+  * Allow - in filenames for webserver.
+
+ -- Peter Palfrader <[email protected]>  Sat, 08 Nov 2008 16:00:06 +0000
+
 sks (1.1.0-4) unstable; urgency=low
 
   * fix cron.daily to call correct db*_archive and print unwanted messages
only in patch2:
unchanged:
--- sks-1.1.0.orig/debian/patches/509-content-types
+++ sks-1.1.0/debian/patches/509-content-types
@@ -0,0 +1,11 @@
+diff -ruN sks-1.1.0-old/dbserver.ml sks-1.1.0/dbserver.ml
+--- sks-1.1.0-old/dbserver.ml  2008-11-08 15:58:54.803687000 +0000
++++ sks-1.1.0/dbserver.ml      2008-11-08 15:59:37.333809983 +0000
+@@ -370,6 +370,7 @@
+       ".gif", "image/gif";
+       ".ico", "image/x-icon";
+       ".png", "image/png";
++      ".html", "text/html";
+       ".txt", "text/plain"; 
+     ]
+ 
only in patch2:
unchanged:
--- sks-1.1.0.orig/debian/patches/510-allowed-chars
+++ sks-1.1.0/debian/patches/510-allowed-chars
@@ -0,0 +1,12 @@
+diff -ruN sks-1.1.0-old/dbserver.ml sks-1.1.0/dbserver.ml
+--- sks-1.1.0-old/dbserver.ml  2008-11-08 16:12:22.376045000 +0000
++++ sks-1.1.0/dbserver.ml      2008-11-08 16:12:59.014429214 +0000
+@@ -348,7 +348,7 @@
+ 
+   let is_safe char = 
+     (char >= 'A' && char <= 'Z') || (char >= 'a' && char <= 'z') || 
+-    (char >= '0' && char <= '9') || (char = '.')
++    (char >= '0' && char <= '9') || (char = '.') || (char = '-')
+     
+ 
+   let verify_web_fname fname = 



--- End Message ---
--- Begin Message ---
Source: sks
Source-Version: 1.1.0-8

We believe that the bug you reported is fixed in the latest version of
sks, which is due to be installed in the Debian FTP archive:

sks_1.1.0-8.diff.gz
  to pool/main/s/sks/sks_1.1.0-8.diff.gz
sks_1.1.0-8.dsc
  to pool/main/s/sks/sks_1.1.0-8.dsc
sks_1.1.0-8_i386.deb
  to pool/main/s/sks/sks_1.1.0-8_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Martin <[email protected]> (supplier of updated sks 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Thu, 16 Jul 2009 23:33:21 +0200
Source: sks
Binary: sks
Architecture: source i386
Version: 1.1.0-8
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <[email protected]>
Changed-By: Christoph Martin <[email protected]>
Description: 
 sks        - Synchronizing OpenPGP Key Server
Closes: 505014
Changes: 
 sks (1.1.0-8) unstable; urgency=low
 .
   * Teach dbserver about content-type for .html.
   * Allow - in filenames for webserver.
   * closes: #505014
   * thanks to Peter Palfrader <[email protected]>
Checksums-Sha1: 
 d84010793d2604330655e815ee396ee52fab0564 1105 sks_1.1.0-8.dsc
 0a980545453a69f9b6944c5fc9378d67427de1f7 173238 sks_1.1.0.orig.tar.gz
 323cc7ec735d73051313dad8098cf27554f07bf9 16961 sks_1.1.0-8.diff.gz
 375f7f716d6efa4968445ab3d0e7d4feb5e25615 627194 sks_1.1.0-8_i386.deb
Checksums-Sha256: 
 e016ba3fc3af1fa0f0f0ac17d4d6da84298ad85e01a8a541a2f9b2cf9a764051 1105 
sks_1.1.0-8.dsc
 51d169ea7871f09f8dcf868158eece54bf2a333f23adff8d06bbca02ab7a5c5d 173238 
sks_1.1.0.orig.tar.gz
 ee966b33771aeec204c6193f96e6e8a8d627c0e66471d1df4f4bb0aa26cddeb0 16961 
sks_1.1.0-8.diff.gz
 f7a1f8c7091b7820a8a139d99a04ce4d9d1b5a89fb4f091804f301fed7267c03 627194 
sks_1.1.0-8_i386.deb
Files: 
 26d66a71b2f36d9bb799ca952b69ea00 1105 net optional sks_1.1.0-8.dsc
 78e6359209f29d5ac96343e0035ca3d9 173238 net optional sks_1.1.0.orig.tar.gz
 b2af19358b3ed136aeeceaa4d9e4a98d 16961 net optional sks_1.1.0-8.diff.gz
 15f5eac5e20b1831d71e6889b5949266 627194 net optional sks_1.1.0-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKX56dgeVih7XOVJcRAxVZAJ9t93SFZCol6xBuB6UiSYX9nwGp5ACeJ/Ed
EERs4yOq7aOe72kfd6Es8do=
=d84V
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to