Bug#393923: O: gs-afpl -- The AFPL Ghostscript PostScript interpreter

2007-10-30 Thread Martin Michlmayr
* Masayuki Hatta <[EMAIL PROTECTED]> [2006-10-18 23:17]:
> gs-afpl is basically superseded by gs-gpl (see

It seems the gs-afpl source package no longer exists in unstable.  Can
this bug be closed now?
-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448608: wammu should allow to set the "default number"

2007-10-30 Thread Florian Lohoff
On Tue, Oct 30, 2007 at 11:29:48PM +0900, Michal Čihař wrote:
> > I would like to be able to set that Phone based default number from
> > wammu.
> 
> Phone knows it, but it does not tell us, so we can not do anything
> based on phone settings.

Okay - so when the Protocol does not allow to get/set this number there
is nothing we can do about it :)

Thanks

Flo
-- 
Florian Lohoff  [EMAIL PROTECTED] +49-171-2280134
Those who would give up a little freedom to get a little 
  security shall soon have neither - Benjamin Franklin


signature.asc
Description: Digital signature


Bug#412778: no support for pic12f635, problem with multi-confword chips

2007-10-30 Thread Jan Wagemakers
Hello,

Jaakko has released a 1.9 ALPHA test version of picprog. With this 1.9 ALPHA
version I can read/write/erase a pic12f635.

Can you test if this 1.9 ALPHA version of picprog works for you?




-- 
Met vriendelijke groetjes - Jan Wagemakers -

 - Debian GNU/Linux lenny/sid - 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448695: tcpdump: FTBFS on GNU/kFreeBSD (small fixup needed)

2007-10-30 Thread Petr Salinger

Package: tcpdump
Severity: important
Version: 0.9.8-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small fixup for configure.in/configure.
Please find attached patch with that.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

