Bug#702605: icedove does not start if ~/.icedove is empty.

2013-03-09 Thread g1pi
On Sat, Mar 09, 2013 at 03:00:01PM +0100, Carsten Schoenert wrote:
 yes, mostly icedove is working with this little trick. The error happens
 because of some libc changes that comes with the new released version
 that was coming in the past into squeeze.
 We already talked about that issue and hopefully there will be some
 update on 3.0.x icedove with something like you posted.
 
 In the between time I strongly recommend to use a version of icedove
 inside backports.
 http://wiki.debian.org/Icedove#BackPorts
 

I'd be glad to run the version from backports, but the latest version is
too memory-hungry for my hardware; so I'm afraid I'll have to stick to
the 3.0.x version for the time being.

Do you remember at which point in time people started to submit bugs
about random failures to load shared objects?  I believe they might be
related to a change in debian/rules dating back to 2010:

  * [3b98c84] avoid unneeded package depends by building with
  '-Wl,--as-needed'

Is it possible to comment out the assignment 'MAIN_LDFLAGS := -Wl,--as-needed'
in debian/rules and rebuild the package, in order to test if it still works
and its dependency list remains reasonable?

Best regards, 
g1


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



Bug#702617: [Pkg-haskell-maintainers] Bug#702617: . fails to match certian characters

2013-03-09 Thread Joey Hess
Joachim Breitner wrote:
 regex-compat is but a thin layour around regex-posix, which states
 Note that the posix library works with single byte characters,
 and does not understand Unicode. If you need Unicode support you
 will have to use a different backend.¹

Right. However, ò is not actually unicode, I think it's ISO8859-15.

Also I'm not trying to do anything that requires knowledge of unicode.
Even if the library sees [byte, byte], ^.*$ should still match all
the bytes.

 It also makes suggestions for alternative regex libraries:

I'm using -tdfa, filed bug for completeness.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#532097: #532097: cups RFA - RFH

2013-03-09 Thread Didier 'OdyX' Raboud
Hi Bastien,

Le samedi, 9 mars 2013 14.17:27, Bastien ROUCARIES a écrit :
 I will step on it. Please coule web have a debian todo list and how to ?

Great, thanks for the offer. All that we have as far as I'm concerned are:

a)  http://wiki.debian.org/Teams/Printing (mostly outdated)

I have just updated it rapidly, to match the reality a little more. It would 
need more love and cleaning, feel free to give a hand there.

and

b)  http://bugs.debian.org/src:cups
http://bugs.debian.org/debian-print...@lists.debian.org

of course. Unfortunately we have many unanswered bugs laying around: verifying 
if they are still valid under more up-to-date Debian+cups configurations would 
be very useful.

 Personnally i will like to have cups drop root

Although I find it unfortunate, I think that both Martin Pitt's [0] and 
upstream's [1] explanations make it sufficiently clear that engaging on such a 
road is a promise for _lot_ of work. Furthermore, that would be work not 
supported by upstream in any foreseeable future ot by any other distribution 
out there.

[0] http://bugs.debian.org/692791#86
[1] http://bugs.debian.org/692791#61

So unless other distributions join that long-term effort of maintaining a 
whole load of patches against cups, I would oppose such an effort.

But, I very much welcome any (and yours, of course) help in coping with the 
bugreports (past and new) and the next cups releases. I very much welcome 
bugreports with patches attached.

Cheers,

OdyX


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


Bug#702639: ia64, wrong asm register contraints in the kvm implementation

2013-03-09 Thread Ben Hutchings
Control: tag -1 upstream moreinfo
Control: severity -1 normal

On Sat, 2013-03-09 at 14:45 +0100, Stephan Schreiber wrote:
 Package: src:linux
 Version: 3.2.35-2
 Severity: important
 Tags: patch
 
 
 The Linux Kernel contains some inline assembly source code which has  
 wrong asm register constraints in arch/ia64/kvm/vtlb.c.
[...]

Please send this patch upstream (kvm-i...@vger.kernel.org).  Once it is
accepted in mainline, we can consider applying it in the Debian package.
(You can also put 'Cc: sta...@vger.kernel.org' in the commit message to
get it into Debian via the stable update process.)

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.


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


Bug#702641: ia64, wrong asm register contraints in the futex implementation

2013-03-09 Thread Ben Hutchings
Control: tag -1 upstream moreinfo
Control: severity -1 normal

On Sat, 2013-03-09 at 14:53 +0100, Stephan Schreiber wrote:
 Package: src:linux
 Version: 3.2.23-1
 Severity: important
 Tags: patch
[...]
 I also filed another similar bug#702639 (wrong asm register contraints  
 in the kvm implementation).

Again, you will need to get this accepted upstream first.

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.


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


Bug#702654: RFP: mysquid -- mySquid is a threaded external ACL helper for Squid proxy.

2013-03-09 Thread Matthew Goff
Package: wnpp
Severity: wishlist


* Package name: mysquid
  Version : 1.0.0
  Upstream Author : Matthew Goff m...@goff.cc
* URL : https://github.com/Kline-/tools/tree/master/c++/mysquid
* License : zlib
  Programming Lang: C++
  Description : mySquid is a threaded external ACL helper for Squid proxy.

mySquid is a threaded external ACL helper for Squid proxy that provides a
generic interface for using ACLs stored within a MySQL database.

Why is mySquid useful?

Storing all ACLs in a common database allows for easier administration
and maintenance from multiple sources. Any tool capable of interacting
with the database can now modify ACL targets, and ACLs are not scattered
between multiple files on disk.

mySquid is small, lightweight, and efficient. Due to its threaded
design, only one mySquid helper is required per ACL.

mySquid imposes no concurrent request limits beyond what the backend
database is capable of supporting.

ACLs written to utilize mySquid can have targets added, updated, removed,
and disabled without ever needing to restart or reload the Squid server.

mySquid supports all tokens that Squid is capable of passing to an
external helper. With properly designed database schemas and queries,
mySquid is capable of processing any ACL structure.


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



Bug#702655: [CRASH] Uncaught exception ZeroDivisionError in Frontend/Gtk/GtkProgress.py:688

2013-03-09 Thread Martin Helliwell
Package: update-manager-gnome
Version: 0.200.5-1
Severity: normal
File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/GtkProgress.py



*** /tmp/update-manager-bug_0UBP7
The information below has been automatically generated.
Please do not remove this from your bug report.

- Exception Type: type 'exceptions.ZeroDivisionError'
- Exception Value: ZeroDivisionError('float division',)
- Exception Origin: _MainThread(MainThread, started -140455408)
- Exception Traceback:
  File
/usr/lib/pymodules/python2.6/UpdateManager/Frontend/Gtk/GtkProgress.py, line
602, in _sig_item_update
self._update_percent()
  File
/usr/lib/pymodules/python2.6/UpdateManager/Frontend/Gtk/GtkProgress.py, line
688, in _update_percent
self._download_count)




-- System Information:
Debian Release: 6.0.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: powerpc (ppc64)

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

Versions of packages update-manager-gnome depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gksu  2.0.2-5graphical frontend to su
ii  python2.6.6-3+squeeze7   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P
ii  python-vte1:0.24.3-4 Python bindings for the VTE widget
ii  update-manager-core   0.200.5-1  APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk0.60.debian-3 manage the repositories that you i
ii  update-notifier0.99.3debian8 Daemon which notifies about packag


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



Bug#702593: Pending fixes for bugs in the libstring-random-perl package

2013-03-09 Thread pkg-perl-maintainers
tag 702593 + pending
thanks

Some bugs in the libstring-random-perl package are closed in revision
c02de58312c51e58eda6031ee39ad0fedbfbe66e in branch 'master' by Axel
Beckert

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-random-perl.git;a=commitdiff;h=c02de58

Commit message:

Switch uploaders (Closes: #702593)


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



Bug#693939:

2013-03-09 Thread Ondřej Surý
severity 693939 693...@bugs.debian.org serious
severity 693940 693...@bugs.debian.org serious
thank you

I would argue that not providing static libraries is violation the Debian
policy and makes dev package unusable for people wanting to compile with
-static.

Ondrej
-- 
Ondřej Surý ond...@sury.org


Bug#702656: libgoffice-0.10-10: Add goffice-0.8 source package

2013-03-09 Thread Jeremy Bicha
Package: libgoffice-0.10-10
Version: 0.10.0-1
Severity: normal
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring

goffice 0.10 is GTK3 only but gnucash is GTK2 and has no concrete plans to
switch to GTK3 any time soon. An app will crash if it uses GTK2 and GTK3 at the
same time so it will not be possible for gnucash to build against goffice 0.10.

Please add a goffice-0.8 source package.

Thanks,
Jeremy

- -- System Information:
Debian Release: wheezy/sid
  APT prefers raring-updates
  APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500,
'raring'), (100, 'raring-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386


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



Bug#702657: grafx2: New release available

2013-03-09 Thread Jérôme Marant
Package: grafx2
Version: 2.3-1.1
Severity: wishlist

Dear Maintainer,

 Version 2.4 has been released last october.

Regards,

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

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

Versions of packages grafx2 depends on:
ii  libc62.13-38
ii  liblua5.1-0  5.1.5-4
ii  libpng12-0   1.2.49-3
ii  libsdl-image1.2  1.2.12-2
ii  libsdl-ttf2.0-0  2.0.11-2
ii  libsdl1.2debian  1.2.15-5
ii  libx11-6 2:1.5.0-1

grafx2 recommends no packages.

grafx2 suggests no packages.

-- no debconf information


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



Bug#698149: gnome-chemistry-utils: Please upgrade to 0.14.0

2013-03-09 Thread Jeremy Bicha
Could you please take a look at this?

I think we're going to need to have a goffice-0.8 package anyway for
gnucash's benefit (See http://bugs.debian.org/702656 ) but I still
think it would be good to get the final other rdepends ported over.

Thanks,
Jeremy


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



Bug#702658: matlab-support: uninteruptable prompt on installation with readline

2013-03-09 Thread Julian Taylor
Package: matlab-support
Version: 0.0.18
Severity: serious

when you use the readline frontend the matlab-support package
installation gets stuck in an uninterruptable question loop asking for
the location of matlab:

DEBIAN_FRONTEND=readline
apt-get install matlab-support
Location of MATLAB installation(s): ...

entering an empty string does not cancel the prompt.
Other frontends are probably ok, they offer a cancel option.


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



Bug#702217: proposition for libopenid-ruby/2.1.8debian-1+squeeze1 [CVE-2013-1812]

2013-03-09 Thread Luciano Bello
On Wednesday 06 March 2013, Cédric Boutillier wrote:
 I adapted the patch from upstream and applied it to the version of
 libopenid-ruby currently in squeeze.
 Attached is the debdiff with a possible 2.1.8debian/1+squeeze1
 targetting squeeze if accepted by the security team.

Thanks for your patch! In my opinion, this can be handle via s-p-u.

Cheers, luciano


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



Bug#699852: Proposed debdiff

2013-03-09 Thread Tino Keitel
On Fri, Mar 08, 2013 at 07:39:32 +0100, Yves-Alexis Perez wrote:
 I've built a package including the patch pointed by Josselin. Could
 someone test it and report back as I don't have an http-based
 syncevolution setup.

Hi,

I already prepared a -2 version with several fixes, including the
autosync issue, but got interrupted due to the birth of a baby girl. 
I'll try to push it to the alioth git repository, and would appreciate
some help getting it reviewed/accepted for wheezy or wheezy-updates.

Regards,
Tino


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



Bug#701851: calligrasheets: Wrong titlebar icon (and taskbar icon)

2013-03-09 Thread Adrien
tag 701851 confirmed
thanks

Hi,

Indeed, the icons have a wrong name : kspread.png instead of sheets.png.

It is corrected by upstream on calligra 2.6, by renaming it in 
calligrasheets.png.

I will try to have a look this week to correct that bug for wheezy.

Thank you for reporting bug,

Regards,

Adrien


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



Bug#702651: nvidia-glx-legacy-96xx: NVIDIA driver is not working after installation, due to wrong alternatives configuration

2013-03-09 Thread Andreas Beckmann
Control: reassign -1 nvidia-settings-legacy-173xx 173.14.35-1
Control: affects -1 + nvidia-glx-legacy-96xx

We only recommend libgl1-nvidia-legacy-173xx-glx with no 96xx
alternative because at the time I made that package legacy 96xx (
96.43.23) was effectively dead ...

Package: nvidia-settings-legacy-173xx
Version: 173.14.35-1
Replaces: nvidia-settings
Provides: nvidia-settings
Depends: pkg-config, libc6 (= 2.7), libgdk-pixbuf2.0-0 (= 2.22.0),
libglib2.0-0 (= 2.12.0), libgtk2.0-0 (= 2.8.0), libpango1.0-0 (=
1.14.0), libx11-6 (= 2:1.4.99.1), libxext6
Pre-Depends: nvidia-installer-cleanup
Recommends: libgl1-nvidia-legacy-173xx-glx
Conflicts: nvidia-settings, xserver-xorg-video-nvidia


Removing libgl1-nvidia-legacy-173xx-glx should be sufficient to fix
your setup.


Andreas


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



Bug#702659: screen: querying windows silent does not work

2013-03-09 Thread Facundo Aguirre
Package: screen
Version: 4.1.0~20120320gitdb59704-7
Severity: normal

Dear Maintainer,
Hi, querying the windows in screen silently does not work,
screen -Q @windows is not silent.

Patch attached from https://savannah.gnu.org/bugs/?29803


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (700, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to es_AR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages screen depends on:
ii  dpkg  1.16.9
ii  install-info  4.13a.dfsg.1-10
ii  libc6 2.13-38
ii  libncurses5   5.9-10
ii  libpam0g  1.1.3-7.1
ii  libtinfo5 5.9-10

screen recommends no packages.

Versions of packages screen suggests:
pn  iselect | screenie | byobu  none

-- debconf information:
* screen/410-upgrade:
  screen/403-copy-failed:
diff --git a/src/extern.h b/src/extern.h
index 2b9722e..31a5f8a 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -209,7 +209,7 @@ extern int   Parse __P((char *, int, char **, int *));
 extern void  SetEscape __P((struct acluser *, int, int));
 extern void  DoScreen __P((char *, char **));
 extern int   IsNumColon __P((char *, int, char *, int));
-extern void  ShowWindows __P((int));
+extern void  ShowWindows __P((struct action *,int));
 extern char *AddWindows __P((char *, int, int, int));
 extern char *AddWindowFlags __P((char *, int, struct win *));
 extern char *AddOtherUsers __P((char *, int, struct win *));
diff --git a/src/process.c b/src/process.c
index 27deeca..4ec6e3b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1848,7 +1848,7 @@ int key;
   Activate(-1);
   break;
 case RC_WINDOWS:
-  ShowWindows(-1);
+  ShowWindows(act,-1);
   break;
 case RC_VERSION:
   OutputMsg(0, screen %s, version);
@@ -4509,7 +4509,6 @@ int key;
 	  break;
 }
 }
-#undef OutputMsg
 
 void
 DoCommand(argv, argl) 
@@ -5124,12 +5123,12 @@ int n;
   debug1(SwitchWindow %d\n, n);
   if (n  0 || n = maxwin)
 {
-  ShowWindows(-1);
+  ShowWindows(NULL,-1);
   return;
 }
   if ((p = wtab[n]) == 0)
 {
-  ShowWindows(n);
+  ShowWindows(NULL,n);
   return;
 }
   if (display == 0)
@@ -5541,7 +5540,8 @@ struct win *p;
 }
 
 void
-ShowWindows(where)
+ShowWindows(act,where)
+struct action *act;
 int where;
 {
   char buf[1024];
@@ -5563,7 +5563,10 @@ int where;
 }
   else
 ss = buf;
-  Msg(0, %s, ss);
+  if(act)
+OutputMsg(0, %s, ss);
+  else
+Msg(0, %s, ss);
 }
 
 static void
@@ -7277,3 +7280,5 @@ struct mchar *mc;
   debug2(ApplyAttrColor - %02x %02x\n, mc-attr, i);
 #endif
 }
