Processed: your mail

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > package ntop Limiting to bugs with field 'package' containing at least one of 'ntop' Limit currently set to 'package':'ntop' > tags 700442 + pending confirmed Bug #700442 [ntop] ntop reliably segfaults in searchFragments Bug #647275 [ntop] ntop s

Processed: Merging #700442 and #647275

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > package ntop Limiting to bugs with field 'package' containing at least one of 'ntop' Limit currently set to 'package':'ntop' > forcemerge 700442 647275 Bug #700442 [ntop] ntop reliably segfaults in searchFragments Bug #700442 [ntop] ntop reliably

Bug#700442: Merging #700442 and #647275

2013-02-28 Thread Ludovico Cavedon
package ntop forcemerge 700442 647275 thanks Merging #700442 and #647275. Thanks to Helmut Grohne for finding the cause of the double free. This problem has been already fixed in the latest upstream version by removing the code handling ip fragments. Being this a security related bug, I will so

Processed: tagging 686502

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 686502 + patch pending Bug #686502 [src:busybox] busybox unxz silently fails to decompress multiple compressed streams on input Added tag(s) pending and patch. > thanks Stopping processing here. Please contact me if you need assistance. --

Processed: Re: btrfs can't fsck /run/rootdev on boot

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 701936 btrfs can't fsck /run/rootdev on boot with sysvinit Bug #701936 [btrfs-tools] btrfs can't fsck /run/rootdev on boot Changed Bug title to 'btrfs can't fsck /run/rootdev on boot with sysvinit' from 'btrfs can't fsck /run/rootdev on b

Bug#701936: btrfs can't fsck /run/rootdev on boot

2013-02-28 Thread Daniel Baumann
retitle 701936 btrfs can't fsck /run/rootdev on boot with sysvinit severity 701936 important clone 701936 -1 reassign -1 sysvinit thanks works with systemd, it's sysvinit specific. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technolog

Bug#701649: libvirt-bin - libvirtd changes permissions of devices to libvirt-qemu:kvm (CVE-2013-1766)

2013-02-28 Thread Vagrant Cascadian
Figured I'd add that it's not limited to devices- it can change the permissions of arbitrary files, such as /boot/vmlinuz-*, if that matters. live well, vagrant -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Processed: Re: Bug#701936: btrfs-tools: renders systems with btrfs root file systems unbootable: "check_mounted(): Could not open /run/rootdev" + "Could not check mount status: No such device or addre

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 701936 btrfs can't fsck /run/rootdev on boot Bug #701936 [btrfs-tools] btrfs-tools: renders systems with btrfs root file systems unbootable: "check_mounted(): Could not open /run/rootdev" + "Could not check mount status: No such device o

Bug#701953: initramfs-tools: Missing modules prevent passphrase entry with usb keyboard

2013-02-28 Thread Ben Caradoc-Davies
Package: initramfs-tools Version: 0.109 Severity: critical Justification: breaks the whole system Dear Maintainer, I have a usb keyboard attached to a system with an unencrypted /boot and a LUKS-encrypted partition (LVM physical volume) containing the other filesystems. Today I installed linux-im

Bug#701838: nmu for security issues

2013-02-28 Thread Michael Gilbert
Hi, I uploaded an nmu fixing the recent security issues. Please see attached patch. Best wishes, Mike sudo.patch Description: Binary data

Processed: tags 701185 + patch

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 701185 + patch Bug #701185 [hplip] CVE-2013-0200: Insecure temporary files Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 701185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701185 D

Bug#701952: devscripts-el: Also devscript-el (bad heredoc)

2013-02-28 Thread Daniel Dickinson
Package: devscripts-el Version: 35.2+nmu1 Followup-For: Bug #701952 Heredoc problem is also present in devscripts-el and using echo makes it work. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-a

Bug#701952: dpkg-dev-el: Also dpkg-dev-el fails for same reason (bad heredoc)

2013-02-28 Thread Daniel Dickinson
Package: dpkg-dev-el Version: 35.2+nmu1 Followup-For: Bug #701952 dpkg-dev-el exhibits the same problem (heredoc fails), with same solution (replace heredoc with echo and quoting any quotes). -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing') Architec

Bug#701952: debian-el: fails to install due to heredoc failing; lazy evaluation and parentheses the culprit?

2013-02-28 Thread Daniel Dickinson
Package: debian-el Version: 35.2+nmu1 Severity: serious Justification: fails to install Like elserv debian-el fails to install, complaining that cat: -: No such file. Also like elserv, replacing the heredoc (cat << EOF >path.el (setq ... ) EOF) with echo " (setq ... ) " >path.el works. -- Sys

