Package: apt
Version: 0.5.28.1
Severity: normal
apt-get doesn't install some packages without explicitly specify some
additional packages to meet their dependency, for example,
$ apt-get --print-uris install galeon
Reading Package Lists... Done
Building Dependency Tree... Done
Some pa
Package: mimms
Version: 2.0.0-1
Severity: serious
Justification: no longer builds from source
Error messages as follow,
$ MAKE="make CC=gcc-4.0 CXX=g++-4.0" fakeroot dpkg-buildpackage -b -i
dpkg-buildpackage: source package is mimms
dpkg-buildpackage: source version is 2.0.0-1
dpkg-buildpackage:
Then it should be "Build-Depends: libqt4-dev (>= 4.1)"?
(according to http://doc.trolltech.com/4.1/qcoreapplication.html)- Original Message > Versions of packages mimms depends on:> ii libc6
2.3.5-1ubuntu12 GNU C Library: Shared> libraries an
ii libgcc1
Package: mimms
Version: 2.0.1-1
Severity: serious
Justification: no longer builds from source
It should be "Build-Depends: libmms-dev (>= 0.2-4)".
The version of libmms whose the headers have been fixed to be usable in C++.
This build-depends will be a useful information in building the package
i
Package: libmms
Severity: serious
Justification: Policy 2.3
According to,
http://marc.theaimsgroup.com/?l=xine-devel&m=107261185004445&w=2 , since
they can't find where to contact the author of majormms, either in
majormms website, http://www.geocities.com/majormms/ , and its source,
http://www.ge
Hi,
> - Original Message
> From: Lo?c Minier
>
> Now, what is the basis of your claims that this might not be LGPL?
> What new information did you find?
>
> And why are you discussing this with Debian? This seems like an
> upstream problem to me and something to discuss with upstream.
Package: libmms
Version: 0.2-7
Severity: wishlist
Tags: patch
The patch will add support for byte offset seeking and time offset
seeking, and some other APIs as follows,
(Note: This patch is licensed under LGPL)
int mms_request_time_seek (mms_io_t *io, mms_t *instance, double time_sec);
int
Package: mimms
Version: 2.0.0-1
Severity: wishlist
Tags: patch
This patch should apply when libmms does accept the patch that enable
seeking as discussed in,
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387267
-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Loic Minier wrote:
> On Mon, Sep 11, 2006, Anon Sricharoenchai wrote:
> > If there's one upstream that extract and modify dll files from Windows Media
> > Player and relicense those dll to some freeware license, then this upstream
> > software
> > can be packaged
Dear mimms maintainers,
Sorry for that I forget to attach the patch file when submitting this report.
Now, the patch file is available by this email.
- Original Message
From: Anon Sricharoenchai <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Cc: [EMA
Package: xpuzzles
Version: 5.5.4.1-2
Severity: serious
Justification: Policy 2.2.1
*** Please type your report below this line ***
According to the copyright file in this package,
# Permission to use, copy, modify, and distribute this software and
# its documentation for any purpose and w
Package: resolvconf
Version: 1.15
Severity: wishlist
Tags: patch
I have written the script that was primarily used to update the list of
current valid proxy servers. However, it has later been generalized to
be capable of updating server addresses for other services, such as,
smtp server or any
Fix bugs found in /etc/resolvconf/update-proxy.d/squid, the squid example.
diff -durN --exclude={diff} --exclude='resolvconf/{diff}/*'
--exclude='.*.sw?' --exclude='.sw?' --
commit/resolvconf/update-proxy.d/squid resolvconf/update-proxy.d/squid
--- commit/resolvconf/update-proxy.d/squid 2007
package aptitude
retitle 245359 aptitude: add apt-get options "-c", "-o",
"--print-uris", "--no-list-cleanup"
"-c" to specify the configuration file to be read instead of "/etc/apt/apt.conf"
Configuration Item:
APT::Get::Print-URIs;
APT::Get::List-Cleanup "false";
--
To UNSUBSCRIBE, email
Should also log the version number in the removed package too.
For example:
[REMOVE] php4-odbc 4:4.4.2-1build1
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi,
The new API will be useful in mimms package.
The patch to mimms found in bug #387285 is waiting for this API :)
mimms: patch enabling resume download using mms_seek()
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387285
--- Loïc Minier <[EMAIL PROTECTED]> wrote:
> I didn't receive any f
Package: wnpp
Severity: wishlist
* Package name: pastebin
Version : 0.60
Upstream Author : Paul Dixon <[EMAIL PROTECTED]>
* URL : http://pastebin.com/pastebin.tar.gz
* License : Affero GPL
Description : collaborative debugging tool
pastebin is to help col
Hi,
>* Apparently xmlto calls w3m or lynx to convert html to text, but I can't
> find the call. (I don't know why neither one is a Build-Depend.) If w3m
> is installed, it is called, but creates an error. Since I can't locate
> the error, I have listed w3m as Build-Conflicts-
Martin Schulze <[EMAIL PROTECTED]> wrote:One question remains, though:> + // buf_size = min(count, buf_size);> + if (buf_size > count) buf_size = count;Is there any reason not to write mim() here?It's a bit faster than buf_size = min(), since there's no need to reassign "buf_size" again, if it's
--- Anon Sricharoenchai <[EMAIL PROTECTED]> wrote:
> Hi,
>
> From my experiment, I think I have already found the problem here.
> In the source file "./apt-pkg/clean.cc", I try to insert the debug code like
> in the following,
>
>cerr << &quo
Package: phpbb2
Version: 2.0.13-2
Severity: wishlist
Tags: patch
This patch introduce the feature that force anonymous user to fill the
confirmation code before posting any messages into the forum.
This is the confirmation code like in the phpbb's registration page,
that present the image of disto
Jeroen van Wolffelaar <[EMAIL PROTECTED]> เขียนว่า:> > Thank you - we have a similar but disabled patch in the current source> package. Given that it seems to work ok, and that it reduces the amount> of opportunity for spammers in a default configuration, I'm in favour of> enabling the patch. What
Package: mimms
Version: 0.0.9-1
Severity: grave
Justification: user security hole
Tags: security patch
According to the patch attached in this report, it has many possible buffer
overflows.
For example,
- memcpy(buf, data, length) without bounding the limit of "length",
while "length" depend on
Package: dpkg-dev
Version: 1.10.22ubuntu2.1
Severity: minor
In /usr/bin/dpkg-source,
for $dircreate (keys %dirtocreate) {
$dircreatem= "";
for $dircreatep (split("/",$dirc)) { <-- $dirc should be $dircreate?
$dircreatem.= $dircreatep;
if (!lstat($dircr
Package: pine
Version: 4.62-1
Severity: grave
Justification: renders package unusable
It should have binary .deb package for the original pine, so that it can
be redistributed in debian ftp archive. The package name may be
"pine-orig", for example.
Without binary package, users will don't know t
--- Santiago Vila <[EMAIL PROTECTED]> wrote:
>
> The goal of Debian is to produce the best *free* OS possible, and
> definitely not to accept silly no-modification license clauses
> "so that we can distribute binaries in non-free".
Yes, although in non-free, we can only distribute the non-modifi
Package: nowebm
Version: 2.10c-3.2.1
Severity: wishlist
*** Please type your report below this line ***
@ I would like to suggest a noweb feature as follow.
@ Since there may be some programming language, script, or
configuratoin file, that line breaking is significant,
then sometime we want to a
Package: nowebm
Version: 2.10c-3.2.1
Severity: normal
*** Please type your report below this line ***
$ noweave ~/src/noweb.nw -ascii
sh: line 1: detex: command not found
"detex" is available in package "texlive-extra-utils".
Should add "texlive-extra-utils" to recommends or suggests?
--
Package: nowebm
Version: 2.10c-3.2.1
Severity: normal
Tags: patch
*** Please type your report below this line ***
$ nountangle -filter cat -filter cat
/usr/bin/nountangle: eval: line 1: syntax error near unexpected token `|'
/usr/bin/nountangle: eval: line 1: `/usr/lib/noweb/markup |
Package: nowebm
Version: 2.10c-3.2.1
Severity: normal
*** Please type your report below this line ***
Trailing white space in chunk name is not chopped, then <> not refer to the chunk <>.
$ /usr/lib/noweb/markup | sh
/usr/share/doc/nowebm/examples/whitespace | /usr/lib/noweb/unmarkup
<>=
The ubuntu package for this, is now available at,
http://packages.ubuntu.com/source/karmic/sblim-wbemcli
https://launchpad.net/ubuntu/+source/sblim-wbemcli
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@
Package: libtext-iconv-perl
Version: 1.2-3
Severity: important
When convert() is called with substr() as shown below, it return
undefined in the subsequent loop iteration.
$ perl -e 'use Text::Iconv; $v = Text::Iconv->new qw(utf8 utf8);
for (1..5) { defined $v->convert( substr("1", 0, 1) ) ? p
Package: sysklogd
Version: 1.4.1-14ubuntu4
Severity: normal
According to its usage,
--large nnndefine what is large in bytes (default: 10MB)
A line of code in,
/usr/sbin/syslogd-listfiles: $opt_large = 1024*1024;
should instead be,
/usr/sbin/syslogd-listfiles: $opt_large = 10*102
-- Forwarded message --
From: Martin Schulze <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Date: Mon, 21 May 2007 15:52:31 +0200
Subject: Re: Bug#425365: sysklogd: incorrect default --large value in
/usr/sbin/syslogd-listfiles
Anon Sricharo
I just have found a bug in this patch, when resuming from the source
with multistream (those streams (except the first stream) will follow
the 0x20 ("new stream") command).
Since mms_get_current_pos() will return the pos relative to the current stream,
so we cannot rely on this function to get th
Hi,
The resolution to #231726 is disabling ssl-cert in postinst,
# Make self-signed certificate
#if [ ! -f /etc/apache2/ssl/apache.pem ]
#then
#/usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf
/etc/apache2/ssl/apache.pem
#fi
As a consequence, this #168109 bug is then
Package: phpmyadmin
Version: 4:2.6.2-3sarge5
Severity: critical
Justification: root security hole
Tags: security patch
Since, phpmyadmin is on apache, and apache can be accessed from remote
host, so remote host can access mysql's [EMAIL PROTECTED] via phpmyadmin.
This will break mysql security pol
On 7/31/09, Romain Beauxis wrote:
>
> Thanks for your interest and suggestions. However, the mediawiki extensions
> package needs some love since I don't have enough time to handle it.
>
> Are you interested in adding those extensions to it ?
>
I'm interested, but unable to contribute, since I
Package: mediawiki-extensions
Version: 1.6
Severity: wishlist
There're some interesting extensions that is nice to be included in debian
package.
The following are the requested extensions,
* http://www.mediawiki.org/wiki/Extension:UsabilityInitiative (require
mediawiki 1.16+): enhanced edit too
On 4/30/08, Anon Sricharoenchai wrote:
> Package: wnpp
> Severity: wishlist
>
> *** Please type your report below this line ***
>
> * Package name: gdictthai
>Version : 0.0.2
>Upstream Author : Kitt Tientanopajai
> * URL :
> ft
It works fine.
Thank you very much.
On 7/21/09, Norman Ramsey wrote:
> Please test the attachment.
>
>
>
>
> # whitespace -- noweb filter to make multiple whitespace
> # characters equivalent to a single space, so that
> # << Hello World>>, <>,
> # and <> all refer to the ch
Package: db4.6-util
Severity: normal
*** Please type your report below this line ***
The command db_dump, db_load, and db_ are missing.
Should update-alternatives to make symlink like this,
* db_dump --> db4.6_dump
* db_load --> db4.6_load
* db_ --> db4.6_
* db4_dump --> db4.6_dump
*
On 10/10/09, Clint Adams wrote:
> On Thu, Oct 08, 2009 at 07:23:46PM +0700, Anon Sricharoenchai wrote:
> > The command db_dump, db_load, and db_ are missing.
> > Should update-alternatives to make symlink like this,
> > * db_dump --> db4.6_dump
> > * db_load
Package: fakechroot
Version: 0.9+1.3
Severity: minor
*** Please type your report below this line ***
To add path found in $FAKECHROOT_BASE/etc/ld.so.conf to $LD_LIBRARY_PATH
inside the chroot environment. For example,
$ cat /myroot/etc/ld.so.conf
/usr/X11R6/lib
$ fakechroot chroot /myro
package libgtk2.0-dev
unarchive 370693
package libgtk2.0-dev
reopen 370693
package libgtk2.0-dev
retitle 370693 libgtk2.0-dev: bump dependencies to meet gdk-2.0.pc
requirement
found 370693 2.8.20-7
thanks
Since /usr/lib/pkgconfig/gdk-2.0.pc has
Requires: xext xinerama xi xrandr xfixes
But the
package libgtk2.0-dev
found 370693 2.12.9-3
thanks
As of version 2.12.9-3, /usr/lib/pkgconfig/gdk-2.0.pc has additional
dependencies,
Requires: xcomposite, xdamage
And, libxcomposite-dev, libxdamage-dev, does not always provide
/usr/lib/pkgconfig/{xcomposite,xdamage}.pc
To ensure that it depe
Package: webkit
Version: 0~svn29752
Severity: normal
*** Please type your report below this line ***
Fail to build from source.
(need libgtk2.0-dev >= 2.8)
* WebCore/platform/gtk/CursorGtk.cpp need symbol
gdk_cursor_new_from_name introduced in gdk 2.8
(http://library.gnome.org/devel/gdk/stable/gd
Another solution is to implement CAPTCHA to protect email addresses, or any
mbox's raw data.
Something like what implemented in googlegroups web interface.
Package: wnpp
Severity: wishlist
*** Please type your report below this line ***
* Package name: gdictthai
Version : 0.0.2
Upstream Author : Kitt Tientanopajai <[EMAIL PROTECTED]>
* URL :
ftp://ftp.kitty.in.th/pub/ubuntu/kitty/pool/edgy/gdictthai/
ftp://ftp.kitty.in.th
Package: mediawiki-extensions
Version: 1.2
Severity: wishlist
*** Please type your report below this line ***
== http://www.mediawiki.org/wiki/Extension:Wikidiff2 ==
Wikidiff2 is PHP 5 module providing external diff engine for MediaWiki.
It is currently used in Japanese, Chinese, and Thai wikiped
Package: mediawiki-extensions
Version: 1.3
Severity: important
*** Please type your report below this line ***
CategoryTree extension needs the following symbolic link,
$ ln -s /usr/share/mediawiki-extensions
/var/lib/mediawiki/extensions/CategoryTree
since this extension need to access java
>
> libqt4-dev 4.1 is short-lived ancient history, and doesn't exist on any
> Debian distribution: sarge (oldstable) doesn't have any libqt4-dev, and
> etch (stable), lenny (testing), and sid (unstable) all have 4.2 or above.
> Even at the time this bug was originally, there was no libqt4-dev <
> >
> > I would like to purpose a better solution for this.
> >
> > In /usr/bin/dpatch,
> >
> >if [ "${BASH_VERSINFO[0]}" -ge 3 ]; then
> > set -o pipefail
> >fi
>
> No, that's unacceptable, that changes behavior.
It changes the behavior in what way?
>
> Why do you want to
package dpatch
severity 472945 wishlist
retitle 472945 dpatch: ignore "set -o pipefail" when not available in bash2
thanks
On 4/1/08, Junichi Uekawa <[EMAIL PROTECTED]> wrote:
> > > > I would like to purpose a better solution for this.
> > > >
> > > > In /usr/bin/dpatch,
> > > >
> > > >
>
> Re-reading what I wrote to you, it came across quite rude. I think I must
> have been very tired, but that's no excuse. Sorry about that!
I understand your feeling.
>
> Anyway, here is the ultimate solution to this, and many other bugs and
> wishlist features that have been piling up:
>
>
> > >
> > > Hmm? You are making 'pipefail' conditional, it should be obvious.
> > >
> >
> > So, it will at least work in bash2 that not support pipefail.
>
>
> Work as in does not check for errors.
> You have not yet explained why you need to use bash2 at all.
>
1. classic reason: for old sy
Hi,
> > >
> > > Work as in does not check for errors.
> > > You have not yet explained why you need to use bash2 at all.
> > >
> >
> > 1. classic reason: for old system
> > 2. why need to upgrade to bash3?
> >
> > However, this does not mean that you should support bash2.
> > It is just
Package: mediawiki-extensions
Version: 1.3
Severity: important
Severity: minor
*** Please type your report below this line ***
According to /etc/mediawiki-extensions/extensions.php:
$dir = "/etc/mediawiki-extensions/extensions-enabled";
// Including all enabled extensions.
if ( is_dir( $dir )
See, http://www.affero.org/oagf.html for AGPL faq.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
> However, pastebin-0.60/public_html/pastebin.php:
> > * This program is free software; you can redistribute it and/or
> > * modify it under the terms of the Affero General Public License
> > * Version 1 or any later version.
>
> Allow upgrade to AGPL >= 1.
>
> According to http://www.affer
>
> This program is licensed under Affero GPL, which is compatible with GPL v3.
>
I'm wrong.
Tough, http://www.affero.org/oagpl.html said,
``You may also choose to redistribute modified versions of this
program under any version of the Free Software Foundation's GNU
General Public License versi
Package: mediawiki-extensions
Version: 1.2
Severity: wishlist
According to wikipedia installation,
http://en.wikipedia.org/wiki/Special:Version,
it has some interesting extensions that is nice to include in debian
package.
The following are the requested extensions,
* http://www.mediawiki.org/wik
On 10/16/07, Thijs Kinkhorst <[EMAIL PROTECTED]> wrote:
>
> I agree with Stephen here. This is expected behaviour of phpmyadmin and
> anyone installing it knowingly opens up local access to their database
> from Apache, as that is exactly the point of the package. phpMyAdmin warns
Hmm, ok, I agree
Package: apt
Version: 0.5.28.6
Severity: wishlist
I have so many repository listed in sources.list, resulting in having more than
65536 package
versions.
When building packages list, it always exit with the following error,
E: Wow, you exceeded the number of versions this APT is capable of.
Package: synaptic
Version: 0.53.4-1ubuntu4
Severity: normal
In Settings -> Preferences -> Network -> Proxy Server,
it should have a box to fill in the user/passwd for the proxy.
It could be done by, setting http_proxy=http://user:[EMAIL PROTECTED]:port/,
but this is not user friendly, and someone
Hi,
>From my experiment, I think I have already found the problem here.
In the source file "./apt-pkg/clean.cc", I try to insert the debug code like in
the following,
cerr << "pkgArchiveCleaner::Go(): Pkg==" << Pkg << endl;
cerr << "pkgArchiveCleaner::Go(): IsFetchable==" << IsFetchable <<
Package: dpatch
Version: 2.0.25
Severity: normal
*** Please type your report below this line ***
$ dpatch
/usr/bin/dpatch: line 8: set: pipefail: invalid option name
This error occur at the line, "set -o pipefail".
Since "pipefail" is introduce in bash version 3, so the package should
add
package dpatch
retitle 472945 dpatch: check bash version before "set -o pipefail"
tags 472945 + patch
thanks
Hi,
I would like to purpose a better solution for this.
In /usr/bin/dpatch,
if [ "${BASH_VERSINFO[0]}" -ge 3 ]; then
set -o pipefail
fi
--
To UNSUBSCRIBE, email to [EMAIL
package mimms
unarchive 386291
package mimms
reopen 386291
package mimms
retitle 386291 mimms: need "libqt4-dev >= 4.1" in build-depends
thanks
1. Since mimms use arguments(), which requires qt >= 4.1.
2. So, should add "libqt4-dev >= 4.1" in Build-Depends.
3. For debian to be a universal distribu
Package: qt4-x11
Version: 4.3.4-2
Severity: normal
*** Please type your report below this line ***
1. When building this package from source, it use the option
"-x c++-header" to g++.
2. But, in g++ 3.3, the language "c++-header" is not recognized,
as shown in the following error message,
Package: e2fsprogs
Version: 1.41.9-1
Severity: normal
Tags: patch
*** Please type your report below this line ***
"logdump -b" command in debugfs show incorrect allocation status
in block bitmap
== What happens ==
$ debugfs /dev/sda1
debugfs: logdump -b1827766
It always report "block is SET" lik
May I provide the patch for this?
On 10/10/09, Anon Sricharoenchai wrote:
> On 10/10/09, Clint Adams wrote:
> > On Thu, Oct 08, 2009 at 07:23:46PM +0700, Anon Sricharoenchai wrote:
> > > The command db_dump, db_load, and db_ are missing.
> > > Should update-a
72 matches
Mail list logo