+
+#undef OutputMsg
diff --git a/src/socket.c b/src/socket.c
index 940034d..8ade628 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1451,7 +1451,7 @@ struct msg *m;
   Activate(0);
   ResetIdle();
   if (!D_fore  !noshowwin)
-ShowWindows(-1);
+ShowWindows(NULL,-1);
   if (displays-d_next == 0  console_window)
 {
   if (TtyGrabConsole(console_window-w_ptyfd, 1, reattach) == 0)


Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Yaroslav Halchenko
Yes it would be great to have bugs fixed in Debian too, especially if they get 
reported on Debian systems... as for this particular one I consider it a 
feature :-)
Keep us updated on what you figure out
-- 
Sent from a phone which beats iPhone.


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



Bug#700738: valgrind summary

2013-03-09 Thread Sebastian Ramacher
On 2013-03-08 22:25:46, Antoine Beaupré wrote:
 I really wonder what to do at this point. I can certainly upload the 2.0
 version to experimental to allow people to test this more thoroughly
 (but then again, it's just once C file, easy enough to test). But I
 don't feel those bugs are serious enough to block the Wheezy release. It
 doesn't seem those issues are critical enough to justify the serious
 severity, but maybe I am wrong.

 Would I would like to do is to upload a 1.1-2 with Bremner's patch and
 then request an unblock and close this bug report.

Even with David's patch and ttyclock and sig initialized (see the
attached patch), there are some issues left: the incorrect type of
ttyclock-running and calling ncurses stuff in the signal handler.

Anyway, signals intermixed with ncurses is very much out of my comfort
zone. Maybe Thorsten (CCed) can provide additional input on those issues.

Regards
-- 
Sebastian Ramacher
diff --git a/ttyclock.c b/ttyclock.c
index 6df69e6..15e8151 100644
--- a/ttyclock.c
+++ b/ttyclock.c
@@ -58,6 +58,7 @@ init(void)
  refresh();
 
  /* Init signal handler */
+ sigemptyset(sig.sa_mask);
  sig.sa_handler = signal_handler;
  sig.sa_flags   = 0;
  sigaction(SIGWINCH, sig, NULL);
@@ -445,6 +446,7 @@ main(int argc, char **argv)
 
  /* Alloc ttyclock */
  ttyclock = malloc(sizeof(ttyclock_t));
+ memset(ttyclock, 0, sizeof(ttyclock_t));
 
  /* Date format */
  ttyclock-option.format = malloc(sizeof(char) * 100);
@@ -478,14 +480,14 @@ main(int argc, char **argv)
break;
   case 'i':
puts(TTY-Clock 2 © by Martin Duquesnoy (xor...@gmail.com));
-   free(ttyclock);
free(ttyclock-option.format);
+   free(ttyclock);
exit(EXIT_SUCCESS);
break;
   case 'v':
puts(TTY-Clock 2 © devel version);
-   free(ttyclock);
free(ttyclock-option.format);
+   free(ttyclock);
exit(EXIT_SUCCESS);
break;
   case 's':
@@ -527,8 +529,8 @@ main(int argc, char **argv)
   key_event();
  }
 
- free(ttyclock);
  free(ttyclock-option.format);
+ free(ttyclock);
  endwin();
 
  return 0;


signature.asc
Description: Digital signature


Bug#702660: webfs: Cannot serve files 2 GB by https.

2013-03-09 Thread Andreas Metzler
Package: webfs
Version: 1.21+ds1-8.1
Severity: normal

Hello,