Bug#701838: marked as done (sudo: CVE-2013-1775 authentication bypass when clock is reset)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Fri, 01 Mar 2013 05:32:53 + with message-id and subject line Bug#701838: fixed in sudo 1.8.5p2-1+nmu1 has caused the Debian Bug report #701838, regarding sudo: CVE-2013-1775 authentication bypass when clock is reset to be marked as done. This means that you claim that the p

Bug#701949: elserv: heredocs are lazy evaluated which means parantheses are a problem

2013-02-28 Thread Daniel Dickinson
Package: elserv Version: 0.4.0+0.20011203cvs-17.1 Followup-For: Bug #701949 Upon googling (well really duckduckgo) I discovered that heredocs (e.g the cat << EOF >path.el) are lazy evaluated in bash, which I think means the parentheses get evaluated before the cat, which screws up the heredoc (e

Bug#701949: elserv: fails to install with emacs33; cat -: No such file or directory during byte-compilation

2013-02-28 Thread Daniel Dickinson
Package: elserv Version: 0.4.0+0.20011203cvs-17.1 Severity: serious Justification: Fails to install elserv's install script is broken: Install elserv for emacs Install elserv for emacs23 install/elserv: Handling emacs23, logged in /tmp/elc_xMv5B7.log <-- which file is empty cat: -: No such fil

Bug#701350: Processed: your mail

2013-02-28 Thread Nikolaus Rath
Hi Michael, What does the "experimental" tag mean? I just removed the "sid" tag on behest of the release team, so I'm not sure that this one is appropriate either. Note that even though the unit tests only fail with libc 2.17, both the woody and sid S3QL versions contain the buggy code. Best, -

Processed: your mail

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 701350 experimental Bug #701350 [src:s3ql] Data corruption with eglibc 2.17 Added tag(s) experimental. > thanks Stopping processing here. Please contact me if you need assistance. -- 701350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=7

Processed: Re: Bug#651636 GtkLauncher segfaults on mipsel, JavaScript-related

2013-02-28 Thread Debian Bug Tracking System
Processing control commands: > severity -1 important Bug #651636 [src:webkit] GtkLauncher segfaults on mipsel, JavaScript-related Bug #673469 [src:webkit] libwebkitgtk-1.0-0: segfaults all the time on armel, javascript related Bug #688640 [src:webkit] JavaScriptCore segmentation fault on PowerPC

Bug#701945: ccrypt fails to install with emac23 due to /etc/emacs23/site-start.d does not exist

2013-02-28 Thread Daniel Dickinson
Package: ccrypt Version: 1.9-4 Severity: serious Justification: Fails to install due to wrong path /etc/emacs/site-start.d exists /etc/emacs23/stie-start.d does not. This breaks ccrypt's install script and ccrypt fails to install. emacs23 is successfully installed (after removed; it could not i

Bug#648401: [pkg-dhcp-devel] Bug#648401: isc-dhcp-relay: dhcrelay(8) doesn't mention need for -i on server facing interface

2013-02-28 Thread Michael Gilbert
control: severity -1 important On Tue, Feb 19, 2013 at 5:59 PM, Steinar H. Gunderson wrote: > I'd say this means dhcrelay itself is pretty much completely broken, and I'm > upgrading severity accordingly. It shouldn't subject the BOOTREPLY packets to > interface checking, or it should have a separ

Processed: Re: [pkg-dhcp-devel] Bug#648401: isc-dhcp-relay: dhcrelay(8) doesn't mention need for -i on server facing interface

2013-02-28 Thread Debian Bug Tracking System
Processing control commands: > severity -1 important Bug #648401 [isc-dhcp-relay] DHCP relay agent does not listen properly for return packets Severity set to 'important' from 'grave' -- 648401: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648401 Debian Bug Tracking System Contact ow...@bug

Bug#701936: btrfs-tools: renders systems with btrfs root file systems unbootable: "check_mounted(): Could not open /run/rootdev" + "Could not check mount status: No such device or address"

2013-02-28 Thread Axel Beckert
Hi, some more information about the issue: Happens on Sid i386 for me. /boot is a separate partition and / is a btrfs upon a dm_crypt partition. Axel Beckert wrote: > > check_mounted(): Could not open /run/rootdev > > Could not check mount status: No such device or address > > fsck died with exi

Bug#701916: Kill local user processes on logout

2013-02-28 Thread Vagrant Cascadian
Control: tags 701916 pending Control: tags 700881 pending Committed the following to the ltsp-debian-packaging bzr branch: diff -Nru ltsp-5.4.2/debian/changelog ltsp-5.4.2/debian/changelog --- ltsp-5.4.2/debian/changelog 2013-01-08 22:01:18.0 -0800 +++ ltsp-5.4.2/debian/changelog 2013-02-

Processed: Re: Bug#701916: Kill local user processes on logout