Petronly in patch2:
unchanged:
--- tcpdump-3.9.8.orig/configure.in
+++ tcpdump-3.9.8/configure.in
@@ -17,6 +17,7 @@
 AC_C___ATTRIBUTE__
 AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netdnet/dnetdb.h)
 AC_CHECK_HEADERS(net/pfvar.h, , , [#include 
+#include 
 #include 
 #include ])
 if test "$ac_cv_header_net_pfvar_h" == yes; then
only in patch2:
unchanged:
--- tcpdump-3.9.8.orig/configure
+++ tcpdump-3.9.8/configure
@@ -3991,6 +3991,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #include 
+#include 
 #include 
 #include 
 


Bug#203582: Even if you were not born with a massive rod, you may easily obtain it

2007-10-30 Thread Jose J. Beal
The chair of ADEPA, Carmen Flores, has appealed to theto appeal against the 
verdict by a federal judge in San
lower previously reported earnings by approximatelythe morning.
operation that lasted seven hours.


Do you feel depressed every time you recollect the measurements of your dic'k?
Forget about your problems! 
Now you are obtaining an excellent occasion to improve your dic'k, 
so that no woman in the world could resist you. 
Your dreams of long hard Dik will come true with MegaDick!

Try this unexampled remedy, and feel your unlimited s'e_xuality!

http://biteisze.com/

Security forces expect protests on Wednesday.Fijians in New Zealand urged to 
protest NZ's involvementthe morning.Reinado.

Bug#448694: libpcap0.8: FTBFS on GNU/kFreeBSD (update of 50_kfreebsd.diff needed)

2007-10-30 Thread Petr Salinger

Package: libpcap0.8
Severity: important
Version: 0.9.8-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs fixup for configure.in/configure.
Please find attached patch which updates
debian/patches/50_kfreebsd.diff.

Thanks in advance

Petrdiff -u libpcap0.8-0.9.8/debian/patches/50_kfreebsd.diff 
libpcap0.8-0.9.8/debian/patches/50_kfreebsd.diff
--- libpcap0.8-0.9.8/debian/patches/50_kfreebsd.diff
+++ libpcap0.8-0.9.8/debian/patches/50_kfreebsd.diff
@@ -1,18 +1,15 @@
 Support for GNU/kFreeBSD, by Aurelien Jarno.
 
 libpcap0.8-0.9.7.orig/configure
-+++ libpcap0.8-0.9.7/configure
-@@ -5217,7 +5217,7 @@
- #define HAVE_CLONING_BPF 1
- _ACEOF
- 
--elif test -r /dev/bpf0 ; then
-+elif test -r /dev/bpf0 || test -r /usr/include/net/bpf.h ; then
-   V_PCAP=bpf
- elif test -r /usr/include/net/pfilt.h ; then
-   V_PCAP=pf
 --- libpcap0.8-0.9.7.orig/configure.in
 +++ libpcap0.8-0.9.7/configure.in
+@@ -28,6 +28,7 @@
+ dnl
+ AC_CHECK_HEADERS(sys/ioccom.h sys/sockio.h limits.h paths.h)
+ AC_CHECK_HEADERS(net/pfvar.h, , , [#include 
++#include 
+ #include 
+ #include ])
+ AC_CHECK_HEADERS(netinet/if_ether.h, , , [#include 
 @@ -190,7 +190,7 @@
#
V_PCAP=bpf
@@ -24,0 +22,19 @@
+--- libpcap0.8-0.9.7.orig/configure
 libpcap0.8-0.9.7/configure
+@@ -4246,6 +4246,7 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ #include 
++#include 
+ #include 
+ #include 
+ 
+@@ -5217,7 +5217,7 @@
+ #define HAVE_CLONING_BPF 1
+ _ACEOF
+ 
+-elif test -r /dev/bpf0 ; then
++elif test -r /dev/bpf0 || test -r /usr/include/net/bpf.h ; then
+   V_PCAP=bpf
+ elif test -r /usr/include/net/pfilt.h ; then
+   V_PCAP=pf


Bug#448693: perl: Lots of *.ph files is missing since 5.8.8-9

2007-10-30 Thread Peter Makholm
Package: perl
Version: 5.8.8-9
Severity: important

Packages later than 5.8.8-7 is missing quite a lot of .ph files found in
5.8.8-7:

[EMAIL PROTECTED]:/tmp$ dpkg-deb -c perl_5.8.8-7_i386.deb | grep .ph$ | wc -l
470
[EMAIL PROTECTED]:/tmp$ dpkg-deb -c perl_5.8.8-9_i386.deb | grep .ph$ | wc -l
85
[EMAIL PROTECTED]:/tmp$ 

(I can't find a 5.8.8-8 version on snapshots.debian.net)

By looking at the changelog this doesn't seems to be expected.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages perl depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libdb4.6  4.6.19-1   Berkeley v4.6 Database Libraries [
ii  libgdbm3  1.8.3-3GNU dbm database routines (runtime
ii  perl-base 5.8.8-11.1 The Pathologically Eclectic Rubbis
ii  perl-modules  5.8.8-11.1 Core Perl modules

Versions of packages perl recommends:
ii  perl-doc  5.8.8-11.1 Perl documentation

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447224: [Pkg-openldap-devel] Bug#447224: openldap2.3: [debconf_rewrite] Debconf templates and debian/control review

2007-10-30 Thread Christian Perrier
Quoting Steve Langasek ([EMAIL PROTECTED]):

> Unfortunately, the messages sent to the openldap "maintainer" list address
> seem to have been held in a moderation queue for some time before being
> delivered.  I don't know if the other comaintainers are subscribed directly
> via the PTS, but I have only just received information on the proposed
> changes now that someone has moderated the list posts and have not had an
> opportunity to look through them for comments.
> 
> I would suggest that you notify translators of this, and give the OpenLDAP
> maintainers more time to comment on the proposed changes - preferably until
> after the upcoming weekend.


Steve, do you need more time to comment about the proposed changes? 

I'm OK to make the delay longer if you need it.




signature.asc
Description: Digital signature


Bug#448692: ITP: libjboss-common-java -- The JBoss Common Project

2007-10-30 Thread Varun Hiremath
Package: wnpp
Owner: Varun Hiremath <[EMAIL PROTECTED]>
Severity: wishlist

* Package name: libjboss-common-java
  Version : svn2663
  Upstream Author : JBoss inc.
* URL or Web page : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCommonProject
* License : LGPL
  Description : The JBoss Common Project

  The common module in JBoss Application Server has been promoted to a
  standalone project. The project itself has now been and broken up
  into several projects: common-core, common-logging-jdk,
  common-logging-log4j, common-spi

-- 
Varun Hiremath
Undergraduate Student,
Aerospace Engineering Department,
Indian Institute of Technology Madras,
Chennai, India
---
Homepage : http://varun.travisbsd.org



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448691: Requires a particular inetd implementation

2007-10-30 Thread Trent W. Buck
Package: vmware-package
Version: 0.19
Severity: minor

It seems that vmware-package creates a vmware-server package that
depends on OpenBSD's inetd (openbsd-inetd) rather than any old inetd
(inet-superserver).  Is this strictly true?  If not, it makes sense to
depend on the latter so as to appease fans of other inetds.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vmware-package depends on:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  debhelper 5.0.59 helper programs for debian/rules
ii  dpkg-dev  1.14.7 package building tools for Debian
ii  fakeroot  1.8.2  Gives a fake root environment
ii  file  4.21-3 Determines file type using "magic"
ii  make  3.81-3 The GNU version of the "make" util
ii  module-assistant  0.10.11tool to make module package creati
ii  python2.4.4-6An interactive high-level object-o

Versions of packages vmware-package recommends:
ii  ia32-libs   2.2  ia32 shared libraries for use on a
ii  ia32-libs-gtk   2.1  gtk+ ia32 shared libraries
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.3-7  high-quality block-sorting file co
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.4.2-1  C++ wrappers for Cairo (shared lib
ii  libcroco3   0.6.1-1  a generic Cascading Style Sheet (C
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libfontconfig1  2.4.91-1 generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.14.2-1 C++ wrapper for the GLib toolkit (
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomecanvasmm-2.6-1c 2.14.0-1 C++ wrappers for libgnomecanvas2 (
ii  libgsf-1-1141.14.7-1 Structured File Library - runtime 
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.12.1-1   C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  librsvg2-2  2.18.2-1 SAX-based renderer library for SVG
ii  libsexy20.1.11-2 collection of additional GTK+ widg
ii  libsexymm2  0.1.9-2  collection of additional gtkmm wid
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
pn  libssl0.9.7(no description available)
ii  libview20.6.0-2  VMware's Incredibly Exciting Widge
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxau6 1:1.0.3-2X11 authorisation library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdmcp6   1:1.0.2-2X11 Display Manager Control Protoc
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448381: flutejava_1.3-2(sparc/experimental): FTBFS: dh_nativejava fails

2007-10-30 Thread Michael Koch
On Sun, Oct 28, 2007 at 05:58:02PM +0100, Frank Lichtenheld wrote:
> Package: flutejava
> Version: 1.3-2
> Severity: serious
> 
> Hi,
> 
> your package failed to build from source. The failure seems to appear on
> every architecture.
> 
> | Automatic build of flutejava_1.3-2 on odin by sbuild/sparc 98-farm
> | Build started at 20071026-0914
> | 
> **
> | Checking available source versions...
> | Fetching source files...
> | Reading package lists...
> | Building dependency tree...
> | Need to get 176kB of source archives.
> | Get:1 http://sinclair.farm.ftbfs.de experimental/main flutejava 1.3-2 (dsc) 
> [800B]
> | Get:2 http://sinclair.farm.ftbfs.de experimental/main flutejava 1.3-2 (tar) 
> [172kB]
> | Get:3 http://sinclair.farm.ftbfs.de experimental/main flutejava 1.3-2 
> (diff) [3026B]
> | Fetched 176kB in 0s (1313kB/s)
> | Download complete and in download only mode
> | ** Using build dependencies supplied by package:
> | Build-Depends: debhelper (>= 5), java-gcj-compat-dev, libsac-java, javacc
> | Checking for already installed source dependencies...
> [...]
> |  /usr/bin/fakeroot debian/rules binary-arch
> | dh_testdir
> | dh_testroot
> | dh_clean -k 
> | dh_installdirs
> | dh_install
> | dh_testdir
> | dh_testroot
> | dh_installchangelogs -s
> | dh_installdocs -s
> | dh_link -s
> | dh_nativejava -s -plibflute-java-gcj
> | Traceback (most recent call last):
> |   File "/usr/bin/aot-compile", line 95, in ?
> | compiler.compile()
> |   File "/usr/lib/python2.4/site-packages/aotcompile.py", line 99, in compile
> | self.writeMakefile(MAKEFILE, jobs)
> |   File "/usr/lib/python2.4/site-packages/aotcompile.py", line 119, in 
> writeMakefile
> | print >>fp, MAKEFILE_HEADER % {
> | TypeError: reduce() of empty sequence with no initial value
> | dh_nativejava: command returned error code 256
> | make: *** [binary-arch] Error 1
> | dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2
> | 
> **
> | Build finished at 20071026-0918
> | FAILED [dpkg-buildpackage died]
> 
> Full build log(s): 
> http://experimental.ftbfs.de/build.php?&ver=1.3-2&pkg=flutejava&arch=sparc

Can you please mail me the generate jars at this stage? I think there is
something weird in them. It builds fine on amd64 here.


Cheers,
Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448690: CVE-2007-5695: possible security problem

2007-10-30 Thread Steffen Joeris
Package: sitebar
Severity: normal
Tags: security

Hi

The following CVE[0] has been issued against sitebar.

CVE-2007-5695:

command.php in SiteBar 3.3.8 allows remote attackers to redirect users
to arbitrary web sites via the forward parameter in a Log In action.

Please remember to mention the CVE number in your changelog, when you
fix this bug.
Thanks for your efforts.

Cheers
Steffen

[0]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5695



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448689: sitebar: multiple cross-site scripting (XSS) vulnerabilities

2007-10-30 Thread Steffen Joeris
Package: sitebar
Severity: important
Tags: security

Hi

The following CVE[0] about multiple cross-site scripting vulnerabilities
has been issued against sitebar.

CVE-2007-5692:

Multiple cross-site scripting (XSS) vulnerabilities in SiteBar 3.3.8
allow remote attackers to inject arbitrary web script or HTML via (1)
the lang parameter to integrator.php; (2) the token parameter in a New
Password action, (3) the nid_acl parameter in a Folder Properties
action, or (4) the uid parameter in a Modify User action to command.php;
or (5) the target parameter to index.php, different vectors than
CVE-2006-3320. 


Please remember to mention the CVE number in the changelog, when you fix
this bug.
Thanks for your efforts.

Cheers
Steffen

[0]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5692



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448294: [Pbuilder-maint] Bug#448294: pbuilder: French documentation translation

2007-10-30 Thread Vincent Bernat
OoO  En cette nuit  nuageuse du  mercredi 31  octobre 2007,  vers 01:28,
Junichi Uekawa <[EMAIL PROTECTED]> disait:

>> Please find attached the french documentation translation, proofread
>> by the debian-l10n-french mailing list contributors.

> I tried building it, but it didn't build correctly. I'll need help.  I
> think the resulting XML is not quite right.

How should I compile the .po file to get an XML file ?
-- 
I WILL NOT SELL MIRACLE CURES
I WILL NOT SELL MIRACLE CURES
I WILL NOT SELL MIRACLE CURES
-+- Bart Simpson on chalkboard in episode 9F16



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448688: debdelta: Missing python-apt dependancy

2007-10-30 Thread David
Package: debdelta
Version: 0.22
Severity: normal

debdeltas requires the 'python-apt' package to be installed.

Otherwise, you get this error when you try to use it:

debdeltas failed  :   exceptions.ImportError No module named apt_pkg

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages debdelta depends on:
ii  bsdiff  4.3-4generate/apply a patch between two
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  python  2.4.4-6  An interactive high-level object-o
ii  xdelta  1.1.3-7+b1   A diff utility which works with bi
ii  xdelta3 0q.dfsg-2A diff utility which works with bi
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

Versions of packages debdelta recommends:
ii  python-apt0.7.3.1Python interface to libapt-pkg

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447135: more vulnerabilities

2007-10-30 Thread Steffen Joeris
Hi

There have been two more CVEs[0][1] issued for problems with the translation 
module (translator.php).

CVE-2007-5694:

Absolute path traversal vulnerability in the translation module 
(translator.php) in SiteBar 3.3.8 allows remote authenticated users to read 
arbitrary files via an absolute path in the dir parameter, a different 
vulnerability than CVE-2007-5491.


CVE-2007-5693:

Eval injection vulnerability in the translation module (translator.php) in 
SiteBar 3.3.8 allows remote authenticated users to execute arbitrary PHP code 
via the edit parameter in an upd cmd action, a different vulnerability than 
CVE-2007-5492.


Please keep in mind to include them as a reference into the changelog, if you 
fix this bug.

Cheers
Steffen

[0]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5694

[1]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5693


signature.asc
Description: This is a digitally signed message part.


Bug#448140: Problems between Razor and SpamAssassin

2007-10-30 Thread Francois Marier
Hi Sven,

As far as the logcheck rules are concerned, the spamassassin rules could
easily be added to the razor package to fix this problem.

I am a bit surprised to hear about problems with logging to syslog.  Corrin
and I never had any problems with it, so we're quite curious to know what
kinds of problems you ran into.

Cheers,

Francois



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448685: Info received (Bug#448685: Acknowledgement (epiphany-extensions: epilicious freezes browser))

2007-10-30 Thread Michal Čihař
Hi again

after adding some debug output to the code, it looks like all_bookmarks
method is causing this freeze.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#448687: FTBFS: test failures

2007-10-30 Thread Frank Lichtenheld
Package: libdevel-ebug-perl
Version: 0.48-1
Severity: serious

Your package fails to build from source (looks like missing build deps):

/usr/bin/make -C . OPTIMIZE="-g -Wall -O2" test
make[1]: Entering directory `/tmp/buildd/libdevel-ebug-perl-0.48'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/basic..Can't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm line 6.
Compilation failed in require at t/basic.t line 6.
BEGIN failed--compilation aborted at t/basic.t line 6.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-36
Failed 36/36 tests, 0.00% okay
t/break_pointCan't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm line 6.
Compilation failed in require at t/break_point.t line 6.
BEGIN failed--compilation aborted at t/break_point.t line 6.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-27
Failed 27/27 tests, 0.00% okay
t/codelines..Can't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm line 6.
Compilation failed in require at t/codelines.t line 6.
BEGIN failed--compilation aborted at t/codelines.t line 6.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/ebug...Can't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm line 6.
Compilation failed in require at t/ebug.t line 5.
BEGIN failed--compilation aborted at t/ebug.t line 5.
dubious
Test returned status 2 (wstat 512, 0x200)
t/eval...Can't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm line 6.
Compilation failed in require at t/eval.t line 6.
BEGIN failed--compilation aborted at t/eval.t line 6.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
t/filenames..Can't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm line 6.
Compilation failed in require at t/filenames.t line 6.
BEGIN failed--compilation aborted at t/filenames.t line 6.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/finished...Can't locate Devel/StackTrace.pm in @INC (@INC contains: lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/lib 
/tmp/buildd/libdevel-ebug-perl-0.48/blib/arch /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at lib/Devel/ebug.pm line 6.
BEGIN failed--compilation aborted at lib/Devel/ebug.pm 

Bug#448686: samba: /it's own/s/'//

2007-10-30 Thread Justin Pryzby
Package: samba
Version: 3.0.24-6etch4
Severity: minor

"its" is possessive; "it's" is contractive.  I grepped /usr/bin/ and
found that a handful of samba binaries include the phrase: "it's own"
which is always wrong.  It's (put acknowledged but not intended) worse
than "its not" (which is also always wrong) since it's not simply
ommision of an uncommon character but extraneous insertion thereof.

[EMAIL PROTECTED]:~$ find /usr/bin |xargs grep -e "it's own" 
grep: /usr/bin/fusermount: Permission denied
Binary file /usr/bin/gpa matches
Binary file /usr/bin/net matches
Binary file /usr/bin/smbget matches
Binary file /usr/bin/smbcacls matches
Binary file /usr/bin/smbcquotas matches
Binary file /usr/bin/rpcclient matches
Binary file /usr/bin/smbpasswd matches

[EMAIL PROTECTED]:~$ strings /usr/bin/net |grep "it's own"
ldapsam_change_groupmem: can't remove user from it's own primary group!




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448685: Acknowledgement (epiphany-extensions: epilicious freezes browser)

2007-10-30 Thread Michal Čihař
Hi

The problem seems to be that _handle_throttle
in /usr/lib/epiphany-gecko/2.20/extensions/libepilicious/delicious.py
does not have any escape condition. So if it gets error forever (HTTP
Error 503: Service Temporarily Unavailable in my case), it will forever
hang the browser. Anyway the sleep here seems to kill the GUI main
loop, what is also bad thing.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#444179: cdw segfaults on amd64 is fixed or not

2007-10-30 Thread Laszlo Boszormenyi
Hi Wolfgang,

Can you check if cdw version 0.3.2-1 crashes when you want to start it?

Thanks,
Laszlo/GCS




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448685: epiphany-extensions: epilicious freezes browser

2007-10-30 Thread Michal Čihař
Package: epiphany-extensions
Version: 2.20.0-1
Severity: normal


Hi

When I try to use elilicious, it just freezes Epiphany. When I attach
using gdb it looks like the code is infinitely waiting for something
using select in Python:

#0  0xe410 in __kernel_vsyscall ()
#1  0xb6fa92f1 in select () from /lib/i686/cmov/libc.so.6
#2  0xb26f8c3d in time_sleep (self=0x0, args=0xb4b44d4c) at 
/home/packages/python/2.4/python2.4-2.4.4/Modules/timemodule.c:888
#3  0xb71822bd in PyCFunction_Call (func=0xb4b17dcc, arg=0xb4b44d4c, kw=0x0) at 
../Objects/methodobject.c:108
#4  0xb71bded9 in PyEval_EvalFrame (f=0x83b8334) at ../Python/ceval.c:3568
#5  0xb71bee99 in PyEval_EvalCodeEx (co=0xb4b42320, globals=0xb4b4724c, 
locals=0x0, args=0x839a3a4, argcount=1, kws=0x839a3a8, kwcount=0, 
defs=0x0, defcount=0, closure=0xb3d966ec) at ../Python/ceval.c:2741
#6  0xb71bd0ef in PyEval_EvalFrame (f=0x839a23c) at ../Python/ceval.c:3661
#7  0xb71bd9aa in PyEval_EvalFrame (f=0x8f692e4) at ../Python/ceval.c:3651
#8  0xb716675d in gen_iternext (gen=0xb3d9c52c) at ../Objects/genobject.c:47
#9  0xb719f2b9 in wrap_next (self=0xb3d9c52c, args=0x0, wrapped=0xb7166700) at 
../Objects/typeobject.c:3821
#10 0xb7164b88 in wrapper_call (wp=0xb3d9c58c, args=0xb4f3002c, kwds=0x0) at 
../Objects/descrobject.c:964
#11 0xb7153ba7 in PyObject_Call (func=0x0, arg=0xb4f3002c, kw=0x0) at 
../Objects/abstract.c:1795
#12 0xb71b834c in PyEval_CallObjectWithKeywords (func=0xb3d9c58c, 
arg=0xb4f3002c, kw=0x0) at ../Python/ceval.c:3435
#13 0xb71540ac in PyObject_CallObject (o=0xb3d9c58c, a=0xb4f3002c) at 
../Objects/abstract.c:1786
#14 0xb4ece15a in ?? () from 
/var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
#15 0xb3d9c58c in ?? ()
#16 0xb4f3002c in ?? ()
#17 0xb7122541 in pthread_mutex_lock () from /lib/i686/cmov/libpthread.so.0
#18 0xb705d611 in g_idle_dispatch (source=0x8d28180, callback=0xfdfe, 
user_data=0xb3d8a32c)
at /tmp/buildd/glib2.0-2.14.2/glib/gmain.c:4132
#19 0xb705f1c6 in IA__g_main_context_dispatch (context=0x81888b0) at 
/tmp/buildd/glib2.0-2.14.2/glib/gmain.c:2061
#20 0xb7062552 in g_main_context_iterate (context=0x81888b0, block=1, 
dispatch=1, self=0x8163f08)
at /tmp/buildd/glib2.0-2.14.2/glib/gmain.c:2694
#21 0xb7062937 in IA__g_main_loop_run (loop=0x81b0080) at 
/tmp/buildd/glib2.0-2.14.2/glib/gmain.c:2898
#22 0xb77b9354 in IA__gtk_main () at 
/tmp/buildd/gtk+2.0-2.12.1/gtk/gtkmain.c:1146
#23 0x0807b8df in main (argc=1, argv=0xbfcc5fe4) at 
/build/buildd/epiphany-browser-2.20.0/src/ephy-main.c:725

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages epiphany-extensions depends on:
ii  epiphany-gecko2.20.0-3   Intuitive GNOME web browser - Geck
ii  gconf22.20.0-1   GNOME configuration database syste
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libnspr4-0d   4.6.7-1NetScape Portable Runtime Library
ii  libosp5   1.5.2-3Runtime library for OpenJade group
ii  libpcre3  7.3-2  Perl 5 Compatible Regular Expressi
ii  libxul0d  1.8.1.6-1  Gecko engine library
ii  python-elementtree1.2.6-11   Light-weight toolkit for XML proce
ii  python-gnome2 2.20.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.12.0-1   Python bindings for the GTK+ widge
ii  python-support0.7.4  automated rebuilding support for p
ii  python2.4 2.4.4-6An interactive high-level object-o
ii  sgml-data 2.0.3  common SGML and XML data
ii  w3c-dtd-xhtml 1.1-5  W3C eXtensible HyperText Markup La

epiphany-extensions recommends no packages.

-- no debconf information




Bug#331431: Still present?

2007-10-30 Thread Daniel Burrows
  Hi,

  Could you let me know if you still see this bug in aptitude 0.4.6.1 or
aptitude 0.4.7?

Thanks,
  Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448683: whois: Current server for .bz is missing in action

2007-10-30 Thread William Steve Applegate
Package: whois
Version: 4.7.24
Severity: normal
Tags: patch


The current server for the `.bz' ccTLD is `whois.belizenic.bz'. This
server has stopped answering requests for what is now a very long time
(several months at least):

  [EMAIL PROTECTED]:~$ telnet whois.belizenic.bz 43
  Trying 216.220.62.169...
  telnet: Unable to connect to remote host: Connection refused

Another server exists, and is probably more authoritative:
whois.afilias-grs.info. Just changing the server in tld_serv_list would
already improve the situation quite a bit. The attached patch goes
farther, though: it parses the Afilias server's answer and fetches more
information from the returned whois server (as an aside, it also allows
to hide the Afilias disclaimer). Hence, while the patch is probably way
sub-optimal (and/or bugged), I nevertheless suggest it should be
included in the next whois release.


Regards,
-- W.

-- System Information:
Debian Release: lenny/sid
  APT prefers experimental
  APT policy: (600, 'experimental'), (550, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages whois depends on:
ii  libc62.7~0exp2-0exp2 GNU C Library: Shared libraries
ii  libidn11 1.1-1   GNU libidn library, implementation

whois recommends no packages.

-- no debconf information
diff -Napru whois-4.7.24.orig/data.h whois-4.7.24/data.h
--- whois-4.7.24.orig/data.h	2007-09-13 03:02:12.0 +0200
+++ whois-4.7.24/data.h	2007-10-31 03:36:54.0 +0100
@@ -60,6 +60,7 @@ const char *hide_strings[] = {
 "Tralliance, Inc., the Registry", "",			/* travel */
 "NOTICE: Access to the domains information", "",		/* CORE */
 "%% puntCAT Whois Server", "%% any time.",
+"Access to CCTLD WHOIS information is provided", "",	/* Afilias */
 NULL, NULL
 };
 
diff -Napru whois-4.7.24.orig/make_tld_serv.pl whois-4.7.24/make_tld_serv.pl
--- whois-4.7.24.orig/make_tld_serv.pl	2007-07-28 22:58:24.0 +0200
+++ whois-4.7.24/make_tld_serv.pl	2007-10-31 02:31:59.0 +0100
@@ -14,6 +14,7 @@ while (<>) {
 	$b = "\\x03" if $b eq 'NONE';
 	$b = "\\x04" if $b eq 'CRSNIC';
 	$b = "\\x07" if $b eq 'PIR';
+	$b = "\\x08" if $b eq 'AFILIAS';
 	$b = "\\x09" if $b eq 'NICCC';
 	print "\"$a\",\t\"$b\",\n";
 }
diff -Napru whois-4.7.24.orig/tld_serv_list whois-4.7.24/tld_serv_list
--- whois-4.7.24.orig/tld_serv_list	2007-10-30 11:06:18.0 +0100
+++ whois-4.7.24/tld_serv_list	2007-10-31 02:34:33.0 +0100
@@ -89,7 +89,7 @@ e164.arpa whois.ripe.net
 .bv	NONE		# http://www.norid.no/domenenavnbaser/bv-sj.html
 #.bw			# NIC? btc.bw www.info.bw/resource/local/index.shtml
 .by	WEB http://www.tld.by/indexeng.html
-.bz	whois.belizenic.bz
+.bz	AFILIAS
 .co.ca	whois.co.ca
 .ca	whois.cira.ca
 .cc	NICCC
diff -Napru whois-4.7.24.orig/whois.c whois-4.7.24/whois.c
--- whois-4.7.24.orig/whois.c	2007-09-13 03:23:55.0 +0200
+++ whois-4.7.24/whois.c	2007-10-31 03:25:47.0 +0100
@@ -234,6 +234,12 @@ const char *handle_query(const char *hse
 	sockfd = openconn("whois.publicinterestregistry.net", NULL);
 	server = query_pir(sockfd, qstring);
 	break;
+	case 8:
+	if (verb)
+		puts(_("Connecting to whois.afilias-grs.info."));
+	sockfd = openconn("whois.afilias-grs.info", NULL);
+	server = query_afilias(sockfd, qstring);
+	break;
 	case 9:
 	if (verb)
 		puts(_("Connecting to whois.nic.cc."));
@@ -703,6 +709,52 @@ const char *query_pir(const int sock, co
 return ret;
 }
 
+const char *query_afilias(const int sock, const char *query)
+{
+char *temp, buf[2000], *p, *ret = NULL;
+FILE *fi;
+int hide = hide_discl;
+int state = 0;
+
+temp = malloc(strlen(query) + 2 + 1);
+strcpy(temp, query);
+strcat(temp, "\r\n");
+
+fi = fdopen(sock, "r");
+if (write(sock, temp, strlen(temp)) < 0)
+	err_sys("write");
+
+while (fgets(buf, sizeof(buf), fi)) {
+	if (state == 0 && strneq(buf, "Domain Name:", 12))
+	state = 1;
+	if (state == 1 && strneq(buf, "Whois Server:", 13)) {
+	char *p, *q;
+
+	for (p = buf; *p != ':'; p++);	/* skip until colon */
+	for (p++; *p == ' '; p++);		/* skip colon and spaces */
+	ret = malloc(strlen(p) + 1);
+	for (q = ret; *p != '\n' && *p != '\r' && *p != ' '; *q++ = *p++) ; /*copy data*/
+	*q = '\0';
+	}
+
+	if (hide_line(&hide, buf))
+	continue;
+
+	for (p = buf; *p && *p != '\r' && *p != '\n'; p++);
+	*p = '\0';
+	fprintf(stdout, "%s\n", buf);
+}
+if (ferror(fi))
+	err_sys("fgets");
+fclose(fi);
+
+if (hide > HIDE_UNSTARTED)
+	err_quit(_("Catastrophic error: disclaimer text has been changed.\n"
+		   "Please upgrade this program.\n"));
+
+return ret;
+}
+
 int openconn(const char *server, const char *port)
 {
 int fd = -1;
diff -Napru whois-4.7.24.orig/

Bug#448684: offlineimap: bomb on bad date

2007-10-30 Thread Mark A. Hershberger
Package: offlineimap
Version: 4.0.16
Severity: normal

Given the attached email, offlineimap produces a stacktrace.

-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy-updates
  APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages offlineimap depends on:
ii  python2.5.1-1ubuntu2 An interactive high-level object-o
ii  python-support0.6.4ubuntu1   automated rebuilding support for p

offlineimap recommends no packages.

-- no debconf information
Thread 'New msg sync from INBOX' terminated with exception:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/offlineimap/threadutil.py", line 153, 
in run
Thread.run(self)
  File "threading.py", line 440, in run
self.__target(*self.__args, **self.__kwargs)
  File "/var/lib/python-support/python2.5/offlineimap/folder/Base.py", line 
225, in syncmessagesto_neguid_msg
self.savemessage(successuid, message, flags, rtime)
  File "/var/lib/python-support/python2.5/offlineimap/folder/UIDMaps.py", line 
156, in savemessage
newluid = self._mb.savemessage(self, -1, content, flags, rtime)
  File "/var/lib/python-support/python2.5/offlineimap/folder/IMAP.py", line 
239, in savemessage
date, content)[0] == 'OK')
AssertionError


Last 25 debug messages logged for New msg sync from INBOX prior to exception:
imap: Returned object from fetching 119031: ('OK', [('45936 (UID 119031 BODY[] 
{2740}', 'Received: from localhost (localhost [127.0.0.1])\r\n\tby nospam 
(Postfix) with ESMTP id B5CD2B012689\r\n\tfor <[EMAIL PROTECTED]>; Tue, 30 Oct 
2007 15:00:51 -0400 (EDT)\r\nReceived: from nospam ([127.0.0.1])\r\n by 
localhost (nospam.nichework.com [127.0.0.1]) (amavisd-maia, port 10024)\r\n 
with ESMTP id 20889-01 for <[EMAIL PROTECTED]>;\r\n Tue, 30 Oct 2007 15:00:51 
-0400 (EDT)\r\nReceived: from mail.nichework.com (superman.everybody.org 
[216.220.171.94])\r\n\tby nospam (Postfix) with ESMTP id 66EE7B012688\r\n\tfor 
<[EMAIL PROTECTED]>; Tue, 30 Oct 2007 15:00:51 -0400 (EDT)\r\nReceived: from 
mah by mail.nichework.com with local (Exim 4.63)\r\n\t(envelope-from <[EMAIL 
PROTECTED]>)\r\n\tid 1ImwIU-0002lP-2k\r\n\tfor [EMAIL PROTECTED]; Tue, 30 Oct 
2007 14:58:44 -0400\r\nReceived: from [80.146.182.10] 
(helo=fw.sat-kabel-online.de)\r\n\tby mail.nichework.com with esmtp (Exim 
4.63)\r\n\t(envelope-from <[EMAIL PROTECTED]>)\r\n\tid 
1ImwIP-0002lI-Ln\r\n\tfor [EMAIL PROTECTED]; Tue, 30 Oct 2007 14:58:41 
-0400\r\nReceived: from [80.146.182.10] by ns1.google.com; Sat, 30 Oct 2038 
19:58:46 +\r\nMessage-ID: <[EMAIL PROTECTED]>\r\nFrom: "len dunbar" <[EMAIL 
PROTECTED]>\r\nTo: <[EMAIL PROTECTED]>\r\nDate: Sat, 30 Oct 2038 18:11:23 
+\r\nMIME-Version: 1.0\r\nContent-Type: 
text/plain;\r\n\tformat=flowed;\r\n\tcharset="iso-8859-1";\r\n\treply-type=original\r\nContent-Transfer-Encoding:
 7bit\r\nX-Priority: 3\r\nX-MSMail-Priority: Normal\r\nX-Mailer: Microsoft 
Outlook Express 6.00.3790.2663\r\nX-MimeOLE: Produced By Microsoft MimeOLE 
V6.00.3790.2757\r\nX-SA-Exim-Connect-IP: \r\nX-SA-Exim-Mail-From: [EMAIL PROTECTED]: New work for 
you\r\nX-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 
+)\r\nX-SA-Exim-Scanned: Yes (on mail.nichework.com)\r\nX-Virus-Scanned: 
Debian amavisd-maia at nospam.nichework.com\r\n\r\nOur Company is a privately 
owned and operated promoting and marketing firm based in UK, with offices all 
over the world.\r\nWe are currently expanding due to client needs. We are 
looking for candidates that will assist us. \r\nNow we offering positions at 
the entry level for marketing and management role.\r\nWe train all candidates 
in: \r\nService Representative \r\nPromotions \r\nCommunications \r\nPublic 
Relations \r\nMarketing \r\nWe value your goals and your career; so we will 
connect you with mentors who can offer you as much guidance as you need. 
\r\nThis is a permanent home based position, so anyone ready for a stable 
career should apply today! \r\n\r\nTo apply for this job, please CUT AND PASTE 
your resume (NO attachments please) into an e-mail and send it to [EMAIL 
PROTECTED] You can also call us at 1-718-732-2785. \r\n\r\nIf you received this 
message in error, or would like to unsubscribe, please send a blank email to: 
[EMAIL PROTECTED]'), ')'])
imap: savemessage: called
imap: savemessage: using date "30-Oct-2038 18:11:23 -0500"
imap: savemessage: initial content is: 'Received: from localhost (localhost 
[127.0.0.1])\r\n\tby nospam (Postfix) with ESMTP id B5CD2B012689\r\n\tfor 
<[EMAIL PROTECTED]>; Tue, 30 Oct 2007 15:00:51 -0400 (EDT)\r\nReceived: from 
nospam ([127.0.0.1])\r\n by localhost (nospam.nichework.com [127.0.0.1]) 
(amavisd-maia, port 10024)\r\n with ESMTP id 20889-01 for <[EMAIL 
PROTECTED]>;\r

Bug#443358: just checked again

2007-10-30 Thread Eddy Petrișor
severity 443358 important
tags 443358 unreproducible
thanks

Hello,

I just checked again the app and I can't reproduce the bug anymore with the same
version of the software.
-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



signature.asc
Description: OpenPGP digital signature


Bug#340573: Bug#423379: OpenSSL license violation

2007-10-30 Thread Martin Preuss
Hi,

On Montag, 21. Mai 2007, Mark Purcell wrote:
[...]
> The issue for me is we are trying to meet the wishes of the kmymoney team
> and the openssl team, through your various licences, which aren't
> compatible, thus we can't meet the wishes of both of your licences.
>
> Thus the options:
>
> 1. Debian currently shouldn't currently distribute kmymoney linked to
> openssl 2. kmymoney (maybe?) or openssl (unlikley) modify your licences
> 3. modify libgwenhywfar not to link to openssl
>
> > Anyway, currently I'm already working on Libgwenhywfar ...
[...]

This work is finished as far as the dependency on OpenSSL is concerned. The 
latest versions of Gwenhywfar use the native API of GnuTLS and Libgcrypt.

There is an external plugin for KMyMoney 
at "http://sourceforge.net/project/showfiles.php?group_id=115695"; which 
already uses the new version of Gwenhywfar.

There is no help for GnuCash yet but the corresponding developer at Gnucash 
has the transition to the new generation of AqBanking/Gwenhywfar on hist TODO 
list.

Also, QBankManager has been adapted so as of now there are no longer any 
license issues with using HBCI/OFX Direct Connect :-)


Regards
Martin Preuss




-- 
"Things are only impossible until they're not"

Martin Preuss - http://www.aquamaniac.de/
AqBanking - http://www.aqbanking.de/
LibChipcard - http://www.libchipcard.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#442984: patch

2007-10-30 Thread Mike O'Connor
tags 442984 patch
thanks

attched is a patch that fixes this issue.

stew
diff -ruN kvdr-0.64.orig/debian/patches/10_bad_pointer_cast.patch kvdr-0.64/debian/patches/10_bad_pointer_cast.patch
--- kvdr-0.64.orig/debian/patches/10_bad_pointer_cast.patch	1969-12-31 19:00:00.0 -0500
+++ kvdr-0.64/debian/patches/10_bad_pointer_cast.patch	2007-10-30 22:43:38.0 -0400
@@ -0,0 +1,12 @@
+diff -Nru tmp/kvdr/kvdr.cpp kvdr/kvdr/kvdr.cpp
+--- tmp/kvdr/kvdr.cpp	2007-10-30 22:14:41.0 -0400
 kvdr/kvdr/kvdr.cpp	2007-10-30 22:15:35.0 -0400
+@@ -101,7 +101,7 @@
+   /* guess physical screen format */
+   int width, bank, ram;
+   base = NULL;
+-  if(!XF86DGAGetVideoLL(disp,screen,(int*)&base,&width,&bank,&ram))
++  if(!XF86DGAGetVideoLL(disp,screen,(unsigned int*)&base,&width,&bank,&ram))
+   {
+ base=NULL;
+   }


signature.asc
Description: Digital signature


Bug#448681: gpsd: [INTL:ja] updated Japanese debconf translation

2007-10-30 Thread Bernd Zeimetz
Hi,

> I updated Japanese translation of debconf messages (ja.po).
> Please apply this.

applied in svn, will be shipped with the next upload.

Thank you!

Bernd


-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448682: /usr/sbin/lighty-disable-mod: Disabling should work for already removed modules

2007-10-30 Thread Michal Čihař
Package: lighttpd
Version: 1.4.18-1
Severity: normal
File: /usr/sbin/lighty-disable-mod


Hi

when I first remove file from /etc/lighttpd/conf-available/,
lighty-disable-mod will not remove the module from configuration then. I
think removing of configuration should not insist on it's availability.

To reproduce:

# touch /etc/lighttpd/conf-available/99-foo.conf
# lighty-enable-mod foo
Available modules: auth cgi fastcgi proxy simple-vhost ssi ssl userdir
aliases lxr pma-my foo 
Already enabled modules: auth cgi fastcgi userdir phpmyadmin lxr 
Enabling foo: ok
Run /etc/init.d/lighttpd force-reload to enable changes
# rm /etc/lighttpd/conf-available/99-foo.conf
# lighty-disable-mod foo
Available modules: auth cgi fastcgi proxy simple-vhost ssi ssl userdir
aliases lxr pma-my 
Already enabled modules: auth cgi fastcgi userdir phpmyadmin lxr foo 
Run /etc/init.d/lighttpd force-reload to enable changes


-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lighttpd depends on:
ii  libattr11:2.4.39-1   Extended attribute shared library
ii  libbz2-1.0  1.0.3-7  high-quality block-sorting file co
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libfam0 2.7.0-13 Client library to control the FAM 
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libpcre37.3-2Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8g-1 SSL shared libraries
ii  libterm-readline-perl-p 1.0302-1 Perl implementation of Readline li
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  mime-support3.39-1   MIME files 'mime.types' & 'mailcap
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

lighttpd recommends no packages.

-- no debconf information




Bug#116410: If your in your office, keep the speakers low, lol

2007-10-30 Thread jpfqdvv

I am sending this to everyone. It is so cute. http://89.43.196.5/




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#166335: Happy Halloween

2007-10-30 Thread reno

I know you hate junk mail, but this is just plane old fun.
http://71.226.194.10/




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448681: gpsd: [INTL:ja] updated Japanese debconf translation

2007-10-30 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: gpsd
Severity: wishlist
Version: 2.34.dfsg-3
Tags: l10n patch

Hi,

I updated Japanese translation of debconf messages (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkcn3I0ACgkQQKW+7XLQPLH2ogCgnqkZv81EcOAmkNSMJ+KAMGZ/
qgMAoN0YPTMrMrM+RJfBYsDha0OVIbmc
=yq0L
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#181312: I am sending this to everyone

2007-10-30 Thread ssie.l.chen

I know you will like this. Heck you might even pass it on. LOL
http://68.42.89.190/




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448680: tex-common: [INTL:ja] updated Japanese debconf translation

2007-10-30 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: tex-common
Version: 1.10
Severity: wishlist

Hi,

I updated Japanese translation of debconf messages (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkcn2/8ACgkQQKW+7XLQPLHu+wCgjm/kUiEcFB5MY84nPqmOtmMR
gbkAoJ3nrNBW7BjhU7ORMEEYfjrV4T0x
=xMBG
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#379322: iceweasel: reopen

2007-10-30 Thread Michel BRIAND
Package: iceweasel
Version: 2.0.0.6-0etch1
Followup-For: Bug #379322

Problem still exist with current version.

Plugins installed under /usr/lib/firefox/plugins and
/usr/lib/mozilla/plugins won't be loaded by iceweasel unless one sets
the MOZ_PLUGIN_PATH ev.

Example:
export MOZ_PLUGIN_PATH=/usr/lib/firefox/plugins

Cheers,
Michel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils 2.25.1   Miscellaneous utilities specific t
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-3GCC support library
ii  libglib2.0-02.14.1-5 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libmyspell3c2   1:3.1-18 MySpell spellchecking library
ii  libpango1.0-0   1.18.2-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxp6  1:1.0.0.xsf1-1   X Printing Extension (Xprint) clie
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

iceweasel recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448669: gnucash-docs: Please remove dependency on yelp (Gnome)

2007-10-30 Thread Gordon Haverland
On October 30, 2007, Thomas Bushnell BSG wrote:
> On Tue, 2007-10-30 at 18:14 -0600, Gordon Haverland wrote:
> > Is there some reason why I need to keep a Gnome browser
> > (yelp) on my system, just to be able to make use of Gnucash? 
> > Can't a person get help/access to documentation some other
> > way.
>
> It's the standard help browser for gnome programs.

It would be nice if there were options.  If the help files are 
HTML, there are many browsers.  If the help files were PDF, there 
are many PDF viewers.  Is there some reason why the help files 
need to be tied to the presence of a standard gnome  browser 
only?

> > I am fed up with De Icaza, and want to remove as much Gnome
> > stuff from my system as is possible.  Some things like gdm,
> > libxml and gnucash I would like to keep.  But the only reason
> > I have yelp, is because of a dependency on gnucash-docs.
>
> I'm not interested in making changes just because you dislike
> someone.

Debian as an organization can be really picky about things.  
Firefox immediately springs to mind.  De Icaza has been slightly 
annoying for a long time, but it was (I felt) more or less 
harmless.  His latest stance on OOXML is no longer harmless.  
That De Icaza has gotten the Gnome Foundation to follow his lead 
is reason to ditch Gnome as much as is possible.  I would hope 
that Debian eventually assumes a similar stance, as I think this 
is far worse than a trademark issue over Firefox.  But all I can 
do is act for myself.  And for me, if those help files for 
Gnucash are useful without yelp being present, I would just as 
soon ditch yelp.

Gord




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448679: gv: Missing dependency on ghostscript-x package

2007-10-30 Thread Jan Smr�a
Package: gv
Version: 1:3.6.3dfsg-4
Severity: normal

Wihout ghostscript-x package, there's nothing showed but cursor seems
like the gv is still working. But it does nothing. Ghostscript output
wasn't helpful at all.

-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22Lighta-1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gv depends on:
ii  ghostscript [gs- 8.61.dfsg.1~svn8187-1.1 The GPL Ghostscript PostScript/PDF
ii  gs   8.61.dfsg.1~svn8187-1.1 Transitional package
ii  libc62.6.1-6 GNU C Library: Shared libraries
ii  libice6  2:1.0.3-3   X11 Inter-Client Exchange library
ii  libsm6   2:1.0.3-1+b1X11 Session Management library
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxmu6  1:1.0.3-1   X11 miscellaneous utility library
ii  libxpm4  1:3.5.6-3   X11 pixmap library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  xaw3dg   1.5+E-15Xaw3d widget set

gv recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448678: gnome-randr-applet: does not have a mechanism for reverting changes if the new resolution does not work

2007-10-30 Thread Paul Wise
Package: gnome-randr-applet
Version: 0.2-2.1
Severity: important

If you accidentally resize your screen down to 600x480, it will probably
be unusable and you will not be able to get it back to normal without
knowing about virtual consoles, environment variables and the xrandr
command line. This is something that newbies will not be able to do.
Please add a a mechanism for automatically reverting changes if the new
resolution does not work.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-randr-applet depends on:
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.1-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.91-1 generic font configuration library
ii  libgconf2-4 2.20.0-1 GNOME configuration database syste
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.0-3   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0  2.20.1-1 library for GNOME Panel applets
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.3.2-1+b1 X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part


Bug#448294: [Pbuilder-maint] Bug#448294: pbuilder: French documentation translation

2007-10-30 Thread Junichi Uekawa
Hi,

> 
> Please find attached the french documentation translation, proofread
> by the debian-l10n-french mailing list contributors.

I tried building it, but it didn't build correctly. I'll need help.  I
think the resulting XML is not quite right.

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448294: [Pbuilder-maint] Bug#448294: pbuilder: French documentation translation

2007-10-30 Thread Junichi Uekawa
Hi,

> 
> Please find attached the french documentation translation, proofread
> by the debian-l10n-french mailing list contributors.

I tried building it, but it didn't build correctly. I'll need help.  I
think the resulting XML is not quite right.

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448669: gnucash-docs: Please remove dependency on yelp (Gnome)

2007-10-30 Thread Thomas Bushnell BSG

On Tue, 2007-10-30 at 18:14 -0600, Gordon Haverland wrote:
> Is there some reason why I need to keep a Gnome browser (yelp) on 
> my system, just to be able to make use of Gnucash?  Can't a 
> person get help/access to documentation some other way.

It's the standard help browser for gnome programs.

> I am fed up with De Icaza, and want to remove as much Gnome stuff 
> from my system as is possible.  Some things like gdm, libxml and 
> gnucash I would like to keep.  But the only reason I have yelp, 
> is because of a dependency on gnucash-docs.

I'm not interested in making changes just because you dislike someone.






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448562: [Pbuilder-maint] Bug#448562: pbuilder-satisfydepends-classic should pass --no-install-recommends to apt-get

2007-10-30 Thread Junichi Uekawa
Hi,

> 
> As the subject says: since the latest upload of apt, 
> pbuilder-satisfydepends-classic unnecessarily installs recommended packages 
> of the build dependencies.
> 
> The same is probably also true for pbuilder-satisfydepends-experimental.  But 
> the aptitude version should work properly once aptitude --without-recommends 
> install works again (which I submitted as bug #448561).

I'll probably have to set the flag according to apt version.

should 'apt-get --version' do the trick ? 

Doing so would add a fork to dpkg --compare-versions and apt-get
--version, which is slow, but pbuilder-satisfydepends itself is slow
enough that it shouldn't matter too much.

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448676: Gtk causes beeps on every little thing.

2007-10-30 Thread Brandon
Package: libgtk2.0-0
Version: 2.12.1-1

To reproduce (using leafpad or I assume most other gtk text editors):
1) Open leafpad
2) Press "left".
3) Beep!
4) For added fun, press Home, End, Page Up, and Page Down. Beep every
time.

I am surprised that Gtk beeps at all. That doesn't really seem like
something it would need to do. I just upgraded gtk, and it's
dependencies, and now every gtk app beeps every time I make a mistake.
It didn't do this before. My beeper has beeped several hundred times
since I upgraded maybe an hour ago.

This is excessive. The beeps don't mean anything anymore. I am going to
have to turn them off. Fortunately, for me, that is something I have
been meaning to do anyway.

-Brandon




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448677: lintian: Please include copyright-contains-dh_make-todo-boilerplate

2007-10-30 Thread Cyril Brulebois
Package: lintian
Version: 1.23.36
Severity: wishlist
Tags: patch

Hi,

please find attached a patch to check whether one updated
debian/copyright after checking for additional license/copyrights.

I let that paragraph before reviewing, did the review, and forgot about
it, such a check would have spotted the problem.

I'm also wondering whether it would make sense to check debian/control
in source packages too. I'd expect such a behaviour, could you please
consider it?

(BTW, isn't lintian maintained in a public $VCS? Being able to
debcheckout it would be great. ;-))

Cheers,

-- 
Cyril Brulebois
diff --git a/checks/copyright-file b/checks/copyright-file
index 888b88b..89effa4 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -206,6 +206,10 @@ if (m,Upstream Author\(s\),) {
 tag "copyright-lists-upstream-authors-with-dh_make-boilerplate", "";
 }
 
+if (m/Please also look if/) {
+tag "copyright-contains-dh_make-todo-boilerplate", "";
+}
+
 } # 
 
 # ---
diff --git a/checks/copyright-file.desc b/checks/copyright-file.desc
index a6dd138..5504a19 100644
--- a/checks/copyright-file.desc
+++ b/checks/copyright-file.desc
@@ -147,3 +147,11 @@ Info: There is "Upstream Author(s)" in your copyright 
file. This was most
  remove the "(" and ")".
  .
  o/~ join us now and carefully edit debian/copyright files! o/~
+
+Tag: copyright-contains-dh_make-todo-boilerplate
+Type: error
+Ref: policy 12.5
+Info: The string "Please also look if..." appears in the copyright
+ file, which indicates that you either didn't check the whole source
+ to find additional copyright/license, or that you didn't remove that
+ paragraph after having done so.


Bug#448675: GtkFileChooser: If you press "~" in the "Location" bar, gtk replaces it with an invalid directory.

2007-10-30 Thread Brandon
Package: libgtk2.0-0
Version: 2.12.1-1
Severity: normal

To reproduce (using leafpad, or iceweasel, or most gtk apps with a
FileChooser):
1) Open leafpad (or other)
2) Press Ctrl-O to Open a File
3) Press Ctrl-L to activate Location bar.
4) Press ~

My Location bar now says "wk/". Yours probably says something similar,
but with your login name.

5) Now press Enter.

Error message: "The folder contents could not be displayed. Error
getting information for '/home/wk/wk': No such file or directory"

~ activates the wrong folder. It should be /home/wk, but instead,
is /home/wk/wk. Clearly incorrect behavior.

-Brandon




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448562: pbuilder-satisfydepends-classic should pass --no-install-recommends to apt-get

2007-10-30 Thread Daniel Leidert
This also hits /usr/lib/pbuilder/pbuilder-satisfydepends-aptitude, which
installs aptitude with apt-get without using the newly introduced
--no-install-recommends:

| $CHROOTEXEC apt-get -y --force-yes install aptitude

This installs a lot of packages, that are not really necessary. The
workaround for the moment: Add

APT::Install-Recommends "false";

to apt.conf in ${APTCONFDIR} and then run pbuilder with
--override-config.

Regards, Daniel




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448673: acpi-support: excessively load cycles some hard drive

2007-10-30 Thread Michael Gilbert
fyi, the drive is a Seagate Momentus 5400.2 100GB drive.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448674: GtkFileChooser: "Places" should require "space" or "enter" to activate.

2007-10-30 Thread Brandon
Package: libgtk2.0-0
Version: 2.12.1-1
Severity: normal
Justification: Annoying. Makes keyboard navigation difficult.

To reproduce (using either iceweasel or leafpad or most gtk apps with
file opening capabilities):

1) cd ~ && mkdir tmp && cd tmp
2) cat "Boring file" >tmp.txt
# Or you can use another gtk program
3) iceweasel tmp.txt
4) Press Ctrl-O
5) Shift-Tab 3 times
6) In Iceweasel, "Search" is automatically selected, or in leafpad, your
directory view has now jumped to home directory without warning.

This is not acceptable behavior. Items should not be activated without
pressing an activation button, such as space or enter.

-Brandon




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448669: gnucash-docs: Please remove dependency on yelp (Gnome)

2007-10-30 Thread Gordon Haverland
On October 30, 2007, you wrote:
> On Tue, 2007-10-30 at 17:02 -0600, Gordon Haverland wrote:
> > Package: gnucash-docs
> > Version: 2.2.0-1
> > Severity: normal
> >
> > Time to ditch as much Gnome as is possible.  De Icaza has
> > gone nuts.
>
> Gnucash is a part of gnome.  Can you please give more
> information, rather than just asserting this?

Is there some reason why I need to keep a Gnome browser (yelp) on 
my system, just to be able to make use of Gnucash?  Can't a 
person get help/access to documentation some other way.

I am fed up with De Icaza, and want to remove as much Gnome stuff 
from my system as is possible.  Some things like gdm, libxml and 
gnucash I would like to keep.  But the only reason I have yelp, 
is because of a dependency on gnucash-docs.

Gord



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#446555: rough patch for this

2007-10-30 Thread Stephen Gran
This one time, at band camp, Jaldhar H. Vyas said:
> On Tue, 30 Oct 2007, Stephen Gran wrote:
> 
> >This one time, at band camp, Stephen Gran said:
> >>Hi there,
> >>
> >>I'm now using the attached patch to handle this.  It seems to work (it's
> >>only been in production for 24 hours or so).  If it looks OK to you all,
> >>would you mind seeing if it can go upstream?
> >
> >Oh, I should mention that the routine to extract the actual fingerprint
> >is largely lifted straight from postfix - it's not attributed in the
> >patch mostly due to my laziness, but I thought if you're planning to do
> >anything with this patch, correct attribution would be a plus.
> 
> Hmm Postfix says it is IBM Public License 1.0 that's not going to cause a 
> problem with the LGPL 2.1 (dovecot's license) is it?

I thought they were compatible, but if I'm wrong, it's a fairly trivial
patch to rewrite in a clean room reimplementation.

I'll just describe the logic here if anyone feels both that they're
incomaptible and they want to reimplement so they can do it without
looking at the patch:

The only part that is from postfix is the function body in
src/login-common/ssl-proxy-openssl.c, so I'll just describe that.

function prototype as called by other parts of the code:
const char *ssl_proxy_get_fingerprint(struct ssl_proxy *proxy) 

We use the standard openssl API to get the fingerprint out of the client
cert:

X509 *x509;
unsigned int n;
unsigned char md[EVP_MAX_MD_SIZE];
x509 = SSL_get_peer_certificate(proxy->ssl);
X509_digest(x509, EVP_md5(), md, &n);

This gives us a digest length in n, and the digest itself in md.

You need to set up a char * to receive the fingerprint that is 3 times n,
as each element of md needs to be transformed into 2 char representations
of hex characters, and you want to have the standard ':' delimited field,
with a final trailing null.  Obviously some checks to see whether it's
a valid cert and so on are useful.

That is it - I'm not sure it's really enough logic to be more than fair
use, but I think that sort of thing isn't universally applicable, and I
can imagine some people being more confortable with a rewrite if they
think there is a potential for license conflict.  Obviously, I'm already
tainted, so I can't be any more help on that front :)

The rest of the patch is my and Mark Hymer's work, so no issues there -
feel free to use it as you see fit.

Take care,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#431025: Bug#431026: [PEAR-DEV] Quality assurance proposition for HTMLSax3

2007-10-30 Thread Michael Schultheiss
Romain Beauxis wrote:
> Le Tuesday 30 October 2007 23:28:42 Michael Schultheiss, vous avez écrit :
> > > he has fixed the licence problem with HtmlSax and HTMLSax3 in CVS of
> > > pear. You can see it here:
> > > http://cvs.php.net/viewvc.cgi/pear/XML_HTMLSax/
> >
> > All Harry did was switch to the PHP 3.0 license, which does nothing to
> > solve the license problem.  A license such as the BSD or Expat license
> > would solve the problem.
> 
> Now that licence is cleared, I think we can choose to use 3.01, as stated...
> "  5. The PHP Group may publish revised and/or new versions of the
>  license from time to time. Each version will be given a
>  distinguishing version number.
>  Once covered code has been published under a particular version
>  of the license, you may always continue to use it under the terms
>  of that version. You may also choose to use such covered code
>  under the terms of any subsequent version of the license
>  published by the PHP Group. No one other than the PHP Group has
>  the right to modify the terms applicable to covered code created
>  under this License."
> 
> Or do I miss a point ?

PHP 3.01 is still GPL incompatible.  There's also many people under the
impression that the PHP license is only valid for code from the PHP
Group.  To solve the license issue, a GPL compatible license needs to be
chosen.  http://www.fsf.org/licensing/licenses/ lists numerous GPL
Compatible Free Software Licenses.

-- 

Michael Schultheiss
E-mail: [EMAIL PROTECTED]




Bug#448673: acpi-support: excessively load cycles some hard drives

2007-10-30 Thread Michael Gilbert
Package: acpi-support
Version: 0.103-1
Severity: important

as recently seen on slashdot [1], acpi ends up repeatedly load cycling
certain hard disks on ubuntu [2].  

it is now confirmed that this problem affects debian sid as well (i have 
not tested this on etch or before).  my Load_Cycle_Count is now at 718,694.
this is very bad because the average Load_Cycle_count before failure for 
most hard disks is 600,000.

  $ smartctl -a /dev/hda | grep 193
  193 Load_Cycle_Count0x0032   001   001   000Old_age   Always
-   718694

i have a dell inspiron 8200 notebook and an IDE hard disk:

  $ hdparm -i /dev/hda

  /dev/hda:

   Model=ST9100823A, FwRev=3.07, SerialNo=3LG0V07X
   Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
   RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
   BuffType=unknown, BuffSize=8192kB, MaxMultSect=16, MultSect=off
   CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=195371568
   IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120}
   PIO modes:  pio0 pio1 pio2 pio3 pio4 
   DMA modes:  mdma0 mdma1 mdma2 
   UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 
   AdvancedPM=yes: unknown setting WriteCache=enabled
   Drive conforms to: ATA/ATAPI-6 T13 1410D revision 2:  ATA/ATAPI-1,2,3,4,5,6

