Bug#344098: cron-apt: DIFFIGNORE option broken in per-action config files

2005-12-19 Thread Cameron Dale
e as a per-action option, so adding something like: if [ -n "$DIFFIGNORE" -a "${DIFFIGNORE:0:23}" != "--ignore-matching-lines" ] ; then DIFFIGNORE="--ignore-matching-lines=$DIFFIGNORE" fi after the per-action config files are read (in between li

Bug#344115: apticron: only mail what changed since last run

2005-12-19 Thread Cameron Dale
script and the conf file. I've never made a patch before, so I'm not sure if what I did will work for you, but I made this patch against the directory I got when I "apt-get source apticron". Hope it makes sense to you. Cameron Dale -- System Information: Debian Release: te

Bug#299008: ITP: torrentflux -- a PHP based, feature-rich Torrent download manager

2005-12-20 Thread Cameron Dale
What is the status of this ITP? I see it is almost a year old, and I was wondering if anything's going to happen with it. I too use torrentflux, and would like to package it if you're not going to.If you are still working on it, then good luck to you, I look forward to installing it. Cameron Dale

Bug#299008: ITP: torrentflux -- a PHP based, feature-rich Torrent download manager

2006-01-05 Thread Cameron Dale
Hmmm, no response. I guess I'll just go ahead and package it. Cameron Dale On 12/20/05, Cameron Dale <[EMAIL PROTECTED]> wrote: > What is the status of this ITP? I see it is almost a year old, and I was > wondering if anything's going to happen with it. I too use torrentflu

Bug#346349: phpbb2-conf-mysql: Postrm script incorrectly refers to debconf variable phpbb2/nodbpurge

2006-01-07 Thread Cameron Dale
s has, if any, as I don't have the package installed, I'm only using the source for reference (and what a great reference it is). If it has no effect, feel free to ignore me. Cameron Dale [EMAIL PROTECTED] -- System Information: Debian Release: testing/unstable APT prefers testing A

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-12-11 Thread Cameron Dale
FYI, I will probably try and upload this on Thursday (Dec. 14th), in the hopes of eventually getting included back into Etch. Unless of course there are any more problems that come up, or problems pointed out with the fixes I have here. Thanks, Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECT

Bug#403661: torrentflux: fails to install with error code 10

2006-12-18 Thread Cameron Dale
On 12/18/06, Remi Vanicat <[EMAIL PROTECTED]> wrote: $ DEBCONF_DEBUG=developer dpkg --configure --pending Setting up torrentflux (2.1-7) ... debconf (developer): frontend started debconf (developer): frontend running, package name is torrentflux debconf (developer): starting /var/lib/dpkg/info/to

Bug#403661: torrentflux: fails to install with error code 10

2006-12-19 Thread Cameron Dale
severity 403661 normal tags 403661 unreproducible thanks On 12/19/06, Remi Vanicat <[EMAIL PROTECTED]> wrote: 2006/12/19, Micah Anderson <[EMAIL PROTECTED]>: > I just created a sid chroot and attempted to install torrentflux, I did > not encounter this problem. > > I tried a few different failur

Bug#387658: bittornado: Still affects non-curses btlaunchmany

2006-11-08 Thread Cameron Dale
On 11/8/06, Javier Kohen <[EMAIL PROTECTED]> wrote: Package: bittornado Version: 0.3.15-4 Followup-For: Bug #387658 You might try upgrading to the latest version (0.3.17-1), just to be sure this isn't fixed in the new upstream. This bug seems to be affecting the non-curses version of btlaunch

Bug#397949: libphp-adodb: require libapache-mod-php4 when installed libapache2-mod-php5

2006-11-10 Thread Cameron Dale
Hi Nikolay, I think the packages it is trying to install are not related to the dependencies on the phpapi's, which can be met by the php5cli and php5-cgi, but rather by the recommends on php4/5-odbc, php4/5-sybase, and php4/5-pgsql which you don't have installed. All three of these dependencies

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-12-02 Thread Cameron Dale
Unless there are any more problems found with the fix I created, I'm going to try and get this uploaded by Monday the 4th so I can start working on the soon-to-be-released new upstream version. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

Bug#401106: UnicodeDecodeError -message produce when invoking bittornado-gui

2006-12-02 Thread Cameron Dale
severity 401106 wishlist merge 401106 341276 tags 401106 - patch thanks Looks like another Unicode problem to me, so I'm merging with the others. Below is the (slightly) different error I get from the torrent file. Cameron Traceback (most recent call last): File "/usr/bin/btdownloadgui", line

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-12-06 Thread Cameron Dale
forwarded 400582 http://www.torrentflux.com/contact.php thanks Thanks for the additional info Stefan, I've forwarded this information to upstream. Unfortunately I have no time right now, so it will be a couple of days before I get to this. One question though (below). On 12/4/06, Stefan Fritsch

Bug#400582: present in 2.2 as well

2006-12-06 Thread Cameron Dale
On 12/4/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: The metaInfo.php issue doesn't seem to be fixed in 2.2 To be clear, I would like to point out that the more serious remote command execution using metaInfo.php IS fixed in 2.2. However, the local privilege escalation is present in 2.2 by a

Bug#400582: CVEs assigned

2006-12-06 Thread Cameron Dale
Hi Micah, Thanks for doing this. Unfortunately, I think one of these reports is a duplicate, and some are inaccurate as they don't apply to version 2.2. I don't know how these work, but if you can update them you may want to make some changes. See my notes below. On 12/6/06, Micah Anderson <[EMA

Bug#400582: present in 2.2 as well

2006-12-06 Thread Cameron Dale
On 12/6/06, Cameron Dale <[EMAIL PROTECTED]> wrote: On 12/4/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: > The metaInfo.php issue doesn't seem to be fixed in 2.2 To be clear, I would like to point out that the more serious remote command execution using metaInfo.php IS f

Bug#400582: CVEs assigned

2006-12-06 Thread Cameron Dale
On 12/6/06, Cameron Dale <[EMAIL PROTECTED]> wrote: > == > Name: CVE-2006-6331 > Status: Candidate > URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6331 > Reference: > CONFIRM:http://bugs.debian.org/c

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-12-06 Thread Cameron Dale
On 12/4/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: In index.php and dir.php, urldecode() is called after the htmlentities escaping is done by getRequestVar(). This allows to bypass the escaping. In dir.php this could be used for a XSS. Replace $dir by htmlentities($dir) in the error message. O

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-12-09 Thread Cameron Dale
I've prepared an updated fix for this (and other) problems. I split the previous patch into 2, and created 2 other new ones to fix other problems. All 4 are attached, and my repository contains the updated packages. Here's a description of the patches: 11_missed_security_fixes.dpatch: This patch

Bug#403564: --max_download_rate does not work

2007-01-11 Thread Cameron Dale
Hi Artur, Thanks for the report, and sorry for the delay in getting to it. Could you tell me what configuration you are using for the tracker/seeder/downloader? Are they all on the same network or behind the same router or something, or are any of them on running on the same computer? I have ha

Bug#399169: TorrentFlux Arbitrary Command Execution and Directory Traversal

2006-11-22 Thread Cameron Dale
adodb is in the works. Should be available soon. On Wednesday 22 November 2006 09:31, Cameron Dale wrote: > On 11/18/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: > > 1) Input passed to the "kill" parameter in index.php is not > > properly sanitised before being us

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-11-27 Thread Cameron Dale
tags 400582 + pending thanks On 11/27/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: I was able to exploit the problem mentioned above to execute shell commands. $cfg["enable_file_priority"] must be false. Ahh, that's why I couldn't get it to work. Looking at it now it seems obvious, but then h

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-11-30 Thread Cameron Dale
On 11/29/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: I didn't have time yet to look at it thoroughly (or test it), but AFAICS you now check the file for existance before passing it to the shell. This should convert the remote command execution vuln into a local priviledge escalation. A local us

Bug#400582: arbitrary code execution in metaInfo.php in torrentflux

2006-11-30 Thread Cameron Dale
On 11/29/06, Stefan Fritsch <[EMAIL PROTECTED]> wrote: I didn't have time yet to look at it thoroughly (or test it), but AFAICS you now check the file for existance before passing it to the shell. This should convert the remote command execution vuln into a local priviledge escalation. A local us

Bug#401106: UnicodeDecodeError -message produce when invoking bittornado-gui

2006-11-30 Thread Cameron Dale
On 11/30/06, Martin Lemmen <[EMAIL PROTECTED]> wrote: when trying to download smonething via bittorrent, bittornado-gui produces the error message below. trying to open the same torrent with the curses gives me a "problem connecting to tracker" error message, what i think is something different.

Bug#395099: CVE-2006-5451: several XSS vulnerabilities in torrentflux

2006-10-28 Thread Cameron Dale
tags 395099 + pending thanks Thanks again for the report. I've updated the code using patches based on the beta release from the next upstream upgrade. This should be uploaded very soon. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Bug#395930: torrentflux: Directory traversal vulnerability

2006-10-28 Thread Cameron Dale
Package: torrentflux Version: 2.1-4 Severity: grave Tags: security, confirmed, pending Justification: user security hole Thanks to Stefan Fritsch for bringing this to my attention. A fix has been prepared and will be uploaded shortly. >From http://www.securityfocus.com/bid/20771 : TorrentFlux i

Bug#398537: torrentflux: postinst fails: No mysql client to execute. (have you installed mysql-client?

2006-11-14 Thread Cameron Dale
severity 398537 wishlist tags 398537 wontfix thanks On 11/14/06, Lucas Nussbaum <[EMAIL PROTECTED]> wrote: During a piuparts run over all the packages in etch, I ran into a problem with your package: Unfortunately, torrentflux is not intended to be installed unattended in the manner that piup

Bug#398121: ITA: libphp-adodb -- The 'adodb' database abstraction layer for php

2006-11-17 Thread Cameron Dale
retitle 398121 ITA: libphp-adodb -- The 'adodb' database abstraction layer for php thanks I'll adopt this package, since I have some experience with it. If anyone else has a strong desire or reason to adopt it, let me know. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Bug#399174: libphp-adodb cannot be installed on unstable

2006-11-18 Thread Cameron Dale
Hi Steve, I'm currently in the process of adopting this package, so I'm still a little unfamiliar with it. Please bear with me. On 11/18/06, Steve Langasek <[EMAIL PROTECTED]> wrote: On Sat, Nov 18, 2006 at 10:14:49AM +, Richard Burton wrote: > The following packages have unmet dependencies

Bug#399174: libphp-adodb cannot be installed on unstable

2006-11-19 Thread Cameron Dale
tags 399174 + pending thanks On 11/19/06, Steve Langasek <[EMAIL PROTECTED]> wrote: That bug submitter was misguided. the phpapi virtual package is not intended for use by apps written in php; please use the packages 'php4' and/or 'php5' for this, Thanks for the help Steve. I decided to go wi

Bug#399169: TorrentFlux Arbitrary Command Execution and Directory Traversal

2006-11-22 Thread Cameron Dale
retitle 399169 torrentflux: create/delete/overwrite arbitrary files tags 399169 + pending thanks Thanks for the report Stefan, your vigilance is much appreciated. Unfortunately the report from secunia is poorly titled, and some of it doesn't apply to the Debian package, so I'll include some more

Bug#416405: torrentflux: Upon login reports Database error: Query was empty

2007-03-27 Thread Cameron Dale
Hi Mike, On 3/27/07, root <[EMAIL PROTECTED]> wrote: Package: torrentflux Version: 2.1-4 Severity: grave Justification: renders package unusable Upon login, torrentflux reports: TorrentFlux Login Warning: Invalid argument supplied for foreach() in /usr/share/php/adodb/adodb-lib.inc.php on li

Bug#416405: torrentflux: Upon login reports Database error: Query was empty

2007-03-30 Thread Cameron Dale
Sorry for the delay Mike, I'll try and find some time work on this more this weekend. Until then, read below ... On 3/27/07, Mike Martin <[EMAIL PROTECTED]> wrote: > Does this message appear in the browser? Are there any other error > messages in log files, perhaps in the webserver logs or mysql

Bug#416405: torrentflux: Upon login reports Database error: Query was empty

2007-03-30 Thread Cameron Dale
On 3/27/07, Nicolas Aupetit <[EMAIL PROTECTED]> wrote: I obtain the same message after a crash of my machine, when the tf_log table is in use. After the reboot, this MySQL table is marked as used, and is obviously unavailable. I must repair this table with : [EMAIL PROTECTED] mysql mysql> use t

Bug#406832: Patch for the 4.93a-1.1 NMU of libphp-adodb

2007-03-10 Thread Cameron Dale
Christian Perrier wrote: > Dear maintainer of libphp-adodb, > > 3 days ago I sent you a notice announcing my intent to upload a > NMU of your package to fix its pending l10n issues. > > You either agreed for this NMU or did not respond to my notices. Unfortunately I could not respond as the noti

Bug#413890: [INTL:nl] Dutch po-debconf translation

2007-03-10 Thread Cameron Dale
tags 413890 pending thanks Thanks for the translation, it is pending. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#412160: torrentflux: [INTL:de] German po-debconf template translation

2007-03-10 Thread Cameron Dale
tags 412160 pending thanks Thanks for the translation. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#405082: bittornado-gui: Can reproduce bug *in Debian*

2007-03-10 Thread Cameron Dale
severity 405082 wishlist merge 405082 341276 thanks BitTornado continues to have no support for encodings at all. Please try and check the BTS for similar bugs before posting new ones. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Bug#407275: Error running Bittornado T-0.3.15

2007-03-10 Thread Cameron Dale
severity 407275 wishlist merge 407275 341276 thanks BitTornado has no support for encodings. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#405082: bittornado-gui: Can reproduce bug *in Debian*

2007-03-11 Thread Cameron Dale
On 3/11/07, Martín Ferrari <[EMAIL PROTECTED]> wrote: Excuse me, but this is not that bittornado doesn't understand encodings, it's that bittornado-gui (console is ok) dies when a non-ascii character is seen, with no workaround possible, since you don't control the filename of a seeded file. If i

Bug#409585: 'man btcompletedirgui' typo: "whithin"

2007-02-05 Thread Cameron Dale
tags 409585 + pending tags 409584 + pending thanks Changes are pending, thanks for the report. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#399150: torrentflux: Should only suggest, not depend. HowTo avalible.

2007-04-18 Thread Cameron Dale
On 4/18/07, Mike Mestnik <[EMAIL PROTECTED]> wrote: Package: torrentflux Followup-For: Bug #399150 I'm trying to use sqlite as the DB, as it's better(smaller). http://www.torrentflux.com/forum/index.php?topic=697.msg6285 If you're referring to the possibility of removing the dependency on php

Bug#399150: torrentflux: Should only suggest, not depend. HowTo avalible.

2007-04-18 Thread Cameron Dale
On 4/18/07, Mike Mestnik <[EMAIL PROTECTED]> wrote: I do love to finish installing a pkg only to find it's ready to be used. I understand the current dependency on php4/5-mysql is required for this to function, but then I see that you are missing dependences for this goal. dbconfig-common blows

Bug#420264: kcheckgmail: Crash on startup on amd64

2007-04-21 Thread Cameron Dale
Package: kcheckgmail Version: 0.5.5-2 Severity: important The application crashes on startup after upgrading my system to the latest unstable. kcheckgmail was not upgraded, but libssl was (libssl0.9.8 0.9.8c-3 => 0.9.8e-4). If you need the full list of what was upgraded, let me know. Here is

Bug#420264: kcheckgmail: Crash on startup on amd64

2007-04-21 Thread Cameron Dale
On 4/21/07, Raphael <[EMAIL PROTECTED]> wrote: It is most likely this error has already been fixed in the latest KCheckGMail version. Could you please follow the next instructions to build the package of version 0.5.6 for amd64?: The new version works fine for me now, thanks! I've built the pa

Bug#403788: Error in bittorrent package

2007-04-22 Thread Cameron Dale
severity 403788 minor tags 403788 unreproducible moreinfo thanks I have never seen a bug like this before. Could you give some more information on how this bug appeared, or how I could make it appear? Have you tried the newest version of bittornado to see if it works better? Thanks for the repor

Bug#403564: --max_download_rate does not work

2007-04-22 Thread Cameron Dale
severity 403564 minor tags 403564 +unreproducible thanks On 12/17/06, Artur R. Czechowski <[EMAIL PROTECTED]> wrote: I am trying to download a file from my friend via bittorrent. With the command: btdownloadcurses --ip 83.15.241.58 --minport 64000 --maxport 64010 --max_upload_rate 10 torrentfil

Bug#410153: bittornado: btlaunchmanycurses SYSTEM ERRORS and death

2007-04-22 Thread Cameron Dale
tags 410153 moreinfo thanks On 2/7/07, Clint Adams <[EMAIL PROTECTED]> wrote: Running btlaunchmanycurses on a directory with 8 .torrent files, everything is fine for 10 or 20 seconds, then there are a series of SYSTEM ERROR - EXCEPTION GENERATED for a couple minutes, then an exit with this EXCE

Bug#413749: bittornado-gui: Not saving options when asked to

2007-04-22 Thread Cameron Dale
tags 413749 pending thanks On 3/6/07, Edward Guldemond <[EMAIL PROTECTED]> wrote: When using bittornado-gui, pulling up the Prefs Dialog, changing options, and clicking save does not cause the options to be saved. The default options (which were written to a settings file ) are loaded when bitto

Bug#401056: gui traceback appeared, but no btdownloadgui instance died

2007-04-22 Thread Cameron Dale
retitle 390342 assert not self.endgamemode AssertionError severity 401056 minor tags 390342 -moreinfo merge 390342 401056 thanks I've looked at both of these, and they are the same relatively minor bugs (I think). The appearance of the window is rare, from what I've heard (I've never seen it), an

Bug#418125: bittornado-gui: seeding fails with popup bug

2007-04-22 Thread Cameron Dale
tags 418125 unreproducible thanks On 4/6/07, Sol Mumey <[EMAIL PROTECTED]> wrote: Package: bittornado-gui Version: 0.3.15-2ubuntu1 Can you give me a way to reproduce this bug, or reproduce it yourself reliably, because I can not make it happen. Does the program actually crash when you see thi

Bug#410153: bittornado: btlaunchmanycurses SYSTEM ERRORS and death

2007-04-23 Thread Cameron Dale
tags 410153 +l10n -moreinfo severity 410153 wishlist thanks On 4/23/07, Clint Adams <[EMAIL PROTECTED]> wrote: Sorry; I was thinking of a different bug. This one was due to 8-bit characters. Thanks for letting us know. This is the first report of this problem with btlaunchmanycurses, though t

Bug#416405: torrentflux: Upon login reports Database error: Query was empty

2007-04-05 Thread Cameron Dale
tag 416405 unreproducible severity 416405 normal thanks On 4/3/07, Mike Martin <[EMAIL PROTECTED]> wrote: I had to move this machine today. Upon reboot, torrentflux came up without a hitch and is working the way I would expect. It went straight to the update settings page when I logged in as the

Bug#383799: ImportError: No module named BitTornado

2006-08-31 Thread Cameron Dale
reassign 383799 python-support thanks On 8/19/06, Artur R. Czechowski <[EMAIL PROTECTED]> wrote: On Sat, Aug 19, 2006 at 04:19:48PM -0700, Cameron Dale wrote: > I'm not sure what would cause this, but there was obviously a failure > in the python-support code which (as

Bug#384094: Also can't remove python2.5-minimal with python-central installed

2006-09-02 Thread Cameron Dale
Package: python-central Version: 0.5.5 Followup-For: Bug #384094 A little more information. Now when I try to remove python2.5 I get this error. It's very similar to the one on install, but I thought I'd submit anyway. Removing python2.5-minimal ... Unlinking and removing bytecode for runtime py

Bug#385721: bittornado: Bittorrent engine error

2006-09-02 Thread Cameron Dale
t was a one-time thing? If you can reproduce it, it would be good to know which torrent it was. I assume you were using one of the btlaunchmany's when this occurred, but which one? Also, were you super-seeding any torrents, or just doing regular download and seed stuff? Cameron Dale -- To

Bug#354184: bittornado-gui: this bug appears in 0.3.15-2 for me

2006-09-02 Thread Cameron Dale
g pains under the new policy) so I didn't report a bug, as I'm not sure which package is responsible (the package itself, or python-central). I did want to post the solution here for anyone else having this problem, so try upgrading your python stuff and/or reinstalling the python-wxgtk2.6

Bug#386272: bittornado won't start

2006-09-07 Thread Cameron Dale
python-modules (even with -a) did not solve the problem. Finally, running update-python-modules with the -f option did solve the problem. This looks like another python-support problem, so I'm reassigning it there. Thanks for the report. Cameron Dale -- To UNSUBSCRIBE, email to [EMAI

Bug#387658: bittornado: btlaunchmany does not send "event=stopped" to tracker on exit.

2006-10-06 Thread Cameron Dale
tags 387658 +pending thanks On 9/19/06, Morita Sho <[EMAIL PROTECTED]> wrote: I have said that btlaunchmany does not send "event=stopped" to the tracker on exit. "event=stopped" means "I'm exiting". That is, btlaunchmany exited without telling "I'm exiting" to the tracker. So that the client i

Bug#354184: bittornado-gui: this bug appears in 0.3.15-2 for me

2006-08-17 Thread Cameron Dale
bug in bittornado and I would like to work with you to fix it. Thanks for taking the time, Cameron Dale On 8/17/06, Christopher J Peikert <[EMAIL PROTECTED]> wrote: Package: bittornado-gui Version: 0.3.15-2 Followup-For: Bug #354184 After upgrading to 0.3.15-2, I'm getting this erro

Bug#383799: ImportError: No module named BitTornado

2006-08-19 Thread Cameron Dale
, then bittornado (a while ago), then python2.4 (recently)? If that's the case you might try uninstalling/reinstalling bittornado to see if it solves your problem. As Micah asked, the output of dpkg -l "python*" might be helpful. Also, perhaps the output of "locate -e BitTorna

Bug#383799: ImportError: No module named BitTornado

2006-08-19 Thread Cameron Dale
byte-compile the module into them. Clearly this didn't happen properly when you installed python2.4. Were you installing or upgrading python-support or bittornado at the same time as installing python2.4? Anyway, it looks like it's not a bittornado bug, and should be either closed or probably

Bug#383958: lintian: python-script-but-no-python-dep error with python-support

2006-08-20 Thread Cameron Dale
asked on debian-python and they said this was a bug in lintian and not in python-support: http://lists.debian.org/debian-python/2006/08/msg00098.html Thanks, Cameron Dale -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable') Ar

Bug#384094: python2.5 is not installable with python-central installed

2006-08-21 Thread Cameron Dale
ort didn't complain either. I know python2.5 is new and not yet supported (which is why I left the severity low), but I don't think python-central being installed should prevent the installation of it. If I'm wrong, please let me know. Cameron Dale -- System Information: Debian

Bug#391689: python-support: 0.5.3 doesn't always generate python dependencies (python-script-but-no-python-dep)

2006-10-08 Thread Cameron Dale
bject-o python-support recommends no packages. -- no debconf information Source: bittornado Section: net Priority: optional Maintainer: Micah Anderson <[EMAIL PROTECTED]> Uploaders: Cameron Dale <[EMAIL PROTECTED]> Build-Depends: dpatch, debhelper (>= 5.0.37.2) Build-Depend

Bug#391792: bittornado-gui: Suggests python-wxgtk2.4 while depending on python-wxgtk2.6

2006-10-08 Thread Cameron Dale
tags 391792 +wontfix severity 391792 wishlist thanks On 10/8/06, Jérémy Bobbio <[EMAIL PROTECTED]> wrote: bittornado-gui depends on python-wxgtk2.6 but still have python-wxgtk2.4 as a Suggests. This does not make much sense, and python-wxgtk2.4 should probably be removed. :) As noted in the N

