Your message dated Wed, 03 Oct 2012 09:25:34 +0000
with message-id <[email protected]>
and subject line Bug#689263: Removed package(s) from unstable
has caused the Debian Bug report #400792,
regarding nanourl: Doesn't support GET URLs
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.)


-- 
400792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400792
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nanourl
Version: 0.1-7
Severity: normal


As shipped, nanourl can't support GET requests, so tricks like creating a
Firefox bookmark like this:

javascript:void(location.href='http://server.com/nanourl/create.php?url='+location.href)

to support automatic generation of URLs don't work.  The trivial patch
attached allows GET URLs to work although it prefers any information coming
in via POST.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nanourl depends on:
ii  apache                        1.3.34-4   versatile, high-performance HTTP s
ii  apache2-mpm-prefork [apache2] 2.2.3-3    Traditional model for Apache HTTPD
ii  mysql-client-5.0 [mysql-clien 5.0.24a-5  mysql database client binaries
ii  php4                          4:4.4.4-1  server-side, HTML-embedded scripti
ii  php4-mysql                    4:4.4.4-1  MySQL module for php4

nanourl recommends no packages.

-- no debconf information
--- create.php.orig     2006-11-28 14:00:37.000000000 -0500
+++ create.php  2006-11-28 14:01:13.000000000 -0500
@@ -16,6 +16,10 @@
     include('nanourl.conf');
     $newurl = $_POST['url'];
 
+    if(!$newurl)
+    {
+            $newurl = $_GET['url'];
+    }
     if($newurl)
     {
             if(! ($connection = @ mysql_connect($nanourlHost, $nanourlUser, 
$nanourlPassword)) ) {

--- End Message ---
--- Begin Message ---
Version: 0.1-7.1+rm

Dear submitter,

as the package nanourl has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/689263

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to