a temporary solution is to disable advanced power management for the hard 
disk:

  $ hdparm -B 255 /dev/hda
  /dev/hda:
   setting Advanced Power Management level to disabled

thanks for the hard work.

[1] http://hardware.slashdot.org/hardware/07/10/30/1742258.shtml
[2] https://launchpad.net/bug59695.html

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages acpi-support depends on:
ii  acpid 1.0.6-4Utilities for using ACPI power man
ii  dmidecode 2.9-1  Dump Desktop Management Interface 
ii  finger0.17-11user information lookup program
ii  hdparm7.7-1  tune hard disk parameters for high
ii  laptop-detect 0.13.2 attempt to detect a laptop
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  nvclock   0.8b2-1Allows you to overclock your nVidi
ii  powermgmt-base1.29   Common utils and configs for power
ii  radeontool1.5-5  utility to control ATI Radeon back
ii  toshset   1.72-6 Access much of the Toshiba laptop 
ii  vbetool   0.7-1.1run real-mode video BIOS code to a
ii  x11-xserver-utils 7.3+1  X server utilities

acpi-support recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448669: gnucash-docs: Please remove dependency on yelp (Gnome)

2007-10-30 Thread Thomas Bushnell BSG

On Tue, 2007-10-30 at 17:02 -0600, Gordon Haverland wrote:
> Package: gnucash-docs
> Version: 2.2.0-1
> Severity: normal
> 
> Time to ditch as much Gnome as is possible.  De Icaza has gone nuts.

