Bug#509438: libaugeas-ruby: missing augeas.rb in package

2008-12-22 Thread Bart Cortooms

tags 509438 patch pending
thanks

Hi Marc,

Op 22 dec 2008, om 13:22 heeft Marc Fournier het volgende geschreven:

The package ships without the ruby wrapper for augeas which is  
included in the

upstream ruby gem.

I believe the attached patch solves the problem.


Thanks for the patch!

By the way, I suggest decreasing debhelper version from 7 to 5 to  
allow folks

to backport the package to etch:


Yes, agreed - I've applied both patches to the Git repository.

Sorry for not getting back to you earlier - after the package was  
accepted into Debian two weeks ago I planned on asking the Debian/Ruby  
Extras Team if we can maintain the package as part of the team, but  
work got in the way. I'll do that this week. Are you still interested  
in joining the Debian/Ruby Extras Team as well?


--
Bart



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#459020: php5-recode crashes on amd64, after eating up all memory

2008-01-24 Thread Bart Cortooms

Op 4-jan-2008, om 9:48 heeft Thomas Stegbauer het volgende geschreven:
php5-recode crashes on amd64, so all program, which need it, are  
unusable


This happens for me as well.  It's especially troublesome in  
combination with squirrelmail and squirrelmail-decode - a specially  
crafted email could be made into a potential Denial of Service  
attack.  We're seeing this problem when a mail with big5 encoding  
gets opened with Squirrelmail.  The php5-cgi process eats up all  
memory when the inbox gets opened.


Some more info:

(amd64-etch)[EMAIL PROTECTED]:~$ cat  test.php
?php
echo recode_string(utf-8..flat,);
?

(amd64-etch)[EMAIL PROTECTED]:~$ php5 test.php
Segmentation fault (core dumped)


Using the recode utility works fine:

(amd64-etch)[EMAIL PROTECTED]:~$ echo  | recode utf-8..flat



(amd64-etch)[EMAIL PROTECTED]:~$ gdb -c core /usr/bin/php5
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and  
you are
welcome to change it and/or distribute copies of it under certain  
conditions.

Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for  
details.
This GDB was configured as x86_64-linux-gnu...(no debugging symbols  
found)

Using host libthread_db library /lib/libthread_db.so.1.

Reading symbols from /lib/libcrypt.so.1...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /usr/lib/libz.so.1...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /usr/lib/libpanel.so.5...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libpanel.so.5
Reading symbols from /lib/libncurses.so.5...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libncurses.so.5
Reading symbols from /usr/lib/libssl.so.0.9.8...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libssl.so.0.9.8
Reading symbols from /usr/lib/libpcre.so.3...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libpcre.so.3
Reading symbols from /usr/lib/libdb-4.4.so...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libdb-4.4.so
Reading symbols from /lib/libbz2.so.1.0...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libbz2.so.1.0
Reading symbols from /lib/libresolv.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /lib/libm.so.6...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libdl.so.2...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libnsl.so.1...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libnsl.so.1
Reading symbols from /usr/lib/libgssapi_krb5.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libgssapi_krb5.so.2
Reading symbols from /usr/lib/libkrb5.so.3...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libkrb5.so.3
Reading symbols from /usr/lib/libk5crypto.so.3...(no debugging  
symbols found)...done.

Loaded symbols for /usr/lib/libk5crypto.so.3
Reading symbols from /lib/libcom_err.so.2...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libcom_err.so.2
Reading symbols from /usr/lib/libxml2.so.2...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /lib/libc.so.6...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/lib/libcrypto.so.0.9.8...(no debugging  
symbols found)...done.

Loaded symbols for /usr/lib/libcrypto.so.0.9.8
Reading symbols from /lib/ld-linux-x86-64.so.2...(no debugging  
symbols found)...done.

Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /usr/lib/libkrb5support.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libkrb5support.so.0
Reading symbols from /usr/lib/php5/20060613/pdo.so...(no debugging  
symbols found)...done.

Loaded symbols for /usr/lib/php5/20060613/pdo.so
Reading symbols from /usr/lib/php5/20060613/recode.so...(no debugging  
symbols found)...done.

Loaded symbols for /usr/lib/php5/20060613/recode.so
Reading symbols from /usr/lib/librecode.so.0...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/librecode.so.0
Reading symbols from /lib/libnss_files.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/libnss_files.so.2
Core was generated by `php5 test.php'.
Program terminated with signal 11, Segmentation fault.
#0  0x2b19bb7c012e in transform_with_libiconv () from /usr/lib/ 
librecode.so.0

(gdb) bt
#0  0x2b19bb7c012e in transform_with_libiconv () from /usr/lib/ 
librecode.so.0
#1  0x2b19bb7cb4a0 in transform_byte_to_variable () from /usr/lib/ 
librecode.so.0
#2  0x2b19bb7cbcde in recode_perform_task () from /usr/lib/ 
librecode.so.0
#3  

Bug#453050: samba: security updated causes directory listings to be truncated

2007-11-27 Thread Bart Cortooms

Op 27-nov-2007, om 0:50 heeft Steve Langasek het volgende geschreven:

Is there any chance that you can test whether this is also a  
problem with

the 3.0.27a Samba package in unstable?


I can confirm 3.0.27a from unstable does not have this problem - I  
just rebuilt 3.0.27a for stable and I'm no longer seeing truncated  
directory listings after installing it.  This is with a moderately  
sized directory - 234 entries.


--
Bart



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