on i386 webfs cannot serve large files ( 2 GB) correctly with https.
(http works correctly):
-
ametzler@argenau:~/GIT/autogen-upstream/autoopts/test$ LC_ALL=C wget 
--no-check-certificate -O -  https://127.0.0.2/k/big | md5sum
--2013-03-09 18:04:22--  https://127.0.0.2/k/big
Connecting to 127.0.0.2:443... connected.
WARNING: The certificate of `127.0.0.2' is not trusted.
WARNING: The certificate of `127.0.0.2' hasn't got a known issuer.
The certificate's owner does not match hostname `127.0.0.2'
HTTP request sent, awaiting response... 200 OK
Length: 2281701381 (2.1G) [text/plain]
Saving to: `STDOUT'

94% [=   ] 2,147,483,648 32.5M/s   in 63s

2013-03-09 18:05:25 (32.6 MB/s) - Connection closed at byte 2147483648. 
Retrying.

--2013-03-09 18:05:26--  (try: 2)  https://127.0.0.2/k/big
Connecting to 127.0.0.2:443... connected.
WARNING: The certificate of `127.0.0.2' is not trusted.
WARNING: The certificate of `127.0.0.2' hasn't got a known issuer.
The certificate's owner does not match hostname `127.0.0.2'
HTTP request sent, awaiting response... 206 Partial Content
Length: 2281701381 (2.1G), 134217733 (128M) remaining [text/plain]
Saving to: `STDOUT'

94% [++   ] 2,147,483,648 --.-K/s   in 0s

2013-03-09 18:05:27 (0.00 B/s) - Connection closed at byte 2147483648. Retrying.

^C
-



cu andreas

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages webfs depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  libc6  2.13-38
ii  libgcrypt111.5.0-5
ii  libgnutls262.12.20-4
ii  ucf3.0025+nmu3

webfs recommends no packages.

webfs suggests no packages.

-- debconf information excluded
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#702241: gnome-packagekit: gpk-update-viewer does not update package index so falsely says is up to date.

2013-03-09 Thread Matthias Klumpp
Okay, thanks! Everything is okay with PackageKit, so this apparently
is an issue with GNOME. Maybe the frontend relies on the cronjob being
present, which we don't ship in Debian. But I don't think that is the
reason. Usually updates should be fetched via a plugin in GSD.
And for me, this plugin is working I will do some more tests, but
this might be an issue in GSD...
Cheers,
   Matthias

P.S: Please always subscribe the bugtracker in replies, so that we can
keep track of the bug status publicly.

2013/3/9 Asterix zzz...@rocketmail.com:
 http://pastebin.com/TybciHx8

 how often does the apt cronjob fetch updates? No error messages. How do
 most people get updates, if they had the settings as automatically
 receive all updates? Do they get automatically applied, or does it just
 inform you?

 On 07/03/13 18:23, Matthias Klumpp wrote:
 Hi!
 This is a tricky issue, and I am not sure that we can fix it for
 Wheezy, as it would require too many code changes. Generally, there is
 an Apt cronjob for fetching updates, so this shouldn't be an issue.
 And also the settings in gpk-prefs should work Have you checked if
 the packagekitd daemon crashed when applying a setting? (run sudo
 /usr/lib/packagekit/packagekitd --verbose in a Terminal, change a
 setting and pastebin the output somewhere, so I can take a look at it)
 Updating packages has no known issues Did you get any error message?
 Later, you might try GPK and PK from Debian Experimental, but these
 packages aren't ready for use yet.
 Regards,
 Matthias

 2013/3/7 Asterix zzz...@rocketmail.com:
 Package: gnome-packagekit
 Version: 3.4.2-2
 Followup-For: Bug #702241

 Dear Maintainer,

 Even when there are updates that it knows about, for example if I have run 
 apt-
 get update, or refresh on synaptic, it still does not either install them or
 notify me that they should be installed, despite the implication of my 
 settings
 in gpk-prefs being that it would automatically install them, or at least 
 notify
 me about them being there.




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



Bug#620107: reproducing 620107

2013-03-09 Thread chrysn
 Assertion (last_usable = disk-dev-length) at [...]

another situation in which this occurs is when a 2tb device is
connected via a controller that can't address more than 2tb of data.

my steps to reproduce:

* take a 3tb (3,000,592,982,016 byte) hard disk
* create a 1900gb partition using gdisk with a good controller
* create a hybrid mbr using gdisk, indicating the 1.9tb partition
* plug that device into a controller like the JM20337 Hi-Speed USB to
  SATA  PATA Combo Bridge
* launch (g)parted -- the backtrace looks essentially the same

in this example, the partition table is not technically corrupt, it's
consistent but doesn't match the device parameters.


signature.asc
Description: Digital signature


Bug#702658: matlab-support: uninteruptable prompt on installation with readline

2013-03-09 Thread Michael Hanke
Control: tags -1 + moreinfo

Hi,

On Sat, Mar 9, 2013 at 5:32 PM, Julian Taylor jtaylor.deb...@googlemail.com
 wrote:

 entering an empty string does not cancel the prompt.
 Other frontends are probably ok, they offer a cancel option.


I can't replicate this. I installed the package, the prompt comes up, I
press Ctrl-C and I am back at the prompt.

I don't think entering an empty string should cancel package installation.

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de


Bug#702658: is there a consistent Cancel across debconf frontends?

2013-03-09 Thread Yaroslav Halchenko

On Sat, 09 Mar 2013, Julian Taylor wrote:
 DEBIAN_FRONTEND=readline
 apt-get install matlab-support
 Location of MATLAB installation(s): ...

 entering an empty string does not cancel the prompt.
 Other frontends are probably ok, they offer a cancel option.

and now I started to wonder on what is the generic solution here (CCing
debconf maintainers on advise) -- some frontends (dialog) do offer
Cancel button for the Type: string entry and some seems to be not
(readline) -- there must be a generic resolution to guarantee uniform
functionality to cancel.  Any clues?

Moreover it seems that in a clean chroot Ctrl-C didn't work for me (to
cancel when I ran into the readline prompt I wanted to cancel) while on
the main system  -- it does interrupt with Ctrl-C

as for emtpy input to cancel logic in matlab-support -- if that is not
a generic approach, ideally then the prompt string would need to be
adjusted (and all translations) -- probably too much at this
point.

-- 
Yaroslav O. Halchenko
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Senior Research Associate, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Bug#702658: matlab-support: uninteruptable prompt on installation with readline

2013-03-09 Thread Yaroslav Halchenko

On Sat, 09 Mar 2013, Michael Hanke wrote:
  entering an empty string does not cancel the prompt.
  Other frontends are probably ok, they offer a cancel option.
I can't replicate this. I installed the package, the prompt comes up, I
press Ctrl-C and I am back at the prompt.

yeah -- as I just wrote, Ctrl-C works on the main machine but is of no
effect in chroot (tried on our neurohydra in nd+wheezy chroot)

-- 
Yaroslav O. Halchenko
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Senior Research Associate, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Bug#702650: cil: Please refer to https://github.com/chilts/cil as homepage

2013-03-09 Thread Gianluca Ciccarelli
Dear Axel,

Thanks for your report. The upstream author doesn't seem to
have an explicit preference to have the current Homepage:
value as the project's homepage, plus the Policy suggests
that your proposal is closer to a useful value for that
header.

I have patched the package accordingly, and asked for it to
be uploaded to the archive into unstable. I'll mark the bug
as done.

Cheers,

-- 
Gianluca Ciccarelli
http://gergel.im
GPG key ID: 0x39BBDB6C


signature.asc
Description: Digital signature


Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Michael Hanke
Hi,

On Sat, Mar 9, 2013 at 2:57 PM, Sébastien Villemot sebast...@debian.orgwrote:

 The attached patch allows the package to install nicely even if MATLAB
 is not present. Otherwise people who install the package by accident end
 up with a dpkg error.

 Julian: please confirm that it fixes the issue for you.


I see the problem, but I am not convinced this change is the solution.
Installing this package is pointless without Matlab, it should not be
pulled in as a dependency unless
a package gets installed that requires matlab.

If we make this package install successfully on a system without Matlab, we
need to
make any dependent package handle the situation of a missing matlab itself
-- potentially multiplying the effort. At the moment, any package that
depends on matlab-support can expect a functional matlab installation to be
present at config time.

To me the actual question is, why do people try to install this package
when they do not have matlab? Consequently I see two approaches:

1) Improve the package description to avoid this kind of installations.

2) Improve the error messages.

Any input for improvements is most welcome.

I'd be happy to discuss this further, but at the moment I see no reason to
change the current behavior.

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de


Bug#702650: cil: Please refer to https://github.com/chilts/cil as homepage

2013-03-09 Thread Gianluca Ciccarelli
On 2013/03/09 06:24PM, Gianluca Ciccarelli wrote:
[...]
I'll mark the bug
as done.


...I mean, after the change enters the archive :)


-- 
Gianluca Ciccarelli
http://gergel.im
GPG key ID: 0x39BBDB6C


signature.asc
Description: Digital signature


Bug#702647: [Openstack-devel] Bug#702647: test of glance-api and glance-registry still running beyond package build

2013-03-09 Thread Thomas Goirand
On 03/09/2013 10:55 PM, Michael Tautschnig wrote:
 Package: glance
 Version: 2012.1.1-4
 Usertags: goto-cc
 
 During package build, glance-api and glance-registry are launched, but
 apparently never killed. Here is the resulting process tree after build
 completion:
 
 23165 ?Ss 0:00 python 
 /home/mictau/build/glance/glance-2012.1.1/bin/glance-api --config-file 
 /tmp/test.89824/etc/api.conf
 23166 ?S  0:00  \_ /bin/sh -c logger -t glance-api[23165]
 23167 ?S  0:00  \_ logger -t glance-api[23165]
 23197 ?Ss 0:00 python 
 /home/mictau/build/glance/glance-2012.1.1/bin/glance-registry --config-file 
 /tmp/test.89824/etc/registry.conf
 23199 ?S  0:00  \_ /bin/sh -c logger -t glance-registry[23197]
 23200 ?S  0:00  \_ logger -t glance-registry[23197]
 23862 ?Ss 0:00 python 
 /home/mictau/build/glance/glance-2012.1.1/bin/glance-api --config-file 
 /tmp/test.53390/etc/api.conf
 23863 ?S  0:00  \_ /bin/sh -c logger -t glance-api[23862]
 23864 ?S  0:00  \_ logger -t glance-api[23862]
 23894 ?Ss 0:00 python 
 /home/mictau/build/glance/glance-2012.1.1/bin/glance-registry --config-file 
 /tmp/test.53390/etc/registry.conf
 23900 ?S  0:00  \_ /bin/sh -c logger -t glance-registry[23894]
 23901 ?S  0:00  \_ logger -t glance-registry[23894]
 
 This breaks builds inside chroots, because the build place cannot be 
 unmounted.
 
 Best,
 Michael

Hi,

I think I have seen behavior like that, but I didn't know it was ALWAYS
the case that Glance had this trouble. So really, thanks for the report
Michael.

Have you tried in a cowbuilder? What kind of chroot are you talking about?

I'm asking, because I've build glance in a cowbuilder, and it wasn't a
problem. I'm talking here about the pre-release version 2013.1~g3, which
isn't even uploaded to Debian. And I'm asking, to make sure it's only
present in the older version of Glance, so that information might help
me! :)

Cheers,

Thomas


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



Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Julian Taylor
On 09.03.2013 18:26, Michael Hanke wrote:
 Hi,
 
 I see the problem, but I am not convinced this change is the solution.
 Installing this package is pointless without Matlab, it should not be
 pulled in as a dependency unless
 a package gets installed that requires matlab.
 
 If we make this package install successfully on a system without Matlab,
 we need to 
 make any dependent package handle the situation of a missing matlab
 itself -- potentially multiplying the effort. At the moment, any package
 that depends on matlab-support can expect a functional matlab
 installation to be present at config time.

A problem with failing the installation if matlab is missing is that it
prevents migration from Ubuntus proposed repository to the main one.
Migration requires that it installs and does also not make other
packages uninstallable.
E.g. this right now affects dynare, it can't migrate because it depends
on matlab-support which does not install.

I though that the debian unstable - testing works the same way, but
apparently not as e.g. dynare was allowed to go into testing.
We can change the failing in Ubuntu only if you don't want to change Debian.

 
 To me the actual question is, why do people try to install this package
 when they do not have matlab? Consequently I see two approaches:
 
 1) Improve the package description to avoid this kind of installations.
 

The main reason for that is probably that the desktop file says it is
matlab.
The desktop file is used in the (ubuntu) software center to display the
title of the application, not the package short description.
Most novice users install over the software center in Ubuntu, see matlab
and install it without reading the rest of the description.

Software center is also in Debian, but I don't know if it has the same
behavior.


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



Bug#698829: kernel swap after upgrade to 3.2.23-1~bpo60+2

2013-03-09 Thread Ben Hutchings
On Thu, 2013-03-07 at 18:22 +0100, Daniele Melosi wrote:
 On 05/03/2013 03:40, Ben Hutchings wrote:
  # wc -l /proc/mounts
  329219 /proc/mounts
  [...]
  
  Er, wow, that's a lot.  Does this *also* increase over time, or are
  those mostly mounted at boot?
 
 I agree, it's a lot.
 
 The number of entries in /proc/mounts file increase over time, at the
 boot is low (~100 lines).

Are these bind-mounts or separate filesystem mounts?

Experimentally, bind-mounts appear to require about 1K each.

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.


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


Bug#702227: Permission of the backend too strict for a backend chain (beh, jasmine)

2013-03-09 Thread Didier 'OdyX' Raboud
Control: tags -1 +wontfix -moreinfo

Hi Marco,

Le mercredi, 6 mars 2013 17.37:12, Marco Gaiarin a écrit :
  As far as I can tell, all chained configurations that go through cups are
  working correctly, so that's definitely a minor issue for standard use
  cases.
 
 Ok for 'jasmine', but 'beh' is a rather ''standard'' backend, that i
 use extensively for some ''broken'' printers or print servers... very
 useful if you don't want to be called on saturday morning at home...

Is 'beh' not working correctly when used as printer backend?

   gaio@eraldo:~$ ls -la /usr/lib/cups/backend/ipp
   -rwxr--r-- 3 root root 43328 15 gen 04.08 /usr/lib/cups/backend/ipp
 
 744 root.root? It really brake the CUPS security model to have it
 root.lp, 754 (or 750)?
 
 Probably i don't know CUPS (and indeed it is true ;), but i don't
 understood why the 'lp' group have to not execute the backend... while
 for example the 'socket' backend:
 
   gaio@eraldo:~$ ls -la /usr/lib/cups/backend/socket
   -r-xr-xr-x 2 root root 29988 15 gen 04.08 /usr/lib/cups/backend/socket
 
 it is even executable by everyone?

Quoting Till on that one:
 13:59  tkamppeter OdyX, about Debian bug 702227, CUPS backends with 750
 root.root permissions/ownerships are run as root by CUPS, these backends
 have to run as root as they need access to resources where only root has
 access (files, network resources). Opening up the permissions so that lp
 can run the backends makes the backends stop working. What alwyas works
 would be setting the wrapper backends 750 root.root, but this can lead to
 some non-root backends being run as root.

 (…) but seems to me that simply backend permission is a mess... ;-)))

I can't disagree with that.

As far as I can read that bug:
i) running backends not as root will likely break some working behaviours;
ii) apparently a non-standard backend, not even in Debian doesn't work in that 
situation.

So, as I would rather not try to fix something not broken for most standard 
Debian uses, and as I haven't been convinced that fixing that is an 
improvement over the current situation, I'm hereby tagging this bug as 
wontfix.

Cheers,

OdyX


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



Bug#702658: matlab-support: uninteruptable prompt on installation with readline

2013-03-09 Thread Julian Taylor
On 09.03.2013 18:21, Yaroslav Halchenko wrote:
 
 On Sat, 09 Mar 2013, Michael Hanke wrote:
  entering an empty string does not cancel the prompt.
  Other frontends are probably ok, they offer a cancel option.
I can't replicate this. I installed the package, the prompt comes up, I
press Ctrl-C and I am back at the prompt.
 
 yeah -- as I just wrote, Ctrl-C works on the main machine but is of no
 effect in chroot (tried on our neurohydra in nd+wheezy chroot)
 

we have a few reports in ubuntu of uninteruptable prompts:
https://bugs.launchpad.net/ubuntu/+source/matlab-support/+bug/1025648

I don't think they were using chroots.


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



Bug#702412: pre-approval unblock: postfix

2013-03-09 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Fri, 2013-03-08 at 06:27 -0700, LaMont Jones wrote:
 Per the IRC discussion, I have prepared postfix_2.9.6-2 for wheezy.
 Please let me know when to upload it.  The debdiff is below.

A debdiff against the current wheezy package (possibly minus the .po
changes and some of the repetitive documentation updates) would probably
have been more useful, fwiw.

 The source and amd64 binaries are to be found at:
 deb http://people.debian.org/~lamont/postfix .
 deb-src http://people.debian.org/~lamont/postfix .

Please go ahead; thanks.

Regards,

Adam


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



Bug#702658: matlab-support: uninteruptable prompt on installation with readline

2013-03-09 Thread Yaroslav Halchenko

On Sat, 09 Mar 2013, Julian Taylor wrote:

  yeah -- as I just wrote, Ctrl-C works on the main machine but is of no
  effect in chroot (tried on our neurohydra in nd+wheezy chroot)
 we have a few reports in ubuntu of uninteruptable prompts:
 https://bugs.launchpad.net/ubuntu/+source/matlab-support/+bug/1025648
 I don't think they were using chroots.

altogether this particular one sounds like a bug/misfeature of
debconf to me (differing behavior across environments/frontends)

-- 
Yaroslav O. Halchenko
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Senior Research Associate, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Bug#673322: Packaging Open Sankoré for Debian/Ubuntu

2013-03-09 Thread Miriam Ruiz
2013/3/9 Mike Gabriel mike.gabr...@das-netzwerkteam.de:
 Hi Miry,


Hi!!


 On Do 07 Mär 2013 20:18:06 CET Miriam Ruiz wrote:

 I commited the changes I have in the debian/ directory [1]. Sorry, I
 still don't know how to handle that pristine-tar stuff, can someone
 tell me, or do it for me?


 If you have a recent version of git-buildpackage installed, the importing of
 orig.tar.compressformat is very easy.

  $ cd path/to/workingcopy/of/sankore
  $ debian/rules get-git-source
  $ git-import-orig --pristine-tar --sign-tags
../sankore_2.00~git20130309.orig.tar.bz2

 I have just performed that step and committed the changes to [1].

Thanks :)

All is left is to review debian/copyright so that includes all the
copyrights, specially all those from third parties... sigh :)

If any of you test in your computers the packages in git, please tell
me if there are any issues. It should compile in squeeze too (I
haven't upgraded compat to 9 yet because of that, and I added the
patch needed for backwards compatibility with squeeze).

Greetings and lots of thanks,
Miry

 Greets,
 Mike

 [1] http://anonscm.debian.org/gitweb/?p=debian-edu/sankore.git


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



Bug#693939: libnl3: provide static libraries severity

2013-03-09 Thread Heiko Stübner
Hi Ondřej,

Am Samstag, 9. März 2013, 17:15:52 schrieb Ondřej Surý:
 severity 693939 693...@bugs.debian.org serious
 severity 693940 693...@bugs.debian.org serious
 thank you

it seems this command was not sucessful, as both bugs are still at severity
normal.

 I would argue that not providing static libraries is violation the Debian
 policy and makes dev package unusable for people wanting to compile with
 -static.

I would follow your argument and the issue seems easily fixable by the change
blow. The only question would be about the severity, aka it getting a freeze
exception, as policy only say is usually provided, which I don't read as a
clear must but as a really should.

Therefore I'd added debian-release to get this hopefully answered.


Heiko
 

diff --git a/debian/libnl-3-dev.install b/debian/libnl-3-dev.install
index e64b775..3715b8b 100755
--- a/debian/libnl-3-dev.install
+++ b/debian/libnl-3-dev.install
@@ -2,3 +2,4 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/*/pkgconfig/libnl-3*
 debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libnl-3.so lib/${DEB_HOST_MULTIARCH}/
+debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libnl-3.a lib/${DEB_HOST_MULTIARCH}/
diff --git a/debian/libnl-cli-3-dev.install b/debian/libnl-cli-3-dev.install
index 91ff45b..66aa3b3 100644
--- a/debian/libnl-cli-3-dev.install
+++ b/debian/libnl-cli-3-dev.install
@@ -1,2 +1,3 @@
 debian/tmp/usr/lib/*/pkgconfig/libnl-cli-3*
 debian/tmp/usr/lib/*/libnl-cli-3*.so
+debian/tmp/usr/lib/*/libnl-cli-3*.a
diff --git a/debian/libnl-genl-3-dev.install b/debian/libnl-genl-3-dev.install
index 19201a3..cbc6b51 100755
--- a/debian/libnl-genl-3-dev.install
+++ b/debian/libnl-genl-3-dev.install
@@ -1,3 +1,4 @@
 #!/usr/bin/dh-exec
 debian/tmp/usr/lib/*/pkgconfig/libnl-genl-3*
 debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libnl-genl-3*.so 
lib/${DEB_HOST_MULTIARCH}/
+debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libnl-genl-3*.a 
lib/${DEB_HOST_MULTIARCH}/
diff --git a/debian/libnl-nf-3-dev.install b/debian/libnl-nf-3-dev.install
index c50d642..d1307c7 100644
--- a/debian/libnl-nf-3-dev.install
+++ b/debian/libnl-nf-3-dev.install
@@ -1,2 +1,3 @@
 debian/tmp/usr/lib/*/pkgconfig/libnl-nf-3*
 debian/tmp/usr/lib/*/libnl-nf-3*.so
+debian/tmp/usr/lib/*/libnl-nf-3*.a
diff --git a/debian/libnl-route-3-dev.install b/debian/libnl-route-3-dev.install
index 3e31a2d..37e248c 100644
--- a/debian/libnl-route-3-dev.install
+++ b/debian/libnl-route-3-dev.install
@@ -1,2 +1,3 @@
 debian/tmp/usr/lib/*/pkgconfig/libnl-route-3*
 debian/tmp/usr/lib/*/libnl-route-3*.so
+debian/tmp/usr/lib/*/libnl-route-3*.a


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



Bug#698829: kernel swap after upgrade to 3.2.23-1~bpo60+2

2013-03-09 Thread Daniele Melosi
On 09/03/2013 18:46, Ben Hutchings wrote:
 On Thu, 2013-03-07 at 18:22 +0100, Daniele Melosi wrote:
 On 05/03/2013 03:40, Ben Hutchings wrote:
 # wc -l /proc/mounts
 329219 /proc/mounts
 [...]

 Er, wow, that's a lot.  Does this *also* increase over time, or are
 those mostly mounted at boot?

 I agree, it's a lot.

 The number of entries in /proc/mounts file increase over time, at the
 boot is low (~100 lines).
 
 Are these bind-mounts or separate filesystem mounts?

these are bind-mounts.

 Experimentally, bind-mounts appear to require about 1K each.

We haven't the same behavior with 2.6.32 kernel (the squeeze default).

-- 
Daniele Melosi


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



Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Adam D. Barratt
On Sat, 2013-03-09 at 18:45 +0100, Julian Taylor wrote:
 A problem with failing the installation if matlab is missing is that it
 prevents migration from Ubuntus proposed repository to the main one.
 Migration requires that it installs and does also not make other
 packages uninstallable.
 E.g. this right now affects dynare, it can't migrate because it depends
 on matlab-support which does not install.
 
 I though that the debian unstable - testing works the same way, but
 apparently not as e.g. dynare was allowed to go into testing.

In the context of testing migration, installability is determined by
computing package relationships, not by actually attempting to install
the affected packages (which generally wouldn't add much and isn't
feasible given the number of packages involved).

Regards,

Adam


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



Bug#702662: xserver-xorg-core: multitouch stuck button, apply upstream patch

2013-03-09 Thread David Fries
Package: xserver-xorg-core
Version: 2:1.12.4-5
Severity: important

Dear Maintainer,

Please apply the following two multitouch bug fixes to
xserver-xorg-core for Wheezy.  Currently an event from a multitouch
device will be translated into a pointer event including simulating
pressing the first mouse button, the problem is the button down state
is never released, meaning from then on all mouse events will have a
state of button one held, causing programs to misbehave in important
ways.  This persists until X is restarted, even unplugging the
touchscreen device doesn't clear it.

3e6358ee6c33979329b78fe2097a1fdf76fb69cd
'Xi: Don't check for TOUCH_END, it's never set'

863f32c930d71073ee5f78452b78bd459d024867
'Xi: Update the device after delivering the emulated pointer event(#56558)'

Interestingly enough when the synaptics driver gets an input from a
touch pad it will reset the held button state, otherwise the only
option is to restart X and not touch the touch pad.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8.0+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.88
ii  libaudit0   1:1.7.18-1.1
ii  libc6   2.13-38
ii  libdrm2 2.4.40-1~deb7u2
ii  libgcrypt11 1.5.0-3
ii  libpciaccess0   0.13.1-2
ii  libpixman-1-0   0.26.0-4
ii  libselinux1 2.1.9-5
ii  libudev0175-7.1
ii  libxau6 1:1.0.7-1
ii  libxdmcp6   1:1.1.1-1
ii  libxfont1   1:1.4.5-2
ii  udev175-7.1
ii  xserver-common  2:1.12.4-5

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri  8.0.5-3

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi1:1.0.3
ii  xfonts-75dpi 1:1.0.3
ii  xfonts-scalable  1:1.0.3-1

-- no debconf information


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



Bug#698030: debian-policy: document micro binary packages (udebs).

2013-03-09 Thread Russ Allbery
Jonathan Nieder jrnie...@gmail.com writes:

 How about this patch?

 diff --git i/policy.sgml w/policy.sgml
 index 0347cd66..a41bc1fd 100644
 --- i/policy.sgml
 +++ w/policy.sgml
 @@ -158,6 +158,14 @@
 distributed in some other way or is intended for local use
 only.
   /p
 +
 + p
 +   udebs (stripped-down binary packages used by the Debian Installer) do
 +   not comply with all of the requirements discussed here.  See the
 +   url name=Debian Installer internals manual
 +   id=http://d-i.alioth.debian.org/doc/internals/ch03.html; for more
 +   information about them.
 + /p
/sect
  
sect

Seconded.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Bug#492909: [icedove] icedove + Enigmail + passphrase with accentued letter (french)

2013-03-09 Thread Carsten Schoenert
Hello,

On Tue, Jul 29, 2008 at 09:21:52PM +0200, ganguolang wrote:
 Package: icedove
 Version: 2.0.0.14-1
 Severity: important
 
 --- Please enter the report below this line. ---
 
 Hi!
 
 If I use french special letter in my passphrase, enigmail can't use
 properly (bad passphrase).
 
 For exemple, the letter é in the pass-phrase make problem to
 manage key or sign message with enigmail.

long time ago you opened this bug.
Did you catch this bug also with current versions of Icedove and
Enigmail?

Regards
Carsten


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



Bug#683723: please include in Wheezy

2013-03-09 Thread David Fries
Package: xserver-xorg-input-evdev
Version: 1:2.7.0-1+b1
Followup-For: Bug #683723

Dear Maintainer,

 Source: xserver-xorg-input-evdev
 Source-Version: 1:2.7.1-1
 
 We believe that the bug you reported is fixed in the latest version of
 xserver-xorg-input-evdev, which is due to be installed in the Debian
 FTP archive.

That was August 2012, and now six months later it hasn't been promoted
to wheezy or sid.  I'm concerned if it isn't promoted it will miss
Wheezy entirely and people needing multitouch will need to go to a
different distribution entirely.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8.0+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6  2.13-38
ii  xserver-xorg-core [xorg-input-abi-16]  2:1.12.4-5

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

-- no debconf information


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



Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Julian Taylor
On 09.03.2013 19:10, Adam D. Barratt wrote:
 On Sat, 2013-03-09 at 18:45 +0100, Julian Taylor wrote:
 A problem with failing the installation if matlab is missing is that it
 prevents migration from Ubuntus proposed repository to the main one.
 Migration requires that it installs and does also not make other
 packages uninstallable.
 E.g. this right now affects dynare, it can't migrate because it depends
 on matlab-support which does not install.

 I though that the debian unstable - testing works the same way, but
 apparently not as e.g. dynare was allowed to go into testing.
 
 In the context of testing migration, installability is determined by
 computing package relationships, not by actually attempting to install
 the affected packages (which generally wouldn't add much and isn't
 feasible given the number of packages involved).
 

makes sense, I probably have misinterpreted the britney(?) output.

dynare is not migrating because of an incomplete libmatio transition.
So the failing install is probably no problem.


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



Bug#698341: pu: package spatialite/3.0.0~beta20110817-3+deb7u1

2013-03-09 Thread Adam D. Barratt
On Sun, 2013-03-03 at 10:24 +0100, David Paleino wrote:
 On Thu, 28 Feb 2013 20:31:40 +, Adam D. Barratt wrote:
  Cool; thanks. Did you have chance to look at whether fixing the testing
  package just requires the source file split or if there were any other
  issues?
 
 The package I prepared and built for testing also required 2 other
 patches, to fix #683075. I guess that hasn't changed since then :)

The debdiff included in MID:20130119194518.0c49613d@local only
appeared to include the srsinit changes. Apologies if I simply missed
it, but was a debdiff with the other changes also posted somewhere?

Regards,

Adam


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



Bug#702663: gam_server still running beyond package build

2013-03-09 Thread Michael Tautschnig
Package: libsys-gamin-perl
Version: 0.1-1
Usertags: goto-cc

During package build, gam_server is launched, but apparently never killed. The
process

/usr/lib/gamin/gam_server

thus breaks builds inside chroots, because the build place cannot be unmounted.

Best,
Michael



pgp9PLur9w8tc.pgp
Description: PGP signature


Bug#697230: asterisk: Two security issues: AST-2012-014 / AST-2012-015

2013-03-09 Thread Salvatore Bonaccorso
Hi Tzafrir!

Are there news on this?

I have noticed that in the svn repository for asterisk there is
already:

asterisk (1:1.8.13.1~dfsg-2) unstable; urgency=high

  * Patches backported from Asterisk 1.8.19.1 (Closes: #697230):
- Patch AST-2012-014 (CVE-2012-5976) - fixes Crashes due to large stack
  allocations when using TCP.
  The following two fixes were also pulled in order to easily apply it:
  - Patch fix-sip-tcp-no-FILE - Switch to reading with a recv loop
  - Patch fix-sip-tls-leak - Memory leak in the SIP TLS code
- Patch AST-2012-015 (CVE-2012-5977) - Denial of Service Through
  Exploitation of Device State Caching

 -- Tzafrir Cohen tzaf...@debian.org  Tue, 08 Jan 2013 00:06:09 +0200

Could you have a look if there is only the upload missing?

Regards,
Salvatore


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



Bug#550801: sent later 2.0 plugin doesn't work with icedove

2013-03-09 Thread Carsten Schoenert
Hello.

On Tue, Oct 13, 2009 at 02:51:21AM +0200, joblack wrote:
 Package: icedove
 Version: 2.0.0.22-1
 Severity: normal
 
 sent later 2.0 plugin doesn't work with icedove. It works with the
 same version on Windows and for unmodified version Thunderbird Version
 of Linux

did this happen with current versions too?

Regards
Carsten


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



Bug#697970: closed by Didier Raboud o...@debian.org (Bug#697970: fixed in cups 1.5.3-2.15)

2013-03-09 Thread Didier 'OdyX' Raboud
H Denis,

Ping? ;)

Le vendredi, 1 mars 2013 20.01:02, Didier 'OdyX' Raboud a écrit :
 Does this fix it ?
 
 lpadmin -p Stylus_Photo_750 -o usb-no-reattach-default=true

Cheers,

OdyX


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


Bug#698746: NMU for experimental

2013-03-09 Thread micah anderson
Thibaut VARENE vare...@debian.org writes:

 On Fri, Mar 1, 2013 at 3:07 AM, Ian Goldberg i...@cs.uwaterloo.ca wrote:

 On Tue, Feb 26, 2013 at 07:24:38PM -0500, micah anderson wrote:
  The patch has been merged into the upstream staging repository.
 
  I've CC'd upstream on this issue, could one of you give the go ahead?
 
  It is a bit of a chicken and egg thing because it would help a lot of
  this could get more testing, but if it isn't put somewhere that can get
  more testing... hence the idea to put it into experimental where people
  who chose to can give it a try.

 We're talking about the patch below, right?  If so, yes, feel free to
 include it; it will be in the next release of libotr.  It's clear that
 it was a bug, and that this patch is the correct fix.


 Thanks!

 Micah, I unfortunately don't have time to prepare an experimental upload
 now, so feel free to do it.

Thanks Thibaut, I've just gone ahead and did that, only change was this
patch. 

Now people will have a more convient way of testing this!

micah


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



Bug#702647: [Openstack-devel] Bug#702647: test of glance-api and glance-registry still running beyond package build

2013-03-09 Thread Michael Tautschnig
Hi Thomas,

[...]
  During package build, glance-api and glance-registry are launched, but
  apparently never killed. Here is the resulting process tree after build
  completion:
  
[...]
 I think I have seen behavior like that, but I didn't know it was ALWAYS
 the case that Glance had this trouble. So really, thanks for the report
 Michael.
 

I can confirm that this is - at least in my setup - *always* the case (I have
been trying this 5 times or so by now).

 Have you tried in a cowbuilder? What kind of chroot are you talking about?
 
 I'm asking, because I've build glance in a cowbuilder, and it wasn't a
 problem. I'm talking here about the pre-release version 2013.1~g3, which
 isn't even uploaded to Debian. And I'm asking, to make sure it's only
 present in the older version of Glance, so that information might help
 me! :)
 
[...]

My command line is

pdebuild --pbuilder cowbuilder --use-pdebuild-internal

It might be the case that the use of pdebuild-internal introduces some
additional risk of trouble - but here it might actually help to discover a
problem :-)

Best,
Michael



pgpSWUbILDvgr.pgp
Description: PGP signature


Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Michael Hanke
Am 09.03.2013 19:10 schrieb Adam D. Barratt a...@adam-barratt.org.uk:

 On Sat, 2013-03-09 at 18:45 +0100, Julian Taylor wrote:
  A problem with failing the installation if matlab is missing is that it
  prevents migration from Ubuntus proposed repository to the main one.
  Migration requires that it installs and does also not make other
  packages uninstallable.
  E.g. this right now affects dynare, it can't migrate because it depends
  on matlab-support which does not install.
 
  I though that the debian unstable - testing works the same way, but
  apparently not as e.g. dynare was allowed to go into testing.

 In the context of testing migration, installability is determined by
 computing package relationships, not by actually attempting to install
 the affected packages (which generally wouldn't add much and isn't
 feasible given the number of packages involved).

This seems to indicate that Debian is not affected by this problem. I am
not familiar with the way Ubuntu manages these things in detail, but if
there is a way to solve this problem in Debian for Ubuntu I am all for it.

Right now this package causes a problem with an automated transition rule
checker. Making it install under any condition, will cause problems that
affect users. If this is necessary, the patch should at least handle the
situation where matlab-support is installed, but no matlab, and
something/someone wants to use matlab. This could be a dependent package
trying to compile a MEX file. It would need to install some executable that
brings up a meaningful error message, especially when invoked via the
desktop file in an X session.

Maybe it is leaner to handle this package as an exception in the transition
checker. This was done in Debian's piuparts, AFAIK.

Michael


Bug#702664: unblock: apache2/2.2.22-13

2013-03-09 Thread Stefan Fritsch
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package apache2

It includes the security fixes from DSA-2637-1, a bug fix that I also
intend to fix in squeeze via s-p-u, and a tiny doc fix. Changelog:

apache2 (2.2.22-13) unstable; urgency=medium

  [ Stefan Fritsch ]
  * Urgency medium for security fixes.
  * CVE-2013-1048: Fix symlink vulnerability when creating /var/lock/apache2
  * CVE-2012-3499, CVE-2012-4558: Fix XSS flaws in various modules.
  * mod_log_forensic: Fix spurious '-' characters being logged, causing
false positives. Closes: #693292

  [ Arno Töll ]
  * Document APACHE_ARGUMENTS in envvars (Closes: #693299)

 -- Stefan Fritsch s...@debian.org  Mon, 04 Mar 2013 22:21:05 +0100

Debdiff is attached. Thanks in advance.

unblock apache2/2.2.22-13
diff -Nru apache2-2.2.22/debian/apache2ctl apache2-2.2.22/debian/apache2ctl
--- apache2-2.2.22/debian/apache2ctl	2012-10-30 00:55:55.0 +0100
+++ apache2-2.2.22/debian/apache2ctl	2013-03-04 22:20:35.0 +0100
@@ -104,10 +104,35 @@
 fi
 }
 
+mkdir_chown () {
+local OWNER=$1
+local DIR=$2
+local STAT=$(LC_ALL=C stat -c %F:%U $DIR 2 /dev/null || true)
+if [ $STAT =  ] ; then
+local TMPNAME=$(mktemp -d $DIR.XX) || exit 1
+chmod 755 $TMPNAME || exit 1
+chown $OWNER $TMPNAME || exit 1
+if ! mv -T $TMPNAME $DIR 2 /dev/null; then
+rmdir $TMPNAME
+# check for race with other apachectl
+if [ $(LC_ALL=C stat -c %F:%U $DIR 2/dev/null) != directory:$OWNER ]
+then
+echo Cannot create $DIR with owner $OWNER.
+echo Please fix manually. Aborting.
+exit 1
+fi
+fi
+elif [ $STAT != directory:$OWNER ] ; then
+echo $DIR already exists but is not a directory owned by $OWNER.
+echo Please fix manually. Aborting.
+exit 1
+fi
+}
+
 case $ARGV in
 start)
 mkdir -p ${APACHE_RUN_DIR:-/var/run/apache2}
-install -d -o ${APACHE_RUN_USER:-www-data} ${APACHE_LOCK_DIR:-/var/lock/apache2}
+mkdir_chown ${APACHE_RUN_USER:-www-data} ${APACHE_LOCK_DIR:-/var/lock/apache2}
 # ssl_scache shouldn't be here if we're just starting up.
 # (this is bad if there are several apache2 instances running)
 rm -f ${APACHE_RUN_DIR:-/var/run/apache2}/*ssl_scache*
diff -Nru apache2-2.2.22/debian/changelog apache2-2.2.22/debian/changelog
--- apache2-2.2.22/debian/changelog	2012-10-31 00:24:01.0 +0100
+++ apache2-2.2.22/debian/changelog	2013-03-04 22:21:05.0 +0100
@@ -1,3 +1,17 @@
+apache2 (2.2.22-13) unstable; urgency=medium
+
+  [ Stefan Fritsch ]
+  * Urgency medium for security fixes.
+  * CVE-2013-1048: Fix symlink vulnerability when creating /var/lock/apache2
+  * CVE-2012-3499, CVE-2012-4558: Fix XSS flaws in various modules.
+  * mod_log_forensic: Fix spurious '-' characters being logged, causing
+false positives. Closes: #693292
+
+  [ Arno Töll ]
+  * Document APACHE_ARGUMENTS in envvars (Closes: #693299)
+
+ -- Stefan Fritsch s...@debian.org  Mon, 04 Mar 2013 22:21:05 +0100
+
 apache2 (2.2.22-12) unstable; urgency=low
 
   * Backport mod_ssl SSLCompression on|off flag from upstream. The default is
diff -Nru apache2-2.2.22/debian/config-dir/envvars apache2-2.2.22/debian/config-dir/envvars
--- apache2-2.2.22/debian/config-dir/envvars	2012-10-30 00:55:55.0 +0100
+++ apache2-2.2.22/debian/config-dir/envvars	2013-03-04 22:00:37.0 +0100
@@ -35,3 +35,8 @@
 ## If you need a higher file descriptor limit, uncomment and adjust the
 ## following line (default is 8192):
 #APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'
+
+
+## If you would like to pass arguments to the web server, add them below
+## to the APACHE_ARGUMENTS environment.
+#export APACHE_ARGUMENTS=''
diff -Nru apache2-2.2.22/debian/patches/CVE-2012-3499_CVE-2012-4558_XSS.patch apache2-2.2.22/debian/patches/CVE-2012-3499_CVE-2012-4558_XSS.patch
--- apache2-2.2.22/debian/patches/CVE-2012-3499_CVE-2012-4558_XSS.patch	1970-01-01 01:00:00.0 +0100
+++ apache2-2.2.22/debian/patches/CVE-2012-3499_CVE-2012-4558_XSS.patch	2013-03-04 22:00:37.0 +0100
@@ -0,0 +1,204 @@
+# http://svn.apache.org/viewvc?view=revisionrevision=r1447390
+#
+# *) SECURITY: CVE-2012-3499 (cve.mitre.org)
+#Various XSS flaws due to unescaped hostnames and URIs HTML output in
+#mod_info, mod_status, mod_imagemap, mod_ldap, and mod_proxy_ftp.
+#[Jim Jagielski, Stefan Fritsch, Niels Heinen heinenn google com]
+#
+# *) SECURITY: CVE-2012-4558 (cve.mitre.org)
+#XSS in mod_proxy_balancer manager interface. [Jim Jagielski,
+#Niels Heinen heinenn google com]
+Index: apache2/modules/ldap/util_ldap_cache_mgr.c
+===
+--- apache2.orig/modules/ldap/util_ldap_cache_mgr.c
 apache2/modules/ldap/util_ldap_cache_mgr.c
+@@ -541,7 +541,7 @@
+ if 

Bug#539877: Pasting from console crashes Icedove

2013-03-09 Thread Carsten Schoenert
Hello,

On Thu, Jan 21, 2010 at 03:02:10PM +0100, OC wrote:
 Hello,
 
 pasting standard text from a xterm console into a compose window
 crashes Icedove application. It happened 10 times this evening while
 composing mails, so I decided to voice it out because it is extremely
 painful.

did this also happen on current versions?
Pasting of various text with Ctrl-V or the mouse works here brilliant
with versions 3.0.x or greater.

Regards
Carsten


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



Bug#638910: ITP omniauth gem to deb

2013-03-09 Thread akshat
Hi,

Are you still interested in packaging this omniauth gem to deb?

-- 
Akshat Singh
[PG-8 IIITMK]
Pune

Mob.: +91-8806963718
http://a4akshat.weebly.com/


Bug#702630: [debian-mysql] Bug#702630: mysql 5.6?

2013-03-09 Thread Bjoern Boschman
Hi Joy,

there's already some work within pkg-mysql SVN repo which is after all
not that much usable :-)
When you *really* need it you can test this
http://boschman.de/~jesusch/debian/src/mysql/pkg-mysql/mysql-5.6/build-area/mysql-5.6.10-deb/

but there are still issues with upgrading and installation (e.g.
debian-sys-maint user)

but this will be an issue for debian earlisest after wheezy release


Cheers
B


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



Bug#701649: Fix for stable

2013-03-09 Thread Guido Günther
Hi,
sorry for the delay but attached is the diff for the stable update. This
addrsses #701649 (CVE-2013-1766) as well as #699224 (kind of
CVE-2013-0170). Is this enough for the security team to issue the DSA?
Let me know if I can help further.
Cheers,
 -- Guido
diff --git a/debian/README.Debian b/debian/README.Debian
index b8c97e0..02c0a49 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -56,6 +56,9 @@ Access Control
 Access to the libvirt socket is controlled by membership in the libvirt 
group.
 If you want to manage VMs as non root you need to add a user to that group.
 
+System QEMU/KVM processes are run as user and group libvirt-qemu. This can be
+adjusted via /etc/libvirt/qemu.conf.
+
 QEMU/KVM: Dropping Capabilties
 ==
 Network interfaces of type ethernet use a script like /etc/qemu-ifup to set 
up
diff --git a/debian/changelog b/debian/changelog
index bd3ec0d..719b74e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libvirt (0.8.3-5+squeeze4) stable-security; urgency=low
+
+  * [9d7846f] CVE-2013-1766: Use libvirt-qemu as group to run qemu/kvm
+instances.  This makes sure we don't chown files to groups possibly used
+by other programs. (Closes: #701649)
+
+ -- Guido Günther a...@sigxcpu.org  Sat, 09 Mar 2013 17:03:01 +0100
+
+libvirt (0.8.3-5+squeeze3) stable-security; urgency=low
+
+  * [0bbbca1] Add missing return on error path (Closes: #699224)
+
+ -- Guido Günther a...@sigxcpu.org  Fri, 22 Feb 2013 20:32:53 +0100
+
 libvirt (0.8.3-5+squeeze2) stable-security; urgency=low
 
   * [ac67c93] CVE-2011-1486: Make error reporting in libvirtd thread safe
diff --git a/debian/libvirt-bin.NEWS b/debian/libvirt-bin.NEWS
index ee32190..c6c40f6 100644
--- a/debian/libvirt-bin.NEWS
+++ b/debian/libvirt-bin.NEWS
@@ -1,3 +1,12 @@
+libvirt (0.8.3-5+squeeze4) experimental; urgency=low
+
+  For qemu:///system KVM/QEMU processes now run as group libvirt-qemu. This
+  makes sure image files and volumes aren't accessible by users in the more
+  general and previously used kvm group. To change this behaviour adjust the
+  group option in /etc/libvirt/qemu.conf.
+
+ -- Guido Günther a...@sigxcpu.org  Tue, 26 Feb 2013 06:30:48 +0100
+
 libvirt (0.8.3-2) unstable; urgency=low
 
   Disk format probing is disabled now by default for security reasons
diff --git a/debian/libvirt-bin.postinst b/debian/libvirt-bin.postinst
index ea85ad2..fed481b 100644
--- a/debian/libvirt-bin.postinst
+++ b/debian/libvirt-bin.postinst
@@ -17,17 +17,16 @@ set -e
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
-
 case $1 in
 configure)
if ! getent group libvirt /dev/null; then
addgroup --system libvirt
fi
 
-   # user and group libvirt runs qemu/kvm instances with
if ! getent group kvm /dev/null; then
addgroup --quiet --system kvm
fi
+   # user and group libvirt runs qemu/kvm instances with
if ! getent passwd libvirt-qemu /dev/null; then
adduser --quiet \
--system \
@@ -40,6 +39,10 @@ case $1 in
-gecos Libvirt Qemu \
libvirt-qemu
fi
+   if ! getent group libvirt-qemu /dev/null; then
+   addgroup --quiet --system libvirt-qemu
+   adduser libvirt-qemu libvirt-qemu
+   fi
 
# libvirt from 0.6.0 on is safe to restart with running vms:
if [ -n $2 ]   dpkg --compare-versions $2 ge 0.6.0; then
diff --git a/debian/libvirt-bin.postrm b/debian/libvirt-bin.postrm
index d6e9b99..086fda3 100644
--- a/debian/libvirt-bin.postrm
+++ b/debian/libvirt-bin.postrm
@@ -24,7 +24,14 @@ case $1 in
if getent group libvirt /dev/null; then
delgroup libvirt || true
fi
-   
+
+   if getent passwd libvirt-qemu /dev/null; then
+   deluser libvirt-qemu || true
+   fi
+
+   if getent group libvirt-qemu /dev/null; then
+   delgroup libvirt-qemu || true
+   fi
 ;;
 remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 ;;
diff --git a/debian/patches/0016-Add-missing-return-on-error-path.patch 
b/debian/patches/0016-Add-missing-return-on-error-path.patch
new file mode 100644
index 000..2da0deb
--- /dev/null
+++ b/debian/patches/0016-Add-missing-return-on-error-path.patch
@@ -0,0 +1,20 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= a...@sigxcpu.org
+Date: Fri, 22 Feb 2013 20:06:25 +0100
+Subject: Add missing return on error path
+
+---
+ daemon/libvirtd.c |1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c
+index 711360b..9b88aac 100644
+--- a/daemon/libvirtd.c
 b/daemon/libvirtd.c
+@@ -1820,6 +1820,7 @@ readmore:
+ if (remoteDecodeClientMessageHeader(msg)  0) {
+ VIR_FREE(msg);
+ qemudDispatchClientFailure(client);
++return;
+ }
+ 
+  

Bug#562178: icedove: does unnecessary seek without error checking on .signature

2013-03-09 Thread Carsten Schoenert
Hello Tim,

On Thu, Dec 24, 2009 at 12:59:26AM +1100, Tim Connors wrote:
 Package: icedove
 Version: 2.0.0.22-1.1
 Severity: normal
 
 If .signature happens to be a named pipe with a program feeding text
 into that named pipe, then icedove does *cough* interesting *cough*
 things:
 
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 [pid 20697] lseek(47, 0, SEEK_CUR)  = -1 ESPIPE (Illegal seek)
 
 Error checking is good, mmmkay?  Reading a .signature file ought not
 be any more complicated that while (!eof) { sig+=readline }
 
 Playing around with seek when unnecessary seems just silly (as well as
 not very UNIX like).

what about that issue in current versions?
Or could this bug closed?

Regards
Carsten


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



Bug#702665: python watchdogs still running beyond package build

2013-03-09 Thread Michael Tautschnig
Package: python-psutil
Version: 0.5.1-1
Usertags: goto-cc

During package build, apparently two python processes are started (likely
watchdogs), but these are never killed. Here is the resulting ps output *after
package build has completed*:

19860 pts/2S+ 0:00 /usr/bin/python2.6 -c import time; time.sleep(3600);
19948 pts/2S+ 0:00 /usr/bin/python2.7 -c import time; time.sleep(3600);

This breaks builds inside chroots, because the build place cannot be unmounted.

Best,
Michael



pgpuIkDjhWTiL.pgp
Description: PGP signature


Bug#702666: ITP: ruby-rspec-instafail -- library to show failing specs instantly

2013-03-09 Thread Praveen A
package: wnpp
severity: wishlist
owner: Praveen A prav...@debian.org

* Package name: rspec-instafail
* Version: 0.2.4
* Homepage: http://github.com/grosser/rspec-instafail
* Upstream Author: Michael Grosser
* Programming Language: Ruby
* License: MIT
* Description: library to show failing specs instantly


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



Bug#612659: (no subject)

2013-03-09 Thread Edward Wang
A ready-to-merge repository is available here: 
http://anonscm.debian.org/gitweb/?p=pkg-multimedia/din.git



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



Bug#690067: Bug#702195: symlink conffiles are not supported, causing problems for dpkg on upgrade/removal and incorrect debsums reports

2013-03-09 Thread Laszlo Boszormenyi (GCS)
On Wed, 2013-03-06 at 22:31 +0100, Michael Biebl wrote:
 I think something like this should do:
 if [ $1 = upgrade ]  dpkg --compare-versions $2 lt 3.3.5-3; then
 ..
 fi
 Done.

On Thu, 2013-03-07 at 15:53 +0100, Gergely Nagy wrote:
 I checked just now, and some things were picked from the merge-queue/3.5
 branch (the default branch on github), namely Type=notify - that is not
 supported by syslog-ng 3.3, and will be new in 3.5.
 Updated.

It builds fine in Wheezy pbuilder and if you do agree, I'll upload
it[1].

Laszlo/GCS
[1] dget -x http://www.barcikacomp.hu/gcs/syslog-ng_3.3.5-3.dsc


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



Bug#701232: pu: package xorg-server/2:1.7.7-15

2013-03-09 Thread Adam D. Barratt
Control: tags -1 + confirmed squeeze

On Sat, 2013-02-23 at 10:43 +0100, Julien Cristau wrote:
 +xorg-server (2:1.7.7-15) UNRELEASED; urgency=low
 +
 +  * Link against -lbsd on kfreebsd to get access to getpeereid() and make
 +MIT-SHM work with non-world-accessible segments.

As discussed this also needs a corresponding build-depends change.
Please go ahead; thanks.

Regards,

Adam


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



Bug#702667: ffproxy: incorrect bounds check when reading headers

2013-03-09 Thread Alyssa Milburn
Package: ffproxy
Version: 1.6-10
Severity: normal

ffproxy uses bounds checks along the lines of 'i  sizeof(r-header) - 1'
in several places to bounds-check the array index variable 'i', but
r-header is an array of char* variables, so this is incorrect.

The result is that if the remote side (or the local side, probably?)
provides too many headers, then the stack is overwritten with heap
pointers to the headers in question (since 'r' is on the stack).

The trivial fix would be to replace the 6 uses of sizeof(r-header)
with 32, which is the size of the r-header array (see req.h).

- Alyssa


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



Bug#702148: ufraw: please package new upstream 0.19

2013-03-09 Thread Graham Inggs
New upstream release 0.19.1 is available:
http://sourceforge.net/projects/ufraw/files/ufraw/ufraw-0.19.1/

07/03/2013 - UFRaw-0.19.1 released, based on DCRaw v 9.17.

   - Fix crash triggered by compiler optimization.


Bug#693476: stopwatch: please include full path to stopwatch.xpm in menu file

2013-03-09 Thread Bart Martens
Hi Kevin,

Why is the software you are using not loading the xpm file from the right
directory ? Are you sure that including the full path is the right solution ?

Regards,

Bart Martens


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



Bug#701954: All prints are offset about 1cm right and 1cm up

2013-03-09 Thread Brian Potkin
On Fri 01 Mar 2013 at 02:01:02 -0800, David Griffith wrote:

 On Fri, 1 Mar 2013, Holger Levsen wrote:
 
 David,
 
 which printer model? are you using cups? You will need to give more infos,
 like what application you are using for printing as well...
 
 Printer is a Brother MFC7360N laser printer-scan-fax combo.  I'm
 using CUPS and lpr.  All applications that print exhibit this
 problem.  It is particularly troublesome when exact alignment is
 necessary, like when printing sheets of labels.

Hello David,

As far as I can see there is no information about this printer at
Openprinting. This is a pity as it appears to work well overall on
Linux.  Please would you say which driver (PPD) you are using. If it is
the Brother one a URL would be useful.

Now, would you try this: install a print queue from the web interface at
localhost:631 using the Generic PostScript driver. How does printing a
page turn out? There is no need to delete your existing print queue.

Regards,

Brian.


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



Bug#702644: usage.test keeps running beyond package build completion

2013-03-09 Thread Michael Tautschnig
Hi,

[...]
  As a result, files remain open and the package build cannot complete 
  properly
  when working in a chroot (and waiting to umount the build directory).
 
 Ah.  The process should cd to / then, too?
 

Yes, this might help to solve the problem.

  Most likely it suffices to reduce the kill_delay for usage.test, but a 
  proper
  implementation would terminate the watchdog whenever the test itself has
  ended properly.
  
  Makes sense.  I did something quick and dirty because I've had stuff hang
  forever and this was easy to do.  I'm open to suggestions
 
 Maybe this?  AG_TIMEOUT is an adjustment for the platform speed.
 51 is a pretty high number for that.
 
[...] (patch snipped)

Yes, the patch looks good from my point of view. Even if AG_TIMEOUT is a high
value: I think it would be best not to rely exclusively on timeout values being
suitable for a specific machine - but as far as I understand, your patch
properly addresses this.

Best,
Michael



pgpAHYxVTuUXB.pgp
Description: PGP signature


Bug#702643: [Pkg-xfce-devel] Bug#702643: xfdesktop4 hangs when no wallpaper is set

2013-03-09 Thread Yves-Alexis Perez
Control: forwarded 702643 https://bugzilla.xfce.org/show_bug.cgi?id=9892

On sam., 2013-03-09 at 15:03 +0100, KeyofBlueS wrote:
 When no image is set as wallpaper, xfdesktop hangs with 100% CPU

Looks like https://bugzilla.xfce.org/show_bug.cgi?id=9892 which is fixed
upstream, and a new version should be released soon.

Regards,
-- 
Yves-Alexis


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


Bug#702661: Loongson-2f netboot installer 20130309-00:25 cannot boot from Gdium Liberty 1000

2013-03-09 Thread Ben Hutchings
Control: tag -1 moreinfo

On Sun, 2013-03-10 at 01:23 +0800, YunQiang Su wrote:
 Package: linux
 Version: 3.2.39-2
 X-Debbugs-CC: debian-b...@debian.org
 
 
 I download the net installer for loongson 2f from
 http://d-i.debian.org/daily-images/mipsel/20130309-00:25/loongson-2f/netboot/
 and try to boot it on Gdium Liberty 1000.
 
 While it hang at screen of register status.
 The attachment is the screenshot.
 
 The OpenBSD image can boot on this compute:
 http://ftp5.usa.openbsd.org/pub/OpenBSD/5.2/loongson/
 
 This debian-installer image can boot on Fulong 2F6002, which has the same CPU
 with  Gdium Liberty 1000.

Yes, but they have many other differences in hardware.  Judging by some
comments in the kernel source, I think it may currently be impossible to
build a single kernel that boots on both of them.  I also suspect that
not all the code needed for this computer is upstream (I can't see how
the video driver would be initialised).

But could you try 'g machtype=dexxon-gdium-2f'?

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.


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


Bug#680891: python-apt: documentation for apt_pkg.version_compare wrong

2013-03-09 Thread Michael Vogt
On Sun, Jul 08, 2012 at 04:18:51PM -0600, Ansgar Burchardt wrote:
 Package: python-apt
 Version: 0.8.4
 Severity: normal
 
 The documentation for apt_pkg.version_compare states
 
 Compare the given versions; return -1 if 'a' is smaller than 'b',
 0 if they are equal, and 2 if 'a' is larger than 'b'.
 
 but this is wrong:
 
 apt_pkg.version_compare('3.2.1-11+squeeze6', '3.2.1-11+squeeze1')
 -- 5

Indeed, the documentation is incorrect here. It should says:

Compare the given versions; return 0 if 'a' is smaller than 'b',\n
0 if they are equal, and 0 if 'a' is larger than 'b'.;


Because it reports the first chunk difference it can find, e.g.:
 apt_pkg.version_compare('7', '1')
 6

I fixed this in my bzr branch.

Cheers,
 Michael
 
 Ansgar
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers testing
   APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
 Locale: LANG=C, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages python-apt depends on:
 ii  libapt-inst1.5 0.9.6
 ii  libapt-pkg4.12 0.9.6
 ii  libc6  2.13-33
 ii  libgcc11:4.7.1-2
 ii  libstdc++6 4.7.1-2
 ii  python 2.7.3~rc2-1
 ii  python-apt-common  0.8.4
 ii  python2.6  2.6.8-0.2
 ii  python2.7  2.7.3~rc2-2.1
 
 Versions of packages python-apt recommends:
 ii  iso-codes3.36-1
 ii  lsb-release  4.1+Debian7
 ii  python2.62.6.8-0.2
 pn  xz-lzma  none
 
 Versions of packages python-apt suggests:
 pn  python-apt-dbg  none
 pn  python-apt-doc  none
 ii  python-gtk2 2.24.0-3
 pn  python-vte  none
 
 -- no debconf information
 
 
 
 -- 
 To UNSUBSCRIBE, email to deity-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/20120708221851.24714.98411.report...@marvin.43-1.org
 


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



Bug#700768: Found solution

2013-03-09 Thread Michael Ott
Hi!

I found a solution.
I used the following command:
~# samba-tool dbcheck --fix

I create a small patch:
diff -pbaur asdf/debian/samba4.postinst debian/samba4.postinst
--- asdf/debian/samba4.postinst 2013-02-13 04:14:02.0 +0100
+++ debian/samba4.postinst  2013-03-09 20:51:22.260887166 +0100
@@ -39,7 +39,7 @@ if [ $1 = configure -a $SERVER_ROLE
elif [ -e /var/lib/samba/private/sam.ldb ]; then
# Upgrade from previous Samba 4 installation
if [ -f /etc/samba/smb.conf ]; then
-   samba-tool dbcheck
+   samba-tool dbcheck --fix
fi
fi
# Provision from scratch if we need to

CU  
 
  Michael
  
-- 
,''`.   
   : :' :   Michael Ott 
   `. `'e-mail: michael at king-coder dot de
 `-



signature.asc
Description: Digital signature


Bug#702666: rspec-instafail

2013-03-09 Thread Praveen A
Hi Hideki,

I was working on this package as there was no ITP but found there is a
git repo on pkg-ruby-extras alioth repo. Where you able to make some
progress on this? I got through till failing 2 tests with patching the
tests (see attached patch).

Running tests for ruby1.8 using debian/ruby-tests.rake ...
/usr/bin/ruby1.8 -S rspec ./spec/instafail_spec.rb
FF.

Failures:

  1) RSpec::Instafail RSpec 1.x outputs failures at start of output
 Failure/Error: @output.should =~ /^\s*1\)\s*'x fails logically'/m
   expected: /^\s*1\)\s*'x fails logically'/m
got:   1) x fails logically\n Failure/Error: 1.should
== 2\n   expected: 2\ngot: 1 (using ==)\n #
./a_test.rb:5:in `block (2 levels) in top (required)'\n..*  2) x
raises a simple error\n Failure/Error: raise 'shallow failure'\n
  RuntimeError:\n   shallow failure\n # ./a_test.rb:20:in