Gnucash is a part of gnome.  Can you please give more information,
rather than just asserting this?

Thomas





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448671: spamassassin: Depend on Mail::SPF instead of legacy Mail::SPF::Query for SPF support

2007-10-30 Thread Julian Mehnle
Package: spamassassin
Severity: wishlist

SpamAssassin can use both the new Mail::SPF and the old Mail::SPF::Query
Perl modules for SPF support.  Mail::SPF is fully compliant with the
final SPFv1 specification (RFC 4408), whereas Mail::SPF::Query is a
legacy implementation that has many issues and is far from compliant.
As Mail::SPF has recently entered the Debian main archive as
libmail-spf-perl, SpamAssassin should depend on that rather than
libmail-spf-query-perl.  SpamAssassin in Ubuntu already does. :-)

Julian (author of Mail::SPF and upstream maintainer of Mail::SPF::Query)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448672: php5: Improper code interpretation without compound statement

2007-10-30 Thread inet
Package: php5
Version: 5.2.3-1+lenny1
Severity: normal


The following code misbehaves:

";

if ( false )
echo "This won't be displayed.";

if( false )
{
echo "This also won't be displayed.";
}

if( false )
{
?>This also won't be displayed.This shouldn't be displayed, but is, and there are no warnings to 
suggest that it is improper.

Apparently, the ?> directive is improperly handled.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.16-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages php5 depends on:
ii  libapache2-mod-php5   5.2.3-1+lenny1 server-side, HTML-embedded scripti
ii  php5-cgi  5.2.3-1+lenny1 server-side, HTML-embedded scripti
ii  php5-common   5.2.3-1+lenny1 Common files for packages built fr

php5 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#431026: Bug#431025: Bug#431026: [PEAR-DEV] Quality assurance proposition for HTMLSax3

2007-10-30 Thread Romain Beauxis
Le Tuesday 30 October 2007 23:28:42 Michael Schultheiss, vous avez écrit :
> > he has fixed the licence problem with HtmlSax and HTMLSax3 in CVS of
> > pear. You can see it here:
> > http://cvs.php.net/viewvc.cgi/pear/XML_HTMLSax/
>
> All Harry did was switch to the PHP 3.0 license, which does nothing to
> solve the license problem.  A license such as the BSD or Expat license
> would solve the problem.

Now that licence is cleared, I think we can choose to use 3.01, as stated...
"  5. The PHP Group may publish revised and/or new versions of the
 license from time to time. Each version will be given a
 distinguishing version number.
 Once covered code has been published under a particular version
 of the license, you may always continue to use it under the terms
 of that version. You may also choose to use such covered code
 under the terms of any subsequent version of the license
 published by the PHP Group. No one other than the PHP Group has
 the right to modify the terms applicable to covered code created
 under this License."

Or do I miss a point ?

Romain
-- 
Took us away from civilization
Brought us to slave in this big plantation
Fussing and fighting, among ourselves
Nothing to achieve this way, it's worser than hell, I say




Bug#448670: hardinfo crashes when click in "generate report"

2007-10-30 Thread Olavo Junior
Package: hardinfo
Version: 0.4.2.2-3
Severity: important


orelha:/home/olavo# hardinfo
*** glibc detected *** hardinfo: munmap_chunk(): invalid pointer:
0xb71b84a1 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6(cfree+0x1bb)[0xb75148bb]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb785c9a1]
hardinfo(h_strdup_cprintf+0x66)[0x80568f9]
/usr/lib/hardinfo/modules/devices.so[0xb71b6da7]
/usr/lib/hardinfo/modules/devices.so[0xb71b70e1]
/usr/lib/hardinfo/modules/devices.so(scan_sensors+0x31)[0xb71b772b]
hardinfo(module_entry_scan+0x1f)[0x805682d]
hardinfo[0x805c28b]
hardinfo(report_create_from_module_list+0x2f)[0x805c5b5]
hardinfo[0x805c735]
hardinfo(report_dialog_show+0x8a)[0x805c8c5]
hardinfo(cb_generate_report+0x56)[0x805b0e1]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb78e695f]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb78d9619]
/usr/lib/libgobject-2.0.so.0[0xb78ede0f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8ef)[0xb78efa5f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb78efda9]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c51cc5]
/usr/lib/libgtk-x11-2.0.so.0(gtk_action_activate+0x51)[0xb7c52c01]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb78e695f]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb78d9619]
/usr/lib/libgobject-2.0.so.0[0xb78ede0f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8ef)[0xb78efa5f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_by_name+0x130)[0xb78efd20]
/usr/lib/libgtk-x11-2.0.so.0[0xb7e164e7]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb78e695f]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb78d9619]
/usr/lib/libgobject-2.0.so.0[0xb78ede0f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8ef)[0xb78efa5f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb78efda9]
/usr/lib/libgtk-x11-2.0.so.0(gtk_button_clicked+0x8a)[0xb7c68d9a]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c6a8fe]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb78e695f]
/usr/lib/libgobject-2.0.so.0[0xb78d7f39]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb78d9619]
/usr/lib/libgobject-2.0.so.0[0xb78eda3b]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8ef)[0xb78efa5f]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb78efda9]
/usr/lib/libgtk-x11-2.0.so.0(gtk_button_released+0x8a)[0xb7c68e2a]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c68e51]
/usr/lib/libgtk-x11-2.0.so.0[0xb7d419c4]
/usr/lib/libgobject-2.0.so.0[0xb78d7f39]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb78d9619]
/usr/lib/libgobject-2.0.so.0[0xb78edfa3]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x617)[0xb78ef787]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb78efda9]
/usr/lib/libgtk-x11-2.0.so.0[0xb7e5fb67]
/usr/lib/libgtk-x11-2.0.so.0(gtk_propagate_event+0xc1)[0xb7d3ac11]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x2b8)[0xb7d3be78]
/usr/lib/libgdk-x11-2.0.so.0[0xb7bb565a]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x176)[0xb78551c6]
/usr/lib/libglib-2.0.so.0[0xb7858552]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1e7)[0xb7858937]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4)[0xb7d3c354]
hardinfo(main+0x280)[0x8050c94]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb74bd050]
hardinfo[0x80509b1]
=== Memory map: 
08048000-08065000 r-xp  fe:00 42546413   /usr/bin/hardinfo
08065000-08067000 rw-p 0001c000 fe:00 42546413   /usr/bin/hardinfo
08067000-08a99000 rw-p 08067000 00:00 0  [heap]
b58c4000-b58c6000 r-xp  fe:00 12583059   /lib/libkeyutils-1.2.so
b58c6000-b58c7000 rw-p 1000 fe:00 12583059   /lib/libkeyutils-1.2.so
b58c7000-b58ce000 r-xp  fe:00 29376605
/usr/lib/libkrb5support.so.0.1
b58ce000-b58cf000 rw-p 6000 fe:00 29376605
/usr/lib/libkrb5support.so.0.1
b58cf000-b58d4000 r-xp  fe:00 33847370
/lib/i686/cmov/libcrypt-2.6.1.so
b58d4000-b58d6000 rw-p 4000 fe:00 33847370
/lib/i686/cmov/libcrypt-2.6.1.so
b58d6000-b58fd000 rw-p b58d6000 00:00 0
b58fd000-b591f000 r-xp  fe:00 29368469
/usr/lib/libk5crypto.so.3.1
b591f000-b592 rw-p 00022000 fe:00 29368469
/usr/lib/libk5crypto.so.3.1
b592-b59ac000 r-xp  fe:00 29376601   /usr/lib/libkrb5.so.3.3
b59ac000-b59ae000 rw-p 0008c000 fe:00 29376601   /usr/lib/libkrb5.so.3.3
b59ae000-b59d6000 r-xp  fe:00 29368468
/usr/lib/libgssapi_krb5.so.2.2
b59d6000-b59d7000 rw-p 00028000 fe:00 29368468
/usr/lib/libgssapi_krb5.so.2.2
b59d7000-b5a08000 r-xp  fe:00 29526462   /usr/lib/libcups.so.2
b5a08000-b5a0a000 rw-p 0003 fe:00 29526462   /usr/lib/libcups.so.2
b5a1a000-b5a2a000 r--s  fe:00 6780206
/usr/share/mime/mime.cache
b5a2a000-b5a2b000 ---p b5a2a000 00:00 0
b5a2b000-b622b000 rw-p b5a2b000 00:00 0
b622b000-b622c000 ---p b622b000 00:00 0
b622c000-b6a2c000 rw-p b622c000 00:00 0
b6a2c000-b6a33000 r-xp  fe:00 29367456
/usr/lib/libtrackerclient.so.0.0.0
b6a33000-b6a34000 rw-p 6000 fe:00 29367456
/usr/lib/libtrackerclient.so.0.0.0
b6a34000-b6a

