Skip to content

Debian Changelog spkproxy (1.4.8-4.1)

2009

spkproxy (1.4.8-4.1) unstable; urgency=low

   * Non-maintainer upload.
   * Change dependency from python-pyopenssl to python-openssl
     (Closes: #494902)

 -- Emmanuel Bouthenot <kolter@openics.org>  Mon, 21 Apr 2009 18:53:26 +0000

2006

spkproxy (1.4.8-4) unstable; urgency=low

   * Acknowledge NMU, thanks Ana for the patch. (Closes: #380960)
   * Package rebuild makes it depend on python version 2.4 (Closes: #385390)
   * Add a new -c option to define the proxy's cache for users, this makes
     it easier to define an alternate location for cachedir so that
     administrators do not have to fiddle with the permissions of
     /var/cache/spikeproxy
   * Introduce all the options into the manpage, including the new -c option.
     (it previously said there was only one option, which is no longer true)
   * Introduce a new function in spikeProxyUI.py to setCache() that checks
     if the cache directory exists and is writable. Previously it will only
     check if it existed and would not complain about it not being writable
     until you browsed through the proxy. This makes the error message
     of the cachedir not being useful for the user appear as soon as the
     program startups.
   * Remove all compile Python files under ntlm/. This makes it possible
     to rebuild the package after running spikeproxy locally (within
     package sources)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun, 1 Oct 2006 23:51:39 +0200

spkproxy (1.4.8-3.1) unstable; urgency=low

   * Non-maintainer upload.
   * Updated to the new Python policy. (Closes: #380960)
   * Bumped compat to 5.

 -- Ana Beatriz Guerrero Lopez <ana@ekaia.org>  Fri, 29 Sep 2006 00:28:16 +0200

spkproxy (1.4.8-3) unstable; urgency=low

   * Do some error interception with respect of the cache dir.
     Also, add a symlink from /usr/share/spikeproxy/cache to
     /var/cache/spikeproxy/. I'm doing this after Ubuntu
     improperly fixed a bug (Malone: #3397) which nobody
     forwarded to me. And still the reporter said that I'm not responding,
     go figure.
   * Have spikeproxy intercept the error when trying to create
     cache directories under /var/cache/spikeproxy/ and print some
     additional information (point users to README.Debian!)
   * Add some more information in README.Debian on how to setup
     spikeproxy and why the default is the way it is.

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 6 Apr 2006 12:11:52 +0200

2005

spkproxy (1.4.8-2) unstable; urgency=low

   * Add timeoutsocked and read_query to the Makefile's python files
     to install (Closes: #322229

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 11 Aug 2005 20:48:04 +0200

spkproxy (1.4.8-1) unstable; urgency=low

   * Updated to latest upstream release
   * Use debhelper compatibility version 4
   * Set exit status in the postrm script to prevent --purge from
     breaking if the CACHEDIR does not exist (Closes: #320684)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Fri, 5 Aug 2005 01:01:47 +0200

spkproxy (1.4.7-9) unstable; urgency=low

   * Fixed web interface UI with patch provided by Uew Hermann
    (Closes: #298235)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sat, 19 Mar 2005 20:36:12 +0100

2004

spkproxy (1.4.7-8) unstable; urgency=medium

   * Spikeproxy now uses /var/cache/spikeproxy as it's cache directory
     instead of the current directory when being run (Closes: #266321)
   * Use dh_python in debian/rules (Closes: #207327)
   * Remove unnecesary directories from the DIRS definition in the Makefile
   * Changed architecture to 'all'
   * Remove all the contents of the cache dir on purge
   * Changed PORT to '8080' in spikeProxyUI.py

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed, 25 Aug 2004 16:55:35 +0200

2003

spkproxy (1.4.7-7) unstable; urgency=low

   * Added python-pyopenssl dependencies (Closes: #222409, #222211)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Fri, 28 Nov 2003 22:39:44 +0100

spkproxy (1.4.7-6) unstable; urgency=low

   * Added Build-Depends on python (Closes: #213879)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun, 5 Oct 2003 18:30:58 +0200

spkproxy (1.4.7-5) unstable; urgency=low

   * Use dh_python and call dh_python  as suggested by Josselin Mouette
    (Closes: #207327)
   * Removed python byte-compiled files

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 28 Aug 2003 16:02:56 +0200

spkproxy (1.4.7-4) unstable; urgency=low

   * Fixed depends line (Closes: #205946)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed, 20 Aug 2003 16:35:23 +0200

spkproxy (1.4.7-3) unstable; urgency=low

   * Depends on python2.3 as requested by maintainers, removed
     python 2.2 dependancies.

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun, 17 Aug 2003 12:49:52 +0200

spkproxy (1.4.7-2) unstable; urgency=low

   * Added python-xml and python2.2-xmlbase to the dependancies (Closes: #198272)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sat, 21 Jun 2003 12:56:13 +0200

spkproxy (1.4.7-1) unstable; urgency=low

   * Initial Release.
   * Added a wrapper script and a manpage to the proxy.
   * Modified spikeproy:
   	- to tell users to setup the HTTP proxy
         - to not validate the version (he thinks its outdated even if
           it's the latest one)
   * Included a Makefile to install the information properly
   * Added dependancies suggest by spkproxy.py

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 5 Jun 2003 08:31:29 +0200