Bug#330955: [PATCH] Fix unicode issue when making torrents

2006-10-08 Thread Cameron Dale
unmerge 330955 tags 330955 +pending thanks Thanks to Jeremy Bobbio for providing the patch to fix this one. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#391792: bittornado-gui: Suggests python-wxgtk2.4 while depending on python-wxgtk2.6

2006-10-08 Thread Cameron Dale
tags 391792 + pending thanks Thanks again to Jeremy Bobbio for providing the patch to fix this one. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#391689: python-support: 0.5.3 doesn't always generate python dependencies (python-script-but-no-python-dep)

2006-10-09 Thread Cameron Dale
explanation, it is all clear to me now why it works sometimes and doesn't others. Cheers, Cameron On 10/9/06, Pierre HABOUZIT <[EMAIL PROTECTED]> wrote: severity 391689 important thanks On Sun, Oct 08, 2006 at 12:29:09AM -0700, Cameron Dale wrote: > Package: python-support &g

Bug#391689: python-support: 0.5.3 doesn't always generate python dependencies (python-script-but-no-python-dep)

2006-10-11 Thread Cameron Dale
On 10/9/06, Pierre HABOUZIT <[EMAIL PROTECTED]> wrote: I'm not sure, IMHO that's important, but as python-support depends upon python himself, the correct chain of depends exists. so that's not a major problem, merely an important one. I've done some more investigating, and I've reconsidered