2013-02-28 Thread Debian Bug Tracking System
Processing control commands: > tags 701916 pending Bug #701916 [ltsp-client-core] Kill local user processes on logout Ignoring request to alter tags of bug #701916 to the same tags previously set > tags 700881 pending Bug #700881 [ltsp-client-core] ltsp-client-core: thin client can't boot if it h

Processed: Re: Bug#701916: Kill local user processes on logout

2013-02-28 Thread Debian Bug Tracking System
Processing control commands: > tags 701916 pending Bug #701916 [ltsp-client-core] Kill local user processes on logout Added tag(s) pending. > tags 700881 pending Bug #700881 [ltsp-client-core] ltsp-client-core: thin client can't boot if it has set PRINTER_0_DEVICE in lts.conf Added tag(s) pending

Processed: your mail

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 692899 + pending Bug #692899 [zope2.12] zope2.12: [CVE-2012-5485 to 5508] Multiple vectors corrected within 20121106 fix Added tag(s) pending. > tags 699743 + patch Bug #699743 [emms] emms: fails to upgrade lenny -> squeeze -> wheezy: emms-

Bug#699258: marked as done (libio-async-loop-glib-perl: FTBFS: test failed)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Fri, 01 Mar 2013 00:32:58 + with message-id and subject line Bug#699258: fixed in libio-async-loop-glib-perl 0.20-3 has caused the Debian Bug report #699258, regarding libio-async-loop-glib-perl: FTBFS: test failed to be marked as done. This means that you claim that the pr

Bug#699258: Pending fixes for bugs in the libio-async-loop-glib-perl package

2013-02-28 Thread pkg-perl-maintainers
tag 699258 + pending thanks Some bugs in the libio-async-loop-glib-perl package are closed in revision 507c63278450cb7f97b01cc60c5686e6cac8569e in branch 'master' by gregor herrmann The full diff can be seen at http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-loop-glib-perl.git;a

Processed: Pending fixes for bugs in the libio-async-loop-glib-perl package

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 699258 + pending Bug #699258 [src:libio-async-loop-glib-perl] libio-async-loop-glib-perl: FTBFS: test failed Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 699258: http://bugs.debian.or

Bug#701779: marked as done (Fails to install due to missing library (in dependency?))

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 23:48:59 + with message-id and subject line Bug#701779: fixed in ltt-control 2.1.1-1 has caused the Debian Bug report #701779, regarding Fails to install due to missing library (in dependency?) to be marked as done. This means that you claim that the proble

Bug#700716: marked as done (python-imaging: FTBFS: dh_movefiles: .../_imagingtk.so not found (supposed to put it in python-imaging-tk))

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 23:17:44 + with message-id and subject line Bug#700716: fixed in python-imaging 1.1.7+1.7.8-4 has caused the Debian Bug report #700716, regarding python-imaging: FTBFS: dh_movefiles: .../_imagingtk.so not found (supposed to put it in python-imaging-tk) to b

Bug#680436: Not building on architectures which a package has not previously built on is not RC

2013-02-28 Thread Don Armstrong
Control: -1 severity important While this is certainly a bug, it's not a release critical bug. See http://release.debian.org/wheezy/rc_policy.txt §4. Don Armstrong -- To punish me for my contempt of authority, Fate has made me an authority myself -- Albert Einstein http://www.donarmstrong.co

Bug#701936: btrfs-tools: renders systems with btrfs root file systems unbootable: "check_mounted(): Could not open /run/rootdev" + "Could not check mount status: No such device or address"

2013-02-28 Thread Axel Beckert
Package: btrfs-tools Version: 0.19+20130131-2 Severity: critical Justification: renders systems with btrfs as root file-system unbootable Hi, Axel Beckert wrote on Wed, 27 Feb 2013 20:01:30 +0100: > > btrfs-tools (0.19+20130131-2) unstable; urgency=low > > . > >* Replacing fsck.btrfs with w

Processed: user release.debian....@packages.debian.org, usertagging 634930, tagging 634930

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > user release.debian@packages.debian.org Setting user to release.debian@packages.debian.org (was jcris...@debian.org). > usertags 634930 wheezy-can-defer There were no usertags set. Usertags are now: wheezy-can-defer. > # per 699560 > tags

Bug#634930: Bug#699560: gpa/0.9.0-4: Setting wheezy-ignore for #634930

2013-02-28 Thread Julien Cristau
On Fri, Feb 1, 2013 at 21:16:43 +0100, Daniel Leidert wrote: > Package: release.debian.org > Severity: normal > > Weitergeleitete Nachricht > > Von: Daniel Leidert > > An: debian-rele...@lists.debian.org > > Betreff: gpa/0.9.0-3: Setting wheezy-ignore for #634930 > > Datum: Su