`block (2 levels) in top (required)'\n  3) x raises a hidden error\n
Failure/Error: raise error\n ExceptionWrappingException:\n
  There is an error in this error.\n # ./a_test.rb:26:in `block (2
levels) in top (required)'\n.\n\nPending:\n  x pends\n# No
reason given\n# ./a_test.rb:14\n\nFailures:\n\n  1) x fails
logically\n Failure/Error: 1.should == 2\n   expected: 2\n
   got: 1 (using ==)\n # ./a_test.rb:5:in `block (2 levels) in
top (required)'\n\n  2) x raises a simple error\n Failure/Error:
raise 'shallow failure'\n RuntimeError:\n   shallow failure\n
   # ./a_test.rb:20:in `block (2 levels) in top (required)'\n\n  3)
x raises a hidden error\n Failure/Error: raise error\n
ExceptionWrappingException:\n   There is an error in this error.\n
# ./a_test.rb:26:in `block (2 levels) in top
(required)'\n\nFinished in 0.00241 seconds\n7 examples, 3 failures, 1
pending\n\nFailed examples:\n\nrspec ./a_test.rb:4 # x fails
logically\nrspec ./a_test.rb:19 # x raises a simple error\nrspec
./a_test.rb:23 # x raises a hidden error\n (using =~)
   Diff:
   @@ -1,2 +1,51 @@
   -/^\s*1\)\s*'x fails logically'/m
   +  1) x fails logically
   + Failure/Error: 1.should == 2
   +   expected: 2
   +got: 1 (using ==)
   + # ./a_test.rb:5:in `block (2 levels) in top (required)'
   +..*  2) x raises a simple error
   + Failure/Error: raise 'shallow failure'
   + RuntimeError:
   +   shallow failure
   + # ./a_test.rb:20:in `block (2 levels) in top (required)'
   +  3) x raises a hidden error
   + Failure/Error: raise error
   + ExceptionWrappingException:
   +   There is an error in this error.
   + # ./a_test.rb:26:in `block (2 levels) in top (required)'
   +.
   +
   +Pending:
   +  x pends
   +# No reason given
   +# ./a_test.rb:14
   +
   +Failures:
   +
   +  1) x fails logically
   + Failure/Error: 1.should == 2
   +   expected: 2
   +got: 1 (using ==)
   + # ./a_test.rb:5:in `block (2 levels) in top (required)'
   +
   +  2) x raises a simple error
   + Failure/Error: raise 'shallow failure'
   + RuntimeError:
   +   shallow failure
   + # ./a_test.rb:20:in `block (2 levels) in top (required)'
   +
   +  3) x raises a hidden error
   + Failure/Error: raise error
   + ExceptionWrappingException:
   +   There is an error in this error.
   + # ./a_test.rb:26:in `block (2 levels) in top (required)'
   +
   +Finished in 0.00241 seconds
   +7 examples, 3 failures, 1 pending
   +
   +Failed examples:
   +
   +rspec ./a_test.rb:4 # x fails logically
   +rspec ./a_test.rb:19 # x raises a simple error
   +rspec ./a_test.rb:23 # x raises a hidden error
 # ./spec/instafail_spec.rb:12

  2) RSpec::Instafail RSpec 1.x outputs errors in middle of output
 Failure/Error: @output.should =~ /\.\.\*\s*2\)\s*RuntimeError in
