Skip to content

Debian Changelog torrentflux (2.4-3)

2008

torrentflux (2.4-3) unstable; urgency=low

   * Fix pending l10n issues. Debconf translations:
     - Swedish. (Closes: #492061)
     - Finnish. (Closes: #501943)
     - Basque. (Closes: #502250)
     - thanks to Christian Perrier for coordinating this

 -- Cameron Dale <camrdale@gmail.com>  Tue, 21 Oct 2008 18:49:03 -0700

torrentflux (2.4-2) unstable; urgency=medium

   * Upgrade the dependency on bittornado for the UPnP change.
   * Update standards version to 3.8.0
     - Add a README.source file pointing to the quilt documentation
   * medium urgency to get it into lenny
   * Fix the bad priority setting on the restart webserver debconf question
   * Remove the no longer needed postinst-uses-db-input lintian override

 -- Cameron Dale <camrdale@gmail.com>  Sun, 20 Jul 2008 00:36:36 -0700

torrentflux (2.4-1) unstable; urgency=low

   * New upstream release
     - Some patches included in new release no longer needed:
         04_fix_python_filename_dependence.dpatch
         08_http_query_builder.dpatch
         09_fix_directory_traversal.dpatch
         16_update_settings_fails_with_blank_search_filter.dpatch
         18_errors_in_error_handling.dpatch
     - Other patches refreshed or updated to apply properly
     - Remove the no longer needed CR-LF removal with tofrodos
   * Upgrade the database slightly for the new upstream release.
   * Update DB install script to use PirateBay as default search.

 -- Cameron Dale <camrdale@gmail.com>  Wed, 02 Jul 2008 17:58:49 -0700

torrentflux (2.3-10) unstable; urgency=low

   * Debconf translations, huge thanks to Christian Perrier for
     organizing the translations:
     - Brazilian Portuguese. Closes: #480945
     - Portuguese. Closes: #480949
     - French. Closes: #481783
     - German. Closes: #483041
     - Italian. Closes: #485087
     - Vietnamese. Closes: #486188
     - Russian. Closes: #486202
     - Galician. Closes: #486214
     - Czech. Closes: #486234
     - Turkish. Closes: #486872
   * Refresh all the current quilt patches.

 -- Cameron Dale <camrdale@gmail.com>  Sun, 22 Jun 2008 23:10:15 -0700

torrentflux (2.3-9) unstable; urgency=low

   * Remove the UPnP options for bittornado 0.3.18-6 (Closes: #480058)
   * Fix the typo in the location of a config file.
   * Fix a bug in the error handling of btphptornado.py (based on
     bittornado's 25_errors_in_error_handling.dpatch)

 -- Cameron Dale <camrdale@gmail.com>  Wed, 07 May 2008 15:21:11 -0700

torrentflux (2.3-8) unstable; urgency=low

   * Add ability to install with non-apache webservers (Closes: #461605)
     (no auto-configuration though, you have to configure it yourself)
   * Fix updating search setttings when there are no filters (LP: #197036)

 -- Cameron Dale <camrdale@gmail.com>  Fri, 02 May 2008 16:59:05 -0700

torrentflux (2.3-7) unstable; urgency=low

   * Switch to quilt for patches.
   * Remove binary-arch target from debian/rules.
   * Upgrade to standards version 3.7.3 (no changes).
   * Move Homepage from description to source field.
   * Remove a windows-only Thumbs.db file.
   * Fix a missing close brace in the PirateBay search module.
   * Fixed watch file regex.

 -- Cameron Dale <camrdale@gmail.com>  Sun, 17 Feb 2008 13:02:49 -0800

2007

torrentflux (2.3-6) unstable; urgency=low

   * Add new Italian debconf translation (Closes: #448899)
   * Change XS-Vcs-* fields to Vcs-*

 -- Cameron Dale <camrdale@gmail.com>  Mon, 12 Nov 2007 12:23:03 -0800

torrentflux (2.3-5) unstable; urgency=low

   * Add missing dependency on zip (thanks Ubuntu)

 -- Cameron Dale <camrdale@gmail.com>  Tue, 23 Oct 2007 11:12:49 -0700

torrentflux (2.3-4) unstable; urgency=low

   * Reorder dependencies to prefer php5 over php4
   * Upgrade the mysql-server from Suggests to Recommends
   * Explicitly enable index.php for apache's DirectoryIndex

 -- Cameron Dale <camrdale@gmail.com>  Sat, 20 Oct 2007 13:49:03 -0700

torrentflux (2.3-3) unstable; urgency=low

   * Add Dutch debconf translation (Closes: #423045)
   * Added XS-Vcs-Browser field
   * Added Dm-Upload-Allowed for Debian Maintainer uploads

 -- Cameron Dale <camrdale@gmail.com>  Wed, 17 Oct 2007 11:34:28 -0700

torrentflux (2.3-2) unstable; urgency=low

   * Upgrade the database to the 2.3 style

 -- Cameron Dale <camrdale@gmail.com>  Mon, 7 May 2007 11:34:28 -0700

torrentflux (2.3-1) unstable; urgency=low

   * New upstream release (Closes: #409706)
     - many dpatches now no longer needed
   * New German translation (Closes: #412160)
   * Added tofrodos use to fix line endings in web files
   * Updated search engine modules to latest

 -- Cameron Dale <camrdale@gmail.com>  Sun, 22 Apr 2007 11:34:28 -0700

2006

torrentflux (2.1-7) unstable; urgency=high

   * Add more security fixes (Closes: #400582)
     - some missed previously (11_missed_security_fixes.dpatch)
     - remote command execution in metaInfo.php, issue
       CVE-2006-6331 (12_metaInfo_remote_command.dpatch)
     - possible XSS vulnerability due to urldecode
       (13_possible_xss_vulnerability.dpatch)
     - remote command execution in maketorrent.php,
       (14_maketorrent_remote_command.dpatch)
     - more possible fixes just to be safe
       (15_additional_possible_fixes.dpatch)

 -- Cameron Dale <camrdale@gmail.com>  Sat, 16 Dec 2006 22:30:44 -0800

torrentflux (2.1-6) unstable; urgency=high

   * Sanitize file inputs (Closes: #399169)
     - fixes: CVE-2006-6329, CVE-2006-6330
   * Update search engines to latest

 -- Cameron Dale <camrdale@gmail.com>  Tue, 21 Nov 2006 22:30:44 -0800

torrentflux (2.1-5) unstable; urgency=high

   * Updated 06_sanitize_html_entities to fix the security
       issue CVE-2006-5451, urgency set to high (Closes: #395099)
   * Fixed the directroy traversal vulnerability (Closes: #395930)
     - issue CVE-2006-5609

 -- Cameron Dale <camrdale@gmail.com>  Sat, 28 Oct 2006 16:40:53 -0700

torrentflux (2.1-4) unstable; urgency=medium

   * Fix minor XSS vulnerability in admin.php (Closes: #392501)
     - issue CVE-2006-5227
   * Update the printed version number to match the website (Closes: #392601)
   * Fix http_query_builder() error in SearchEngineBase.php
   * Update the search engines from the forums
   * Add new search engines from the forums

 -- Cameron Dale <camrdale@gmail.com>  Sat, 14 Oct 2006 15:40:03 -0700

torrentflux (2.1-3) unstable; urgency=high

   * Change the config script to comply with policy 7.2 (Closes: #388238)

 -- Cameron Dale <camrdale@gmail.com>  Sat, 23 Sep 2006 14:51:31 -0700

torrentflux (2.1-2) unstable; urgency=medium

   * New Czech translation from Miroslav Kure (Closes: #361121)
   * New Portugese translation from Rui Branco (Closes: #373258)
   * New French translation from Gaetan Crahay (Closes: #366495)
   * Change the /usr/bin/env references to /usr/bin/python
   * Update the standards version to 3.7.2
   * Move debhelper and dpatch to build-depends
   * Change the postrm script to comply with policy 7.2

 -- Cameron Dale <camrdale@gmail.com>  Mon, 21 Aug 2006 17:47:03 -0700

torrentflux (2.1-1) unstable; urgency=low

   * New upstream release
   * Updated dbconfig-common patch for new config file
   * Remove config.php from etc as it is no longer a config file
   * Add debconf note about updated config location
   * Switch to docbook for man pages
   * Add manpages for 2 new programs
   * Update control for new release features
   * Add dependency on mysql-client (temporarily avoids #353617)
   * Use variable substitution in debconf templates (Closes: #360694)
   * Add lintian override for postinst-uses-db-input
   * Upgrade debhelper compatibility to v5
   * Add comments to debhelper files
   * Fix watch file to work properly
   * Change installed docs
   * New patch 03_remove_initial_db_insert
   * New patch 04_fix_python_filename_dependence
   * Add documentation of the database install

 -- Cameron Dale <camrdale@gmail.com>  Fri, 14 Apr 2006 15:13:06 -0800

torrentflux (2.0beta1-7) unstable; urgency=low

   * Fixed: copyright to mention sources more accurately

 -- Cameron Dale <camrdale@gmail.com>  Mon, 20 Mar 2006 20:55:47 -0800

torrentflux (2.0beta1-6) unstable; urgency=low

   * Fixed: chown usage to use : instead of .
   * Fixed: ownership and permissions of config files
   * Move web install directory to usr/share/torrentflux/www
   * Added: mention of adodb and bittornado in copyright file
   * Removed: symlink in var/www to usr/share
   * Fixed: torrentspy.php updated to work with new site design
   * Fixed: escaping quotes in folder view

 -- Cameron Dale <camrdale@gmail.com>  Sat, 17 Mar 2006 16:09:45 -0800

torrentflux (2.0beta1-5) unstable; urgency=low

   * Added: apache config snippet to link to usr/share directory
   * Added: debconf questions for restarting webserver
   * Removed: lintian override for no-debconf-templates
   * Added: use po-debconf to make translations possible

 -- Cameron Dale <camrdale@gmail.com>  Mon, 20 Feb 2006 16:09:45 -0800

torrentflux (2.0beta1-4) unstable; urgency=low

   * Fixed: moved install directory to usr/share from var/www

 -- Cameron Dale <camrdale@gmail.com>  Sun, 19 Feb 2006 16:09:45 -0800

torrentflux (2.0beta1-3) unstable; urgency=low

   * Fixed: removed mention of adodb in copyright file
   * Fixed: removed configure, configure-stamp and build-stamp from rules
   * Removed: unecessary depends on php and apache

 -- Cameron Dale <camrdale@gmail.com>  Wed, 1 Feb 2006 16:09:45 -0800

torrentflux (2.0beta1-2) unstable; urgency=low

   * Fixed: change owner of downloads directory instead of permissions
   * Removed: adodb source
   * Added: dependency on debian's libphp-adodb
   * Fixed: added lintian override for no-debconf-templates

 -- Cameron Dale <camrdale@gmail.com>  Sat, 21 Jan 2006 16:09:45 -0800

torrentflux (2.0beta1-1) unstable; urgency=low

   * Initial release Closes: #299008
   * Patch: modified python files to work with debian's patched bittornado
   * Patch: modified index.html to prevent page refreshes faster than the torrent can start bug
   * Started using dbconfig-common for database setup

 -- Cameron Dale <camrdale@gmail.com>  Wed, 4 Jan 2006 16:09:45 -0800