Bug#698136: marked as done (dspam: recipient corrpution when releasing a message from quarantine)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 22:02:32 + with message-id and subject line Bug#698136: fixed in dspam 3.10.1+dfsg-9 has caused the Debian Bug report #698136, regarding dspam: recipient corrpution when releasing a message from quarantine to be marked as done. This means that you claim tha

Processed: tagging 701897

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 701897 - squeeze Bug #701897 [grep] CVE-2012-5667: buffer overflow with overly long input lines Removed tag(s) squeeze. > thanks Stopping processing here. Please contact me if you need assistance. -- 701897: http://bugs.debian.org/cgi-bin/b

Bug#701897: CVE-2012-5667: buffer overflow with overly long input lines

2013-02-28 Thread Julien Cristau
On Thu, Feb 28, 2013 at 21:56:12 +0100, Gianluca Ciccarelli wrote: > I tag the issue with `squeeze' because it is the only > possibly vulnerable version (<2.11). > Please don't do that. That's not what the suite tags are for, version tracking does that job (I removed the tag). Cheers, Julien

Bug#699470: crystalhd-dkms: Kernel null pointer BUG in crystalhd_dioq_fetch_wait()

2013-02-28 Thread thomas schorpp
On 28.02.2013 20:41, Julien Cristau wrote: On Thu, Jan 31, 2013 at 19:25:50 +0100, tom schorpp wrote: Package: crystalhd-dkms Version: 1:0.0~git20110715.fdd2f19-7 Severity: critical Tags: patch Justification: breaks the whole system Reproducible NULL pointer BUG at crystalhd-0.0~git20110715.f

Bug#698068: mysql-server-5.5: Serious regression in replication caused by fix for CVE-2012-4414

2013-02-28 Thread Clint Byrum
I will try and upload 5.5.30 packages soon. No point in shipping old stuff in the release when more changes are bound to drop in security updates anyway. So we should downgrade this bug after that upload. On Feb 28, 2013, at 12:29, "Adam D. Barratt" wrote: > On Sun, 2013-02-03 at 22:53 +0100,

Bug#701056: marked as done (FTBFS: notangle: not found)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 21:32:50 + with message-id and subject line Bug#701056: fixed in noweb 2.11b-7.1 has caused the Debian Bug report #701056, regarding FTBFS: notangle: not found to be marked as done. This means that you claim that the problem has been dealt with. If this is

Bug#698527: marked as done (elmer: executable ElmerGUI.real links with both GPL-licensed and GPL-incompatible libraries)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 21:32:44 + with message-id and subject line Bug#698527: fixed in elmerfem 6.1.0.svn.5396.dfsg2-2 has caused the Debian Bug report #698527, regarding elmer: executable ElmerGUI.real links with both GPL-licensed and GPL-incompatible libraries to be marked as

Bug#700790: marked as done (gtkmm-documentation: directory vs. symlink conflict: /usr/share/doc/gtkmm-3.0)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 21:17:35 + with message-id and subject line Bug#700790: fixed in gtkmm-documentation 3.4.0-2 has caused the Debian Bug report #700790, regarding gtkmm-documentation: directory vs. symlink conflict: /usr/share/doc/gtkmm-3.0 to be marked as done. This means

Processed: CVE-2012-5667: buffer overflow with overly long input lines

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 701897 squeeze unreproducible Bug #701897 [grep] CVE-2012-5667: buffer overflow with overly long input lines Added tag(s) unreproducible and squeeze. > -- Stopping processing here. Please contact me if you need assistance. -- 701897: http:/

Bug#701897: CVE-2012-5667: buffer overflow with overly long input lines

2013-02-28 Thread Gianluca Ciccarelli
tags 701897 squeeze unreproducible -- I have tried the PoC proposed by the original reported, but have different outcomes: - On a running squeeze distribution, nothing happens. No segfaults, in particular. - On a wheezy machine, I downloaded version 2.6.3's .dsc from the QA page's link, config

Processed: fixed 650293 in 0.3.1-2.5

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 650293 0.3.1-2.5 Bug #650293 {Done: Örjan Persson } [src:python-greenlet] segfault while running it with eventlet Marked as fixed in versions python-greenlet/0.3.1-2.5. > thanks Stopping processing here. Please contact me if you need assi

Processed: diff for NMU 2.7.18-2.1

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 698294 + pending Bug #698294 [puppet] puppet: Checksum mismatch when copying followed symlinks (upstream #7680) Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 698294: http://bugs.debia

Bug#698294: diff for NMU 2.7.18-2.1

2013-02-28 Thread Anton Gladky
tags 698294 + pending thanks Dear maintainer, I've prepared an NMU for puppet (versioned as 2.7.18-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers, Anton diff -Nru puppet-2.7.18/debian/changelog puppet-2.7.18/debian/changelog --- puppet-2.7.18/

Bug#701642: marked as done (btrfs-tools - Udev hook runs before blkid)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 20:47:29 + with message-id and subject line Bug#701642: fixed in btrfs-tools 0.19+20120328-7.1 has caused the Debian Bug report #701642, regarding btrfs-tools - Udev hook runs before blkid to be marked as done. This means that you claim that the problem has

Bug#701925: survival: FTBFS: Can't open /usr/lib/R/etc/Renviron

2013-02-28 Thread Dirk Eddelbuettel
On 28 February 2013 at 12:09, Christoph Egger wrote: | Dirk Eddelbuettel writes: | > On 28 February 2013 at 11:28, Christoph Egger wrote: | > | Package: src:survival | > | Version: 2.37-4-1 | > | Severity: serious | > | Tags: sid wheezy | > | Justification: fails to build from source (but built s

Bug#698068: mysql-server-5.5: Serious regression in replication caused by fix for CVE-2012-4414

2013-02-28 Thread Adam D. Barratt
On Sun, 2013-02-03 at 22:53 +0100, Moritz Mühlenhoff wrote: > On Sat, Jan 26, 2013 at 11:26:27AM +, Adam D. Barratt wrote: > > On Sun, 2013-01-13 at 11:53 -0800, Clint Byrum wrote: > > > According to this blog post by Stewart Smith: > > > > > > http://www.mysqlperformanceblog.com/2013/01/13/cv

Processed: Re: Bug#696547: mounts wrong device when multiple devices connected

2013-02-28 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #696547 [gphoto2] mounts wrong device when multiple devices connected Added tag(s) moreinfo. > severity -1 important Bug #696547 [gphoto2] mounts wrong device when multiple devices connected Severity set to 'important' from 'serious' -- 696547:

Bug#696547: mounts wrong device when multiple devices connected

2013-02-28 Thread Julien Cristau
Control: tag -1 moreinfo Control: severity -1 important On Sat, Dec 22, 2012 at 18:36:19 +0100, Daniel Pocock wrote: > Package: gphoto2-2 > Version: 2.4.6-3 > Severity: serious > > I've marked this bug "serious" because it could lead to someone > accessing or deleting files on the wrong device w

Bug#701744: [Pkg-xen-devel] Bug#701744: [xen] Update to hypervisor 4.0.1-5.6 or linux-image-2.6.32-5-xen-amd64 2.6.32-48 causes networking (VIF) failures

2013-02-28 Thread Ingo Jürgensmann
Am 28.02.2013 um 11:28 schrieb Ian Campbell : >> All domUs are still running the updated kernel packages (pre >> DSA-2632-1), the dom0 the downgraded kernel package. linux-image-2.6.32-5-xen-amd64 2.6.32-48squeeze1 triggered the problem within 30 mins. ;-) > When you reach a conclusion (assum

Bug#674156: marked as done (glib2.0: GStaticMutex ABI change on armel, armhf, mipsel, powerpc, s390, sparc and probably mips)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 21:16:36 +0100 with message-id <20130228201636.gq5...@radis.cristau.org> and subject line Re: Bug#674156: glib2.0: GStaticMutex ABI change on armel, armhf, mipsel, powerpc, s390, sparc and probably mips has caused the Debian Bug report #674156, regarding glib2.0

Processed: tagging 657281, user release.debian....@packages.debian.org, usertagging 657281

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 657281 + wheezy-ignore Bug #657281 [fop] src/java/org/apache/fop/pdf/ sRGB Color Space Profile.icm is non-free Added tag(s) wheezy-ignore. > user release.debian@packages.debian.org Setting user to release.debian@packages.debian.org (

Bug#701925: survival: FTBFS: Can't open /usr/lib/R/etc/Renviron

2013-02-28 Thread Christoph Egger
Dirk Eddelbuettel writes: > On 28 February 2013 at 11:28, Christoph Egger wrote: > | Package: src:survival > | Version: 2.37-4-1 > | Severity: serious > | Tags: sid wheezy > | Justification: fails to build from source (but built successfully in the > past) > | > | Hi! > | > | Your package faile

Bug#701832: doxygen consistently segfaults on kfreebsd-i386 when building opendnssec documentation

2013-02-28 Thread Ondřej Surý
On Thu, Feb 28, 2013 at 8:49 PM, Julien Cristau wrote: > Is there any way you could work around this in opendnssec? E.g. by not > building the doc on that arch for now? I could, and it was the plan if nobody comes up with some clever idea till the end of the week. O. -- Ondřej Surý -- To U

Processed: tagging 695500, user release.debian....@packages.debian.org, usertagging 695500

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 695500 + moreinfo wheezy-ignore Bug #695500 [debian-installer-7.0-netboot-kfreebsd-amd64] debian-installer-7.0-netboot-kfreebsd-amd64: does not boot from pxe Added tag(s) moreinfo and wheezy-ignore. > user release.debian@packages.debian.

Bug#701925: survival: FTBFS: Can't open /usr/lib/R/etc/Renviron

2013-02-28 Thread Dirk Eddelbuettel
On 28 February 2013 at 11:28, Christoph Egger wrote: | Package: src:survival | Version: 2.37-4-1 | Severity: serious | Tags: sid wheezy | Justification: fails to build from source (but built successfully in the past) | | Hi! | | Your package failed to build on the buildds: | | dh_clean: dh_clea

Bug#701832: doxygen consistently segfaults on kfreebsd-i386 when building opendnssec documentation

2013-02-28 Thread Julien Cristau
On Wed, Feb 27, 2013 at 19:24:59 +0100, Ondřej Surý wrote: > Package: doxygen > Version: 1.8.1.2-1 > Severity: grave > > Hi, > > the doxygen segfaults on kfreebsd-i386 when building opendnssec > package and it blocks it's transition from unstable to testing. > > Could you please look at that? >

Processed: tagging 701832

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 701832 + wheezy-ignore Bug #701832 [doxygen] doxygen consistently segfaults on kfreebsd-i386 when building opendnssec documentation Added tag(s) wheezy-ignore. > thanks Stopping processing here. Please contact me if you need assistance. --

Bug#699470: crystalhd-dkms: Kernel null pointer BUG in crystalhd_dioq_fetch_wait()

2013-02-28 Thread Julien Cristau
On Thu, Jan 31, 2013 at 19:25:50 +0100, tom schorpp wrote: > Package: crystalhd-dkms > Version: 1:0.0~git20110715.fdd2f19-7 > Severity: critical > Tags: patch > Justification: breaks the whole system > > Reproducible NULL pointer BUG at > crystalhd-0.0~git20110715.fdd2f19/driver/linux/crystalhd_

Bug#701926: asertion failure when assigning certain USB devices to guest

2013-02-28 Thread Michael Tokarev
Package: qemu-kvm, qemu-system Version: 1.1.2+dfsg-5 Severity: serious Tags: confirmed patch upstream pending In addition to another USB issue/regression in qemu[-kvm] 1.1, which is described in #683983, there's one more of the same theme. Certain host USB devices, for example, a Logitech ClearCh

Processed: severity of 648965 is normal

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 648965 normal Bug #648965 [comixcursors-righthanded] comixcursors-righthanded: update-alternatives not used Severity set to 'normal' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. -- 648965:

Processed: fixed 693208 in clang/1:3.0-6.1

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 693208 clang/1:3.0-6.1 Bug #693208 {Done: Sylvestre Ledru } [clang] clang unable to link trivial test program on armhf Marked as fixed in versions clang/1:3.0-6.1. > thanks Stopping processing here. Please contact me if you need assistance

Processed: tagging 700670

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 700670 + wheezy-ignore Bug #700670 [cltl] cltl: /usr/share/doc/cltl/* disappearing after lenny -> squeeze -> wheezy upgrade Added tag(s) wheezy-ignore. > thanks Stopping processing here. Please contact me if you need assistance. -- 700670:

Bug#701744: [Pkg-xen-devel] Bug#701744: [xen] Update to hypervisor 4.0.1-5.6 or linux-image-2.6.32-5-xen-amd64 2.6.32-48 causes networking (VIF) failures

2013-02-28 Thread Ingo Jürgensmann
Am 28.02.2013 um 11:28 schrieb Ian Campbell : > I am 99% positive it will turn out to be the kernel, but please do let > us know. Shortly before 18:00 today I reinstalled linux-image-2.6.32-5-xen-amd64_2.6.32-48_amd64.deb as kernel and it took only 2.5 hours to trigger the issue. The hyperviso

Processed: closing 682952

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > close 682952 Bug #682952 [cdrom] Installation fails on locking for security updates Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 682952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=68295

Bug#701925: survival: FTBFS: Can't open /usr/lib/R/etc/Renviron

2013-02-28 Thread Christoph Egger
Package: src:survival Version: 2.37-4-1 Severity: serious Tags: sid wheezy Justification: fails to build from source (but built successfully in the past) Hi! Your package failed to build on the buildds: dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_installdirs -A mkdir -p "." dh_i

Processed: tagging 699885

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 699885 + wheezy-ignore Bug #699885 [bouncycastle] TLS timing attack in bouncycastle (Lucky 13) Added tag(s) wheezy-ignore. > thanks Stopping processing here. Please contact me if you need assistance. -- 699885: http://bugs.debian.org/cgi-bi

Processed: btrfs-tools: diff for NMU version 0.19+20120328-7.1

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 701642 + patch Bug #701642 {Done: Daniel Baumann } [btrfs-tools] btrfs-tools - Udev hook runs before blkid Added tag(s) patch. > tags 701642 + pending Bug #701642 {Done: Daniel Baumann } [btrfs-tools] btrfs-tools - Udev hook runs before blk

Bug#701642: btrfs-tools: diff for NMU version 0.19+20120328-7.1

2013-02-28 Thread Julien Cristau
tags 701642 + patch tags 701642 + pending thanks Hi, I've prepared an NMU for btrfs-tools (versioned as 0.19+20120328-7.1) and will upload asap. Patch attached. Cheers, Julien diff -Nru btrfs-tools-0.19+20120328/debian/changelog btrfs-tools-0.19+20120328/debian/changelog --- btrfs-tools-0.19+20

Bug#701115: owncloud: multiple vulnerabilities (oC-SA-2013-003, oC-SA-2013-004, oC-SA-2013-006)

2013-02-28 Thread gregor herrmann
On Wed, 27 Feb 2013 12:14:19 +0700, Prach Pongpanich wrote: > I have prepared a patch which solves the this bug. Thanks alot, this patch looks perfect; I just checked with the commits (stable4) mentioned in the oC-SAs, and it's indeed identical :) The patch also applies more or less to the versi

Processed: severity of 687611 is important

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 687611 important Bug #687611 [apt] debian-archive-keyring: /usr/share/keyrings/debian-archive-removed-keys.gpg gets modified during squeeze->wheezy upgrade Severity set to 'important' from 'serious' > thanks Stopping processing here. P

Processed: fixed 701897 in 2.11-1

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 701897 2.11-1 Bug #701897 [grep] CVE-2012-5667: buffer overflow with overly long input lines Marked as fixed in versions grep/2.11-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 701897: http://bugs.debia

Processed: severity of 699145 is important

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 699145 important Bug #699145 [bind9] bind9: CVE-2012-5689 Severity set to 'important' from 'grave' > thanks Stopping processing here. Please contact me if you need assistance. -- 699145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=

Processed: severity of 701815 is important

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 701815 important Bug #701815 [aisleriot] aisleriot: Spider - While playing Spider, an exception occurs whenever you stack (complete) a column Severity set to 'important' from 'grave' > thanks Stopping processing here. Please contact me

Bug#701916: Kill local user processes on logout

2013-02-28 Thread Alkis Georgopoulos
Package: ltsp-client-core Version: 5.4.2-5 Severity: grave Tags: patch upstream LTSP fat clients and also thin clients that use localapps, mount /home/username with SSHFS and unmount it on logout. Unfortunately at the point where the unmount happens, local processes are still running, and when X

Processed: Re: Bug#656877: Also seen on Thecus (iop32x)

2013-02-28 Thread Debian Bug Tracking System
Processing control commands: > fixed -1 3.0~rc.2 Bug #656877 [flash-kernel] flash-kernel is not being run for kernel upgrades with unchanged ABI version Bug #673418 [flash-kernel] flash-kernel is not being run for kernel upgrades with unchanged ABI version Bug #701781 [flash-kernel] linux-image-

Bug#656877: Also seen on Thecus (iop32x)

2013-02-28 Thread gregor herrmann
Control: fixed -1 3.0~rc.2 On Tue, 22 May 2012 14:25:07 -0600, Martin Michlmayr wrote: > * Colin Tuckley [2012-05-22 18:08]: > > I've noticed that when the kernel gets upgraded by apt-get upgrade that > > it does *not* run flash-kernel on my Squeeze system. > > This is a well known issue which

Bug#701868: [Pkg-openssl-devel] Bug#701868: cannot connect to IRC server

2013-02-28 Thread Kurt Roeckx
On Thu, Feb 28, 2013 at 10:36:11AM +0100, Marcus Better wrote: > Package: libssl1.0.0 > Version: 1.0.1e-1 > Severity: grave > > This version of OpenSSL makes it impossible to connect to my company's > IRC server. I have tried four IRC clients (irssi, kvirc, konversation > and quassel) and all of t

Processed: [bts-link] source package src:busybox

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package src:busybox > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debi

Processed: Not yet fixed in stable...

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > unarchive 694810 Bug #694810 {Done: Michael Stapelberg } [plib] plib: CVE-2012-4552 Unarchived Bug 694810 > found 694810 1.8.5-5 Bug #694810 {Done: Michael Stapelberg } [plib] plib: CVE-2012-4552 There is no source info for the package 'plib' at

Bug#701897: CVE-2012-5667: buffer overflow with overly long input lines

2013-02-28 Thread Raphael Geissert
Package: grep Severity: grave Version: 2.6.3-3 Tags: security X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org Hi, the following vulnerability was published for grep. CVE-2012-5667[0]: | Multiple integer overflows in GNU Grep before 2.11 might allow | context-dependent attackers to execu

Processed: Re: Processed: severity of 642096 is serious

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 642096 normal Bug #642096 [reportbug] Unable to create configuration file (UnicodeEncodeError) Severity set to 'normal' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. -- 642096: http://bugs.d

Processed: severity of 642096 is serious

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 642096 serious Bug #642096 [reportbug] Unable to create configuration file (UnicodeEncodeError) Severity set to 'serious' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 642096: http://bugs.

Bug#700716: marked as done (python-imaging: FTBFS: dh_movefiles: .../_imagingtk.so not found (supposed to put it in python-imaging-tk))

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 14:33:34 + with message-id and subject line Bug#700716: fixed in python-defaults 2.7.3-11 has caused the Debian Bug report #700716, regarding python-imaging: FTBFS: dh_movefiles: .../_imagingtk.so not found (supposed to put it in python-imaging-tk) to be ma

Bug#695500: debian-installer-7.0-netboot-kfreebsd-amd64: does not boot from pxe - still reproduceable

2013-02-28 Thread Steven Chamberlain
On 21/02/13 06:39, Martin Zobel-Helas wrote: > | CLIENT MAC ADDR: 00 00 24 CE 6E B8 > > | CLIENT IP: 10.24.0.10 MASK: 255.255.255.0 DHCP IP: 10.24.0.1 > > | TFTP.

Bug#695500: debian-installer-7.0-netboot-kfreebsd-amd64: does not boot from pxe - still reproduceable

2013-02-28 Thread Steven Chamberlain
Hi, On 21/02/13 06:39, Martin Zobel-Helas wrote: > for tftpd-hpa it is even worse: > | CLIENT MAC ADDR: 00 00 24 CE 6E B8 > > | CLIENT IP: 10.24.0.10 MASK: 255.255.255.0 DHCP IP: 10.24.0.1 > > | TFTP.

Bug#701776: fsck.btrfs do not accept -a so the system will not boot anymore

2013-02-28 Thread Tim Cuthbertson
I confirm Axel Beckert's statement in message #60. My system cannot boot with the latest patch 0.19+20130131-2 Tim Cuthbertson

Bug#701558: marked as done (fcitx-bin: bashism in /bin/sh script)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 12:48:23 + with message-id and subject line Bug#701558: fixed in fcitx 1:4.2.7-2 has caused the Debian Bug report #701558, regarding fcitx-bin: bashism in /bin/sh script to be marked as done. This means that you claim that the problem has been dealt with. I

Bug#700815: marked as done (fcitx: doesn't start due to library problem)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 12:48:23 + with message-id and subject line Bug#700710: fixed in fcitx 1:4.2.7-2 has caused the Debian Bug report #700710, regarding fcitx: doesn't start due to library problem to be marked as done. This means that you claim that the problem has been dealt

Bug#700710: marked as done (fcitx-libs-gclient: fails to upgrade from 'testing' - trying to overwrite /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 12:48:23 + with message-id and subject line Bug#700710: fixed in fcitx 1:4.2.7-2 has caused the Debian Bug report #700710, regarding fcitx-libs-gclient: fails to upgrade from 'testing' - trying to overwrite /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1

Bug#701686: marked as done (bowtie2: FTBFS[!linux]: help2man: can't get `--help' info)