Bug#446923: tested with 1.13.95

2007-10-30 Thread Matthias Bläsing
Package: gammu
Version: 1.13.94-1

--- Please enter the report below this line. ---

I tested again with 1.13.95 build from source and that fixes it. With
that package a short test showed, that I can access the calendar, which
seems to be impossible via syncml (at least in the usable 0.22 version).

So when 1.13.95 hits debian I will switch back from the syncml plugin to
my proof-of-concept gammu-syncml-one-way plugin ;-)

Thanks

Matthias

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableopensync.gforge.punktart.de 
  500 unstableftp.informatik.rwth-aachen.de 
  500 unstableftp.de.debian.org 
  500 testing ftp.informatik.rwth-aachen.de 
  500 testing ftp.de.debian.org 
  500 feisty  wine.budgetdedicated.com 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libbluetooth2(>= 3.0) | 3.20-1
libc6(>= 2.6.1-1) | 2.6.1-6
libgammu2(>= 1.13.94) | 1.13.94-1
libmysqlclient15off (>= 5.0.27-1) | 5.0.45-1
libpq5| 8.2.5-2



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#421792: /var/lib/dpkg/info/*.md5sums inherits from package

2007-10-30 Thread Ian Jackson
unmerge 421792
severity 421792 normal
thanks

