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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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]
tags 412160 pending
thanks
Thanks for the translation.
Cameron
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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
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]
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
, 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
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
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
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
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
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
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]
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]
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
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
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
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
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
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 [
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
tags 392601 + pending
thanks
Thanks for the report.
Cameron
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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
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
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,
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
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
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
Hi
http://review-sports.eu/wait.php?island=msmsevf3630ttnhekg
Cameron Dale
Hi
http://bsmotors.fr/lost.php?west=fqkrr3630bp
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
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
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
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
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
(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
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
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
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
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]
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
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.
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
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
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 - 100 of 269 matches
Mail list logo