Bug#658873: pass-by-reference has been removed from php5 (= 5.4)

2012-04-23 Thread Jan Hauke Rahm
On Thu, Apr 19, 2012 at 11:36:26AM +0200, Ondřej Surý wrote:
 do you think you can release fixed version of php-openid? It currently
 blocks PHP from entering testing,
 so it would be a nice to have a fixed (patched) version soon.

Sorry, Ondřej, I didn't realize we're there already. I discussed the
issue with upstream, they were open to changes, I proposed patches, and
then it got stalled... I'll recheck with them and prepare an upload
including my own patches in case they don't get back to me real soon.

IOW, you'll see an upload from me soon.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#659061: brasero: segfaults when creating a subfolder

2012-02-13 Thread Jan Hauke Rahm
On Tue, Feb 07, 2012 at 10:43:15PM +0100, Simon Wenner wrote:
 1. Create a data project
 2. Add a folder with some files in it
 3. Select a file inside this folder
 4. Press on the new folder button
 5. Enter a name and hit enter
 6. Segfault

I just tried to figure out the issue here. It seems, as long as

BraseroFileNode * brasero_file_node_new_empty_folder (const gchar *name);

sets node-is_fake = TRUE, it won't be so easy to bypass this.

Background:
A node that is to be renamed, removed, or used as parent (i.e. you try
to move a file into the newly created dir), needs an URI. Those are
received by brasero_data_project_node_to_uri() of which the return value
isn't checked (in neither of the above mentioned cases IIRC). Given a
node that has is_fake set, the function returns NULL, though. Trying to
create a hash (by using g_str_hash() from glib2) will thus lead to a
segfault (dereferencing NULL).

Obviously, one could just check return values and circumvent the part
that uses the URI. This makes renaming work (which is what the bug
reporter experienced not to work) as well as removing. You can't move
anything into a fake dir, though. At least I didn't figure out how that
would be possible (or make sense anyways). And suddenly, a new directory
isn't worth much. :)

Maybe this helps someone who knows the code better than me to get into
the problem more easily.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#597789: osynctool unconditionally uses vi as editor

2012-02-09 Thread Jan Hauke Rahm
tag 597789 + patch
thanks

On Thu, Sep 23, 2010 at 01:38:53AM +0200, Eckhart Wörner wrote:
 osynctool --configure seems to have vi hardcoded.
 
 Section 11.4 of the Debian Policy Manual states that every program
 that launches an editor or pager must use the EDITOR or PAGER
 environment variable to determine the editor or pager the user wishes
 to use. If these variables are not set, the programs /usr/bin/editor
 and /usr/bin/pager should be used, respectively.

The code actually does honor the EDITOR environment variable. If empty,
it does indeed call vi unconditionally, though. Attached trivial patch
should fix it.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org
--- osynctool-0.39.orig/tools/osynctool.c
+++ osynctool-0.39/tools/osynctool.c
@@ -1071,7 +1071,7 @@
if (editor)
editcmd = g_strdup_printf(%s %s, editor, tmpfile);
else
-   editcmd = g_strdup_printf(vi %s, tmpfile);
+   editcmd = g_strdup_printf(/usr/bin/editor %s, tmpfile);
 #endif

if (system(editcmd)) {


signature.asc
Description: Digital signature


Bug#646999: Crashes without strict gir1.2-mutter-3.0 dependency

2011-10-29 Thread Jan Hauke Rahm
Package: gnome-shell
Version: 3.2.1-1
Severity: serious

Hi,

gnome-shell, as it is in experimental right now, crashes showing this
error:

,
| JS ERROR: !!!   Exception was: TypeError: Meta.BackgroundActor is 
undefined
| JS ERROR: !!! lineNumber = '124'
| JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/overview.js'
| JS ERROR: !!! stack = '([object 
Object])@/usr/share/gnome-shell/js/ui/overview.js:124
| Overview([object Object])@/usr/share/gnome-shell/js/ui/overview.js:101
| start()@/usr/share/gnome-shell/js/ui/main.js:210
| @main:1
| '
| Window manager warning: Log level 32: Execution of main.js threw exception: 
TypeError: Meta.BackgroundActor is undefined
`

Upgrading gir1.2-mutter-3.0 to 3.2.1-1 (current experimental) fixes the
problem. Thus, it's probably just a dependency issue.

Hauke


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

Kernel: Linux 3.0.0-2-amd64 (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 gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.7.5-3 
ii  gconf2   2.32.4-1
ii  gir1.2-accountsservice-1.0   0.6.15-1
ii  gir1.2-atk-1.0   2.2.0-2 
ii  gir1.2-caribou-1.0   0.4.1-1 
ii  gir1.2-clutter-1.0   1.8.2-1 
ii  gir1.2-cogl-1.0  1.8.2-1 
ii  gir1.2-coglpango-1.0 1.8.2-1 
ii  gir1.2-folks-0.6 0.6.3.2-2   
ii  gir1.2-freedesktop   0.10.8-2+b1 
ii  gir1.2-gconf-2.0 2.32.4-1
ii  gir1.2-gdkpixbuf-2.0 2.24.0-1
ii  gir1.2-gee-1.0   0.6.1-3 
ii  gir1.2-gkbd-3.0  3.2.0-1 
ii  gir1.2-glib-2.0  0.10.8-2+b1 
ii  gir1.2-gmenu-3.0 3.2.0.1-1   
ii  gir1.2-gnomebluetooth-1.03.2.1-1 
ii  gir1.2-gtk-3.0   3.0.12-2
ii  gir1.2-json-1.0  0.14.0-1
ii  gir1.2-mutter-3.03.2.1-1 
ii  gir1.2-networkmanager-1.00.9.0-2 
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.102-1 
ii  gir1.2-soup-2.4  2.36.0-1
ii  gir1.2-telepathyglib-0.120.16.0-1
ii  gir1.2-telepathylogger-0.2   0.2.10-2
ii  gir1.2-upowerglib-1.00.9.14-1
ii  gjs  1.30.0-1
ii  gnome-bluetooth  3.2.1-1 
ii  gnome-icon-theme-symbolic3.2.1-1 
ii  gnome-settings-daemon3.0.3-3 
ii  gsettings-desktop-schemas3.0.1-1 
ii  libatk1.0-0  2.2.0-2 
ii  libc62.13-21 
ii  libcairo-gobject21.10.2-6.1  
ii  libcairo21.10.2-6.1  
ii  libcamel-1.2-23  3.0.3-1 
ii  libcanberra0 0.28-3  
ii  libclutter-1.0-0 1.8.2-1 
ii  libcogl-pango0   1.8.2-1 
ii  libcogl5 1.8.2-1 
ii  libcroco30.6.2-2 
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1  
ii  libdrm2  2.4.26-1
ii  libebook1.2-10   3.0.3-1 
ii  libecal1.2-8 3.0.3-1 
ii  libedataserver1.2-14 3.0.3-1 
ii  libedataserverui-3.0-0   3.0.3-1 
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.3.2-2   
ii  libfontconfig1   2.8.0-3 
ii  libfreetype6 2.4.7-2 
ii  libgconf2-4  2.32.4-1
ii  libgdk-pixbuf2.0-0   2.24.0-1
ii  libgee2  0.6.1-3 
ii  libgirepository-1.0-10.10.8-2+b1 
ii  libgjs0b [libgjs0-libmozjs7d]1.30.0-1
ii  libgl1-mesa-glx [libgl1] 7.11-6  
ii  libglib2.0-0 2.30.1-2
ii  libgnome-desktop-3-0 3.0.2-2 
ii  

Bug#644466: shares a file with gnome-power-manager 3.0.2-1

2011-10-06 Thread Jan Hauke Rahm
Package: gnome-icon-theme-symbolic
Version: 3.2.0-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

seems like an undeclared conflict or unintended file movement:

gnome-icon-theme-symbolic_3.2.0-1_all.deb is trying to overwrite
'/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg',
which is also in package gnome-power-manager 3.0.2-1

Hauke

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

Kernel: Linux 3.0.0-1-amd64 (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/dash

Versions of packages gnome-icon-theme-symbolic depends on:
ii  gnome-icon-theme3.2.0-1
ii  hicolor-icon-theme  0.12-1 

gnome-icon-theme-symbolic recommends no packages.

gnome-icon-theme-symbolic suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJOjUrpAAoJEOCD7BUSMcRlGIMQAInCXKNZ1hSP7fXUU9xHfBBy
GYVgrUs2RZTMQOLFxYzykZPwwNne0QwFpeu3phmSLiLRrPwGlDPSYpF+U7bH0Ihe
hm35naDuXQPQA7OkjO2CWzpob/fpkWQgZhGks5Y2OcD8eybp14xgjqCcDHVrHfAH
KeDkgIb65l8416B6FVD91q960rx6DmaD7dngGL5NZNQyHVwKyLkLDxL4BTZiLZHC
rVSYSRG6vdS63f7FwerVgXEk4LqYVtwsxaST6VqQJRKn5884LEq3DhG4SqBN0ohy
bzT4/3LUyKsGVTVfDijuIs6mubscZyEP5j2vGqz4xsmtOOVczXEZ2zy5gPNvbWp3
TVzYn5ya+XwfSM6eGihOvfyuQlYVmXzfb62iXWKehSbAfAOPh/qha20dqCPYDEKv
7HcbiF8bSNqFMenD4x10RAUhPspy3UOTg1SdVYpX0qXp5uhY2/pXnBUl6F1mN3Y9
QSKzjKTYC9w750/tDeZAWuVg4LTtw9tw79mdkgwUoM2N6lgHwA30j8YVRdBLWWyw
NRtmdT/VeUighjui2P0WrLeaXcFi5vCMC8vzRLl6sM7vtVojJiYSD+HaXyPe/C86
eneaPiAb23cBxBoXJjLAsm2SfbuqNA2lQ0Ua45ClPmLcQ7C/i0VEVzorIe86LyQg
rEjqVjuSS9zEWU+8rlK3
=ojrM
-END PGP SIGNATURE-



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



Bug#623039: incompatible with utf8x inputenc

2011-04-26 Thread Jan Hauke Rahm
On Tue, Apr 26, 2011 at 02:05:23PM -0400, Denis Laxalde wrote:
 Norbert Preining a écrit :
  Nobody can check all the new or old incompatibilities between TeX
  packages. (Think about, when I update TL2009 to TL2011 there will be
  practically a few tousand packages that have been changed? I will not
  check all incompatibilities, neither now nor in future.)
 
 That's understandable.
 
 Anyway, this bug seems to block biblatex from migrating to testing.
 Maybe its severity (grave) could be downgraded?

If it's okay for all people involved, I'll make another upload
containing something in README.Debian that points to this issue. With
that upload, I'm going to close this bug.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#623039: incompatible with utf8x inputenc

2011-04-16 Thread Jan Hauke Rahm
Hi David,

On Sat, Apr 16, 2011 at 11:14:55PM +0200, David Paleino wrote:
 On Sat, 16 Apr 2011 23:02:16 +0200, David Paleino wrote:
 
  [..]
  
  After a bit of investigation, I found biblatex to be the culprit. It seems
  like something very bad happens when
  
  \usepackage[utf8x]{inputenc}
  
  is in the document preamble.
  
  Using another encoding (even utf8) makes it work again. However, I *really*
  need utf8x (to type characters like Ā, ø, and so on), so that's not a 
  solution
  to me.
 
 I solved using:
 
 \usepackage{fontspec}
 
 and XeLaTeX instead of PDFLaTeX (without fontspec, it compiled but the
 extended UTF characters were missing from the output pdf).

I'm sorry for the inconvenience and thanks for your investigation! I'll
discuss this with upstream.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#622003: bacula: FTBFS: ld: cannot find -lbaccfg

2011-04-12 Thread Jan Hauke Rahm
tags 622003 + fixed-upstream
thanks

On Sat, Apr 09, 2011 at 02:02:32PM +0200, Lucas Nussbaum wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB 
  -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
  -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I.. 
  -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/qrc_main.o qrc_main.cpp
  /build/user-bacula_5.0.2-3-amd64-MhI0mJ/bacula-5.0.2/debian/tmp-build-sqlite3/libtool
   --silent --tag=CXX --mode=link g++  -o bat obj/main.o obj/bat_conf.o 
  obj/mainwin.o obj/qstd.o obj/pages.o obj/dircomm.o obj/dircomm_auth.o 
  obj/console.o obj/prerestore.o obj/restore.o obj/brestore.o obj/label.o 
  obj/relabel.o obj/mount.o obj/run.o obj/runcmd.o obj/estimate.o obj/prune.o 
  obj/select.o obj/textinput.o obj/medialist.o obj/mediaview.o 
  obj/mediaedit.o obj/joblist.o obj/clients.o obj/storage.o obj/content.o 
  obj/fileset.o obj/joblog.o obj/job.o obj/jobs.o obj/restoretree.o 
  obj/help.o obj/mediainfo.o obj/dirstat.o obj/clientstat.o obj/storstat.o 
  obj/fmtwidgetitem.o obj/comboutil.o obj/moc_mainwin.o obj/moc_dircomm.o 
  obj/moc_console.o obj/moc_restore.o obj/moc_label.o obj/moc_relabel.o 
  obj/moc_mount.o obj/moc_run.o obj/moc_select.o obj/moc_textinput.o 
  obj/moc_medialist.o obj/moc_mediaview.o obj/moc_mediaedit.o 
  obj/moc_joblist.o obj/moc_clients.o obj/moc_storage.o obj/moc_content.o 
  obj/moc_fileset.o obj/moc_joblog.o obj/moc_job.o obj/moc_jobs.o 
  obj/moc_restoretree.o obj/moc_help.o obj/moc_mediainfo.o obj/moc_dirstat.o 
  obj/moc_clientstat.o obj/moc_storstat.o obj/qrc_main.o-L/usr/lib 
  -L../lib -lbaccfg -lbac -lssl -lcrypto -lQtGui -lQtCore -lpthread 
  /usr/bin/ld: cannot find -lbaccfg
  /usr/bin/ld: cannot find -lbac
  collect2: ld returned 1 exit status

This happened due to the switch to OpenSSL 1.0.0; upstream's configure
had a minor bug. It's fixed in the recent bacula 5.0.3 release. I'm
considering a QA upload. In case I happen to not go through with it,
this info should help the next vict^Wmaintainer...

Hauke

Upstream's bug: #1606
Upstream commit: 8de4d80e35d800bfcb3a6d5ef15e1573ccb06bf1

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#511582: Plan of action ?

2011-04-11 Thread Jan Hauke Rahm
On Fri, Apr 08, 2011 at 05:16:46PM +0200, Jan Hauke Rahm wrote:
 On Wed, Dec 08, 2010 at 02:20:53PM +0100, Julien Cristau wrote:
  On Sun, Dec  5, 2010 at 22:23:04 +0100, Moritz Muehlenhoff wrote:
  
   IMO we should ignore this for Squeeze and proceed with removing opie after
   the Squeeze release.
   
  Sounds like a good plan.
 
 Here we are and I suggest we proceed, i.e.
 
 (1) drop the binary package libsasl2-modules-otp from cyrus-sasl2,
 (2) remove libpam-opie from unstable,
 (3) remove opie from unstable.
 
 Objections?

None seen, bugs filed: #60, #61, #622246.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#511582: Plan of action ?

2011-04-08 Thread Jan Hauke Rahm
On Wed, Dec 08, 2010 at 02:20:53PM +0100, Julien Cristau wrote:
 On Sun, Dec  5, 2010 at 22:23:04 +0100, Moritz Muehlenhoff wrote:
 
  IMO we should ignore this for Squeeze and proceed with removing opie after
  the Squeeze release.
  
 Sounds like a good plan.

Here we are and I suggest we proceed, i.e.

(1) drop the binary package libsasl2-modules-otp from cyrus-sasl2,
(2) remove libpam-opie from unstable,
(3) remove opie from unstable.

Objections?

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#592243: sendmail: diff for NMU version 8.14.3-9.3 (delayed/2, future unblock)

2010-09-17 Thread Jan Hauke Rahm
tags 592243 + patch
tags 592243 + pending
thanks

Hi,

I've prepared an NMU for sendmail (versioned as 8.14.3-9.3) and
uploaded it to DELAYED/2. It simply declares another conflict of rmail
against masqmail.

Dear release team,

please make a freeze exception for this upload once it's accepted.

Hauke
diff -u sendmail-8.14.3/debian/control sendmail-8.14.3/debian/control
--- sendmail-8.14.3/debian/control
+++ sendmail-8.14.3/debian/control
@@ -39,7 +39,7 @@
 Package: rmail
 Architecture: any
 Section: mail
-Conflicts: sendmail ( 8.13.1-7), postfix, exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light, courier-mta, smail, zmailer
+Conflicts: sendmail ( 8.13.1-7), postfix, exim, exim-tls, exim4-daemon-custom, exim4-daemon-heavy, exim4-daemon-light, courier-mta, smail, zmailer, masqmail
 Depends: sendmail-bin | mail-transport-agent, ${shlibs:Depends}
 Description: MTA-UUCP remote mail handler
  Rmail handles mail received via uucp and passes it to the local
diff -u sendmail-8.14.3/debian/changelog sendmail-8.14.3/debian/changelog
--- sendmail-8.14.3/debian/changelog
+++ sendmail-8.14.3/debian/changelog
@@ -1,3 +1,10 @@
+sendmail (8.14.3-9.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add conflict of rmail against masqmail (Closes: #592243)
+
+ -- Jan Hauke Rahm j...@debian.org  Fri, 17 Sep 2010 13:08:44 +0200
+
 sendmail (8.14.3-9.2) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#587481: intent to NMU

2010-07-30 Thread Jan Hauke Rahm
Hi Nico,

On Sun, Jul 25, 2010 at 07:27:27PM +0200, Nico Golde wrote:
 Hi,
 I intent to upload a 0day NMU to fix this bug.
 The debdiff is available at:
 http://people.debian.org/~nion/nmu-diff/syscp-1.4.2.1-2_1.4.2.1-2.1.patch

if you consider it necessary, do so. SysCP won't be part of squeeze and
I'm even thinking of its removal since Froxlor (a fork of SysCP) has way
more development going on and fixed a many bugs already. There is an ITP
for it and I'm discussing this with the relevant people.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#587481: intent to NMU

2010-07-30 Thread Jan Hauke Rahm
On Fri, Jul 30, 2010 at 12:04:51PM +0200, Nico Golde wrote:
 Hi,
 * Jan Hauke Rahm j...@debian.org [2010-07-30 12:00]:
  On Sun, Jul 25, 2010 at 07:27:27PM +0200, Nico Golde wrote:
   Hi,
   I intent to upload a 0day NMU to fix this bug.
   The debdiff is available at:
   http://people.debian.org/~nion/nmu-diff/syscp-1.4.2.1-2_1.4.2.1-2.1.patch
  
  if you consider it necessary, do so. SysCP won't be part of squeeze and
  I'm even thinking of its removal since Froxlor (a fork of SysCP) has way
  more development going on and fixed a many bugs already. There is an ITP
  for it and I'm discussing this with the relevant people.
 
 I can wait even though in the meantime it wouldn't hurt to get security 
 issues 
 fixed. Also please note such things in the bug report next time so other 
 people are aware of this. You didn't reply to this bug at all until now.

*gna*, sorry, I thought I did. Just came back from a 9-day conference.
Got it all a bit messed up.

I'll update on SysCP as soon as I have more info.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#584875: fails to install

2010-06-16 Thread Jan Hauke Rahm
On Mon, Jun 07, 2010 at 11:14:14AM +0200, Holger Levsen wrote:
 during a test with piuparts I noticed your package failed to install. 
 
 From the attached log (scroll to the bottom...):
 
   Setting up libcipux-cat-web-perl (3.4.0.2-1) ...
   chmod: cannot access `/etc/cipux-cat-web/cipux-cat-web.conf': No such file 
 or directory
   dpkg: error processing libcipux-cat-web-perl (--configure):