In this bug report the user reports that they had a non-world-readable
 /var/lib/dpkg/info/binutils.md5sums

These files are generated during package building as DEBIAN/md5sums,
and that file's permissions and ownership are inherited by the
installed file.  (I have just tested this with a pre-1.14.8 dpkg just
to be sure.)  Therefore if the permissions were wrong it must have
been a buggy package.

Guillem's statement that this was the same problem as #413151 appears
to have been mistaken.

Ian.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#446555: rough patch for this

2007-10-30 Thread Jaldhar H. Vyas

On Tue, 30 Oct 2007, Stephen Gran wrote:


This one time, at band camp, Stephen Gran said:

Hi there,

I'm now using the attached patch to handle this.  It seems to work (it's
only been in production for 24 hours or so).  If it looks OK to you all,
would you mind seeing if it can go upstream?


Oh, I should mention that the routine to extract the actual fingerprint
is largely lifted straight from postfix - it's not attributed in the
patch mostly due to my laziness, but I thought if you're planning to do
anything with this patch, correct attribution would be a plus.



Hmm Postfix says it is IBM Public License 1.0 that's not going to cause a 
problem with the LGPL 2.1 (dovecot's license) is it?


--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#323464: One pound of Legal Bud

2007-10-30 Thread The Bud Shop
Do You Smoke Big Buddha Bud Or Any Other Legal Bud To Go Crazy ?

http://TheBudShop.Net

My buddy Mark stopped hanging out with me because he now works at the post
office and has to do a piss test every other week. Just last week though, i
see him sparking up. I'm like "Dude are you smoking bud again??" and he is
all "Yeah! i bought ONE POUND of Legal Bud at TheBudShop.Net and i dont need
to worry, this shit doesnt come up in piss tests and its some potent shit!"
TheBudShop.Net is too good to be kept a secret. 

One warning though, Dont drive with this potent bud.
My friend blasted up before going on his mailing route and he ended up
crashing the postal truck LOL.
Oh and he still smokes up the Legal Bud!


http://www2.TheBudShop.Net

OR

http://5UEREA.TheBudShop.Net





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#320449: hiya

2007-10-30 Thread Bud Shop
Do You Smoke Big Buddha Bud Or Any Other Legal Bud To Go Crazy ?

http://TheBudShop.Net

My buddy Mark stopped hanging out with me because he now works at the post
office and has to do a piss test every other week. Just last week though, i
see him sparking up. I'm like "Dude are you smoking bud again??" and he is
all "Yeah! i bought ONE POUND of Legal Bud at TheBudShop.Net and i dont need
to worry, this shit doesnt come up in piss tests and its some potent shit!"
TheBudShop.Net is too good to be kept a secret. 

One warning though, Dont drive with this potent bud.
My friend blasted up before going on his mailing route and he ended up
crashing the postal truck LOL.
Oh and he still smokes up the Legal Bud!


http://www2.TheBudShop.Net

OR

http://2be75.TheBudShop.Net





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#420147: zero-padded available file works for me

2007-10-30 Thread Ian Jackson
severity 420147 normal
thanks

Could you please supply
 1. a copy of a /var/lib/dpkg/available which causes the problem
 2. a complete session transcript
?

I'm afraid it's not even clear from your bug report whether the bug
is really in dpkg or aptitude, given the command you say you ran.

I have tested adding 1Mby of nulls to my actual available file and
it worked for me.

Also, you had no justification for setting `Severity: important' on
this bug report.  I have corrected the severity.

Ian.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#19130: Smoke Big Buddha Bud

2007-10-30 Thread Legal Bud Shop
Do You Smoke Big Buddha Bud Or Any Other Legal Bud To Go Crazy ?

http://TheBudShop.Net

My buddy Mark stopped hanging out with me because he now works at the post
office and has to do a piss test every other week. Just last week though, i
see him sparking up. I'm like "Dude are you smoking bud again??" and he is
all "Yeah! i bought ONE POUND of Legal Bud at TheBudShop.Net and i dont need
to worry, this shit doesnt come up in piss tests and its some potent shit!"
TheBudShop.Net is too good to be kept a secret. 

One warning though, Dont drive with this potent bud.
My friend blasted up before going on his mailing route and he ended up
crashing the postal truck LOL.
Oh and he still smokes up the Legal Bud!


http://www2.TheBudShop.Net

OR

http://7e8aj5.TheBudShop.Net





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#303367: herbal smokes

2007-10-30 Thread Legal Bud Shop
Do You Smoke Big Buddha Bud Or Any Other Legal Bud To Go Crazy ?

http://TheBudShop.Net

My buddy Mark stopped hanging out with me because he now works at the post
office and has to do a piss test every other week. Just last week though, i
see him sparking up. I'm like "Dude are you smoking bud again??" and he is
all "Yeah! i bought ONE POUND of Legal Bud at TheBudShop.Net and i dont need
to worry, this shit doesnt come up in piss tests and its some potent shit!"
TheBudShop.Net is too good to be kept a secret. 

One warning though, Dont drive with this potent bud.
My friend blasted up before going on his mailing route and he ended up
crashing the postal truck LOL.
Oh and he still smokes up the Legal Bud!


http://www2.TheBudShop.Net

OR

http://I1t.TheBudShop.Net





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448307: wengophone: Video does not work, codec with ID 20 not found.

2007-10-30 Thread Ludovico Cavedon
Severity: minor

Ludovico Cavedon wrote:
> Eric Lavarde - Debian Bugs wrote:
>> 1. I've checked README.Debian from ffmpeg in [1] and I've actually got
>> the
>> Marillat's packages installed. Is it what you call the full version?
> 
> Yes, it should work. Mhm, I'll try and debug it ASAP

Ok, that README.Debian file is quite old. The removal of such codecs is
not documented, apart from the changelog. I'll ask the maintainer.

Moreover I realized that marillat packages built from ffmpeg have
different names from official ones. Therefore they do not get replaced.

Video support can be enable by self-recompiling ffmpeg.
It can be done by following this procedure:

1. create the orig tarball according to
http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/README?op=file

2. Apply
http://ftp.debian.org/debian/pool/main/f/ffmpeg-free/ffmpeg-free_0.cvs20070307-6.diff.gz


3. Replace "ffmpeg-free" with "ffmpeg" inside debian/changelog and
debian/control (ehm, the right way would be adding a new entry in the
changelog)

4. Build the package (e.g. with dpkg-buildpackage)

Then you can install the new package and get video support in wengophone
(no recompilation of wengophone needed).

>> 2. wengophone does neither require nor recommend ffmpeg, though, from
>> your
>> explanation, I understand that it's a dependency (or are you only using
>> the codec, which doesn't exist in Debian's ffmpeg, so it can't be a
>> dependency?).
> 
> Wengophone depends on libavcodec, which is one of the libraries
> generated by the ffmpeg source package.
> 
>> 3. Perhaps you could document these things also in a README.Debian? It
>> would be clearer for dummy users like me.
> 
> You're absolutely right. This is a very good reason to leave the bug open.
> I should have done it earlier, sorry :)

Leaving the bug open until proper documentation is done.


Regards,
Ludovico



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#62878: Smoking Buds

2007-10-30 Thread Legal Bud Shop
Do You Smoke Big Buddha Bud Or Any Other Legal Bud To Go Crazy ?

http://TheBudShop.Net

My buddy Mark stopped hanging out with me because he now works at the post
office and has to do a piss test every other week. Just last week though, i
see him sparking up. I'm like "Dude are you smoking bud again??" and he is
all "Yeah! i bought ONE POUND of Legal Bud at TheBudShop.Net and i dont need
to worry, this shit doesnt come up in piss tests and its some potent shit!"
TheBudShop.Net is too good to be kept a secret. 

One warning though, Dont drive with this potent bud.
My friend blasted up before going on his mailing route and he ended up
crashing the postal truck LOL.
Oh and he still smokes up the Legal Bud!


http://www2.TheBudShop.Net

OR

http://Ri8woS.TheBudShop.Net





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448669: gnucash-docs: Please remove dependency on yelp (Gnome)

2007-10-30 Thread Gordon Haverland
Package: gnucash-docs
Version: 2.2.0-1
Severity: normal

Time to ditch as much Gnome as is possible.  De Icaza has gone nuts.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnucash-docs depends on:
ii  docbook-xml   4.5-5  standard XML documentation system,
pi  yelp  2.20.0-1   Help browser for GNOME 2

gnucash-docs recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#438871: jabber: as group:adm

2007-10-30 Thread Jamin W. Collins
severity 438871 wishlist
tags 438871 = wontfix
thanks

I don't see the problem with running jabber in the adm group.  As for
the proposal of having logrotate change the group, that will only be
useful on logs that have been rotated.

Unless someone can provide a real security concern/problem this creates
I don't plan on changing it.

-- 
Jamin W. Collins



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448668: nfs-common: Not backwards compatible wrt starting statd

2007-10-30 Thread Frans Pop
Package: nfs-common
Version: 1:1.1.1-4
Severity: important

Previous versions of nfs-common would start statd by default. The new
version does not. This resulted in my shares suddenly failing to mount.

Please either change the default back, or at the very least add a
README.Debian warning users about this significant change in behaviour.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-rc1 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nfs-common depends on:
ii  adduser   3.105  add and remove users and groups
ii  initscripts   2.86.ds1-38.1  Scripts for initializing and shutt
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libcomerr21.40.2-1   common error description library
ii  libevent1 1.3d-1 An asynchronous event notification
ii  libgssglue1   0.1-1  mechanism-switch gssapi library
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libnfsidmap2  0.20-0 An nfs idmapping library
ii  librpcsecgss3 0.17-1 allows secure rpc communication us
ii  libwrap0  7.6.dbs-14 Wietse Venema's TCP wrappers libra
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  netbase   4.30   Basic TCP/IP networking system
ii  portmap   6.0-4  The RPC portmapper
ii  ucf   3.004~fjp  Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448667: dpkg-source resets SIGPIPE

2007-10-30 Thread Ian Jackson
Package: dpkg
Version: 1.9.11

While checking something else I saw this in dpkg-source.pl:

  $SIG{'PIPE'} = 'DEFAULT';
  ...
  local $SIG{PIPE} = 'DEFAULT';

This appears to correspond to some of the following changelog entries:

  dpkg (1.9.11) unstable; urgency=low
* Apply patch from Colin Watson:  Closes: #89679
  * Reset SIGPIPE to DEFAULT when forking gzip.

  dpkg (1.9.8) unstable; urgency=low
* Reset SIGPIPE back to default, in dpkg-source.  Closes: #98563.

I disagree with this and in my opinion this code should be removed.

All UNIX programs are entitled to assume that they start with signals
set to the default values (except SIGHUP and perhaps another exception
or two).  Starting dpkg-source (or dpkg or any other unsuspecting
utility) with SIGPIPE ignored is simply wrong and if the program makes
extensive use of subprocesses and has good error handling, it is
liable to fail under those conditions.

If it is absolutely necessary to do something about this kind of bug,
dpkg-source should be changed to _fail_ if SIGPIPE is not set to
DEFAULT on startup.  Fixing it up merely hides the problem and leaves
other programs vulnerable to mysterious failures.

Ian.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#446555: rough patch for this

2007-10-30 Thread Stephen Gran
This one time, at band camp, Stephen Gran said:
> Hi there,
> 
> I'm now using the attached patch to handle this.  It seems to work (it's
> only been in production for 24 hours or so).  If it looks OK to you all,
> would you mind seeing if it can go upstream? 

Oh, I should mention that the routine to extract the actual fingerprint
is largely lifted straight from postfix - it's not attributed in the
patch mostly due to my laziness, but I thought if you're planning to do
anything with this patch, correct attribution would be a plus.

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#443358: last-exit works for me...

2007-10-30 Thread Andreas Henriksson
Same version, same arch. Works for me.
More information is probably required to track this down.
In the meantime, I guess this bug should be downgraded to important or
less since the software is usable (atleast by some).

-- 
Regards,
Andreas Henriksson




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#442340:

2007-10-30 Thread Mathieu Blondel

Dmitry V. Rutsky wrote:

On Monday 29 October 2007 01:33:25 am Mathieu Blondel wrote:
  
And now I tried to reopen it and it keeps above others just fine.  Then I 
nuked my ~/.fantasdic config and restarted it again;  it didn't keep above 
others after the option was enabled, but did so when I again restarted the 
application.  So it looks like a glitch on the first run or on the first 
invocation of the option.
I don't think that it was a configuration file problem because I'm 
paying particular care to backward compatibility with the config files 
of previous versions. So rm -rf ~/.fantasdic/ had nothing to do with the 
problem. At least, I hope so ;-)


With GNOME, keep_above is taken into account as soon as I enable it. 
Maybe your window manager can't refresh this option dynamically.


BTW, since you installed the development version, have a look at 
Preferences > Add a dictionary. Fantasdic now supports multiple 
dictionary sources :-).


Thank you for your tests,
Mathieu



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#433141: Bug#431025: Bug#431026: [PEAR-DEV] Quality assurance proposition for HTMLSax3

2007-10-30 Thread Michael Schultheiss
Frank Habermann wrote:
> Hi all,
> 
> good news from Harry,
> 
> he has fixed the licence problem with HtmlSax and HTMLSax3 in CVS of pear.
> You can see it here: http://cvs.php.net/viewvc.cgi/pear/XML_HTMLSax/

All Harry did was switch to the PHP 3.0 license, which does nothing to
solve the license problem.  A license such as the BSD or Expat license
would solve the problem.

-- 

Michael Schultheiss
E-mail: [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447997: closed by Arthur de Jong <[EMAIL PROTECTED]> (Bug#447997: fixed in nss-ldapd 0.4.1)

2007-10-30 Thread Arthur de Jong

On Sat, 2007-10-27 at 12:47 +0200, Arthur de Jong wrote:
> You already mentioned using Xen. I don't have a Xen setup here with
> which I can test the setup, but maybe I can set up a test Xen
> environment at work in the coming week.

I have performed some tests in a Xen instance (etch Dom0 and sid DomU)
and also there the memory usage of nslcd is steady at 47Mbyte. Below are
the details of the Xen setup that was used.

I have found one more small memory leak that was in the I/O module (not
in the LDAP code that was tested before) which leaks 28 bytes per
request (on i386). I've attached a patch if you're interested.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-xen-686 (SMP w/1 CPU core)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnss-ldapd depends on:
ii  debconf [debconf-2.0] 1.5.16 Debian configuration management sy
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap2  2.1.30.dfsg-13.5   OpenLDAP libraries

Versions of packages libnss-ldapd recommends:
ii  libpam-ldap   184-2  Pluggable Authentication Module al
ii  nscd  2.6.1-6GNU C Library: Name Service Cache

-- debconf information:
  libnss-ldapd/ldap-bindpw: (password omitted)
  libnss-ldapd/ldap-rootbindpw: (password omitted)
* libnss-ldapd/ldap-base: dc=test,dc=tld
  libnss-ldapd/ldap-rootbinddn:
* libnss-ldapd/nsswitch: passwd, group, shadow, hosts, networks, protocols, 
services, ethers, rpc, netgroup, aliases
  libnss-ldapd/ldap-binddn:
* libnss-ldapd/ldap-uris: ldapi:///


Valgrind output:
==7357== ERROR SUMMARY: 17 errors from 6 contexts (suppressed: 146 from 1)
==7357== malloc/free: in use at exit: 46,586 bytes in 298 blocks.
==7357== malloc/free: 449,817 allocs, 449,519 frees, 8,345,734 bytes allocated.
==7357== For counts of detected errors, rerun with: -v
==7357== searching for pointers to 298 not-freed blocks.
==7357== checked 560,368 bytes.
==7357==
==7357== Thread 1:
==7357==
==7357== 30,445 (80 direct, 30,365 indirect) bytes in 5 blocks are definitely 
lost in loss record 15 of 34
==7357==at 0x4024765: malloc (vg_replace_malloc.c:149)
==7357==by 0x804CFA1: (within /usr/sbin/nslcd)
==7357==by 0x804A7B0: (within /usr/sbin/nslcd)
==7357==by 0x409D2D2: start_thread (in /lib/libpthread-2.6.1.so)
==7357==by 0x418254D: clone (in /lib/libc-2.6.1.so)
==7357==
==7357==
==7357== 1,260 bytes in 45 blocks are definitely lost in loss record 29 of 34
==7357==at 0x4024765: malloc (vg_replace_malloc.c:149)
==7357==by 0x8055E6B: (within /usr/sbin/nslcd)
==7357==by 0x804A8D2: (within /usr/sbin/nslcd)
==7357==by 0x409D2D2: start_thread (in /lib/libpthread-2.6.1.so)
==7357==by 0x418254D: clone (in /lib/libc-2.6.1.so)
==7357==
==7357== LEAK SUMMARY:
==7357==definitely lost: 1,340 bytes in 50 blocks.
==7357==indirectly lost: 30,365 bytes in 150 blocks.
==7357==  possibly lost: 0 bytes in 0 blocks.
==7357==still reachable: 14,881 bytes in 98 blocks.
==7357== suppressed: 0 bytes in 0 blocks.
==7357== Reachable blocks (those to which a pointer was found) are not shown.
==7357== To see them, rerun with: --leak-check=full --show-reachable=yes

The first leak that valgrind reports is a result of the open sessions at
the time nslcd was killed. Most of this memory is allocated by OpenLDAP.

The second leak is the one that is fixed in the patch.

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --
Index: common/tio.c
===
--- common/tio.c	(revision 461)
+++ common/tio.c	(revision 462)
@@ -373,13 +373,16 @@
   /* dump statistics to stderr */
   fprintf(stderr,"DEBUG_TIO_STATS READ=%d WRITTEN=%d\n",fp->bytesread,fp->byteswritten);
 #endif /* DEBUG_TIO_STATS */
+  /* close file descriptor */
+  if (close(fp->fd))
+retv=-1;
   /* free any allocated buffers */
   if (fp->readbuffer!=NULL)
 tio_buffer_free(fp->readbuffer);
   if (fp->writebuffer!=NULL)
 tio_buffer_free(fp->writebuffer);
-  /* close file descriptor */
-  if (close(fp->fd))
-return -1;
+  /* free the tio struct itself */
+  free(fp);
+  /* return the result of the earlier operations */
   return retv;
 }


signature.asc
Description: This is a digitally signed message part


Bug#391818: --force-confnew and existing unchanged conffiles

2007-10-30 Thread Ian Jackson
severity 391818 normal
thanks

Looking at the information provided in this bug report it's not clear
to me that there's any evidence that the contents of the file is
wrong.

martin: Is your complaint is that the permissions weren't updated ?
Or the timestamp ?  Or are the contents really different but this just
isn't evident from the report.  I agree that it would be better if the
permissions were updated in this case.  I'm not sure that the
timestamp is really important.

This bug seems related to #192981 and a fix to #192981 would involve
fixing this too, but it would be worth seeing if there was an easy way
to make --force-confnew always use the permissions as well as the
contents from the package being installed.

In any case I think this bug is really at most just a normal bug so I
have adjusted the severity.

Regards,
Ian.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#442336: [EMAIL PROTECTED]: Bug#442336: fantasdic: "Scan clipboard" option isn't saved]

2007-10-30 Thread Dmitry V. Rutsky
On Sunday 28 October 2007 02:37:13 am Mathieu Blondel wrote:
> This bug / feature request is fixed in the development version. If you
> can't wait next release, you can retrieve the source code with this
> command:
>
> $ svn checkout http://svn.gnome.org/svn/fantasdic/trunk

Indeed it works, thank you for this feature and for instructions on how to 
install it.  Now using the dictionary is perfectly easy (it sits in the tray, 
Ctrl-C and the translation of a word from selection appears, Esc and it 
disappears).

Regards,
-- 
-- Dmitry Rutsky



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#281788: Debian Firefox/Iceweasel bug triage - bug #281788

2007-10-30 Thread Ross Boylan
When I visit
http://news.zdnet.co.uk/software/linuxunix/0,39020390,39173518,00.htm
iceweasel no longer crashes.

The apparent ultimate cause of the problem was a a bad reaction to
mis-specified css (e.g., null fonts and 5 digit colors).  The page
reerenced above no longer has such problems.  First, it does not
reference http://news.zdnet.co.uk/css/reviews.css.  Second, that file
(reviews.css) no longer has 5 digit color specifications in it.

Finally, the original system on which I saw the crash has since died.

I tried saving the page referenced at the top of this message and
editing one of its colors to have 5 digits.  I also added a font-weight
of none.  My browser did not crash.

Closing this bug seems appropriate to me.

I am running iceweasel 2.0.0.6+2.0.0.8-0etch1.

Ross



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#330256: obsolescent conffile handling

2007-10-30 Thread Ian Jackson
severity 330256 normal
retitle 330256 delete obsolescent not-locally-changed conffiles
thanks

I'm inclined to agree with Anton Zinoviev's view.  However, I don't
think this change should be made without more careful consideration as
it's a substantial and possibly destructive change to the existing
behaviour.

Note that the same rule should apply on reinstallation of a removed
but not purged package.  This would result in the perhaps
counterintuitive behaviour that installating a package which had
previously been removed would cause a file to disappear.

I think we should have a discussion (on debian-devel?) about this.
In the meantime this is not a very critical bug so I have adjusted the
severity.

Ian.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448552: closed by Marco Rodrigues <[EMAIL PROTECTED]> (Fixed..)

2007-10-30 Thread Michael Gilbert
> It's already fixed...

in version 0.5.6?  i am running 0.5.5-2, and deluge does present the
"New Release!" message about 10 seconds after it is started.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448666: ktorrent: data corruption with torrents > 4GB (KDE bug 132443)

2007-10-30 Thread Martin Wilck
Package: ktorrent
Version: 2.0.3+dfsg1-2.2
Severity: important
Tags: patch

Due to an int32 overflow, ktorrent 2.0.3 corrupts downloaded files which
are bigger than 4GB.

The related kde.org bugzilla is
https://bugs.kde.org/show_bug.cgi?id=132443

The KDE bugzilla contains two patches.  
https://bugs.kde.org/show_bug.cgi?id=132443#c16 is probably the
relevant fix.

Upgrade to the testing version would probably solve the problem but
that's unacceptable because that implies updates of most of the KDE
related packages.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (91, 'testing'), (90, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ktorrent depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-4 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libgmp3c2  2:4.2.1+dfsg-4Multiprecision arithmetic library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpcre3   6.7-1 Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

ktorrent recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#442340:

2007-10-30 Thread Dmitry V. Rutsky
On Monday 29 October 2007 01:33:25 am Mathieu Blondel wrote:
> Hi,
>
> Could you download the development version and apply the attached patch
> against it ? I'm not quite sure it really does what you're expecting...
>
> Download the development version with:
> svn checkout http://svn.gnome.org/svn/fantasdic/trunk
>
> Then patch it with:
> patch -p0 < keep_above.patch
And now I tried to reopen it and it keeps above others just fine.  Then I 
nuked my ~/.fantasdic config and restarted it again;  it didn't keep above 
others after the option was enabled, but did so when I again restarted the 
application.  So it looks like a glitch on the first run or on the first 
invocation of the option.

Regards,
-- 
-- Dmitry Rutsky



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#20471: patch to check rdepends on unpack

2007-10-30 Thread Raphael Hertzog
On Tue, 30 Oct 2007, Ian Jackson wrote:
> tags 20471 + patch
> thanks
> 
> I have prepared and tested a change that fixes this problem.
> It's available at
>   http://www.chiark.greenend.org.uk/~ian/git/dpkg/dpkg.bugfixes/
> as the branch
>   bug20471

Please either attach a copy of the patch or use git.debian.org so that we
can browse the changes via gitweb. 

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#416524: linux-image-2.6.18-5-xen-amd64: Kernel BUG at fs/fuse/control.c:82

2007-10-30 Thread Hans van Kranenburg
Ok... got it reproduced on 2.6.18.dfsg.1-13etch4:

What I just did:
 - bootstrap a new lenny domU, run it with kernel 2.6.18-xen-amd64
(2.6.18.dfsg.1-13etch4)
 - install libfuse2 and fuse-utils 2.7.0-2 (from snapshot.debian.net)
 - create a user account, add it to the fuse group, load fuse module etc
 - log in as the new regular user
 - create a sshfs mount to another host
 - actually *use* the mount - important!! - just open a random textfile
with less or whatever, but cd into it and do something there...
 - as root: apt-get upgrade the fuse stuff to 2.7.0-3

fuse:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  fuse-utils libfuse2
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/140kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 10096 files and directories currently installed.)
Preparing to replace fuse-utils 2.7.0-2 (using
.../fuse-utils_2.7.0-3_amd64.deb) ...
Unpacking replacement fuse-utils ...
Preparing to replace libfuse2 2.7.0-2 (using
.../libfuse2_2.7.0-3_amd64.deb) ...
Unpacking replacement libfuse2 ...
Setting up libfuse2 (2.7.0-3) ...
Setting up fuse-utils (2.7.0-3) ...
creating fuse device node...
udev active, devices will be created in /dev/.static/dev/
creating fuse group...
/etc/init.d/fuse: line 30:  3985 Segmentation fault  mount -t
fusectl fusectl $MOUNTPOINT >/dev/null 2>&1

Message from [EMAIL PROTECTED] at Tue Oct 30 21:20:37 2007 ...
fuse kernel: invalid opcode:  [1] SMP
fuse:~#

/var/log/syslog shows the same error with call trace:

Oct 30 21:20:37 fuse kernel: --- [cut here ] - [please
bite here ] -
Oct 30 21:20:37 fuse kernel: Kernel BUG at fs/fuse/control.c:82
Oct 30 21:20:37 fuse kernel: invalid opcode:  [1] SMP
Oct 30 21:20:37 fuse kernel: CPU 1
[..snip..]

fusermount -u hangs when the user tries to umount the sshfs mount.

A system halt executed by root hangs...

fuse:~# halt
Broadcast message from [EMAIL PROTECTED] (pts/0) (Tue Oct 30 21:23:21 2007):
The system is going down for system halt NOW!

logging in with xm console shows a /bin/umount -i /path/to/sshfsmount
that's blocking:

 4393 pts/1D  0:00 /bin/umount -i /path/to/sshfsmount
 4998 pts/0D+ 0:00 shutdown -h 0 w

I cannot kill dash nine or do anything to stop this process 4393... So I
have to do a xm destroy from the dom0.

When the sshfs mount I made was not in use upgrading libfuse/fuse-utils
went just fine, and afterwards the sshfs mount was gone, so I guess it
was umounted during the fuse upgrade. I guess there's a pointer to what
is going wrong actually?

Now... let's try 2.6.18.dfsg.1-16:

What I did:
 - install the linux-image/modules 2.6.18.dfsg.1-16_amd64.deb in dom0
 - install the linux-modules 2.6.18.dfsg.1-16_amd64.deb in the domU
 - install fuse-foobar 2.7.0-2 again in the domU
 - start the domU with kernel 2.6.18.dfsg.1-16
 - log in as the existing regular user
 - create a sshfs mount to another host
 - actually *use* the mount; just open a random textfile with less or
whatever, but cd into it and do something there...
 - as root: apt-get upgrade the fuse stuff to 2.7.0-3

fuse:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  fuse-utils libfuse2
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/140kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 10097 files and directories currently installed.)
Preparing to replace fuse-utils 2.7.0-2 (using
.../fuse-utils_2.7.0-3_amd64.deb) ...
Unpacking replacement fuse-utils ...
Preparing to replace libfuse2 2.7.0-2 (using
.../libfuse2_2.7.0-3_amd64.deb) ...
Unpacking replacement libfuse2 ...
Setting up libfuse2 (2.7.0-3) ...
Setting up fuse-utils (2.7.0-3) ...
creating fuse device node...
udev active, devices will be created in /dev/.static/dev/
creating fuse group...
fuse:~#

Looks good... Let's see what happened to the mount?

fuse:~# mount | grep sshfs
[EMAIL PROTECTED]:/home/knorrie on /home/knorrie/bla type fuse
(rw,nosuid,nodev,max_read=65536,user=knorrie)

It still exists... The other session where this user was accessing a
file on the remote mounted system still responds... It seems the
existing mount was not touched.

So... It seems 2.6.18.dfsg.1-16 fixes this issue, like you suggested.
Perhaps you can shed some light on what exactly was the issue? :)

Perhaps just installing and re-installing 2.7.0-3 over again would
trigger the same situation, but I did choose to reproduce it in a way it
was most like how things went yesterday.

Have fun,
Hans van Kranenburg



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#440022: Cannot mount XFS file system

2007-10-30 Thread Martin Michlmayr
* Giuseppe Sacco <[EMAIL PROTECTED]> [2007-10-30 22:51]:
> > Did you have a chance to check whether this bug stills exists with
> > current kernels (ideally directly from git).
> 
> I tested this problem using 2.6.23.1 from kernel.org and a third
> SCSI disk on an SGI 02. The problem is solved.

That's good news.  Thanks a lot for testing, Giuseppe!
-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448654: Ack

2007-10-30 Thread Romain Beauxis
tags 448654 patch pending
thanks

Hi ! 

I am aware of this issue.
 
Heikki Henriksen gave me this link to a patch:
 http://xtruder.homelinux.net/~ambro/ati.firegl-8.41.7.patch

According to him, it enables this hardware, but possibly with the amd 
watermark.
I'll upload a patched package soon.


Romain
-- 
And the Spirit and the bride say, Come.
And let him that heareth say, Come.
And let him that is athirst come.
And whosoever will, let him take the water of life freely.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#442340:

2007-10-30 Thread Dmitry V. Rutsky
On Monday 29 October 2007 01:33:25 am Mathieu Blondel wrote:
> patch -p0 < keep_above.patch
[KMail included only this line from your message, that's probably a bug in 
KMail]

I tried latest trunk with this patch applied.  It doesn't work for me.  At 
first the window is indeed kept above others with this option enabled, but 
when I close it and it opens again as I look up some word, it isn't above 
others any more.

Regards,
-- 
-- Dmitry Rutsky



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#440022: Cannot mount XFS file system

2007-10-30 Thread Giuseppe Sacco
Hi Martin,

On Tue, 16 Oct 2007 16:30:42 -0600 Martin Michlmayr <[EMAIL PROTECTED]> wrote:
> Hi Giuseppe,
> 
> Did you have a chance to check whether this bug stills exists with
> current kernels (ideally directly from git).

I tested this problem using 2.6.23.1 from kernel.org and a third SCSI disk on 
an SGI 02. The problem is solved.

I am afraid I cannot test it on Debian kernel 2.6.22-5 from current unstable, 
so I would leave this bug opened for now.

Bye,
Giuseppe




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#431025: Bug#431026: [PEAR-DEV] Quality assurance proposition for HTMLSax3

2007-10-30 Thread Frank Habermann
Hi all,

good news from Harry,

he has fixed the licence problem with HtmlSax and HTMLSax3 in CVS of pear.
You can see it here: http://cvs.php.net/viewvc.cgi/pear/XML_HTMLSax/

regards,
Frank



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#251672: closed by Masayuki Hatta <[EMAIL PROTECTED]> (On Debian Bug#251672)

2007-10-30 Thread Ariel Shkedi


On Wed, 31 Oct 2007, Masayuki Hatta wrote:


Ariel Shkedi <[EMAIL PROTECTED]> wrote:



Now ghostscript package contains drivers as much as possible, so
this bug can be closed now.



I'm sorry, I don't understand what you mean. Does ghostscript include the
samsung gdi driver or not? Or are you saying it's not possible to add any
more drivers?


I meant, the gdi driver is now included in the ghostscript package.

(I'm doing a quick & massive BTS clearance, sorry for sketchy
explanation).


Thank you!

-Ariel



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448664: CVE-2007-5461 absolute path traversal vulnerability

2007-10-30 Thread Nico Golde
Package: tomcat5.5
Severity: important
Tags: security

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for tomcat5.5.

CVE-2007-5461[0]:
| Absolute path traversal vulnerability in Apache Tomcat 4.0.0 through
| 4.0.6, 4.1.0, 5.0.0, 5.5.0 through 5.5.25, and 6.0.0 through 6.0.14,
| under certain configurations, allows remote authenticated users to
| read arbitrary files via a WebDAV write request that specifies an
| entity with a SYSTEM tag.

If you fix this vulnerability please also include the CVE id
in your changelog entry.

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5461

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpoRx5KqKFFz.pgp
Description: PGP signature


Bug#411979: aptitude: can't suspend

2007-10-30 Thread Yann Dirson
I have also seen such a behaviour (although not recently), as well as
a variant which may help to shed some light on the whole issue.

In the variant behaviour, I attempt to suspend aptitude while it runs
another process, while installing packages.  This appears to freeze
aptitude, but a look at the processes shows that aptitude is perfectly
fine, but the subprocesses it has forked are stopped (ps report "T"
state).  In this situation, sending a SIGCONT to those stopped
processes allows them to proceed - but still no way to suspend the
whole.

I observed this with various subprocesses - apt-listbugs and package
postinst scripts.  After the requested installs are finished, Ctrl-Z
is functional again.

Another factor that may be worth noting, is that my aptitude process
is always run from within a screen(1) session.  I'll try to think of
launching one outside of it and check how it works.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448665: apt - methods needs to return hash, undocumented change and regression

2007-10-30 Thread Bastian Blank
Package: apt
Version: 0.7.8
Severity: important

It is neither documented in the docu nor in the changelog that the state
of the -Hash fields in a 201 method message is now mendantory. It is
properly checked in pkgAcquire::Worker::RunMessages if the field is
there, but pkgAcqArchive::Done uses it unconditional.

Bastian

-- 
Those who hate and fight must stop themselves -- otherwise it is not stopped.
-- Spock, "Day of the Dove", stardate unknown



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448663: rxvt-unicode: Latest version compiled without XPM support

2007-10-30 Thread Matthieu Moy
Package: rxvt-unicode
Version: 8.3-2
Severity: normal

Hi,

The latest version (8.4, unstable) of rxvt-unicode is compiled without XPM 
support.
Previous versions (8.3-2) do have XPM support, so, this is a regression.
In particular, it broke my setup, since I have a shortcut to launch
rxvt -backgroundPixmap $something
which stopped working after the upgrade.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing'), (500, 'stable'), (50, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rxvt-unicode depends on:
ii  base-passwd   3.5.13 Debian base system master password
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libfontconfig12.4.91-1   generic font configuration library
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libperl5.85.8.8-7Shared Perl library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxrender1   1:0.9.4-1  X Rendering Extension client libra
ii  ncurses-base  5.6+20071013-1 Descriptions of common terminal ty

rxvt-unicode recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448662: nessus-plugins: unnecessary build-dependency on libnet1-dev

2007-10-30 Thread Steve Langasek
Source: nessus-plugins
Version: 2.2.9-1.1

Hi Javier,

The nessus-plugins package currently build-depends on libnet1-dev, but the
only reference to it in the source is a single AC_CHECK_LIB() check in
configure.in which is not subsequently used for any headers or linking.
Can this unnecessary build-dependency be dropped from the package?

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448661: gwhois: Add pattern for .im lookup

2007-10-30 Thread Peter Schwindt
Package: gwhois
Version: 20070926
Severity: normal

Dear Maintainer,

please add whois.nic.im as being authorative for .im domain lookups.

Thank you,

Peter

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1n (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gwhois depends on:
ii  curl  7.17.0-1   Get a file from an HTTP, HTTPS or 
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  lynx-ssl [lynx]   1:2.8.4.1b-3.1 Text-mode WWW Browser supporting S
ii  openbsd-inetd [inet-super 0.20050402-6   The OpenBSD Internet Superserver
ii  perl  5.8.8-11.1 Larry Wall's Practical Extraction 

gwhois recommends no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#440343: approx unable to dowload localised files

2007-10-30 Thread Eric Cooper
I can use approx with LANG=ru_RU.UTF-8, and it attempts to download
the Russian translation files. It fails because they aren't on the
remote repository, so apt-get gets a 404 and prints "Ign ...".  I
think this is correct behavior.  I also tried with a French locale,
for which there were translation files, and this seemed to work OK too.

I just want to confirm that the bug is still present, because there
was some trouble with ftp.us.debian.org for a while, IIRC.

-- 
Eric Cooper e c c @ c m u . e d u



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   >