'x raises a simple error'/m
   expected: /\.\.\*\s*2\)\s*RuntimeError in 'x raises a simple error'/m
got:   1) x fails logically\n Failure/Error: 1.should
== 2\n   expected: 2\ngot: 1 (using ==)\n #
./a_test.rb:5:in `block (2 levels) in top (required)'\n..*  2) x
raises a simple error\n Failure/Error: raise 'shallow failure'\n
  RuntimeError:\n   shallow failure\n # ./a_test.rb:20:in
`block (2 levels) in top (required)'\n  3) x raises a hidden error\n
Failure/Error: raise error\n ExceptionWrappingException:\n
  There is an error in this error.\n # ./a_test.rb:26:in `block (2
levels) in top (required)'\n.\n\nPending:\n  x pends\n# No
reason given\n# ./a_test.rb:14\n\nFailures:\n\n  1) x fails
logically\n Failure/Error: 1.should == 2\n   expected: 2\n
   got: 1 (using ==)\n # ./a_test.rb:5:in `block (2 levels) in
top (required)'\n\n  2) x raises a simple 

Bug#702581: vlc: VLC crashes in libeml on some video files (mkv, h.264)

2013-03-09 Thread Reinhard Tartler
On Sat, Mar 9, 2013 at 4:09 PM, Reinhard Tartler siret...@gmail.com wrote:
 tags 702581 upstream
 stop

 On Sat, Mar 9, 2013 at 1:50 PM, Lorenz H.-S. lorenz-...@lgh-alumni.de wrote:
 Alright, some new insights. libebml is trying to allocate 3219169814460
 bytes (src/EbmlBinary.cpp:97), but it gets this number from libmatroska
 (src/KaxBlock.cpp:458). My guess is that the KaxSimpleBlock's size is
 incorrect in the file.


 I did talk to two vlc upstream developers, and they told me that
 libebml is kind of a mess that got recently pretty much overworked in
 current vlc.git. There is a good chance that vlc 2.1 will have a fix
 for that.

 That last line seems a bit strange to me, but then I'm not familiar with
 vlc's codebase at all. I'd be happy to try out any suggestions you may have.


 My suggestion at this point would be to get in touch with the vlc
 developers about this. In fact, I've already done so and provided the
 link to the sample; here is his answer:

 16:03 j-b I will download, fix and backport for 2.0.6

 So if we are lucky, a fix might soon turn up in debian/unstable.
 Unfortunately because of the freeze, it is unlikely to land in wheezy.