subprocess installed post-installation script returned error exit status 1
   Errors were encountered while processing:
libcipux-cat-web-perl
   E: Sub-process /usr/bin/dpkg returned an error code (1)

I've just prepared the attached patch. It seems there is not
configuration in /etc anymore but it's possible for the admin to have
one. Thus simply testing for the file and only chmod'ing it if existent.

I didn't see this fixed in your git repository and thus uploaded it to
DELAYED/5. If you want me to push the changes to collab-maint, please
say so.

Hope you're fine with the patch.
Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org
From 032981be51307145c4489393d326bf9096f90251 Mon Sep 17 00:00:00 2001
From: Jan Hauke Rahm j...@debian.org
Date: Wed, 16 Jun 2010 11:46:52 +0200
Subject: [PATCH] Non-maintainer upload.

* Non-maintainer upload.
* Don't act on non-existent files; fixes installation failure (Closes:
  #584875)
---
 debian/changelog |8 
 debian/postinst  |5 -
 debian/rules |5 -
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c07b874..0ceaf99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cipux-cat-web (3.4.0.2-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Don't act on non-existent files; fixes installation failure (Closes:
+#584875)
+
+ -- Jan Hauke Rahm j...@debian.org  Wed, 16 Jun 2010 11:45:31 +0200
+
 cipux-cat-web (3.4.0.2-2) unstable; urgency=low
 
   * Fix include config defaults.
diff --git a/debian/postinst b/debian/postinst
index 19ff8c7..433842e 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -15,7 +15,10 @@ case $1 in
 		mkdir -p /etc/cipux-cat-web
 	fi
 	chmod 750 /etc/cipux-cat-web
-	chmod 640 /etc/cipux-cat-web/cipux-cat-web.conf
+	# Admins may have copied this file from /usr/share/...
+	# Correcting permissions if existent
+	[ -f /etc/cipux-cat-web/cipux-cat-web.conf ]  \
+		chmod 640 /etc/cipux-cat-web/cipux-cat-web.conf
 	chown -R www-data:www-data /etc/cipux-cat-web
 	;;
 abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/rules b/debian/rules
index d2d98ab..94756e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,11 +69,6 @@ binary-post-install/cipux-cat-web::
 		-name web -not -name dpkg-daemon-helper \
 		-exec mv -t debian/$(cdbs_curpkg)/usr/share/cipux-cat-web/web '{}' ';'
 
-# Override upstream default: secure connection is unneeded to localhost
-binary-fixup/libcipux-cat-web-perl::
-	perl -i -pe s|^(\h*catweb_rpc_server\h*=\h*).*,\h*(#.*)?\$$|\$$1'http://localhost:8001/RPC2',| \
-		debian/$(cdbs_curpkg)/etc/cipux-cat-web/cipux-cat-web.conf
-
 # Ensure debconf PO files is in sync with templates
 clean::
 	debconf-updatepo
-- 
1.7.1



signature.asc
Description: Digital signature


Bug#584932: CVE-2010-1938

2010-06-16 Thread Jan Hauke Rahm
On Mon, Jun 07, 2010 at 06:18:00PM +0200, Moritz Muehlenhoff wrote:
 Hi Michael,
 please see
 http://security.FreeBSD.org/advisories/FreeBSD-SA-10:05.opie.asc
 for details and a patch. Please fix this for Squeeze.
 
 I don't think we need a DSA for Lenny. However  we could still fix it
 through a point update.

The patch you refer to doesn't work for us as GNU doesn't have strlcpy.
I created a small and simple patch (with review by Sebastian Pipping,
sping at gentoo.org, thanks for that) to avoid writing over the the
maximum strlen. It's attached and uploaded with urgency high to
DELAYED/2.

Hope it's all right.
Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org
diff -u opie-2.32.dfsg.1/debian/changelog opie-2.32.dfsg.1/debian/changelog
--- opie-2.32.dfsg.1/debian/changelog
+++ opie-2.32.dfsg.1/debian/changelog
@@ -1,3 +1,12 @@
+opie (2.32.dfsg.1-0.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Urgency high for security relevant RC bug.
+  * Set null terminator on strlen()-1 instead of strlen().
+CVE-2010-1938 (Closes: #584932)
+
+ -- Jan Hauke Rahm j...@debian.org  Wed, 16 Jun 2010 17:19:07 +0200
+
 opie (2.32.dfsg.1-0.1) unstable; urgency=high
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- opie-2.32.dfsg.1.orig/libopie/readrec.c
+++ opie-2.32.dfsg.1/libopie/readrec.c
@@ -126,8 +126,8 @@
 
 if (c = strchr(opie-opie_principal, ':'))
   *c = 0;
-if (strlen(opie-opie_principal)  OPIE_PRINCIPAL_MAX)
-  (opie-opie_principal)[OPIE_PRINCIPAL_MAX] = 0;
+if (strlen(opie-opie_principal)  OPIE_PRINCIPAL_MAX - 1)
+  (opie-opie_principal)[OPIE_PRINCIPAL_MAX - 1] = 0;
 
 strcpy(principal, opie-opie_principal);
 


signature.asc
Description: Digital signature


Bug#584193: smf-utils and denemo: error when trying to install together

2010-06-02 Thread Jan Hauke Rahm
Hi Ralf,

thanks for catching that.

On Wed, Jun 02, 2010 at 08:54:51AM +0200, Ralf Treinen wrote:
 There also is a clash with the dev packages:
 
 Package: libsmf-dev,denemo
 Version: libsmf-dev/1.3-1
 Version: denemo/0.8.10-1
 
 Unpacking libsmf-dev (from .../libsmf-dev_1.3-1_amd64.deb) ...
 dpkg: error processing /var/cache/apt/archives/libsmf-dev_1.3-1_amd64.deb 
 (--unpack):
  trying to overwrite '/usr/include/smf.h', which is also in package denemo 
 0:0.8.10-1

The new maintainer of denemo split out the smf library which I uploaded
a few days ago. A newer denemo is being prepared right now.
Unfortunately we missed a Conflicts, obviously. :-/

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#580894: linux-image-2.6.32-5-amd65: linux-image-2.6.32-5-amd64 crashes at boot

2010-05-11 Thread Jan Hauke Rahm
I'm not sure my problem is related or even another bug...

On Tue, May 11, 2010 at 02:47:32PM +0200, Vincent Lefevre wrote:
  Sadly I have to tell, thatthe new kernel does not start, more
  precisely, the screen goes black (switches off).
 
 Same problem, the screen goes black after a few lines. And the
 monitor goes to sleep. Then...

Same here but...

  I can see, that the boot process is going on, until X starts. 
 
 Ditto, and the monitor wakes up, but with a corrupt image.

my system really hangs. There is *nothing* happening at all. I have to
reset completely. Unfortunately, I don't find any log messages. Possibly
the system hangs too early. What I do know is that drm stuff is the last
I can see on the screen before the system would hang up.

HTH
Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#579507: crashes during start

2010-05-09 Thread Jan Hauke Rahm
On Fri, May 07, 2010 at 09:37:57PM +0200, Josselin Mouette wrote:
 Le mercredi 28 avril 2010 à 08:54 +0200, Jan Hauke Rahm a écrit : 
  I just upgraded to gdm 2.30.2-1 and tried to restart with the new gdm3.
  It failed before showing anything (the mouse was visible, though), fell
  back to TTY1 and tried to start again until the number of allowed X
  failures was reached and it aborted.
 
 It looks just like #580626. Does installing libgail-common fix your
 problem?

For the record, yes. I still need to restart gdm(3) everytime I boot my
system because KMS seems not to be ready early enough but this
particular issue is indeed fixed now.

Thanks!
Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#579507: crashes during start

2010-04-29 Thread Jan Hauke Rahm
...and this time with attachment...

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org
Starting program: /usr/sbin/gdm3 
[Thread debugging using libthread_db enabled]
[New Thread 0x73d2b910 (LWP 18912)]
[Thread 0x73d2b910 (LWP 18912) exited]

Program exited with code 01.


Bug#577661: [Pkg-dspam-misc] Bug#577661: dspam: should this package be removed?

2010-04-28 Thread Jan Hauke Rahm
On Tue, Apr 27, 2010 at 09:13:25PM -0400, Kurt B. Kaiser wrote:
 On Tue, 27 Apr 2010 10:21:53 +0200, Jan Hauke Rahm j...@debian.org
 said:
  
  On Mon, Apr 26, 2010 at 06:33:31PM -0400, Kurt B. Kaiser wrote:
 
   First, determine which of the uploaders still have an interest in dspam.
   I think there are currently at least three people who would like to
   contribute to maintaining official Debian dspam packages.
  
  Are you going to pursue this, i.e. check on the other maintainers?
 
 I have just emailed the uploaders to see if they can continue.

Good!

   Second, continue with the development of the experimental upload.  I
   think Julien is pretty close.  Since his work differs considerably from
   the current package, I think experimental is still warranted.
   
   Third, prepare an upload to unstable which takes the current package to
   3.6.8-10, fixing the RC issues and bringing it back into policy
   compliance.  I will work on that, if Julien has no objection.
  
  Sounds good. Any chance of a time line? Do you think this is something
  to be done within the next four weeks (and thus to be considered for
  squeeze)?
 
 I am working on it now, with the intention of getting back into squeeze.

Very well. If you want to keep me updated, feel free to do so. Now I
can't say more (and I like doing it) than: happy hacking! :)

Thanks for taking care of it!

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#579507: crashes during start

2010-04-28 Thread Jan Hauke Rahm
On Wed, Apr 28, 2010 at 11:55:12AM +0200, Josselin Mouette wrote:
 Le mercredi 28 avril 2010 à 08:54 +0200, Jan Hauke Rahm a écrit :
  Good morning guys,
  
  I just upgraded to gdm 2.30.2-1 and tried to restart with the new gdm3.
  It failed before showing anything (the mouse was visible, though), fell
  back to TTY1 and tried to start again until the number of allowed X
  failures was reached and it aborted.
  
  A downgrade of gdm3 to 2.30.0-3 fixed my problem.
  
  See attached the relevant part of syslog and a gdm3.log with roughly the
  right timestep (I hope I got a usefull one).
 
 Thanks for the logs. This is a crash in the accessibility infrastructure
 (that’s enabled by default since 2.30.2).
 
 FYI, you can work around it by
 setting /desktop/gnome/interface/accessibility to false
 in /etc/gdm3/greeter.gconf-defaults (but obviously we should fix this
 instead).

That makes gdm3 start again, yes, but the panels won't come up, so the
session is pretty unusable.

  Feel free to ping me for more information.
 
 To go further, installing libatspi-dbg should give a more detailed
 backtrace. Ideally if you managed to run the gnome-session process that
 crashes in a gdb session you could obtain an even more detailed one.

Erm, I'm not very familiar with C/C++ debugging, so don't hit me -- but
how exactly am I supposed to attach gdb to gnome-session if gnome
restarts every one and a half seconds?

 Unfortunately I can’t reproduce that bug so I can’t test myself.

Well, I'm willing to help figure this out!

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#579507: crashes during start

2010-04-28 Thread Jan Hauke Rahm
On Wed, Apr 28, 2010 at 04:51:19PM +0200, Josselin Mouette wrote:
 Le mercredi 28 avril 2010 à 16:30 +0200, Jan Hauke Rahm a écrit :
   FYI, you can work around it by
   setting /desktop/gnome/interface/accessibility to false
   in /etc/gdm3/greeter.gconf-defaults (but obviously we should fix this
   instead).
  
  That makes gdm3 start again, yes, but the panels won't come up, so the
  session is pretty unusable.
 
 Which session? The one internal to gdm? Are there other error messages
 in the logs in this case?

Didn't find anything. Interestingly it now works. Maybe it kicked
something else off. I even had to kill gnome-panel once when it used
100% of one of my CPU cores.

Anyways, with your workaround gnome starts now and runs.

Feel free to ping me for more information.
   
   To go further, installing libatspi-dbg should give a more detailed
   backtrace. Ideally if you managed to run the gnome-session process that
   crashes in a gdb session you could obtain an even more detailed one.
  
  Erm, I'm not very familiar with C/C++ debugging, so don't hit me -- but
  how exactly am I supposed to attach gdb to gnome-session if gnome
  restarts every one and a half seconds?
 
 If you start gdm in a gdb process, it should be able to trap crashes
 from the programs it is running.

Hmm, I only got attached file from running 'gdb gdm3'. I'm possibly
doing this completely wrong, though :)

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#577661: dspam: should this package be removed?

2010-04-27 Thread Jan Hauke Rahm
Hi Kurt,

On Mon, Apr 26, 2010 at 06:33:31PM -0400, Kurt B. Kaiser wrote:
 While the packages do not appear to have received adequate attention in
 the last year and a half, Julien Valroff has in fact been working
 diligently to prepare the new upstream release (from January) for upload
 into experimental.  This is the first solid release upstream release
 in several years.

Interesting. My bug filing was bad timing then... :)

 I would like to request a stay of execution, and suggest the
 following plan:
 
 First, determine which of the uploaders still have an interest in dspam.
 I think there are currently at least three people who would like to
 contribute to maintaining official Debian dspam packages.

Are you going to pursue this, i.e. check on the other maintainers?

 Second, continue with the development of the experimental upload.  I
 think Julien is pretty close.  Since his work differs considerably from
 the current package, I think experimental is still warranted.
 
 Third, prepare an upload to unstable which takes the current package to
 3.6.8-10, fixing the RC issues and bringing it back into policy
 compliance.  I will work on that, if Julien has no objection.

Sounds good. Any chance of a time line? Do you think this is something
to be done within the next four weeks (and thus to be considered for
squeeze)?

 DSPAM has been a Debian package for many years, and IMO it would be
 unfortunate to remove it just when upstream finally got straightened
 out and produced a new stable release.

Well, I filed the bug because it seemed noone cared. If you do, all the
better!

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#577661: dspam: should this package be removed?

2010-04-13 Thread Jan Hauke Rahm
Package: dspam 
Version: 3.6.8-9.3 
Severity: serious
User: debian...@lists.debian.org
Usertags: proposed-removal

Dear Maintainers,

while reviewing some packages, your package came up as a possible
candidate for removal from Debian, because:

* last maintainer upload 09/2008
* RC buggy
* outdated
* uploaders not interested or MIA (?)
* not part of squeeze anyways and no solution in sight

If you think that it should be orphaned instead of being removed from
Debian, please reply to this bug and tell so. 

If you disagree and want to continue to maintain this package, please
just close this bug and do an upload also fixing the other issues.

If you agree that it should be removed, send the following commands to  
cont...@bugs.debian.org (replace nn with this bug's number):

severity nn normal
reassign nn ftp.debian.org
retitle nn RM: packagename -- RoM; reasons 
thanks

For more information, see 
http://wiki.debian.org/ftpmaster_Removals
http://ftp-master.debian.org/removals.txt

If noone replies (which could mean I'm right about maintainers being
MIA), I'll go forward and request the removal on April 30th, 2010.

Thank you,
Hauke
on behalf of Debian QA/MIA


signature.asc
Description: Digital signature


Bug#559252: mailreader: should this package be removed?

2010-03-29 Thread Jan Hauke Rahm
severity 559252 normal
reassign 559252 ftp.debian.org
retitle 559252 RM: mailreader -- RoQA; RC, low popcon, last action 2005
thanks 

Dear ftp team,

I completely agree with Simons reasoning and since nobody objected I
hereby request the removal of mailreader.

On Thu, Dec 03, 2009 at 02:56:49AM +, Simon McVittie wrote:
 mailreader seems like a good candidate for removal from Debian:
 
 * RC-buggy (files in /var/www)
 * low popcon (inst=27 vote=4)
 * last upstream release was 2005
 * history of security vulnerabilities according to upstream changelog
 * the new upstream maintainer seems to be keeping the server (reference
   installation) running, but not making releases?
 * alternatives exist (it's webmail)

Thanks!

Hauke


signature.asc
Description: Digital signature


Bug#561400: postman: should this package be removed?

2010-03-29 Thread Jan Hauke Rahm
severity 561400 normal
reassign 561400 ftp.debian.org
retitle 561400 RM: postman -- RoQA; RC-buggy, old, orphaned, low popcon
thanks 

Dear ftp team,

I completely agree with Simon's reasoning here and since nobody objected
I hereby request the removal of postman.

On Wed, Dec 16, 2009 at 09:16:27PM +, Simon McVittie wrote:
 * RC-buggy (FTBFS)
 * low popcon (5 votes)
 * orphaned since 2007
 * last upstream release appears to have been 2005
 * alternatives exist (it's webmail)
 * potentially security-sensitive (it's webmail)

Thanks!

Hauke


signature.asc
Description: Digital signature


Bug#564933: aub: should this package be removed?

2010-03-29 Thread Jan Hauke Rahm
severity 564933 normal
reassign 564933 ftp.debian.org
retitle 564933 RM: aub -- RoQA; orphaned, no upstream, low popcon, alternatives
thanks 

Dear ftp team,

since nobody objected and I agree with Simon, I hereby request the
removal of aub.

On Tue, Jan 12, 2010 at 08:51:21PM +, Simon McVittie wrote:
 * orphaned
 * the previous Debian maintainer was also the upstream
 * low popcon (6 votes)
 * alternatives exist (e.g. brag, lottanzb, nzb)

Thanks!

Hauke


signature.asc
Description: Digital signature


Bug#571803: [php-openid] Compatibility problems with PHP 5.3 (mod_php)

2010-03-18 Thread Jan Hauke Rahm
On Mon, Mar 01, 2010 at 02:24:16PM +0100, Jan Hauke Rahm wrote:
  There are some patches available. The project is looking close to
  dead. I think it would be unfortunate if php-openid was removed, but
  something needs to be done.
 
 I alread contacted upstream about the future of php-openid. Hopefully I
 get an answer soon, otherwise I might patch php-openid up to work with
 php5.3 and then think about removing it (after squeeze obviously).

For the record, there are patches and upstream incorporated them. I
don't know yet when to expect a new release but in case it's too late,
I'll package a git snapshot or similar.

Hauke


signature.asc
Description: Digital signature


Bug#572966: flexml: should this package be removed?

2010-03-08 Thread Jan Hauke Rahm
Hi again,

On Mon, Mar 08, 2010 at 09:37:55AM +0100, Martin Quinson wrote:
 You must be kidding, right? 

No, I'm not. Although I acknowledge what you're saying and of course
accept your decision not to remove the package. Note that for this exact
reason I didn't send a request to remove it to ftp-masters but a
proposal to you. I understand my proposal wasn't that welcome :)

 This package works just fine and have no bug
 beside a request for removing someone from uploaders. There's a bunch of
 requests from lintian about the packaging format, but since the software
 works just fine (and does so since 3 years), nobody should need to
 rebuild it anytime soon, so I dont feel the fact that the rules do not
 follow the lastest stadards as release critical.

Well, I disagree here. Of course this is not release critical but if you
took the time to actually update the package, you'd see that it makes a
few changes. Yes, the code compiles apparently the same way, but two
changes are simply managed in the resulting binary:
* actually put the examples in there (you just have an empty dir)
* doc-base is nowadays organized by triggers which makes the generated
  maintainer scripts useless

I attached what I would change if this were a QA package. After all it's
your call and I'm not judging what you do, but from a QA perspective I'd
strongly go for a few changes (and if we're at it, do all of them).

 Moreover, I'm not very active, but I'm not completely MIA: I read debian
 mails, and react to important matter. Since I use flexml on a daily
 basis, if something goes wrong with that soft, I'll handle it.

Noted. Thanks for clearing that up.

 Finally, a popcon score of 100 is quite a huge amount given the fact
 that this is a developer only tool, targeting only C programmer forced
 to add some XML in their project, but not willing to add a depend on
 some fancy library.

Sorry, I didn't notice this earlier. Popcon is often misleading but it's
impossible to by-hand check every single package that exact. :(

 That is why I'm closing this bug report.

Right.

 Thanks for you QA work anyway,
 Mt.

You're welcome!

Hauke
on behalf of Debian QA/MIA
diff -u flexml-1.8/debian/changelog flexml-1.8/debian/changelog
--- flexml-1.8/debian/changelog
+++ flexml-1.8/debian/changelog
@@ -1,3 +1,18 @@
+flexml (1.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Updating the flexml Uploaders list (Closes: #521446)
+  * Change doc-base section to Programming
+  * Add examples directory
+  * Add Homepage field
+  * Slight modification of debian/copyright to be more precise
+  * Switch to debhelper 7 and by that
++ acknowledge DEB_BUILD_OPTIONS
++ use doc-base trigger instead of generating debian/post*
+  * As a consequence, bump standards-version to 3.8.4
+
+ -- Jan Hauke Rahm j...@debian.org  Mon, 08 Mar 2010 11:05:42 +0100
+
 flexml (1.8-1) unstable; urgency=low
 
   * Do not load unistd on windows platforms since this does not exist
reverted:
--- flexml-1.8/debian/dirs
+++ flexml-1.8.orig/debian/dirs
@@ -1,7 +0,0 @@
-usr/bin
-usr/lib
-usr/share/flexml
-usr/share/doc/flexml
-usr/share/doc/flexml/examples
-usr/share/man
-usr/share/man/man1
diff -u flexml-1.8/debian/doc-base flexml-1.8/debian/doc-base
--- flexml-1.8/debian/doc-base
+++ flexml-1.8/debian/doc-base
@@ -3,7 +3,7 @@
 Author: Kristoffer Rose
 Abstract: This manual describes what FleXML is and how it can be used
  to generate validating XML processors and applications.
-Section: devel
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/flexml/html/FleXML.html
diff -u flexml-1.8/debian/copyright flexml-1.8/debian/copyright
--- flexml-1.8/debian/copyright
+++ flexml-1.8/debian/copyright
@@ -6 +6,2 @@
-Copyright: GNU CopyLeft (see /usr/share/common-licenses/GPL).
+Copyright: (C) 1999-2010 Kristoffer Rose krisr...@debian.org
+License: GNU GPL-2+ (see /usr/share/common-licenses/GPL-2).
diff -u flexml-1.8/debian/control flexml-1.8/debian/control
--- flexml-1.8/debian/control
+++ flexml-1.8/debian/control
@@ -2,13 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: Martin Quinson mquin...@debian.org
-Uploaders: Kristoffer H. Rose krisr...@debian.org, Martin Quinson mquin...@debian.org
-Build-Depends: libwww-perl, debhelper (4.0.0),  liburi-perl, libdate-calc-perl, flex
-Standards-Version: 3.5.10
+Build-Depends: libwww-perl, debhelper (= 7.0.50~),  liburi-perl,
+ libdate-calc-perl, flex
+Standards-Version: 3.8.4
+Homepage: http://flexml.sourceforge.net/
 
 Package: flexml
 Architecture: any
-Depends: ${shlibs:Depends}, libwww-perl, liburi-perl, libdate-calc-perl
+Depends: ${shlibs:Depends}, libwww-perl, liburi-perl, libdate-calc-perl,
+ ${misc:Depends}
 Recommends: flex
 Description: generate fast validating XML processors and applications
  FleXML makes it easy to generate very fast validating XML processors
diff -u flexml-1.8/debian/compat flexml-1.8/debian/compat
--- flexml-1.8/debian/compat
+++ flexml-1.8/debian/compat
@@ -1 +1 @@
-5
+7
diff -u

Bug#572966: flexml: should this package be removed?

2010-03-07 Thread Jan Hauke Rahm
Package: flexml 
Version: 1.8-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: proposed-removal

Dear Maintainers,

while reviewing some packages, your package came up as a possible
candidate for removal from Debian, because:

* you all are MIA, right?
* standards-version 3.5.10, i.e. very outdated
  - last upload in 2007
* lintian errors and warnings
* low popcon ( 100)

If you think that it should be orphaned instead of being removed from
Debian, please reply to this bug and tell so. 

If you disagree and want to continue to maintain this package, please
just close this bug and do an upload also fixing the other issues.

If you agree that it should be removed, send the following commands to  
cont...@bugs.debian.org (replace nn with this bug's number):

severity nn normal
reassign nn ftp.debian.org
retitle nn RM: packagename -- RoM; reasons 
thanks

For more information, see 
http://wiki.debian.org/ftpmaster_Removals
http://ftp-master.debian.org/removals.txt

Thank you,

Hauke
on behalf of Debian QA/MIA


signature.asc
Description: Digital signature


Bug#559947: Status of genparse

2010-03-03 Thread Jan Hauke Rahm
Hi everone,

would you be so kind and give a status update for genparse? There hasn't
been any change except some ITA/ITP moving around... Is someone working
on this?

Hauke


signature.asc
Description: Digital signature


Bug#571803: [php-openid] Compatibility problems with PHP 5.3 (mod_php)

2010-03-01 Thread Jan Hauke Rahm
Hi Filipus,

thanks for our bug report.

On Sun, Feb 28, 2010 at 12:46:02AM -0500, Filipus Klutiero wrote:
 As discussed in
 http://lists.openidenabled.com/pipermail/dev/2010-January/001524.html
 has serious issues with PHP 5.3. The main problem is the usage of dl()
 by BigMath. BigMath is included by default when including php-openid.
 mod_php doesn't support dl() anymore. Moreover, the call to dl uses
 the @ operator, which has the fun effect that Apache gives a 200 OK
 return code. This will probably confuse many people that don't know
 PHP debugging tools.

Yep, sure looks ugly.

 There are some patches available. The project is looking close to
 dead. I think it would be unfortunate if php-openid was removed, but
 something needs to be done.

I alread contacted upstream about the future of php-openid. Hopefully I
get an answer soon, otherwise I might patch php-openid up to work with
php5.3 and then think about removing it (after squeeze obviously).

We'll see..

Hauke


signature.asc
Description: Digital signature


Bug#562460: exaile: diff for NMU version 0.2.14+debian-2.3

2010-01-11 Thread Jan Hauke Rahm
Dear maintainer,

I've prepared an NMU for exaile (versioned as 0.2.14+debian-2.3) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,
Hauke
diff -u exaile-0.2.14+debian/debian/pyversions exaile-0.2.14+debian/debian/pyversions
--- exaile-0.2.14+debian/debian/pyversions
+++ exaile-0.2.14+debian/debian/pyversions
@@ -1 +1 @@
-2.4-
+2.5-
diff -u exaile-0.2.14+debian/debian/control exaile-0.2.14+debian/debian/control
--- exaile-0.2.14+debian/debian/control
+++ exaile-0.2.14+debian/debian/control
@@ -4,7 +4,7 @@
 Maintainer: François Févotte francois.fevo...@ensta.org
 Uploaders: Adam Cécile (Le_Vert) gand...@le-vert.net
 Build-Depends: debhelper (= 5), quilt
-Build-Depends-Indep: python-support (= 0.5), libgtk2.0-dev, python-all-dev,
+Build-Depends-Indep: python-support (= 0.5), libgtk2.0-dev, python (= 2.5),
  python-gtk2-dev, intltool, intltool-debian
 Standards-Version: 3.8.1
 Homepage: http://www.exaile.org/
@@ -15,8 +15,7 @@
  libgstreamer0.10-0, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good,
  python-gst0.10, gstreamer0.10-alsa | gstreamer0.10-esd,
  python-gtk2, python-glade2, python-dbus, python-pyvorbis,
- python-mutagen, python-elementtree, python-mmkeys, python-feedparser,
- libjs-prototype
+ python-mutagen, python-mmkeys, python-feedparser, libjs-prototype
 Recommends: gstreamer0.10-plugins-ugly, python-cddb, python-eggtrayicon,
  streamripper, python-gpod, python-gamin, python-notify, python-gtkmozembed
 Description: flexible audio player, similar to Amarok, but written in GTK+
diff -u exaile-0.2.14+debian/debian/changelog exaile-0.2.14+debian/debian/changelog
--- exaile-0.2.14+debian/debian/changelog
+++ exaile-0.2.14+debian/debian/changelog
@@ -1,3 +1,11 @@
+exaile (0.2.14+debian-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Depends on elementtree (provided by python = 2.5). Thanks to Luca
+Falavigna and Jakub Wilk (Closes: #562460)
+
+ -- Jan Hauke Rahm j...@debian.org  Mon, 11 Jan 2010 18:21:01 +0100
+
 exaile (0.2.14+debian-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#559946: Bug#494605: O: xcalendar-i18n -- calendar program on X with i18n support

2010-01-05 Thread Jan Hauke Rahm
severity 559946 normal
reassign 559946 ftp.debian.org
retitle 559946 RM: xcalendar-i18n -- RoQA; unmaintained since 2006, depends on 
obsolete package xutil
thanks

Dear ftp-masters,

to my PROP_RM there has been no response in over a month. I hereby
request the removal of the package.

Hauke

On Wed, Dec 02, 2009 at 08:57:55PM +0100, Jan Hauke Rahm wrote:
 severity 494605 serious
 retitle 494605 xcalendar-i18n: should this orphaned package be removed?
 thanks
 
 Hi,
 
 xcalendar-i18n has been orphaned for a very long time now and I am
 evaluating whether a request for removal should be finally filed.
 
 You are receiving this mail because:
  - your name showed up somewhere in the history of the package
  - I think that you might be interested for some reason
  - or you maintain a related/similar package
 
 Are you interested in adopting this package? Do you know potential adopters?
 If so, please could you forward them this mail, Ccing the BTS and me? 
 
 If there is no action from anyone, I'll request the removal of this package
 from Debian after a month.
 
 
 Thank you,
 Hauke on behalf of QA




signature.asc
Description: Digital signature


Bug#559948: Bug#521491: O: elmo -- text-based mail-reader supporting SMTP and POP3

2010-01-05 Thread Jan Hauke Rahm
severity 559948 normal
reassign 559948 ftp.debian.org
retitle 559948 RM: elmo -- RoQA; unmaintained since 2004, no interest
thanks

Dear ftp-masters,

to my PROP_RM there has been no response. Since the package has had its
last maintainer action in 2004 and was then maintained by NMUs, I hereby
request its removal.

Thanks!
Hauke

On Wed, Dec 02, 2009 at 10:18:07PM +0100, Jan Hauke Rahm wrote:
 severity 521491 serious
 retitle 521491 elmo: should this package be removed?
 thanks
 
 Hi,
 
 elmo has been orphaned for a very long time now (or has been orphaned by
 someone else after missing maintainer action for a long time) and I am
 evaluating whether a request for removal should be finally filed.
 
 You are receiving this mail because:
  - your name showed up somewhere in the history of the package
  - I think that you might be interested for some reason
  - or you maintain a related/similar package
 
 Are you interested in adopting this package? Do you know potential adopters?
 If so, please could you forward them this mail, Ccing the BTS and me? 
 
 If there is no action from anyone, I'll request the removal of this package
 from Debian after a month.
 
 
 Thank you,
 Hauke on behalf of QA




signature.asc
Description: Digital signature


Bug#559949: Bug#521475: O: umlrun -- Components of umlrun to be installed inside UML

2010-01-05 Thread Jan Hauke Rahm
severity 559949 normal
reassign 559949 ftp.debian.org
retitle 559949 RM: umlrun -- RoQA; unmaintained since 2004, no interest
thanks

Dear ftp-masters,

to my PROP_RM has been no response in over a month. The package is
unmaintained since 2004 and noone has shown any interest in it. I hereby
request its removal.

Thanks!
Hauke

On Wed, Dec 02, 2009 at 10:21:20PM +0100, Jan Hauke Rahm wrote:
 severity 521475 serious
 retitle 521475 umlrun: should this package be removed?
 thanks
 
 Hi,
 
 umlrun has been orphaned for a very long time now (or has been orphaned
 by someone else after missing maintainer action for a long time) and I
 am evaluating whether a request for removal should be finally filed.
 
 You are receiving this mail because:
  - your name showed up somewhere in the history of the package
  - I think that you might be interested for some reason
  - or you maintain a related/similar package
 
 Are you interested in adopting this package? Do you know potential adopters?
 If so, please could you forward them this mail, Ccing the BTS and me? 
 
 If there is no action from anyone, I'll request the removal of this package
 from Debian after a month.
 
 
 Thank you,
 Hauke on behalf of QA




signature.asc
Description: Digital signature


Bug#559950: Bug#524936: O: pmock -- Python module for unit testing using mock objects

2010-01-05 Thread Jan Hauke Rahm
severity 559950 normal
reassign 559950 ftp.debian.org
retitle 559950 RM: pmock -- RoQA; not maintained at all
thanks

Dear ftp-masters,

pmock has had one upload in 2005 and (besides one NMU) was never touched
again. Noone showed any interest in my PROP_RM from over a month a go
and I thus hereby request the removal of the package.

Thanks!
Hauke

On Wed, Dec 02, 2009 at 10:23:09PM +0100, Jan Hauke Rahm wrote:
 severity 524936 serious
 retitle 524936 pmock: should this package be removed?
 thanks
 
 Hi,
 
 pmock has been orphaned for a very long time now (or has been orphaned by
 someone else after missing maintainer action for a long time) and I am
 evaluating whether a request for removal should be finally filed.
 
 You are receiving this mail because:
  - your name showed up somewhere in the history of the package
  - I think that you might be interested for some reason
  - or you maintain a related/similar package
 
 Are you interested in adopting this package? Do you know potential adopters?
 If so, please could you forward them this mail, Ccing the BTS and me? 
 
 If there is no action from anyone, I'll request the removal of this package
 from Debian after a month.
 
 
 Thank you,
 Hauke on behalf of QA




signature.asc
Description: Digital signature


Bug#559947: Bug#505992: O: genparse -- command line parser generator

2009-12-15 Thread Jan Hauke Rahm
Hi Michael,

thanks for informing us about your activity. Please understand that I'm
not proposing genparse's removal out of any animosity towards genparse
or you whatsoever but just because of it's lack of maintenance.

On Thu, Dec 03, 2009 at 10:54:54PM +0100, Michael Geng wrote:
 On Wed, Dec 02, 2009 at 09:14:12PM +0100, Jan Hauke Rahm wrote:
  genparse has been orphaned for a very long time now (or has been orphaned by
  someone else after missing maintainer action for a long time) and I am
  evaluating whether a request for removal should be finally filed.
  
  You are receiving this mail because:
   - your name showed up somewhere in the history of the package
   - I think that you might be interested for some reason
   - or you maintain a related/similar package
  
  Are you interested in adopting this package? Do you know potential adopters?
  If so, please could you forward them this mail, Ccing the BTS and me? 
  
  If there is no action from anyone, I'll request the removal of this package
  from Debian after a month.
  
  
  Thank you,
  Hauke on behalf of QA
 
 I am maintaining the genparse package on Sourceforge 
 (http://genparse.sourceforge.net/). I would be glad to support a new
 maintainer for this package on Debian but I don't want to become
 Debian maintainer myself.

That sounds reasonable and I'm giving it another (additional) shot by
CC'ing debian-mentors. Maybe some of our working and prospective
maintainers is using genparse and willing to keep the package in shape.

Hauke


signature.asc
Description: Digital signature


Bug#555244: Patch

2009-12-01 Thread Jan Hauke Rahm
Dear Ralf, Xavier, and exaile maintainers,

first of all I'm very sorry to have introduced that bug in such a simple
NMU. I was working on two packages at a time which caused this nonsense.

Now I'm glad you caught it and you patch, Xavier, is fine. I installed
exaile and it seems to work (well, at least the symlink is right now). A
fixed package has just been uploaded.

Sorry again!
Hauke


signature.asc
Description: Digital signature


Bug#555244: exaile: diff for NMU version 0.2.14+debian-2.1

2009-11-18 Thread Jan Hauke Rahm
tags 555244 + patch
thanks

Dear maintainer,

I've prepared an NMU for exaile (versioned as 0.2.14+debian-2.1) and
uploaded it to DELAYED/5 to fix the outstanding security issue. Please
feel free to tell me if I should delay it longer.

Regards,
Hauke
diff -u exaile-0.2.14+debian/debian/control exaile-0.2.14+debian/debian/control
--- exaile-0.2.14+debian/debian/control
+++ exaile-0.2.14+debian/debian/control
@@ -15,7 +15,8 @@
  libgstreamer0.10-0, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good,
  python-gst0.10, gstreamer0.10-alsa | gstreamer0.10-esd,
  python-gtk2, python-glade2, python-dbus, python-pyvorbis,
- python-mutagen, python-elementtree, python-mmkeys, python-feedparser
+ python-mutagen, python-elementtree, python-mmkeys, python-feedparser,
+ libjs-prototype
 Recommends: gstreamer0.10-plugins-ugly, python-cddb, python-eggtrayicon,
  streamripper, python-gpod, python-gamin, python-notify, python-gtkmozembed
 Description: flexible audio player, similar to Amarok, but written in GTK+
diff -u exaile-0.2.14+debian/debian/changelog exaile-0.2.14+debian/debian/changelog
--- exaile-0.2.14+debian/debian/changelog
+++ exaile-0.2.14+debian/debian/changelog
@@ -1,3 +1,12 @@
+exaile (0.2.14+debian-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities
+by removing the embedded copy and linking to libjs-prototype
+(Closes: #555244)
+
+ -- Jan Hauke Rahm j...@debian.org  Wed, 18 Nov 2009 12:42:46 +0100
+
 exaile (0.2.14+debian-2) unstable; urgency=low
 
   * Rely on python to import feedparser (Closes: #525598).
diff -u exaile-0.2.14+debian/debian/rules exaile-0.2.14+debian/debian/rules
--- exaile-0.2.14+debian/debian/rules
+++ exaile-0.2.14+debian/debian/rules
@@ -40,6 +40,8 @@
 	rm -f $(DESTDIR)/usr/lib/exaile/lib/feedparser.py
 	# Remove windows only plugin
 	rm -f $(DESTDIR)/usr/lib/exaile/plugins/win32-mmkeys.py
+	# Remove embedded copy of prototype and link it instead
+	$(RM) $(DESTDIR)/usr/lib/exaile/plugins/httpserver/data/prototype.js
 
 binary-arch: build install
 binary-indep: build install
only in patch2:
unchanged:
--- exaile-0.2.14+debian.orig/debian/links
+++ exaile-0.2.14+debian/debian/links
@@ -0,0 +1 @@
+/usr/share/javascript/prototype/prototype.js /usr/share/pixelpost/templates/horizon/scripts/lib/prototype.js


signature.asc
Description: Digital signature


Bug#555240: qwik: CVE-2007-2383 and CVE-2008-7720 prototypejs vulnerabilities

2009-11-18 Thread Jan Hauke Rahm
Dear maintainer,

I just spotted this issue during a check on RC bugs and it seems to me
you've basically abandoned this package. There are lintian issues (even
a warning) and this security issue (which is known for your package for
quite a while now).

Since there are only a few users according to popcon and no upload of
yours since 2006, I'm considering a QA removal request. Please speak up
if you want to keep maintaining this package. Otherwise I'll proceed in
10 days with the removal request.

Thanks for your cooperation!
Hauke


signature.asc
Description: Digital signature


Bug#552223: cups: binNMU FTBFS everywhere

2009-10-27 Thread Jan Hauke Rahm
On Sat, Oct 24, 2009 at 03:31:05PM +0200, Cyril Brulebois wrote:
 Package: cups
 Version: 1.4.1-5+b1
 Severity: serious
 Justification: FTBFS
 
 Cups FTBFS everywhere (as of right now):
 https://buildd.debian.org/status/package.php?suite=unstablep=cups
 
 Various reasons:
 1. most archs:
 | Compiling OPVPOutputDev.cxx...
 | g++  -Wall -Wno-format-y2k -fPIC -Os -g -fstack-protector -D_GNU_SOURCE 
 -Ioprs -Iopvp -I../opvp -I../.. -I.. -D_CUPS_SOURCE -I/usr/include/poppler 
 -I/usr/include/poppler -DPDFTOPDF -g -O2 -g -Wall -O2  -D_LARGEFILE_SOURCE 
 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT  -c 
 OPVPOutputDev.cxx
 | OPVPOutputDev.cxx:27:31: error: fofi/FoFiTrueType.h: No such file or 
 directory

At least this one is caused by poppler not including fofi/*.h. I just
submitted a bug report.

However, cups still FTBFS for me even with a fixed poppler.
Unfortunately I just lost the build.log. :( It built fine but
make check aborted. The error log had no errors but 18 were expected,
IIRC.

Hope this helps somehow.
Hauke


signature.asc
Description: Digital signature


Bug#551103: installation typo: s/log/logs

2009-10-15 Thread Jan Hauke Rahm
Package: syscp
Version: 1.4.2.1-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

SysCP has a very annoying typo in postinst which creates
$customer_dir/log instead of logs. After configuring apache2 to work
with SysCP, apache2 might be unable to start because it can't open its
log files. An upload just for this small change doesn't feel justified
as I'm trying to get some other changes done soon. So, I hold the
package from migration to avoid unnecessarily many (broken)
installations.

Hauke

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iFYEAREKAAYFAkrXWS0ACgkQGOp6XeD8cQ20DwDfQUOvco4wWCyOYoXP2+V39pVj
5xRve8BwBaDiQgDfbTi5QAbZEUKW9o6EJUiPExp8NBrQz+SSBRYJlw==
=TYxL
-END PGP SIGNATURE-



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



Bug#522246: defoma-hints and FreeType.om

2009-07-07 Thread Jan Hauke Rahm
forcemerge 285653 522246
thanks

On Thu, May 14, 2009 at 09:02:13PM +0200, Sven Hoexter wrote:
 Hi,
 at least in sid FreeType.pm is available
 marvin:/home/sven/debian/pkg-lyx# apt-file search FreeType.pm
 libfont-freetype-perl: /usr/lib/perl5/Font/FreeType.pm

Yes, but from a different package.

 but installing the package doesn't solve the problem for me.
 So beside the missing dependency there's still something broken.

Yes, libft-perl doesn't exist anymore. libfont-freetype-perl provides
similar functionality but with a completely different API AFAICS.

 Any ideas?

Yes, rewrite libhint-truetype.pl in defome. :)

Hauke


signature.asc
Description: Digital signature


Bug#516670: files owned by !root

2009-07-07 Thread Jan Hauke Rahm
tag 516670 + patch
thanks

On Mon, Feb 23, 2009 at 12:53:30AM +0100, Peter Palfrader wrote:
 Files in /usr/share/lintian/overrides are not owned by root on lenny/alpha.
 
 wea...@intrepid:~/tmp$ wget -nv 
 http://ftp.de.debian.org/debian/pool/main/k/klibc/klibc-utils_1.5.12-2_alpha.deb
 2009-02-23 00:51:51 
 URL:http://ftp.de.debian.org/debian/pool/main/k/klibc/klibc-utils_1.5.12-2_alpha.deb
  [248060/248060] - klibc-utils_1.5.12-2_alpha.deb [1]
 wea...@intrepid:~/tmp$ ar x klibc-utils_1.5.12-2_alpha.deb 
 wea...@intrepid:~/tmp$ tar tvzf data.tar.gz | grep lintian
 drwxr-xr-x root/root 0 2008-08-11 16:53 ./usr/share/lintian/
 drwxr-xr-x root/root 0 2008-08-11 16:53 ./usr/share/lintian/overrides/
 -rw-r--r-- buildd/buildd38 2008-08-11 16:52 
 ./usr/share/lintian/overrides/klibc-utils

The attached patch should fix this issue. As agreed on IRC I'll upload
an NMU (or rather convince someone to do so) to stable with this fix.
The same fix should work for unstable.

Hauke
diff -u klibc-1.5.12/debian/rules klibc-1.5.12/debian/rules
--- klibc-1.5.12/debian/rules
+++ klibc-1.5.12/debian/rules
@@ -34,8 +34,6 @@
 
 DEB_MAKE_INSTALL_TARGET := install
 
-DEB_FIXPERMS_EXCLUDE := klibc-
-
 pre-build::
 	if [ ! -e linux ]; then \
 		rm -rf linux/include; \
diff -u klibc-1.5.12/debian/changelog klibc-1.5.12/debian/changelog
--- klibc-1.5.12/debian/changelog
+++ klibc-1.5.12/debian/changelog
@@ -1,3 +1,10 @@
+klibc (1.5.12-2.1) stable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix files owned by !root in debian/rules (Closes: #516670)
+
+ -- Jan Hauke Rahm i...@jhr-online.de  Tue, 07 Jul 2009 13:14:48 +0200
+
 klibc (1.5.12-2) unstable; urgency=medium
 
   * Add backport 11_klibc-Default-signal-3-to-bsd_signal-3.patch.


signature.asc
Description: Digital signature


Bug#516670: files owned by !root

2009-07-07 Thread Jan Hauke Rahm
On Tue, Jul 07, 2009 at 05:29:53PM +0200, Jan Hauke Rahm wrote:
 On Mon, Feb 23, 2009 at 12:53:30AM +0100, Peter Palfrader wrote:
  Files in /usr/share/lintian/overrides are not owned by root on lenny/alpha.
  
  wea...@intrepid:~/tmp$ wget -nv 
  http://ftp.de.debian.org/debian/pool/main/k/klibc/klibc-utils_1.5.12-2_alpha.deb
  2009-02-23 00:51:51 
  URL:http://ftp.de.debian.org/debian/pool/main/k/klibc/klibc-utils_1.5.12-2_alpha.deb
   [248060/248060] - klibc-utils_1.5.12-2_alpha.deb [1]
  wea...@intrepid:~/tmp$ ar x klibc-utils_1.5.12-2_alpha.deb 
  wea...@intrepid:~/tmp$ tar tvzf data.tar.gz | grep lintian
  drwxr-xr-x root/root 0 2008-08-11 16:53 ./usr/share/lintian/
  drwxr-xr-x root/root 0 2008-08-11 16:53 
  ./usr/share/lintian/overrides/
  -rw-r--r-- buildd/buildd38 2008-08-11 16:52 
  ./usr/share/lintian/overrides/klibc-utils
 
 The attached patch should fix this issue. As agreed on IRC I'll upload
 an NMU (or rather convince someone to do so) to stable with this fix.
 The same fix should work for unstable.
 
 Hauke

Sorry for bothering. It doesn't produce what I would consider well
tested. In version 0.197-2 is the changelog entry

  * Don't strip execute permissions from the klibc

Uploading my patch would be a regression. Since I don't use cdbs I
cannot really help here any more. :(

Sorry again!
Hauke


signature.asc
Description: Digital signature


Bug#533361: Xcftools 1.0.5 fixes #533361 and other bugs

2009-07-03 Thread Jan Hauke Rahm
On Fri, Jul 03, 2009 at 02:55:12AM +0200, Henning Makholm wrote:
 This bug, and a few minor other ones, are fixed in a new upstream
 version, 1.0.5. See release announcement at
 http://blog.henning.makholm.net/2009/07/xcftools-105-security-fix-release.html
 and new tarball at http://henning.makholm.net/xcftools/xcftools-1.0.5.tar.gz

Good, I've prepared a QA upload to fix this serious bug. CC'ing
debian-qa to get attention of possible sponsors.

http://mentors.debian.net/debian/pool/main/x/xcftools/xcftools_1.0.5-1.dsc

Cheers,
Hauke


signature.asc
Description: Digital signature


Bug#533361: Xcftools 1.0.5 fixes #533361 and other bugs

2009-07-03 Thread Jan Hauke Rahm
On Fri, Jul 03, 2009 at 10:38:38PM +0200, Henning Makholm wrote:
 Scripsit Jan Hauke Rahm
 
  Now, if you would like to do me a big favour, you could send me a patch
  (as small as possible) for the security bug found in 1.0.4.
 
 Here is an absolutely minimal patch that fixes only the security issue.

Wow, that was fast. Thank you very much! I'll prepare a package for
stable and oldstable hopefully tomorrow is the security team doesn't do
it before I come to it... :)

Hauke


signature.asc
Description: Digital signature


Bug#534281: nosql: uninstallable on ia64, alpha, GNU/kFreeBSD

2009-06-30 Thread Jan Hauke Rahm
Hi all,

On Tue, Jun 30, 2009 at 02:35:26AM +0200, Cyril Brulebois wrote:
 Petr Salinger petr.salin...@seznam.cz (23/06/2009):
  current version have hardcoded dependency on libc
  as Depends: libc6 (= 2.2.3-1).
  This cannot be satisfied on some architectures.
  It have been introduced in
 
   nosql  (4.0.14-2) unstable; urgency=low
 * add dependency to libc (warning from lintian)
 
  Please at least drop this dependency or generate
  correct one during build using i.e. dh_shlibdeps.
 
 Hi,
 
 cc'ing -qa@ because I won't be fixing the whole package, and it really
 needs it. I think it'd be a nice exercise for a wannabe packager to make
 it use debhelper instead of that broken homebrew stuff.

Okay... :)

 Another idea might be to get rid of the package itself, but I won't be
 judging that here.

That would be an idea, low popcon and so on... I can provide a
(hopefully) fixed package, tough. If anyone of the QA team is willing to
upload it, find it here:

http://downloads.jhr-online.de/qa/

Cheers,
Hauke


signature.asc
Description: Digital signature


Bug#528924: texlive-base: Many broken dependencies

2009-05-16 Thread Jan Hauke Rahm
As I've chatted with him I also know the /tmp/fmtutil.XXTOCymA:
http://paste.debian.net/36291/

Hauke


signature.asc
Description: Digital signature


Bug#521898: More debugging

2009-04-02 Thread Jan Hauke Rahm
Hi Sebastian,

find attached more debugging. I hope it helps!

Hauke
$ G_DEBUG=fatal_warnings GST_REGISTRY_FORK=no gdb --args gst-inspect-0.10 
/usr/lib/gstreamer-0.10/libgstladspa.so
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(gdb) run
Starting program: /usr/bin/gst-inspect-0.10 
/usr/lib/gstreamer-0.10/libgstladspa.so
[Thread debugging using libthread_db enabled]
[New Thread 0xb7ad98d0 (LWP 27436)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7ad98d0 (LWP 27436)]
strcmp () at ../sysdeps/i386/i686/strcmp.S:39
39  ../sysdeps/i386/i686/strcmp.S: No such file or directory.
in ../sysdeps/i386/i686/strcmp.S
Current language:  auto; currently asm
(gdb) bt full
#0  strcmp () at ../sysdeps/i386/i686/strcmp.S:39
No locals.
#1  0xb7d2c3c4 in IA__g_str_equal (v1=0xb7920580, v2=0xb7994580) at 
/build/buildd-glib2.0_2.20.0-2-i386-rcJiVy/glib2.0-2.20.0/glib/gstring.c:77
No locals.
#2  0xb7cf90a1 in IA__g_hash_table_lookup (hash_table=0x8795a30, 
key=0xb7994580) at 
/build/buildd-glib2.0_2.20.0-2-i386-rcJiVy/glib2.0-2.20.0/glib/ghash.c:213
node = value optimized out
node_index = value optimized out
__PRETTY_FUNCTION__ = IA__g_hash_table_lookup
#3  0xb7cf2a47 in IA__g_intern_static_string (string=0xb7994580 
GstSignalProcessor) at 
/build/buildd-glib2.0_2.20.0-2-i386-rcJiVy/glib2.0-2.20.0/glib/gdataset.c:625
quark = value optimized out
result = (const gchar *) 0xb7cbc890 U\211�WVS\203�8�r���\201�V
#4  0xb7990028 in gst_signal_processor_get_type () at gstsignalprocessor.c:138
_type = value optimized out
gonce_data = 0
#5  0xb7992421 in plugin_init (plugin=0x8829328) at gstladspa.c:868
No locals.
#6  0xb7f62f99 in gst_plugin_register_func (plugin=0x8829328, desc=0xb7996b80) 
at gstplugin.c:342
__PRETTY_FUNCTION__ = gst_plugin_register_func
#7  0xb7f63d62 in gst_plugin_load_file (filename=0xbf8ee6bb 
/usr/lib/gstreamer-0.10/libgstladspa.so, error=0xbf8edc70) at gstplugin.c:553
plugin = (GstPlugin *) 0x8829328
module = (GModule *) 0x883f3b8
ret = value optimized out
ptr = (gpointer) 0xb7996b80
file_status = {st_dev = 64770, __pad1 = 0, __st_ino = 5936298, st_mode = 
33188, st_nlink = 1, st_uid = 0, st_gid = 0, st_rdev = 0, __pad2 = 0, st_size = 
32880, st_blksize = 4096, 
  st_blocks = 72, st_atim = {tv_sec = 1238657495, tv_nsec = 294951824}, st_mtim 
= {tv_sec = 1238419518, tv_nsec = 0}, st_ctim = {tv_sec = 1238656675, tv_nsec = 
18949443}, st_ino = 5936298}
registry = value optimized out
__PRETTY_FUNCTION__ = gst_plugin_load_file
#8  0x0804e071 in main (argc=Cannot access memory at address 0x0
) at gst-inspect.c:1490
error = (GError *) 0x0
factory = (GstElementFactory *) 0x0
plugin = (GstPlugin *) 0x0
arg = 0xbf8ee6bb /usr/lib/gstreamer-0.10/libgstladspa.so
retval = value optimized out
print_all = 0
plugin_name = 0
print_aii = 0
uri_handlers = 0
options = {{long_name = 0x804eb23 print-all, short_name = 97 'a', flags = 
0, arg = G_OPTION_ARG_NONE, arg_data = 0xbf8edc84, description = 0x804eb2d 
Print all elements, 
arg_description = 0x0}, {long_name = 0x804f194 
print-plugin-auto-install-info, short_name = 0 '\0', flags = 0, arg = 
G_OPTION_ARG_NONE, arg_data = 0xbf8edc7c, 
description = 0x804f1b4 Print a machine-parsable list of features the 
specified plugin provides.\n, ' ' repeats 39 times, Useful in connection 
with external automatic plugin installation mechanisms, arg_description = 
0x0}, {long_name = 0x804ec4c plugin, short_name = 0 '\0', flags = 0, arg = 
G_OPTION_ARG_NONE, arg_data = 0xbf8edc80, 
description = 0x804eb40 List the plugin contents, arg_description = 0x0}, 
{long_name = 0x804eb59 uri-handlers, short_name = 117 'u', flags = 0, arg = 
G_OPTION_ARG_NONE, 
arg_data = 0xbf8edc78, description = 0x804f270 Print supported URI 
schemes, with the elements that implement them, arg_description = 0x0}, 
{long_name = 0x804eb66 version, 
short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 
0x8050834, description = 0x804f2b4 Print version information and exit, 
arg_description = 0x0}, {long_name = 0x0, 
short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, 
description = 0x0, arg_description = 0x0}}
ctx = value optimized out
err = (GError *) 0x0
(gdb) quit
The program is running.  Exit anyway? (y or n) y

$ G_DEBUG=fatal_warnings GST_REGISTRY_FORK=no gdb pidgin
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to 

Bug#511843: bibleref: Please update to newer version, relicensed under DFSG-free license

2009-01-14 Thread Jan Hauke Rahm
On Wed, Jan 14, 2009 at 11:47:16PM +0100, Norbert Preining wrote:
 I don't know what to do. Either we add a license statement for the
 upgraded version and let it be, or we replace the version currently in
 the orig.tar.gz with the one from TL upstream (I checked, only minimal
 changes in the sty file), or we blacklist it and re-add it for 2008.
 
 Suggestions?

Well, since it seems to be in the interest of the upstream author to
have this package relicensed and distributed I'd say: add a comment to
README.Debian about a changed version in future versions and don't
blacklist bibleref.
Sure, this isn't exactly correct but I *think* it's in best interest of
all, users as well as author.

Hauke


signature.asc
Description: Digital signature


Bug#505851: Please consider the patch of Wolfram Sang (reassign merge)

2008-11-17 Thread Jan Hauke Rahm
reassign 505278 liblockfile1
merge 505278 505851
thanks

#505278: I was able to reproduce it. The patch in #505851 solves the
problem for me. I recompiled liblockfile with the patch and retested the
bug again (using the submitter's script). lockfile-create works fine now
as far as I can see.

#505851: Thanks, Wolfram, for the patch. It solves both bugs.

I'd strongly suggest considering the patch and uploading to get rid of
these RC bugs.

Cheers,
Hauke

PS: I hope you don't mind I reassigned and merged the bugs.


signature.asc
Description: Digital signature


Bug#498899: Unsecure use of temporary files

2008-09-14 Thread Jan Hauke Rahm
Package: python2.4-examples
Version: 2.4.5-5
Severity: grave
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224

Hi Matthias,

in your script Tools/faqwiz/move-faqwiz.sh you use $RANDOM to create a
temporary file. This is very unsecure and should be replaced by mktemp.

The following patch tries to solve that and beyond that solves your
bashism bug #489648.

Please test the patch thoroughly and upload ASAP if appropiate.

Cheers,
Hauke

*** bashandtmp.patch
diff -Naur python2.4-2.4.5~/Tools/faqwiz/move-faqwiz.sh 
python2.4-2.4.5/Tools/faqwiz/move-faqwiz.sh
- --- python2.4-2.4.5~/Tools/faqwiz/move-faqwiz.sh  2008-09-14 
12:36:45.0 +0200
+++ python2.4-2.4.5/Tools/faqwiz/move-faqwiz.sh 2008-09-14 12:40:44.0 
+0200
@@ -9,7 +9,7 @@
 #   blackjesus:~ ./move-faqwiz.sh 2\.1 3\.2
 #   Moving FAQ question 02.001 to 03.002
 
- -if [ x$2 == x ]; then
+if [ x$2 = x ]; then
 echo Need 2 args: original_version final_version.
 exit 2
 fi
@@ -19,7 +19,7 @@
 exit 2
 fi
 
- -function cut_n_pad() {
+cut_n_pad () {
 t=`echo $1 | cut -d. -f $2`
 export $3=`echo $t | awk { tmp = \\$0; l = length(tmp); for (i = 0; i  
$2-l+1; i++) { tmp = 0.tmp } print tmp  }`
 }
@@ -28,7 +28,7 @@
 cut_n_pad $1 2 suffix1
 cut_n_pad $2 1 prefix2
 cut_n_pad $2 2 suffix2
- -tmpfile=tmp$RANDOM.tmp
+tmpfile=`mktemp`
 file1=faq$prefix1.$suffix1.htp
 file2=faq$prefix2.$suffix2.htp
 


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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iFYEARELAAYFAkjM798ACgkQGOp6XeD8cQ2LRgDgg5MWslv+21jb7dv/kzfwQC6q
wRWVmLZ+2zLAywDeKwmZ8asTsBpGIoXInoXpvne9qRrvQU0vJStGng==
=xWvB
-END PGP SIGNATURE-



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



Bug#498901: Unsecure use of temporary files

2008-09-14 Thread Jan Hauke Rahm
Package: smsclient
Version: 2.0.8z-10
Severity: grave
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224

Hi Jonathan,

you are using the process id in a shell script to create a random
temporary file (in contrib/mail2sms-shell/mail2sms.sh). Although this is
just documentation users could simply copy and paste the script which
would lead to a security issue on their system. I'd appreciate if you
fixed that.
The patch below tries to solve that problem and by the way fixes your
bashism bug #489661.

Please test thoroughly and upload ASAP if appropriate.

Cheers,
Hauke

*** bashandtmp.patch
diff -Naur smsclient-2.0.8z~/contrib/mail2sms-shell/mail2sms.sh 
smsclient-2.0.8z/contrib/mail2sms-shell/mail2sms.sh
- --- smsclient-2.0.8z~/contrib/mail2sms-shell/mail2sms.sh  2008-09-14 
13:34:37.0 +0200
+++ smsclient-2.0.8z/contrib/mail2sms-shell/mail2sms.sh 2008-09-14 
13:39:16.0 +0200
@@ -8,12 +8,14 @@
 # By Andy Hawkins ([EMAIL PROTECTED])
 
 
- -/usr/bin/cp /dev/null /tmp/header.$$
+tmpfile=`mktemp header.XX`
+tmpfile2=`mktemp body.XX`
+/usr/bin/cp /dev/null $tmpfile
 ELINE=0
 while [ $ELINE -lt 3 ]
 do
   read LINE
- -  echo $LINE  /tmp/header.$$
+  echo $LINE  $tmpfile
   if [ $LINE =  ]
   then
 ELINE=3
@@ -22,18 +24,18 @@
   fi
 done
 
- -SENDER=`head -n 1 /tmp/header.$$ | awk '{print $2}'`
- -TARGET=`grep ^Subject: /tmp/header.$$ | awk '{print $2}'`
+SENDER=`head -n 1 $tmpfile | awk '{print $2}'`
+TARGET=`grep ^Subject: $tmpfile | awk '{print $2}'`
 
 
 ELINE=0
 while [ $ELINE -lt 2 ]
 do
   read LINE
- -  echo $LINE  /tmp/body.$$
+  echo $LINE  $tmpfile2
   if [ $LINE =  ]
   then
- -let ELINE=ELINE+1
+ELINE=$((ELINE+1))
   else
 ELINE=0
   fi
@@ -45,7 +47,7 @@
 SENT=0
 while [ $RETRY -gt 1 ]  [ $SENT -eq 0 ]
 do
- -  MSG=`cat /tmp/body.$$`
+  MSG=`cat $tmpfile2`
   /usr/bin/sms_client $TARGET $MSG  /tmp/sms.log
   case $? in
0) /bin/mailx -s SMS success to $TARGET $SENDER  /dev/null 
@@ -63,7 +65,7 @@
   SENT=1;;
*)
   sleep 10
- -  let RETRY=RETRY-1;;
+  RETRY=$((RETRY-1));;
   esac
 done
 
@@ -74,5 +76,5 @@
 exit
 fi
 
- -rm /tmp/header.$$
- -rm /tmp/body.$$
+rm $tmpfile
+rm $tmpfile2


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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iFYEARELAAYFAkjM+VQACgkQGOp6XeD8cQ0/yQDePghgg3MczNy3N68k6vXIyHrd
1NZNuKQ65Om2BwDfWjxEQolj733VY9bKH1pFqPk1zUQGUyGiEqGbUA==
=Jpnr
-END PGP SIGNATURE-



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



Bug#497623: linux-image-2.6.26: randomly crashes without traces

2008-09-03 Thread Jan Hauke Rahm
Package: linux-image-2.6.26-1-686
Version: 2.6.26-3
Severity: grave
File: linux-image-2.6.26
Justification: renders package unusable

Dear maintainers,

I got really serious situations several times since using 2.6.26:
somehow my system just crashes. It happens while browsing (no flash in
use at that moment) or just editing OOo documents. The screen turns sort
of black and, well, that's it... no shortcuts working, even magic keys
don't do anything. A cold reset is needed. :(
Unfortunately logs don't seem to get the crash, either. Syslog ended
last time with --MARK-- and so did /var/log/messages.
Below is the standard information collected by reportbug. If you want me
to do anything to help debugging whatever happens, just tell me.

Cheers,
Hauke

-- Package-specific info:
** Version:
Linux version 2.6.26-1-686 (Debian 2.6.26-3) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Wed Aug 20 12:56:41 UTC 
2008

** Command line:
root=UUID=ab37a766-ecfe-4ffd-97ea-9323129412cb ro vga=791

** Tainted: P (1)

** Kernel log:
[5.421200] ohci_hcd :00:13.4: OHCI Host Controller
[5.423769] ohci_hcd :00:13.4: new USB bus registered, assigned bus 
number 5
[5.426361] ohci_hcd :00:13.4: irq 18, io mem 0xfe02a000
[5.484067] usb usb5: configuration #1 chosen from 1 choice
[5.486638] hub 5-0:1.0: USB hub found
[5.489207] hub 5-0:1.0: 2 ports detected
[5.592072] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[5.594631] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[5.597189] usb usb5: Product: OHCI Host Controller
[5.599730] usb usb5: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[5.602302] usb usb5: SerialNumber: :00:13.4
[5.606839] ACPI: PCI Interrupt :00:13.5[D] - GSI 19 (level, low) - 
IRQ 19
[5.608825] ehci_hcd :00:13.5: EHCI Host Controller
[5.611403] ehci_hcd :00:13.5: new USB bus registered, assigned bus 
number 6
[5.614524] ehci_hcd :00:13.5: debug port 1
[5.617074] ehci_hcd :00:13.5: irq 19, io mem 0xfe029000
[5.630222] ehci_hcd :00:13.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 
2004
[5.632007] usb usb6: configuration #1 chosen from 1 choice
[5.634595] hub 6-0:1.0: USB hub found
[5.637132] hub 6-0:1.0: 10 ports detected
[5.740074] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[5.742637] usb usb6: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[5.745206] usb usb6: Product: EHCI Host Controller
[5.747736] usb usb6: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[5.750267] usb usb6: SerialNumber: :00:13.5
[5.754853] SB600_PATA: IDE controller (0x1002:0x438c rev 0x00) at  PCI slot 
:00:14.1
[5.756753] ACPI: PCI Interrupt :00:14.1[A] - GSI 16 (level, low) - 
IRQ 16
[5.759320] SB600_PATA: not 100% native mode: will probe irqs later
[5.762474] ide0: BM-DMA at 0xe400-0xe407
[5.765082] Probing IDE interface ide0...
[6.500347] hda: ATAPI DVD D DH16D2P, ATAPI CD/DVD-ROM drive
[7.284347] hdb: HL-DT-STDVD-RAM GSA-H58N, ATAPI CD/DVD-ROM drive
[7.340033] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[7.340312] hda: UDMA/33 mode selected
[7.343329] hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[7.343540] hdb: UDMA/66 mode selected
[7.346480] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[7.423173] Driver 'sd' needs updating - please use bus_type methods
[7.426082] sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
[7.430004] sd 0:0:0:0: [sda] Write Protect is off
[7.432791] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[7.432821] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[7.446643] sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
[7.448006] sd 0:0:0:0: [sda] Write Protect is off
[7.450825] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[7.450857] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[7.453800]  sda: sda1 sda2 6hda: ATAPI 48X DVD-ROM drive, 198kB Cache
[7.475630] Uniform CD-ROM driver Revision: 3.20
[7.483915]  sda56hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB 
Cache
[7.488966]  sda6 
[7.492184] sd 0:0:0:0: [sda] Attached SCSI disk
[7.800588] PM: Starting manual resume from disk
[7.829655] SGI XFS with ACLs, security attributes, realtime, large block 
numbers, no debug enabled
[7.834110] SGI XFS Quota Management subsystem
[7.860623] XFS mounting filesystem sda1
[7.924008] Ending clean XFS mount for filesystem: sda1
[9.109622] udevd version 125 started
[   10.248007] input: PC Speaker as /class/input/input1
[   10.834746] parport_pc 00:09: reported by Plug and Play ACPI
[   10.838132] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[   10.925142] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   10.934347] 

Bug#497623: linux-image-2.6.26: randomly crashes without traces

2008-09-03 Thread Jan Hauke Rahm
Some additional info to this bug report:

I just found #479709 which seems to be very similar, although...
Users in #479709 found some relation to chrony which is not installed on
my system. OTOH my system hung twice while booting at setting system
clock which again leads to some clock or time problems...
I don't know that much about kernel stuff but I thought this could help.

Thanks for your time!
Hauke



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



Bug#476554: mumble-server: postinst renders installation impossible

2008-04-17 Thread Jan Hauke Rahm
Package: mumble-server
Version: 1.1.3-2
Severity: grave
Tags: patch
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224

Hi!

While installing dpkg aborts because do_configuration is not a known
command. Just move to function to the begin of the script (patch below,
hope it works).

By the way, thanks for packaging! :)

Cheers,
Hauke

*** diff
diff -uPr mumble-1.1.3/debian/mumble-server.postinst 
mumble-1.1.3~/debian/mumble-server.postinst
- --- mumble-1.1.3/debian/mumble-server.postinst2008-04-17 
15:09:05.0 +0200
+++ mumble-1.1.3~/debian/mumble-server.postinst 2008-04-17 15:07:32.0 
+0200
@@ -17,17 +17,6 @@
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
- -CONF=/etc/mumble-server/mumble-server.ini
- -CONF_NEW=/etc/mumble-server/mumble-server.ini.new
- -CONF_OLD=/etc/mumble-server/mumble-server.ini.old
- -TEMPLATE=/usr/share/mumble-server/templates/murmur.ini.system
- -do_configuration;
- -CONF=/etc/dbus-1/system.d/murmur.conf
- -CONF_NEW=/etc/dbus-1/system.d/murmur.conf.new
- -CONF_OLD=/etc/dbus-1/system.d/murmur.conf.old
- -TEMPLATE=/usr/share/mumble-server/templates/murmur.conf
- -do_configuration;
- -
 do_configuration() {
if [ -f ${CONF} ] ; then
# No configuration exists, just install the template one.
@@ -47,6 +36,16 @@
fi
 }
 
+CONF=/etc/mumble-server/mumble-server.ini
+CONF_NEW=/etc/mumble-server/mumble-server.ini.new
+CONF_OLD=/etc/mumble-server/mumble-server.ini.old
+TEMPLATE=/usr/share/mumble-server/templates/murmur.ini.system
+do_configuration;
+CONF=/etc/dbus-1/system.d/murmur.conf
+CONF_NEW=/etc/dbus-1/system.d/murmur.conf.new
+CONF_OLD=/etc/dbus-1/system.d/murmur.conf.old
+TEMPLATE=/usr/share/mumble-server/templates/murmur.conf
+do_configuration;
 
 case $1 in
configure)


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

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iE8DBQFIB0/NGOp6XeD8cQ0RC0gfAN9ce/CzIzB9Uo00hZ35c4hy5Rkb37nDDFBO
WcK0AN94lNmSWEzw0imqdkHWZI4QaRzr9oPJeZq3g+yF
=4s0m
-END PGP SIGNATURE-



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



Bug#471641: Needs to use fckeditor

2008-04-10 Thread Jan Hauke Rahm
On Wed, Mar 19, 2008 at 10:44:22AM +0100, Peter Eisentraut wrote:
 Am Mittwoch, 19. März 2008 schrieb Frank Habermann:
  Your package includes a copy of FCKEditor, which also is packaged as
  fckeditor in the archive. You need to fix your package
  to use the system-wide editor.
 
 OK, but someone would need to verify that the externally packaged version is 
 compatible with egroupware.  (The diff is 2 lines.)

I didn't actually try it; a solution could be to just symlink
phpgwapi/js/fckeditor to the externally packaged fckeditor, but:

1. egroupware uses an older version (2.4.1 instead of 2.5.1 which is in
   the archive)

2. egroupware is shipped with a file 'egw_integration.txt' for
   fckeditor; content:

,[ egw_integration.txt ]
| Changes made to fckeditor to work properly on egroupware
|  - fckconfig.js
| - Added egw_* toolbars
|  - editor/filemanager/browser/default/connectors/php/connector.php
| - Change hardcoded image dir from Image - images (to respect the actual
|   behavior in sitemgr)
|  - editor/filemanager/browser/default/frmresourcetype.html
| - Again change Image - images
|  - editor/filemanager/browser/default/connectors/php/config.php
| - Commented hardcoded Userdir path
| - Enable the browser
|  - editor/filemanager/upload/php/config.php
| - Commented hardcoded Userdir path (is disabled by default)
|  - editor/filemanager/browser/default/connectors/php/io.php
| - Remove the append of directory per type, example, for images the final
|   url is base+serverpath+images (or type)
`

I'm not very familiar with egroupware and fckeditor but this information
should be borne in mind, I guess.

Cheers,
Hauke


signature.asc
Description: Digital signature


Bug#470715: squirrelmail-quicksave: depend on plugin html_mail

2008-03-13 Thread Jan Hauke Rahm
Thanks for your bug report!

On Thu, Mar 13, 2008 at 01:08:21AM -0300, Leonardo Serra wrote:
 Hi,
 This plugins does not work without plugin html_mail.
 But the plugin html_mail is not provided by any package.

Well, I actually use the plugin without having html_mail installed and I
can't see in the code where quicksave depends on html_mail. Can you
explain in which way the problem shows up to you?

Hauke


signature.asc
Description: Digital signature


Bug#459894: vsftpd: is not stopped before/after removing

2008-01-09 Thread Jan Hauke Rahm
Package: vsftpd
Version: 2.0.5-2
Severity: grave
Tags: security
Justification: renders package unusable


Hi!

I removed the vsftpd package just to try out another ftpd. But that was
not able to start up and connections to my system show:

500 OOPS: vsftpd: not found: directory given in
'secure_chroot_dir':/var/run/vsftpd

Well, I thought I removed that? Let's have a look with ps and netstat
and yes, it is indeed still running... :-/

If I did not install a new ftpd I possibly did not notice that there is
still port 21 open. Because of that I set the security tag. Hopefully I
did not shock you too much. :)

Hauke

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)



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



Bug#430403: gnome-panel: Crashes on every startup

2007-06-25 Thread Jan Hauke Rahm
Package: gnome-panel
Version: 2.14.3-5
Severity: critical
Justification: breaks the whole system

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA224

Hi,

this is a strange bug 'cause I really don't know what I could have
changed. The last upgrade did not bring anything new of gnome packages
IIRC bug the bug's still coming... :/

Well, I start gdm normally but gnome-panels are just white. Then
BugBuddy starts to help me (argh) and the panels are kicked. I can send
the Bug using BugBuddy or abort it - nothing changes. The panels try to
start again and they crash again which is calling BugBuddy again... So
it's kind of a circle. To report this bug I minimized BugBuddy to stop
the system restarting panels and BugBuddy again and again.

Killing the panel manually and reloading it or anything else (I tried a
few ways) did not help at all.

Maybe you can do anything with the backtrace below... i don't.

Thanks for your attention!

Hauke

- --
Backtrace was generated from '/usr/bin/gnome-panel'

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1225476416 (LWP 6415)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb777aaee in __waitpid_nocancel () from /lib/libpthread.so.0
#0  0xb777aaee in __waitpid_nocancel () from /lib/libpthread.so.0
#1  0xb7e9c865 in gnome_gtk_module_info_get () from /usr/lib/libgnomeui-2.so.0
#2  signal handler called
#3  0xb7775250 in pthread_mutex_lock () from /lib/libpthread.so.0
#4  0xb785702f in cairo_ft_font_options_substitute ()
   from /usr/lib/libcairo.so.2
#5  0xb785738b in cairo_ft_scaled_font_lock_face ()
   from /usr/lib/libcairo.so.2
#6  0xb78477b7 in cairo_scaled_font_create () from /usr/lib/libcairo.so.2
#7  0xb7847cbd in cairo_scaled_font_text_extents ()
   from /usr/lib/libcairo.so.2
#8  0xb72ab1a0 in pango_cairo_font_get_type ()
   from /usr/lib/libpangocairo-1.0.so.0
#9  0xb72ab535 in pango_cairo_font_get_type ()
   from /usr/lib/libpangocairo-1.0.so.0
#10 0xb72add8d in pango_cairo_fc_font_get_type ()
   from /usr/lib/libpangocairo-1.0.so.0
#11 0xb78af41e in pango_font_get_glyph_extents ()
   from /usr/lib/libpango-1.0.so.0
#12 0xb72bb08a in pango_ot_buffer_output () from /usr/lib/libpangoft2-1.0.so.0
#13 0xb6ccb4b6 in script_engine_init ()
   from /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
#14 0xb78b72ea 

Bug#430403: gnome-panel: Crashes on every startup

2007-06-25 Thread Jan Hauke Rahm
Hi!

Loïc Minier schrieb:
  Can you please install gnome-dbg and refresh this backtrace?

No, sorry, i can't. This is the computer I'm working at and I really
need it working correctly. Lenny was just an aborted try... :/ So I
reinstalled Etch... If I can ever reproduce that I will mail you but now
it's working (well, it's stable :)).

I'm really sorry!

Hauke



signature.asc
Description: OpenPGP digital signature