2013-02-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Feb 2013 12:32:30 + with message-id and subject line Bug#701686: fixed in bowtie2 2.1.0-1 has caused the Debian Bug report #701686, regarding bowtie2: FTBFS[!linux]: help2man: can't get `--help' info to be marked as done. This means that you claim that the problem h

Bug#701744: [Pkg-xen-devel] Bug#701744: [xen] Update to hypervisor 4.0.1-5.6 or linux-image-2.6.32-5-xen-amd64 2.6.32-48 causes networking (VIF) failures

2013-02-28 Thread Ian Campbell
On Thu, 2013-02-28 at 07:47 +0100, Ingo Jürgensmann wrote: > Am 26.02.2013 um 19:19 schrieb Ian Campbell : > > > So, was the hypervisor upgrade also accompanied by a kernel update, in > > either the dom0 or guest domains? If so what versions were involved and > > where? > > > Additionally to the

Bug#701864: 'Frontier Artistic License' text missing in debian/copyright

2013-02-28 Thread Antonio Radici
tag 701864 +accepted thanks On Thu, Feb 28, 2013 at 09:41:42AM +0200, Damyan Ivanov wrote: > Package: cfengine3 > Version: 3.0.5+dfsg-1 > Severity: serious > > The copyright file of cfengine3 version 3.0.5+dfsg-1 misses the full text of > the Frontier Artistic License, violating Debian Policy 12

Processed (with 1 errors): Re: Bug#701864: 'Frontier Artistic License' text missing in debian/copyright

2013-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 701864 +accepted Unknown tag/s: accepted. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream

  1   2   >