Bug#391689: python-support: 0.5.3 doesn't always generate python dependencies (python-script-but-no-python-dep)

2006-10-12 Thread Cameron Dale
On 10/12/06, Pierre Habouzit <[EMAIL PROTECTED]> wrote: Le jeu 12 octobre 2006 07:45, Cameron Dale a écrit : > Section 3.1: Programs that can run with any version of Python must > begin with #!/usr/bin/python or #!/usr/bin/env python (the former is > preferred). They must

Bug#392601: torrentflux: New upstream release

2006-10-12 Thread Cameron Dale
On 10/12/06, Giuseppe Iuculano <[EMAIL PROTECTED]> wrote: In the footer I read: TorrentFlux 2.1 beta. >From torrentflux home page: LINUX VERSION 2.1 final (recommended): Release Date: 04/05/2006 In fact, the version in Debian is 2.1 final. I guess the upstream developers forgot to change the

Bug#390342: autobugreport

2006-10-12 Thread Cameron Dale
severity 390342 minor tags 390342 + moreinfo thanks On 9/30/06, Marco Rodrigues <[EMAIL PROTECTED]> wrote: Package: bittornado Version: 0.3.15-2ubuntu1 [GCC 4.1.2 20060920 (prerelease) (Ubuntu 4.1.1-13ubuntu3)] wxWindows version: 2.6.3.2 Allocation method: normal Traceback (most recent call la

Bug#378490: bittornado-gui: btdownloadgui does not honor --gui_ratesettingsdefault option

2006-08-15 Thread Cameron Dale
ges to the commandline or config file options are working, you need to open a fresh torrent (or clear out your ~/.BitTornado/datacahe folder). None of the commandline parameters for the gui were being used at all, which I've fixed for the next release. Cameron Dale -- To UNSUBSCRIBE, email to [

Bug#381041: apt-listbugs: lists closed bugs

2006-08-15 Thread Cameron Dale
Package: apt-listbugs Version: 0.0.49 Followup-For: Bug #381041 I too have the problem with apt-listbugs reporting ancient (almost a year old) closed bugs. In my case, installing bittornado-gui 0.3.15-2 led to a message about bug #326701. Hope this helps, Cameron Dale -- System Information

Bug#392601: torrentflux: New upstream release

2006-10-14 Thread Cameron Dale
tags 392601 + pending thanks Thanks for the report. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#392501: torrentflux: minor XSS vulnerability in admin.php

2006-10-14 Thread Cameron Dale
severity 392501 grave tags 392501 + pending thanks Thanks for the report and patch. I upgraded the severity as this is a security issue, and to make sure the fix makes it into Etch. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Bug#387658: bittornado: btlaunchmany does not send "event=stopped" to tracker on exit.

2006-10-20 Thread Cameron Dale
On 10/18/06, Morita Sho <[EMAIL PROTECTED]> wrote: I can't determine that this comment should be send to bug#387658 that is already closed. Let me know if you think this comment should be send as new bugreport. I don't think it's a new bug, as it hasn't yet caused any problems. If it does cause

Bug#395099: CVE-2006-5451: several XSS vulnerabilities in torrentflux

2006-10-27 Thread Cameron Dale
severity 395099 grave tags 395099 + security thanks Thanks for the report, I hadn't seen these yet. I upgraded the severity as it is a security problem. I'm working on a fix now. Here is the CVE for this: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5451 Cameron -- To UNSUBSCRIBE,

Bug#623102: Patch for the l10n upload of libphp-adodb

2012-02-04 Thread Cameron Dale
On Wed, Feb 1, 2012 at 10:45 PM, Christian PERRIER wrote: > Ping? I might be able to get to it this weekend. If not, then next weekend. Let me know if there is any reason to rush. Thanks, Cameron -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubsc

Bug#641732: apt-p2p: Failed to load application: cannot import name OpProgress

2011-09-25 Thread Cameron Dale
I looked at fixing this, which is actually not that difficult. The OpProgress just needs to be imported from a different location. However, I noticed some other differences with the way the new version of python-apt works, that I think is causing apt-p2p to fail to parse all Packages files. This i

Bug#653244: apt-p2p discontinued?

2011-12-27 Thread Cameron Dale
On Sun, Dec 25, 2011 at 1:53 PM, y wrote: > please continue development on apt-p2p (it is very easy to fix the missing > package dependency in AptPackage.py, see below) as of I still like this > project or else announce it official as dead/discontinued/abandoned. > > --- How to fix AptPackage.py

Bug#407275: From: Cameron Dale

2014-10-07 Thread Cameron Dale
Hi http://review-sports.eu/wait.php?island=msmsevf3630ttnhekg Cameron Dale

Bug#429911: From: Cameron Dale

2014-10-07 Thread Cameron Dale
Hi http://bsmotors.fr/lost.php?west=fqkrr3630bp Cameron Dale

Bug#757434: bittornado: Please update to use wxpython3.0

2014-08-07 Thread Cameron Dale
I'm not very active lately. Your plan to NMU sounds good to me. Feel free to proceed. Thanks, Cameron On Thu Aug 07 2014 at 9:57:10 PM Olly Betts wrote: > Package: bittornado > Version: 0.3.18-10 > Severity: important > Tags: patch sid jessie > User: freewx-ma...@lists.alioth.debian.org > User

Bug#426136: "php" not capitalized in package description

2007-05-26 Thread Cameron Dale
tags 426136 pending thanks On 5/26/07, Filipus Klutiero <[EMAIL PROTECTED]> wrote: "php" should be capitalized in the package description. Also, please use a consistent case for "ADOdb". Fixed, thanks. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Bug#423045: [INTL:nl] Dutch po-debconf translation

2007-05-26 Thread Cameron Dale
tags 423045 pending thanks On 5/9/07, cobaco (aka Bart Cornelis) <[EMAIL PROTECTED]> wrote: Please find attached the dutch po-debconf translation. Please add it to your next package revision, it should be inserted in your package build-tree as debian/po/nl.po, TIA. Thanks, Cameron -- To UNS

Bug#426178: libphp-adodb: [INTL:es] Spanish translation for debconf template

2007-05-26 Thread Cameron Dale
tags 426178 pending thanks On 5/26/07, Rudy Godoy Guillén <[EMAIL PROTECTED]> wrote: Please find attached the Spanish translation for the debconf template. Thanks, Cameron

Bug#425077: closed by [EMAIL PROTECTED] (Kenneth J. Pronovici) (Bug#425077: fixed in epydoc 2.1-12)

2007-06-03 Thread Cameron Dale
On 6/3/07, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote: Changes: epydoc (2.1-12) unstable; urgency=low . * Bring Recommends dependencies up to date with lenny (closes: #425077). - Recommend texlive-latex-base rather than obsolete tetex-extra - Recommend gs-common rather th

Bug#425077: closed by [EMAIL PROTECTED] (Kenneth J. Pronovici) (Bug#425077: fixed in epydoc 2.1-12)

2007-06-03 Thread Cameron Dale
(Forgot to CC the bug, sorry) On 6/3/07, Kenneth Pronovici <[EMAIL PROTECTED]> wrote: I don't use the latex output much either. I'm certainly open to listing texlive-latex-extra rather than just texlive-latex-base, as long as I can understand why it would be required. I'll do some more testing

Bug#464379: allow torrent connections only within local network

2008-02-06 Thread Cameron Dale
On 2/6/08, CSights <[EMAIL PROTECTED]> wrote: > What I was imagining was a way to have torrent connections only > within a > local network. If there were no torrents within the local network, then apt > or DebTorrent would get the file from a mirror. > I have a number of Debian co

Bug#464386: use apt package cache as debtorrent package cache

2008-02-06 Thread Cameron Dale
On 2/6/08, CSights <[EMAIL PROTECTED]> wrote: > Maybe one could monitor apt's cache with inotify and then start or > stop > sharing files as they appear in apt's cache? > (Or at least start sharing those files which appeared in apt's cache > through > the actions of DebTorrent. St

Bug#464560: mdadm: some arrays marked as auto-read-only after reboot

2008-02-07 Thread Cameron Dale
Package: mdadm Version: 2.6.4-1 Severity: normal As you can see from the /proc/mdstat listing below, 2 of my arrays are maked as auto-read-only after a recent upgrade and reboot. I'm not sure what this means, but I suspect it's a new bug/feature as searching for it found very little. I think I co

Bug#465339: debtorrent: torrent ids on the local status page don't match those on the dttracker page

2008-02-12 Thread Cameron Dale
tags 465339 pending thanks This will be fixed in the next version. Thanks for the report. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#465339: Fix for Bug#465339 commited to version control

2008-02-12 Thread Cameron Dale
tags 465339 +pending thanks Hi, The following change has been committed for this bug, and so the fix will be in the next upload. === Changeset [373] by camrdale-guest, 2008-02-13 00:22:02 + (Wed, 13 Feb 2008) * Display the torr

Bug#464379: allow torrent connections only within local network

2008-02-13 Thread Cameron Dale
On 2/6/08, CSights <[EMAIL PROTECTED]> wrote: > OK, I think what I was wishing for here is probably not what the > configuration option would actually allow, so I'll just start over. :) > > What I was imagining was a way to have torrent connections only > within a > local network.

Bug#428005: ITP: debtorrent -- the BitTorrent proxy for downloading Debian packages

2007-06-07 Thread Cameron Dale
Package: wnpp Severity: wishlist Owner: Cameron Dale <[EMAIL PROTECTED]> * Package name: debtorrent Version : 0.2.0 Upstream Author : Cameron Dale <[EMAIL PROTECTED]> * URL : http://debtorrent.alioth.debian.org/ * License : MIT Programming

Bug#399150: I got php4-sqlite working with torrentflux.

2007-06-07 Thread Cameron Dale
On 6/6/07, Mike Mestnik <[EMAIL PROTECTED]> wrote: I'm downloading torrents now. It's way cool. That's great! Any issues to report? If not, please keep your eyes open for anything strange and let me know. I'm pretty sure there's a problem with adding cookies to a user profile, but you might wa

Bug#428076: url_upload: Trouble with non-uniq file_name(s).

2007-06-08 Thread Cameron Dale
severity 428076 wishlist thanks On 6/8/07, Mike Mestnik <[EMAIL PROTECTED]> wrote: http://www.tuxdistro.com/rssinfo.php All of these RRS feeds use the same "file_name". Like: http://www.tuxdistro.com/torrents-details.php?id=323&hit=1 http://www.tuxdistro.com/torrents-details.php?id=322&hit=1

  1   2   3   >