j-b tells me that 2.0.6 will have a fix. From looking at the gitweb, I
suspect that this commit might be the fix:

http://git.videolan.org/?p=vlc/vlc-2.0.git;a=commitdiff;h=2eada7f9901648e05ce6ed432fcc988d40e7da6f

-- 
regards,
Reinhard


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



Bug#566228: icedove-3.0: Lost dictionnaries + Cannot re-install dictionnaries

2013-03-09 Thread Carsten Schoenert
Hello,

On Fri, Jan 22, 2010 at 10:04:04AM +0100, eric2.vale...@orange-ftgroup.com 
wrote:
 Package: icedove-3.0
 Version: 3.0.1-1
 Severity: normal
 
 I ahd no more dictionnaries (and other plugins when upgrading from 3.0-rc2 to
 3.0.1. Then trying to add dictionnaries back, I get an error (install 
 script not found).
 
 BTW at intslla it complained that it cannot remove dictorries under /etc 
 because
 they where not empty.
 
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.33-rc4-git7 (PREEMPT)
 Locale: LANG=fr_FR.UTF8, LC_CTYPE=fr_FR.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
 set to fr_FR.UTF8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages icedove-3.0 depends on:
 ii  icedove   3.0.1-1mail/news client with RSS and 
 inte
 
 icedove-3.0 recommends no packages.
 
 icedove-3.0 suggests no packages.

this problems are still exist or this issue no longer happen?
I belive this bug could be closed.

Regards
Carsten


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



Bug#615017: Updated ldm po files

2013-03-09 Thread Wolfgang Schweer
Hi,

please find attached the updated ldm de.po file which will close this 
bug. Additional po files for rc.d and ltsp-cluster-info are attached as 
well.

Wolfgang



ldm_po_files.tgz
Description: application/gtar-compressed


signature.asc
Description: Digital signature


Bug#447547: icedove quits / terminates after authentication time-out to outbound mail server

2013-03-09 Thread Arthur Marsh
I haven't seen this problem again in more recent versions of icedove, 
but have seen issues where icedove gets stuck doing automatic fetching 
of email from a server.


Feel free to close this bug thanks.

Arthur.

Carsten Schoenert wrote, on 10/03/13 01:49:

Hello Arthur,

On Mon, Oct 22, 2007 at 12:43:32PM +0930, Arthur Marsh wrote:

Package: icedove
Version: 2.0.0.6-1
Severity: normal


With the current icedove, I have to enter the password for the outbound
mail server that uses ssl, even though it is the same server that I
previously entered an inbound mail password for. When I was several
minutes late in typing in the outbound mail server password, I received
an expected error due to an authentication time-out and then icedove
quit. I was able to retrieve a copy of the email that was a few minutes
older than the one I was trying to send, but didn't notice it wasn't
the latest version of the email before I resent it.

So there are 2 problems:

icedove quit unexpectedly after failing to send mail.

icedove had *not* fully saved the email message before attempting to
send the email message.

If icedove saved all outbound emails when send is selected and the
spell-checking is complete, I wouldn't have so much problem with icedove
crashing.


this issue ist still present in current versions?

Regards
Carsten




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



Bug#570577: icedove-3.0: What's New doesn't actually tell me what's new

2013-03-09 Thread Carsten Schoenert
Hello Christoph,

On Sun, Feb 21, 2010 at 11:00:15PM +0100, Mike Hommey wrote:
 On Sun, Feb 21, 2010 at 12:36:07PM +0100, Christoph Goehre wrote:
  Hi Michael,
  
  On Fr, Feb 19, 2010 at 10:06:03 +0100, Michael Goetze wrote:
   Clicking on What's New in the Help menu opens an about: tab.
   This doesn't contain any information on what's new.
  
  we can fix this like Iceweasel do. Setting
  mailnews.start_page.override_url from 'about:' to
  'http://mozilla.debian.new/...' and add webpages on mozilla.debian.net.
  
  @Mike: Any objections or suggestions?
 
 Go for it. The current page generation is very rough, but it already
 helps not having to write html pages. You can check the
 mozilla.debian.net git repo[1]
 
 Mike
 
 1. http://git.debian.org/?p=pkg-mozilla/mozilla.debian.net.git;a=summary

will you take care about that for the next packaging? :-)

Regards
Carsten


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



Bug#702519: unblock/pre-approval: perl and libencode-perl (memory leak in Encode::decode)

2013-03-09 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2013-03-07 at 19:37 +0200, Niko Tyni wrote:
 I'd like to fix #702416 / #702444 (memory leak in Encode::decode) in
 perl + libencode-perl in wheezy. It's not a regression from squeeze,
 but I intend to pursue a squeeze fix in a point release later.
 
 The wheezy side would need a tpu upload of libencode-perl and a sid
 upload of perl (obviously after 5.14.2-19 has migrated.)

It looks like libencode-perl was still in sync between sid and wheezy
until Tuesday. :-( The diffs look okay and -19 migrated last night, so
please go ahead.

Regards,

Adam


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



Bug#702668: not possible to select screen left of other screen, only clone mode is possible

2013-03-09 Thread Jaap van Wingerde
Package: src:linux
Version: 3.2.35-2
Severity: normal

It is not possible to select a screen right or left of other screen, only clone
mode is possible (gnome-control-center display). With linux-image-3.2.0-3-amd64
this works perfect.



-- Package-specific info:
** Version:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2

** Command line:
BOOT_IMAGE=/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/volume_group_1-root_2 ro 
splash vga=795 quiet

** Not tainted

** Kernel log:
[6.063718] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[6.063725] usb usb7: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[6.063730] usb usb7: Product: UHCI Host Controller
[6.063735] usb usb7: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
[6.063740] usb usb7: SerialNumber: :00:10.2
[6.065381] hub 7-0:1.0: USB hub found
[6.065399] hub 7-0:1.0: 2 ports detected
[6.065629] uhci_hcd :00:10.3: UHCI Host Controller
[6.065650] uhci_hcd :00:10.3: new USB bus registered, assigned bus 
number 8
[6.065697] uhci_hcd :00:10.3: irq 21, io base 0xb800
[6.065802] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[6.065809] usb usb8: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[6.065815] usb usb8: Product: UHCI Host Controller
[6.065820] usb usb8: Manufacturer: Linux 3.2.0-4-amd64 uhci_hcd
[6.065825] usb usb8: SerialNumber: :00:10.3
[6.071252] hub 8-0:1.0: USB hub found
[6.071272] hub 8-0:1.0: 2 ports detected
[6.277582] [drm] radeon kernel modesetting disabled; it requires 
firmware-linux-nonfree.
[6.278772] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[6.278781] [drm] No driver support for vblank timestamp query.
[6.278789] [drm] Initialized radeon 1.33.0 20080528 for :01:00.0 on 
minor 0
[6.340224] sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
[6.340236] cdrom: Uniform CD-ROM driver Revision: 3.20
[6.341567] sr 2:0:0:0: Attached scsi CD-ROM sr0
[6.346620] sr1: scsi3-mmc drive: 126x/52x cd/rw xa/form2 cdda tray
[6.347602] sr 3:0:0:0: Attached scsi CD-ROM sr1
[6.416058] usb 2-4: new high-speed USB device number 3 using ehci_hcd
[6.486261] sd 0:0:0:0: Attached scsi generic sg0 type 0
[6.486360] sr 2:0:0:0: Attached scsi generic sg1 type 5
[6.486450] sr 3:0:0:0: Attached scsi generic sg2 type 5
[6.549392] usb 2-4: New USB device found, idVendor=05e3, idProduct=0608
[6.549402] usb 2-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[6.549408] usb 2-4: Product: USB2.0 Hub
[6.549984] hub 2-4:1.0: USB hub found
[6.550262] hub 2-4:1.0: 4 ports detected
[6.756041] hub 2-0:1.0: over-current condition on port 5
[6.819637] snd_via82xx_modem :00:11.6: enabling device ( - 0001)
[6.964049] hub 2-0:1.0: over-current condition on port 6
[7.204109] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[7.379610] usb 5-1: New USB device found, idVendor=046d, idProduct=c058
[7.379617] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[7.379622] usb 5-1: Product: USB Optical Mouse
[7.379625] usb 5-1: Manufacturer: Logitech
[7.576038] snd_via82xx_modem :00:11.6: setting latency timer to 64
[8.080313] snd_via82xx_modem: probe of :00:11.6 failed with error -13
[8.081991] snd_via82xx :00:11.5: setting latency timer to 64
[8.357159] input: Logitech USB Optical Mouse as 
/devices/pci:00/:00:10.0/usb5/5-1/5-1:1.0/input/input5
[8.357576] generic-usb 0003:046D:C058.0001: input,hidraw0: USB HID v1.11 
Mouse [Logitech USB Optical Mouse] on usb-:00:10.0-1/input0
[8.358046] usbcore: registered new interface driver usbhid
[8.358051] usbhid: USB HID core driver
[8.595911] codec_read: codec 0 is not valid [0xfe]
[8.604186] codec_read: codec 0 is not valid [0xfe]
[8.612521] codec_read: codec 0 is not valid [0xfe]
[8.620803] codec_read: codec 0 is not valid [0xfe]
[   12.061512] Adding 489932k swap on /dev/sda9.  Priority:-1 extents:1 
across:489932k 
[   12.093577] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   12.656840] EXT4-fs (dm-0): re-mounted. Opts: user_xattr,errors=remount-ro
[   12.848672] loop: module loaded
[   15.719459] EXT4-fs (dm-4): warning: maximal mount count reached, running 
e2fsck is recommended
[   15.719812] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: 
user_xattr
[   15.835983] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: 
user_xattr
[   15.941579] EXT4-fs (dm-1): warning: maximal mount count reached, running 
e2fsck is recommended
[   15.948736] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: 
user_xattr
[   16.042058] kjournald starting.  Commit interval 5 seconds
[   16.042326] EXT3-fs (dm-3): using internal journal
[   16.042337] EXT3-fs 

Bug#702637: matlab-support: fails to install in clean chroot

2013-03-09 Thread Sébastien Villemot
Control: tags -1 - patch

Le samedi 09 mars 2013 à 18:26 +0100, Michael Hanke a écrit :

 On Sat, Mar 9, 2013 at 2:57 PM, Sébastien Villemot
 sebast...@debian.org wrote:
 The attached patch allows the package to install nicely even
 if MATLAB
 is not present. Otherwise people who install the package by
 accident end
 up with a dpkg error.
 
 Julian: please confirm that it fixes the issue for you.
 
 
 I see the problem, but I am not convinced this change is the
 solution. 

Removing patch tag as a consequence.

 If we make this package install successfully on a system without
 Matlab, we need to 
 make any dependent package handle the situation of a missing matlab
 itself -- potentially multiplying the effort. At the moment, any
 package that depends on matlab-support can expect a functional matlab
 installation to be present at config time.

I confirm this for dynare-matlab which currently assumes that when
matlab-support is correctly configured, there is a working MATLAB
installation.


I think we should first decide whether this issue is RC (because of
Wheezy to be released soon), and this is indeed not obvious. It is of
course expected that packages in main install fine in noninteractive
mode and in a clean chroot. But matlab-support is different since it is
in section contrib and is useless without some nonfree program
(MATLAB) not present in Debian; in some sense MATLAB is a implicit
dependency of matlab-support, so the current behavior also makes sense.
Maybe the Release Team has an opinion on the RCness of this issue?

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
  `-  GPG Key: 4096R/381A7594



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


Bug#576852: icedove: Files now saved in DOS format

2013-03-09 Thread Carsten Schoenert
Hello Nigel,

On Wed, Apr 07, 2010 at 07:42:44PM +0100, Nigel Horne wrote:
 Package: icedove
 Version: 3.0.4-1
 Severity: normal
 
 Ever since the upgrade to icedove 3 all emails that I save are saved in
 DOS format, that is to say they have \r\n instead of \n.  Please revert
 to the old functionality.

can reproduce this issue with e recent version of icedove?
If yes what settings for your email account do you use? On which exactly
do make this statement?

Regards
Carsten


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



Bug#702668: RV350 AQ: not possible to select screen left of other screen, only clone mode is possible

2013-03-09 Thread Jonathan Nieder
# regression
severity 702668 important
quit

Hi,

Jaap van Wingerde wrote:

 Version: 3.2.35-2
[...]
 It is not possible to select a screen right or left of other screen, only 
 clone
 mode is possible (gnome-control-center display). With 
 linux-image-3.2.0-3-amd64
 this works perfect.
[...]
 [   31.122989] pci :01:00.0: putting AGP V3 device into 8x mode
 [   31.425620] [drm] Setting GART location based on new memory map
 [   31.425750] [drm] Loading R300 Microcode
 [   31.455633] platform radeon_cp.0: firmware: agent aborted loading 
 radeon/R300_cp.bin (not found?)
 [   31.456061] [drm:radeon_do_init_cp] *ERROR* Failed to load firmware!
[...]
 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee 
 ATI RV350 AQ [Radeon 9600] [1002:4151] (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. A9600SE [1043:c004]

Thanks for reporting.  Is the firmware-linux-nonfree package installed?

Either way, please attach output from

reportbug --template xserver-xorg-video-radeon

Hope that helps,
Jonathan


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



Bug#577803: if I cancel the composing of an email 'at a wrong time'

2013-03-09 Thread Carsten Schoenert
Hello Johannes,

On Wed, Apr 14, 2010 at 08:33:31PM +0200, Johannes Black wrote:
 
 Package: icedove
 Version: 3.0.4-2
 Severity: normal
 
 if I cancel the composing of an email 'at a wrong time' it sends the
 email but doesn't show it in the sending folder. It breaks the
 atomarity of an email sending (sends it but doesn't show it).

did this happen with e recent version too?
I never had such problems with one of the current versions in squeeze
(bpo) or wheezy.

regards
carsten


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



Bug#579200: icedove quit when collapsing message threads and changing folder

2013-03-09 Thread Carsten Schoenert
Hello Arthur,

On Mon, Apr 26, 2010 at 05:22:15PM +0930, Arthur Marsh wrote:
 Package: icedove
 Version: 3.0.4-2
 Severity: normal
 
 
 When collapsing a large message thread and immediately 
 changing to a different folder, icedove quit suddenly.
 
 I am now running icedove with the -g option to try to capture
 this behaviour again.

do you have catched such a problem with one of the current versions?
Right now I can't reproduce this behavior with 10.0.12-1.

Regards
Carsten


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



Bug#702669: TYPO3-CORE-SA-2013-001: SQL Injection and Open Redirection in TYPO3 Core

2013-03-09 Thread Carlos Alberto Lopez Perez
Package: typo3
Version: 4.3.9+dfsg1-1+squeeze7
Severity: grave
Tags: security, upstream


Hi,


It has been discovered that TYPO3 Core is susceptible to SQL Injection
and Open Redirection.

Here is the relevant information:

https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-001/

A CVE number was asked at: http://seclists.org/oss-sec/2013/q1/611



The patch that fixes the SQL Injection is the following:

http://git.typo3.org/TYPO3v4/CoreProjects/MVC/extbase.git/commitdiff/d00f4b6523507db3c4c7601cf7758333c8290c1d

However, to make it apply over the older typo3 at Squeeze you have to
apply it first the following ones:

http://git.typo3.org/TYPO3v4/CoreProjects/MVC/extbase.git/commitdiff/76f0c979dd5d221807c086cb7a4eb912055d8318

http://git.typo3.org/TYPO3v4/CoreProjects/MVC/extbase.git/commitdiff/68a2f3d653d77d8ed9a283e30f07e6f718c18f19


I'm attaching the file 10-SecBull-TYPO3-CORE-SA-2013-001.patch that is
ready to drop on debian/patches that is the result of applying, in
order, the above commits:

* 76f0c979dd5d221807c086cb7a4eb912055d8318
* 68a2f3d653d77d8ed9a283e30f07e6f718c18f19
* d00f4b6523507db3c4c7601cf7758333c8290c1d


For the another issue of the security bulletin (open redirection issue),
the relevant commit seems to be
http://git.typo3.org/TYPO3v4/Core.git/commit/71135d82ccb74b3ccf8673ce197cd8c4340d5163
but I don't have a backport of it to squeeze.


Typo3 at squeeze-backports and wheezy is also affected.


Regards!
--- a/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php
+++ b/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php
@@ -494,18 +494,17 @@
 $typeOfRelation = $columnMap-getTypeOfRelation();
 if ($typeOfRelation === Tx_Extbase_Persistence_Mapper_ColumnMap::RELATION_HAS_AND_BELONGS_TO_MANY) {
 	$relationTableName = $columnMap-getRelationTableName();
-	$sql['where'][] = $tableName . '.uid IN (SELECT ' . $columnMap-getParentKeyFieldName() . ' FROM ' . $relationTableName . ' WHERE ' . $columnMap-getChildKeyFieldName() . '=' . $this-getPlainValue($operand2) . ')';
+	$sql['where'][] = $tableName . '.uid IN (SELECT ' . $columnMap-getParentKeyFieldName() . ' FROM ' . $relationTableName . ' WHERE ' . $columnMap-getChildKeyFieldName() . '=?)';
+	$parameters[] = intval($this-getPlainValue($operand2));
 } elseif ($typeOfRelation === Tx_Extbase_Persistence_Mapper_ColumnMap::RELATION_HAS_MANY) {
 	$parentKeyFieldName = $columnMap-getParentKeyFieldName();
 	if (isset($parentKeyFieldName)) {
-		$columnName = $this-dataMapper-convertPropertyNameToColumnName($operand1-getPropertyName(), $source-getNodeTypeName());
 		$childTableName = $columnMap-getChildTableName();
-		$sql['where'][] = $tableName . '.uid=(SELECT ' . $childTableName . '.' . $parentKeyFieldName . ' FROM ' . $childTableName . ' WHERE ' . $childTableName . '.uid=' . $this-getPlainValue($operand2) . ')';
+		$sql['where'][] = $tableName . '.uid=(SELECT ' . $childTableName . '.' . $parentKeyFieldName . ' FROM ' . $childTableName . ' WHERE ' . $childTableName . '.uid=?)';
+		$parameters[] = intval($this-getPlainValue($operand2));
 	} else {
-		$statement = '(' . $tableName . '.' . $operand1-getPropertyName() . ' LIKE \'%,' . $this-getPlainValue($operand2) . ',%\'';
-		$statement .= ' OR ' . $tableName . '.' . $operand1-getPropertyName() . ' LIKE \'%,' . $this-getPlainValue($operand2) . '\'';
-		$statement .= ' OR ' . $tableName . '.' . $operand1-getPropertyName() . ' LIKE \'' . $this-getPlainValue($operand2) . ',%\')';
-		$sql['where'][] = $statement;
+		$sql['where'][] = 'FIND_IN_SET(?,' . $tableName . '.' . $columnName . ')';
+		$parameters[] = intval($this-getPlainValue($operand2));
 	}
 } else {
 	throw new Tx_Extbase_Persistence_Exception_RepositoryException('Unsupported relation for contains().', 1267832524);
@@ -830,9 +829,9 @@
 	 */
 	protected function parseLimitAndOffset($limit, $offset, array $sql) {
 		if ($limit !== NULL  $offset !== NULL) {
-			$sql['limit'] = $offset . ', ' . $limit;
+			$sql['limit'] = intval($offset) . ', ' . intval($limit);
 		} elseif ($limit !== NULL) {
-			$sql['limit'] = $limit;
+			$sql['limit'] = intval($limit);
 		}
 	}
 


signature.asc
Description: OpenPGP digital signature


Bug#657898: impacts stable release

2013-03-09 Thread Daniel Pocock


I observed this problem while doing a routine security upgrade in a
squeeze system

It clobbered the files containing database credentials under
/etc/bugzilla3 - this broke the site and required me to restore from a
backup.

Therefore, I'm raising the severity to serious.


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



Bug#702670: activemq no web console

2013-03-09 Thread spac
Package: activemq
Version: 5.6.0+dfsg-1
Severity: normal

A default installation of activemq is supposed to offer a web console interface 
at the URI http://localhost:8161/admin . Unfortunately this not seem to be the 
case with the Debian-provided package. I confirmed that the binary distribution 
provided by Apache works as expected.

I could reproduce by using the example files in 
/usr/share/doc/activemq/examples.

I subsequently tried to my own files (attached below).

The log shows this exception:

2013-03-09 16:46:46,754 | ERROR | Failed to load: class path resource 
[activemq.xml], reason: Failed to load type: org.eclipse.jetty.security.
HashLoginService. Reason: java.lang.ClassNotFoundException: 
org.eclipse.jetty.security.HashLoginService; nested exception is 
java.lang.ClassNotFoundException: org.eclipse.jetty.security.HashLoginService | 
org.apache.activemq.xbean.XBeanBrokerFactory | main
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to load 
type: org.eclipse.jetty.security.HashLoginService. Reason: 
java.lang.ClassNotFoundException: org.eclipse.jetty.security.HashLoginService; 
nested exception is java.lang.ClassNotFoundException: 
org.eclipse.jetty.security.HashLoginService
at 
org.apache.xbean.spring.context.v2c.XBeanQNameHelper.getBeanInfo(XBeanQNameHelper.java:75)
at 
org.apache.xbean.spring.context.v2c.XBeanQNameHelper.coerceNamespaceAwarePropertyValues(XBeanQNameHelper.java:54)
at 
org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate.parseBeanDefinitionElement(XBeanBeanDefinitionParserDelegate.java:59)
at 
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseBeanDefinitionElement(BeanDefinitionParserDelegate.java:396)
at 
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseBeanDefinitionElement(BeanDefinitionParserDelegate.java:365)
at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.processBeanDefinition(XBeanBeanDefinitionDocumentReader.java:174)
at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseDefaultElement(XBeanBeanDefinitionDocumentReader.java:101)
at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBeanBeanDefinitionDocumentReader.java:81)
at 
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93)
at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:493)
at 
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXmlBeanDefinitionReader.java:79)
at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:390)
at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.importBeanDefinitionResource(XBeanBeanDefinitionDocumentReader.java:129)
at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseDefaultElement(XBeanBeanDefinitionDocumentReader.java:95)
at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBeanBeanDefinitionDocumentReader.java:81)
at 
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93)
at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:493)
at 
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXmlBeanDefinitionReader.java:79)


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

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

Versions of packages activemq depends on:
ii  adduser  3.113+nmu3
ii  default-jre-headless [java6-runtime-headless]1:1.6-47
ii  libactivemq-java 5.6.0+dfsg-1
ii  openjdk-6-jre-headless [java6-runtime-headless]  6b27-1.12.4-1

activemq recommends no packages.

activemq suggests no packages.

-- Configuration Files:
/etc/activemq/instances-available/main/activemq.xml changed:
!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this 

Bug#688634: roundcube-sqlite upgrade causes serious data-loss

2013-03-09 Thread Vincent Bernat
 ❦  3 mars 2013 00:28 CET, Holger Levsen hol...@layer-acht.org :

  Here is my proposition:
  http://anonscm.debian.org/gitweb/?p=pkg-roundcube/roundcube.git;a=commitd
  iff;h=15f5a10444c9d4c8bf7b3e83a82dd6f9e2a4b384

 seems right, yes, but it misses a pointer to instructions how to upgrade to a 
 working installation.

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688634#99 is just a start, 
 but at least that.

 I wonder if a pointer there, or somewhere better, could be added.

I will add a minimal page in wiki.debian.net with partial
instructions. ETA: a few days.
-- 
panic(aha1740.c); /* Goodbye */
2.2.16 /usr/src/linux/drivers/scsi/aha1740.c


pgpzSaox30pZ7.pgp
Description: PGP signature


Bug#701954: All prints are offset about 1cm right and 1cm up

2013-03-09 Thread David Griffith

On Sat, 9 Mar 2013, Brian Potkin wrote:


On Fri 01 Mar 2013 at 02:01:02 -0800, David Griffith wrote:


On Fri, 1 Mar 2013, Holger Levsen wrote:


David,

which printer model? are you using cups? You will need to give more infos,
like what application you are using for printing as well...


Printer is a Brother MFC7360N laser printer-scan-fax combo.  I'm
using CUPS and lpr.  All applications that print exhibit this
problem.  It is particularly troublesome when exact alignment is
necessary, like when printing sheets of labels.


Hello David,

As far as I can see there is no information about this printer at
Openprinting. This is a pity as it appears to work well overall on
Linux.  Please would you say which driver (PPD) you are using. If it is
the Brother one a URL would be useful.

Now, would you try this: install a print queue from the web interface at
localhost:631 using the Generic PostScript driver. How does printing a
page turn out? There is no need to delete your existing print queue.


I'm using Brother's driver packs available at 
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-7360N
These work fine with Squeeze.  I did have to downgrade python-cups 
1.9.61-0.1 for both the Squeeze and Wheezy boxes because I got error 
messages.  This is detailed elsewhere.


Attempting to print using the Generic Postscript driver resulted in the 
printer endlessly spitting out blank pages.


--
David Griffith
d...@661.org


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



Bug#702668: RV350 AQ: not possible to select screen left of other screen, only clone mode is possible

2013-03-09 Thread Ben Hutchings
On Sat, 2013-03-09 at 13:11 -0800, Jonathan Nieder wrote:
 # regression
 severity 702668 important
 quit
 
 Hi,
 
 Jaap van Wingerde wrote:
 
  Version: 3.2.35-2
 [...]
  It is not possible to select a screen right or left of other screen, only 
  clone
  mode is possible (gnome-control-center display). With 
  linux-image-3.2.0-3-amd64
  this works perfect.
 [...]
  [   31.122989] pci :01:00.0: putting AGP V3 device into 8x mode
  [   31.425620] [drm] Setting GART location based on new memory map
  [   31.425750] [drm] Loading R300 Microcode
  [   31.455633] platform radeon_cp.0: firmware: agent aborted loading 
  radeon/R300_cp.bin (not found?)
  [   31.456061] [drm:radeon_do_init_cp] *ERROR* Failed to load firmware!
 [...]
  01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee 
  ATI RV350 AQ [Radeon 9600] [1002:4151] (prog-if 00 [VGA controller])
  Subsystem: ASUSTeK Computer Inc. A9600SE [1043:c004]
 
 Thanks for reporting.  Is the firmware-linux-nonfree package installed?
 
 Either way, please attach output from
 
   reportbug --template xserver-xorg-video-radeon

In version 3.2.35-1 I changed radeon to disable KMS when firmware is not
installed, because this generally doesn't work.  Previously the driver
would try to continue and this would often cause memory corruption or a
blank screen.

However, for the older chips such as the R300 family radeon should be
able to do KMS without any firmware (only 3D acceleration will be
disabled, as before).  I changed the driver again in 3.2.39-1 to revert
to the previous behaviour for these chips.

Jaap, please try the current version from unstable (3.2.39-2).

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.


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


Bug#702669: TYPO3-CORE-SA-2013-001: SQL Injection and Open Redirection in TYPO3 Core

2013-03-09 Thread Carlos Alberto Lopez Perez
On 09/03/13 22:43, Carlos Alberto Lopez Perez wrote:
 It has been discovered that TYPO3 Core is susceptible to SQL Injection
 and Open Redirection.
 
 Here is the relevant information:
 
 https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-001/
 
 A CVE number was asked at: http://seclists.org/oss-sec/2013/q1/611

Forgot to mention that the SQL Injection is being exploited on the wild.


Note: It has been reported to the TYPO3 Security Team that this problem
is known and exploited in the wild.




signature.asc
Description: OpenPGP digital signature


Bug#565903: icedove-3.0: Reply to list doesn't place the reply in the replied message's folder

2013-03-09 Thread Carsten Schoenert
forwarded 565903 https://bugzilla.mozilla.org/show_bug.cgi?id=522450
thanks

Hello Emilio,

On Tue, Jan 19, 2010 at 10:28:07PM +0100, Emilio Pozuelo Monfort wrote:
 On 19/01/10 15:57, Emilio Pozuelo Monfort wrote:
 I have 'Place replies in the folder of the message being replied to' option
 enabled. It works if I 'reply' or 'reply to all' to a message, but not if
 I 'reply to list'. When replying to list, the reply is stored in the Sent
 folder, and not in that of the replied message.
 
 I've looked at it and cooked a patch that fixed it for me. I've also
 attached it to the upstream bug report.
 
 Cheers,
 Emilio

 diff -ruNp icedove-3.0/mailnews/compose/src/nsMsgSend.cpp 
 icedove-3.0.new/mailnews/compose/src/nsMsgSend.cpp
 --- icedove-3.0/mailnews/compose/src/nsMsgSend.cpp2009-12-04 
 14:15:26.0 +0100
 +++ icedove-3.0.new/mailnews/compose/src/nsMsgSend.cpp2010-01-19 
 16:14:28.0 +0100
 @@ -2890,6 +2890,7 @@ nsMsgComposeAndSend::InitCompositionFiel
  aType == nsIMsgCompType::Reply ||
  aType == nsIMsgCompType::ReplyAll ||
  aType == nsIMsgCompType::ReplyToGroup ||
 +aType == nsIMsgCompType::ReplyToList ||
  aType == nsIMsgCompType::ReplyToSender ||
  aType == nsIMsgCompType::ReplyToSenderAndGroup ||
  aType == nsIMsgCompType::ReplyWithTemplate )

it seems that no one upstream take care about your patch. And the I
think your reported issue is still there (I haven't tested it).
I took a look into mailnews/compose/src/nsMsgSend.cpp and this file
looks for Icedove 17.0.1 like this.

2792   // Only check whether the user wants the message in the original 
message
2793   // folder if the msgcomptype is some kind of a reply.
2794   if (!aOriginalMsgURI.IsEmpty()  (
2795 aType == nsIMsgCompType::Reply ||
2796 aType == nsIMsgCompType::ReplyAll ||
2797 aType == nsIMsgCompType::ReplyToGroup ||
2798 aType == nsIMsgCompType::ReplyToSender ||
2799 aType == nsIMsgCompType::ReplyToSenderAndGroup ||
2800 aType == nsIMsgCompType::ReplyWithTemplate )
2801  )

This issue must be fixed by mozilla, in the between time we made a own
patch for one of the next releases of icedove. Localy it works right
now. I think Chris will implement this in the upcomming 17.0.3 version.

Guido has pushed this new patch upstream to mozilla, so hopefully it
will applied in the near time in one of the next releases.

Thanks for your good pre work! :)

Regards
Carsten


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



Bug#702671: please make missing-debian-source-format proper W

2013-03-09 Thread Bernhard R. Link
Package: lintian
Version: 2.5.10.4
Severity: wishlist
Tags: patch

missing-debian-source-format is currently hidden away as
informational, although the large number of packages with
this defect makes it almost impossible to switch dpkg-source
to properly require that file. (And the 1.0 implied by
the non-existance of that file means dpkg-source will not
check anything but for example happily create native packages
just because a .orig.tar file is missing, making this a very
newbie-unfriendly situation).

Please switching back to W. Patch attached for convenience.

Bernhard R. Link


-- System Information:
Debian Release: 7.0
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.22-8
ii  bzip2  1.0.6-4
ii  diffstat   1.55-3
ii  file   5.11-2
ii  gettext0.18.1.1-10
ii  hardening-includes 2.3
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.27
ii  libarchive-zip-perl1.30-6
ii  libc-bin   2.13-38
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.31-1+b2
ii  libdpkg-perl   1.16.9
ii  libemail-valid-perl0.190-1
ii  libipc-run-perl0.92-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl   1.2000-1
ii  liburi-perl1.60-1
ii  locales-all [locales]  2.13-38
ii  man-db 2.6.3-3
ii  patchutils 0.3.2-1.1
ii  perl [libdigest-sha-perl]  5.14.2-18

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch none
ii  dpkg-dev   1.16.9
ii  libhtml-parser-perl3.69-2
pn  libperlio-gzip-perlnone
ii  libtext-template-perl  1.45-2
ii  man-db 2.6.3-3
ii  xz-utils [lzma]5.1.1alpha+20120614-2

-- no debconf information
From 5b7f7230ce0ff9c7dbe9a58c63e20d91f06ea348 Mon Sep 17 00:00:00 2001
From: Bernhard R. Link brl...@debian.org
Date: Sat, 9 Mar 2013 23:05:28 +0100
Subject: [PATCH] c/debian-source-dir: don't hide missing-debian-source-format

Signed-off-by: Bernhard R. Link brl...@debian.org
---
 checks/debian-source-dir.desc  |2 +-
 t/tests/debian-source-dir-general/tags |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/debian-source-dir.desc b/checks/debian-source-dir.desc
index c252881..35cb6b7 100644
--- a/checks/debian-source-dir.desc
+++ b/checks/debian-source-dir.desc
@@ -6,7 +6,7 @@ Info: This script looks for mistakes in debian/source/* files.
 Needs-Info: debfiles
 
 Tag: missing-debian-source-format
-Severity: wishlist
+Severity: normal
 Certainty: certain
 Info: Explicitly selecting a source format by putting the format in
  ttdebian/source/format/tt is recommended.  This allows for
diff --git a/t/tests/debian-source-dir-general/tags b/t/tests/debian-source-dir-general/tags
index 9c16f21..ce61b85 100644
--- a/t/tests/debian-source-dir-general/tags
+++ b/t/tests/debian-source-dir-general/tags
@@ -1,2 +1,2 @@
 E: debian-source-dir-general source: unknown-file-in-debian-source formt
-I: debian-source-dir-general source: missing-debian-source-format
+W: debian-source-dir-general source: missing-debian-source-format
-- 
1.7.10.4



Bug#584328: icedove: Enter new password option does not work after wrong password is entered

2013-03-09 Thread Carsten Schoenert
Hello Neil,

On Thu, Jun 03, 2010 at 10:12:25AM +0100, Neil Youngman wrote:
 Package: icedove
 Version: 3.0.4-3
 Severity: normal
 
 After entering an incorrect password I am offered 3 options, which are
 Enter new password, cancel or retry. If I select Enter new
 password I do not get a password dialog, instead I get the message
 You cannot log in to mail.example.com because you have enabled secure
 authentication and this server does not support it.
 
 To log in, turn off secure authentication for this account.
 
 If I subsequently click the Get Mail button, I am able to reenter my
 password and access my mail, so my authentication settings are
 correct. The problem is that the Enter new password option does not
 work as expected.

do you have this behavior still in actual versions?
For me it works with 10.0.12.

Regards
Carsten


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



Bug#702672: fritzing: Uses embedded copy of boost

2013-03-09 Thread Scott Kitterman
Package: fritzing
Version: 0.7.10b-1
Severity: important

Dear Maintainer,

Fritzing uses an embedded copy of boost to build.  While not outright
prohibited by policy, it is discouraged.  The attached patch will switch
fritizing to build with the archive boost.  I've tested with boost 1.49 and
it does build.
diff -Nru fritzing-0.7.10b/debian/control fritzing-0.7.10b/debian/control
--- fritzing-0.7.10b/debian/control	2013-01-13 18:24:54.0 -0500
+++ fritzing-0.7.10b/debian/control	2013-03-09 16:45:37.0 -0500
@@ -1,10 +1,10 @@
 Source: fritzing
 Section: electronics
 Priority: optional
 Uploaders: Georges Khaznadar georg...@ofset.org
 Build-Depends: cdbs, debhelper (= 7.0.50~), imagemagick,
- libqt4-dev, zlib1g-dev
+ libqt4-dev, zlib1g-dev, libboost-dev
 Standards-Version: 3.9.3
 Homepage: http://fritzing.org
 Vcs-Browser: https://bazaar.launchpad.net/~ehbello/fritzing/debian/changes
diff -Nru fritzing-0.7.10b/debian/patches/series fritzing-0.7.10b/debian/patches/series
--- fritzing-0.7.10b/debian/patches/series	2013-01-13 18:24:54.0 -0500
+++ fritzing-0.7.10b/debian/patches/series	2013-03-09 16:58:11.0 -0500
@@ -0,0 +1,1 @@
+use_system_boost.patch
diff -Nru fritzing-0.7.10b/debian/patches/use_system_boost.patch fritzing-0.7.10b/debian/patches/use_system_boost.patch
--- fritzing-0.7.10b/debian/patches/use_system_boost.patch	1969-12-31 19:00:00.0 -0500
+++ fritzing-0.7.10b/debian/patches/use_system_boost.patch	2013-03-09 16:48:45.0 -0500
@@ -0,0 +1,15 @@
+Description: Build with system boost instead of embedded copy
+Author: Scott Kitterman sc...@kitterman.com
+Forwarded: no
+
+--- fritzing-0.7.10b.orig/pri/utils.pri
 fritzing-0.7.10b/pri/utils.pri
+@@ -17,8 +17,6 @@
+ # $Date: 2012-09-14 23:34:09 +0200 (Fri, 14 Sep 2012) $
+ # /
+ 
+-INCLUDEPATH += src/lib/boost_1_43_0
+-
+ HEADERS += \
+ src/utils/abstractstatesbutton.h \
+ src/utils/autoclosemessagebox.h \


Bug#702673: openprinting-ppds: Default (Postscript) driver for HP LaserJet 1200 doesn't work

2013-03-09 Thread Stefan Nagy
Package: openprinting-ppds
Version: 20120523-1
Severity: normal

Dear Maintainer,

when I connect my local printer (HP LaserJet 1200) with a USB cable to my
computer, the printer is automatically set up with the PostScript PPD ('HP
LaserJet 1200 Postscript [en]') driver, which is the only driver provided by
CUPS that doesn't work for my printer. I tried all drivers with the CUPS USB as
well as the CUPS HP backend, but this didn't seem to make any difference.

The drivers that work (I'm able to print a test page):
- HP LaserJet 1200 pcl3, hpcups 3.12.6 [en]
- HP LaserJet 1200 hpijs pcl3, 3.12.6 [en]
- HP LaserJet 1200 - CUPS+Gutenprint v5.2.9 [en]
- HP LaserJet 1200 Foomatic/lj4dith [en]
- HP LaserJet 1200 Foomatic/lj5gray [en]
- HP LaserJet 1200 Foomatic/ljet4 [en]
- HP LaserJet 1200 Foomatic/pxlmono [en]

The drivers that don't work (I'm not able to print a test page):
- HP LaserJet 1200 Postscript [en] *
- HP LaserJet 1200 Foomatic/Postscript [en]

Here's what happens when I try to print a test page with the Postscript driver:
CUPS says 'Busy - Sending data to printer.' and the green LED on my printer
blinks green (which means something like 'receiving data') for about 22-23
minutes. After that two pages are printed: the first page is blank except for
the last 4cm of the page where I get a part of the frame of the text page; on
the second page i get an error message which differs for Postscipt and
Foomatic/Postscript. Here are the two versions:

HP LaserJet 1200 Foomatic/Postscript:
ERROR:
undefined
OFFENDING COMMAND:
 #$NH
STACK:
-mark-
-mark-
-mark-

HP LaserJet 1200 Postscript:
ERROR:
syntaxerror
OFFENDING COMMAND:

STACK:
-mark-
-mark-
-mark-

After printing this two pages the green LED on my printer continues to blink
for a few minutes, the CUPS status for the printer will remain 'Idle - Sending
data to printer.' (forever).

Please tell me if you need more information.



-- System Information:
Debian Release: 7.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing-proposed-updates'), 
(500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openprinting-ppds depends on:
ii  python2.7.3-4
ii  xz-utils  5.1.1alpha+20120614-2

Versions of packages openprinting-ppds recommends:
ii  cups  1.5.3-2.15
ii  cups-client   1.5.3-2.15
ii  foomatic-filters  4.0.17-1

Versions of packages openprinting-ppds suggests:
pn  hpijs-ppds  none

-- no debconf information


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



Bug#702668: RV350 AQ: not possible to select screen left of other screen, only clone mode is possible

2013-03-09 Thread Jonathan Nieder
forcemerge 697229 702668
quit

Ben Hutchings wrote:

 In version 3.2.35-1 I changed radeon to disable KMS when firmware is not
 installed, because this generally doesn't work.  Previously the driver
 would try to continue and this would often cause memory corruption or a
 blank screen.

 However, for the older chips such as the R300 family radeon should be
 able to do KMS without any firmware (only 3D acceleration will be
 disabled, as before).  I changed the driver again in 3.2.39-1 to revert
 to the previous behaviour for these chips.

Merging optimistically with the other please enable KMS without
firmware on R300-era cards bug.  Thanks for a reminder.


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



Bug#702610: /usr/bin/debdiff: debdiff: fatal error at line 1021: Cannot write /tmp/random_chars/control: Permission denied

2013-03-09 Thread Julian Gilbey
tags 702610 + patch
thanks

On Sat, Mar 09, 2013 at 01:00:24AM +0200, Bob Bib wrote:
 Package: devscripts
 Version: 2.12.6
 Severity: normal
 File: /usr/bin/debdiff
 
 Dear Maintainer,
 
 debdiff fails to process some 3rd-party DEBs:
 
 $ debdiff AdbeRdr9.5.3-1_i386linux_enu.deb AdbeRdr9.5.4-1_i386linux_enu.deb 
 diff01.diff
 debdiff: fatal error at line 1021:
 Cannot write /tmp/lNEZ0MYwIL/control: Permission denied

Bizarrely, the control files section of these debs looks like this:

-r--r--r-- 1 jdg jdg  439 Jan  2 14:58 control
-r--r--r-- 1 jdg jdg   22 Jan  2 14:58 copyright
-r-xr-xr-x 1 jdg jdg 7722 Jan  2 14:58 postinst*
-r-xr-xr-x 1 jdg jdg 5586 Jan  2 14:58 prerm*

Note that they do not have any write permissions.

The attached patch fixes this bug.

   Julian
--- /usr/bin/debdiff	2012-11-24 23:51:46.0 +
+++ /tmp/debdiff	2013-03-09 22:54:18.0 +
@@ -1018,6 +1018,7 @@
 		}
 		}
 		close $fd;
+		chmod 0644, $file;
 		open $fd, '', $file or fatal Cannot write $file: $!;
 		print $fd sort @hdrs;
 		close $fd;


<    1   2   3   >