Bug#341087: sysctl.conf: incorrect ipv6 forwarding example

2005-11-28 Thread Brendan O'Dea
Package: procps Version: 1:3.2.6-2 Severity: minor The example in sysctl.conf for ipv6 forwarding is incorrect. You probably want: # Uncomment the next line to enable packet forwarding for IPv6 #net/ipv6/conf/all/forwarding=1 For consistency you may also want to change the ipv4 example to

Bug#341315: Perl 5.8.7-7

2005-11-29 Thread Brendan O'Dea
On Wed, Nov 30, 2005 at 01:07:01AM +0100, Eugen Paiuc wrote: String found where operator expected at /usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SIGNAL ' clicked ()' (Do you need to predeclare SIGNAL?) String found where operator expected at

Bug#341542: CVE number

2005-12-02 Thread Brendan O'Dea
On Fri, Dec 02, 2005 at 10:55:56AM +0100, Martin Pitt wrote: The CVE number CVE-2005-3962 has been assigned to this. Please mention this number in the changelog when you fix this. Yes, Fedora quoted that number in their advisory. Oddly, cve.mitre.org doesn't appear to have that have a match for

Bug#341820: It can't install package libapt-pkg-perl

2005-12-04 Thread Brendan O'Dea
close 341820 severity 341504 normal merge 341820 341504 thanks On Sat, Dec 03, 2005 at 01:13:29PM +0100, [EMAIL PROTECTED] wrote: I can't install this package libapt-pkg-perl. # apt-get install libapt-pkg-perl Reading package lists... Done Building dependency tree... Done Some packages could not

Bug#342230: debsums: doesn't generate missing md5sums for arch all packages anymore

2005-12-06 Thread Brendan O'Dea
On Tue, Dec 06, 2005 at 01:29:45PM +0100, Mario 'BitKoenig' Holbe wrote: since a little while debsums seems to no longer generate missing md5sums for packages being architecture `all' when called automagically via apt. Oops. This could most likely be correlated to the resolution of #318377.

Bug#342293: po4a: --quiet isn't

2005-12-06 Thread Brendan O'Dea
Package: po4a Version: 0.22-1 Severity: wishlist Tags: patch --quiet should set $opts{verbose} to 0, rather than -1 to supress messages. The following patch assumes that the intended behaviour was: po4aconf# verbose=1 (default) po4a -v conf# verbose=1 po4a -vv

Bug#308135: bashism in maintainer script

2005-05-07 Thread Brendan O'Dea
Package: gawk Version: 1:3.1.4-2 postinst contains non-POSIX redirection : if ! ls -l $(ls -l $badlink | cut -d -f2) /dev/null; then better written as: if ! ls -l $(ls -l $badlink | cut -d -f2) /dev/null 21; then --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#308133: bashism in maintainer script

2005-05-07 Thread Brendan O'Dea
Package: gs-common Version: 0.3.7 prerm contains non-POSIX redirection : if type defoma-app /dev/null; then better written as: if type defoma-app /dev/null 21; then --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#308134: bashism in maintainer script

2005-05-07 Thread Brendan O'Dea
Package: mawk Version: 1.3.3-11 postinst contains non-POSIX redirection : if ! ls -l $(ls -l $badlink | cut -d -f2) /dev/null; then better written as: if ! ls -l $(ls -l $badlink | cut -d -f2) /dev/null 21; then --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#308195: libcgi-fast-perl: please increase priority to optional

2005-05-09 Thread Brendan O'Dea
reassign 308195 ftp.debian.org retitle 308195 please set priority of libcgi-fast-perl to optional thanks On Sun, May 08, 2005 at 11:11:25AM -0700, Russ Allbery wrote: Since this package is optional and libcgi-fast-perl is extra, debcheck rightly reports a policy violation on the depends. While

Bug#308697: perl-transition: perl-5.004-suid dummy package still needed

2005-05-11 Thread Brendan O'Dea
reassign 308697 ftp.debian.org thanks On Thu, May 12, 2005 at 01:16:42AM +0200, Javier Fernández-Sanguino Peña wrote: Package: perl-transition Version: 6.3 The 'perl-5.004-suid' package is present in sarge and was previously present, unchanged, in charge. However, this is a dummy

Bug#308891: elinks uninstallable: i386 built against experimental version of libc6

2005-05-12 Thread Brendan O'Dea
Package: elinks Version: 0.10.4-5 Depends: ... libc6 (= 2.3.5-1) ... --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#341542: perl: Still vulnerable...

2005-12-10 Thread Brendan O'Dea
On Thu, Dec 08, 2005 at 12:41:02PM -0800, Charles Stevenson wrote: [EMAIL PROTECTED]:~$ perl -e 'printf(%2918905856\$vs)' Segmentation fault I haven't had time yet but I imagine it might be possible to gain root through perl-suid. This is not a buffer overflow. You're causing a SEGV by

Bug#343220: debsums: [INTL:ru] Russian translation of the package

2005-12-14 Thread Brendan O'Dea
On Tue, Dec 13, 2005 at 09:57:08PM +0300, Yuri Kozlov wrote: Package: debsums Please, include the Russian translation of the man page and template in the next version. Note, what Russian man page must be generated in the KOI8-R charset. (groff is not work this UTF-8) Thanks, applied. ps: thanks

Bug#343220: debsums: [INTL:ru] Russian translation of the package

2005-12-14 Thread Brendan O'Dea
On Tue, Dec 13, 2005 at 09:57:08PM +0300, Yuri Kozlov wrote: Package: debsums [type: man] debsums.1 fr:fr/debsums.fr.1 add_fr:fr/addendum.fr \ [...] ru:ru/debsums.ru.1 add_ru:ru/addendum.ru opt_ru:-L KOI8-R \ opt:-o groff_code=verbatim -o untranslated=Id Was there meant to be an

Bug#343220: debsums: [INTL:ru] Russian translation of the package

2005-12-14 Thread Brendan O'Dea
On Wed, Dec 14, 2005 at 08:39:00PM +0300, Yuri Kozlov wrote: 2005/12/14, Brendan O'Dea [EMAIL PROTECTED]: Was there meant to be an addendum.ru included? Oops. Attached. Applied, thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#343351: perl-base: Errno.pm has hardcoded system/arch line causes lots of problems

2005-12-15 Thread Brendan O'Dea
On Wed, Dec 14, 2005 at 08:57:49AM -0700, Justin Hallett wrote: Package: perl-base Version: 5.8.7-9 Severity: minor this is the type or Error produced everytime I upgrade perl-base Error - Perl execution failed Errno architecture (i486-linux-gnu-thread-multi-2.6.14.3) does not match executable

Bug#344083: Perl 5.8.7-10 breaks amavisd-new

2005-12-19 Thread Brendan O'Dea
Package: libnet-server-perl Version: 0.89-1 On Mon, Dec 19, 2005 at 10:03:33AM +0100, Jacco van Koll wrote: I'm sorry to inform you that perl 5.8.7-10 breaks amavisd-new. I have 2 machines running at this time, both on 'unstable'. One is running perl 5.8.7-9 and amavisd-new, which is running

Bug#225318: updated patch

2005-12-21 Thread Brendan O'Dea
On Sun, Apr 10, 2005 at 04:01:12PM +0200, Robert Millan wrote: I'm attaching an update of Andreas' patch. Diffed against today's tla snapshot. +signdeb () { + if [ -x $(which dpkg-sig) ]; then + dpkg-sig -k ${signkey:-$maintainer} --sign=builder ../$1; + fi +} This -x

Bug#336843: adduser: removes user from group if /etc/group file ends with :

2005-11-03 Thread Brendan O'Dea
reassign 336843 glibc thanks On Thu, Nov 03, 2005 at 09:11:15PM +0100, Marc Haber wrote: On Tue, Nov 01, 2005 at 05:43:40PM +0100, Marc Haber wrote: If a line in /etc/group ends with a colon, adduser user group removes the last user listed in /etc/group: Actually, it's perl's fault: $ grep

Bug#338218: perl-doc: funny manpage characters in perlrun(1)

2005-11-08 Thread Brendan O'Dea
reassign 338218 less close 338218 393-1 thanks On Tue, Nov 08, 2005 at 08:47:39PM +, Julian Gilbey wrote: I just did man perlrun and got the following output in the synopsis section: perl [ -sTtuUWX ] [ -hv ] [ -V[:configvar] ] [ -cw ] [ -d[t][:debugger] ] [

Bug#343335: 340334, 343335: Perl upgrade DB_File.pm trouble and spamassassin

2005-12-22 Thread Brendan O'Dea
On Wed, Dec 21, 2005 at 05:35:21PM +, Hedi Berriche wrote: Just wondering whether * Remove DB_File version checks (closes: #340047, #343335) is the right way for fixing the reported bug. Indeed wouldn't be more appropriate to do the check only when $db_version is defined i.e. a patch

Bug#345157: perl: Null character in logfiles

2005-12-29 Thread Brendan O'Dea
On Thu, Dec 2,9 2005 at 01:31:16PM +0100, Wojtek wrote: Sys:Syslog perl module appends \0 character to each line before sending it to syslog. [...] Thanks, I've forwarded a patch upstream. Note: this problem appears to be specific to syslog-ng. I don't see any issues with sysklogd (which I

Bug#325528: libm17n-0: segfaults with mgp, rendering it unusuable

2006-01-03 Thread Brendan O'Dea
tags 325528 - unreproducible tags 325528 + patch found 325528 1.2.0-5 thanks On Tue, Aug 30, 2005 at 04:22:36AM +0900, Hidetaka Iwai wrote: Marc Dequènes (Duck) [EMAIL PROTECTED] wrote: Using any sample file provided with mgp resulted in a segfault after rendering background, so i guess when

Bug#332629: perl-debug: incorect $Config::Config{usemymalloc} value.

2005-10-07 Thread Brendan O'Dea
On Fri, Oct 07, 2005 at 03:10:40PM +0400, Andrew Shirrayev wrote: $debugperl -MConfig -le 'print usemymalloc is .$Config::Config{usemymalloc}' usemymalloc is n This is a side-effect of there being only one Config.pm shipped which is used by both perl and debugperl: $ perl -MConfig -le 'print

Bug#333475: less no longer handles bold+underline overstriking correctly

2005-10-11 Thread Brendan O'Dea
Package: less Version: 391-1 On Fri, Jan 16, 2004 at 02:32:59PM +0100, Thomas Schoepf wrote: can you test this with the latest version less 381-2? Handling of UTF-8 characters should be fixed there. Perhaps not related since the encoding doesn't appear to make a difference, but the current

Bug#303308: [EMAIL PROTECTED]: Bug#303308: Patch for Perl untaint bug]

2005-10-29 Thread Brendan O'Dea
See: http://bugs.debian.org/303308 . The issue described concerns $1 getting tainted when a __WARN__ handler is called (undefined value) during the execution of an expression which contains a tainted value. After this point, $1 is always tainted. From what I can tell, $1 is being tainted from

Bug#303308: Patch for Perl untaint bug

2005-10-29 Thread Brendan O'Dea
forwarded 303308 perl5-porters@perl.org thanks On Thu, Oct 20, 2005 at 09:27:24AM -0400, Chris Heath wrote: We were finally able to narrow this bug down to a small test case. I have also attached a patch that fixes it. Thanks Chris, Brendan, is there anything else you need from us to get this

Bug#335741: help2man 'make install' fails when building from another dir

2005-10-29 Thread Brendan O'Dea
On Tue, Oct 25, 2005 at 10:51:56AM -0700, Paul Eggert wrote: Here is a patch: * Change Makefile.in to support builds from other directories, as per GNU coding standards (thanks to Paul Eggert). Applied, thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#315904: debsums: Unescaped '`' in manpage

2005-10-29 Thread Brendan O'Dea
On Mon, Jun 27, 2005 at 02:09:23AM +0200, Tobias Diedrich wrote: The debsums manpage does not escape '`' in one of the usage-Examples. This has no consequences in an iso-8859-1 locale, but breaks in utf-8 locales. See also groff_char(1), Grave Accent. Thanks, applied. --bod -- To

Bug#331335: debsums: [INTL:sv] Swedish debconf templates translation

2005-10-29 Thread Brendan O'Dea
On Mon, Oct 03, 2005 at 03:20:00AM +0200, Daniel Nylander wrote: Project-Id-Version: debsums 2.0.18\n Report-Msgid-Bugs-To: \n POT-Creation-Date: 2004-06-14 12:29-0700\n PO-Revision-Date: 2005-10-04 03:11+0200\n Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n Language-Team: Swedish [EMAIL

Bug#330205: INTL [l10n:pt_PT] Portuguese translation for debsums

2005-10-29 Thread Brendan O'Dea
On Mon, Sep 26, 2005 at 07:13:26PM +0100, Miguel Figueiredo wrote: Portuguese translation for debsums, by Rui Branco [EMAIL PROTECTED] Feel free to use it. Applied, thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#336045: debsums: Spanish debconf translation

2005-10-29 Thread Brendan O'Dea
On Thu, Oct 27, 2005 at 05:13:38PM +0200, César Gómez Martín wrote: Please find attached the spanish debconf translation for debsums, reviewed by the debian-l10n-spanish mailing list. Applied, thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#303308: [EMAIL PROTECTED]: Bug#303308: Patch for Perl untaint bug]

2005-11-01 Thread Brendan O'Dea
tag 303308 + pending thanks On Sun, Oct 30, 2005 at 03:45:52PM -0500, Chris Heath wrote: On Sat, 2005-10-29 at 16:07 +1000, Brendan O'Dea wrote: See: http://bugs.debian.org/303308 . The following patch appears to correct the problem, although I'm not sufficiently versed in the taint

Bug#333510: [FTBFS] perl fails on arm with -O2

2005-10-12 Thread Brendan O'Dea
On Wed, Oct 12, 2005 at 12:01:03PM +0300, Riku Voipio wrote: Perl fails to build on arm/armeb with -O2 optimization and current gcc4. with -01, perl compiled fine and pass testsuites withoout a problem. By using the following patch instead of the current 63_debian_ppc_opt.. patch, this (gcc) issue

Bug#333510: [FTBFS] perl fails on arm with -O2

2005-10-13 Thread Brendan O'Dea
reopen 333510 thanks On Thu, Oct 13, 2005 at 01:49:45PM +1000, Brendan O'Dea wrote: Building a new package now. I've dropped the optimisation on only the following files (which proved to be the source of the problem on other architectures): pp_ctl.c, pp_hot.c and pp_sort.c . If this doesn't fix

Bug#333702: perl - t/op/alarm.t is racy

2005-10-13 Thread Brendan O'Dea
On Thu, Oct 13, 2005 at 03:38:17PM +0200, Bastian Blank wrote: On Thu, Oct 13, 2005 at 11:28:56PM +1000, Brendan O'Dea wrote: Yeah, although in practice it works 99% of the time. It breaks on a z990, which is nothing like a slow machine. Speed has nothing to do with it. As you've pointed out

Bug#333475: less no longer handles bold+underline overstriking correctly

2005-10-14 Thread Brendan O'Dea
On Fri, Oct 14, 2005 at 11:43:29PM +0200, Thomas Schoepf wrote: could you please attach an example file where this happens? I cannot reproduce it with the text in your first mail. I don't know how else to demonstrate. The overstriking basic pattern which some manual pages use for bold+underline

Bug#334023: perl: possible LKM Trojan infection

2005-10-15 Thread Brendan O'Dea
On Sat, Oct 15, 2005 at 12:49:39AM -0400, Marv Stodolsky wrote: Package: perl Version: 5.8.7-3 Severity: important # chkrootkit reported a possible LKM Trojan infection of readdir which is part of the perl package: -- Checking `bindshell'... not infected Checking `lkm'... You have 3

Bug#334030: perl_5.8.7-6(m68k/unstable):

2005-10-15 Thread Brendan O'Dea
On Fri, Oct 14, 2005 at 12:44:33PM +0200, [EMAIL PROTECTED] wrote: Package: perl Version: 5.8.7-6 Severity: serious There was an error while trying to autobuild your package: Automatic build of perl_5.8.7-6 on ska by sbuild/m68k 69 Build started at 20051013-0833 [...] ** Using build

Bug#198945: 198945 is fixed in 5.8.7-5

2005-10-17 Thread Brendan O'Dea
On Sun, Oct 16, 2005 at 07:53:39PM +, Brian M. Carlson wrote: Version: 5.8.7-5 Darn. Mucked up the closes line in the changelog again. Thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#332444: help2man's translation and charsets

2005-10-17 Thread Brendan O'Dea
# oops, muffed the closes line on upload close 332444 1.36.1 thanks On Thu, Oct 06, 2005 at 06:21:20PM +0300, Tommi Vainikainen wrote: +bind_textdomain_codeset $this_program, ISO-8859-1; I've added this translation, thanks. The bind_textdomain_codeset didn't seem to be necessary when --locale

Bug#334516: perl -d message needs some updating

2005-10-18 Thread Brendan O'Dea
tags 334516 + pending thanks On Tue, Oct 18, 2005 at 12:55:16AM +1000, Anand Kumria wrote: Why doesn't Perl just say 'use o inhibit_exit' rather than the old message. Thanks, changed for next upload. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#282168: any plans to integrate this?

2005-11-13 Thread Brendan O'Dea
On Wed, Jun 22, 2005 at 03:12:56PM +1000, Craig Small wrote: On Tue, Jun 21, 2005 at 08:58:30PM -0500, Graham Wilson wrote: Craig, have you reviewed this patch? Are there any plans to integrate this into the package? Yes I have, it (or something close to it) will get into the next release.

Bug#317058: libapt-pkg-perl: segfault in XS_AptPkg___pkg_records_DESTROY

2005-11-13 Thread Brendan O'Dea
On Sat, Oct 08, 2005 at 12:32:05AM +0300, Niko Tyni wrote: Looks like a 'use overload' line in URI.pm from liburi-perl somehow causes the SIGSEGV. I have not investigated this further. Thanks for the concise test-case Niko. Unfortunately I've been unable to determine the cause as yet. It seems

Bug#334958: libapt-pkg-perl: please recompile against libapt-pkg-dev from experimental

2005-11-13 Thread Brendan O'Dea
On Fri, Oct 21, 2005 at 08:27:02AM +0200, Marc Haber wrote: Please recompile against libapt-pkg-dev from experimental and upload to experimental. This would allow experimental apt to get better test coverage. Thanks! If you don't have time, I can NMU to experimental if you wish, the recompile is

Bug#338995: help2man: [INTL:fr] French program translation update

2005-11-14 Thread Brendan O'Dea
On Mon, Nov 14, 2005 at 12:21:10PM +0100, Thomas Huriaux wrote: Please find attached the French program translation update by Denis Barbier. This file should be put as fr.po in your po directory. Applied, thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#339595: Fix

2005-11-17 Thread Brendan O'Dea
On Thu, Nov 17, 2005 at 01:21:44PM -0500, Adam Garside wrote: relmajor=`echo $relmajor | sed 's/^[0-9]*\.\([0-9]*\)\..*/\1/'` appears to be the offending line. echo $relmajor should be echo $release Still broken, that gives me relmajor=6 rather than 2. Perhaps this: eval $(uname -r | sed -e

Bug#339689: debsums: Please switch to po4a to handle manpages translation

2005-11-18 Thread Brendan O'Dea
On Fri, Nov 18, 2005 at 12:30:33AM +0100, Frédéric Bothamy wrote: Please find attached a patch to switch to po4a to handle manpages translations. Thanks, applied for 2.0.20. Except for the French translation which has been reviewed by the debian-l10n-french team, the pt_BR translation is marked

Bug#339949: checkroot.sh: calling mountvirtfs fails

2005-11-19 Thread Brendan O'Dea
Package: initscripts Version: 2.86.ds1-5 Tags: patch Sun Nov 20 07:34:27 2005: Activating swap... Sun Nov 20 07:34:27 2005: . Sun Nov 20 07:34:27 2005: Checking root file system Sun Nov 20 07:34:27 2005: Usage: /etc/rcS.d/S10checkroot.sh start|stop|restart|reload|force-reload The usage

Bug#339955: sysv-rc: /etc/init.d/*.sh should be sourced in runlevel S

2005-11-19 Thread Brendan O'Dea
Package: sysv-rc Version: 2.86.ds1-5 Severity: serious Debian Policy states (§9.3.1): Also, if the script name ends `.sh', the script will be sourced in runlevel `S' rather that being run in a forked subprocess, but will be explicitly run by `sh' in all other runlevels. This could

Bug#339955: [Pkg-sysvinit-devel] Bug#339955: sysv-rc: /etc/init.d/*.sh should be sourced in runlevel S

2005-11-19 Thread Brendan O'Dea
On Sat, Nov 19, 2005 at 11:33:44PM +0100, Petter Reinholdtsen wrote: [Brendan O'Dea] Debian Policy states (§9.3.1): Also, if the script name ends `.sh', the script will be sourced in runlevel `S' rather that being run in a forked subprocess, but will be explicitly run by `sh' in all

Bug#339595: fix: $relmajor = $release

2005-11-21 Thread Brendan O'Dea
On Sat, Nov 19, 2005 at 02:23:18AM +0100, Markus Kolb wrote: As someone has already posted before $relmajor should become $release in the $relmajor assignment. This patch fixes it: == --- /etc/dhclient-script.orig 2005-11-15

Bug#339955: sysv-rc: /etc/init.d/*.sh should be sourced in runlevel S

2005-11-21 Thread Brendan O'Dea
On Mon, Nov 21, 2005 at 09:55:22AM +0100, Thomas Hood wrote: Brendan O'Dea wrote: there are quite a few instances in /etc/init.d/*.sh scripts where exit is called. All the exit commands are either (1) at the end of usage exception sections, or (2) preceded by colons ':'. Testing suggests

Bug#339955: sysv-rc: /etc/init.d/*.sh should be sourced in runlevel S

2005-11-21 Thread Brendan O'Dea
On Mon, Nov 21, 2005 at 09:34:11AM +0100, Thomas Hood wrote: Brendan O'Dea wrote: Note: I believe that return should work to exit from a script both when sourced and when executed but perhaps someone with a copy of POSIX could confirm. Disconfirmation: $ cat /tmp/s #!/bin/bash echo foo

Bug#340047: perl should depend on libdb4.3 =4.3.29 not 4.3.28

2005-11-21 Thread Brendan O'Dea
On Sun, Nov 20, 2005 at 11:19:31AM -0500, Eric Lammerts wrote: Package: perl Version: 5.8.7-8 Perl should depend on libdb4.3 = 4.3.29, not = 4.3.28-1 as is currently the case. With libdb4.3 4.3.28-2 installed I get this: $ perl -e 'use DB_File' DB_File needs compatible versions of libdb db.h

Bug#340161: debsums: error on upgrade, missing dependency on dpkg-architecture?

2005-11-21 Thread Brendan O'Dea
On Mon, Nov 21, 2005 at 01:28:02PM +0100, Mourad De Clerck wrote: Can't exec /usr/bin/dpkg-architecture: No such file or directory at /usr/bin/debsums line 131. Use of uninitialized value in scalar chomp at /usr/bin/debsums line 131. and then a whole bunch of: Use of uninitialized value in

Bug#401984: perl-doc: perlfunc(1) does not mention Regexp built-in reference type

2006-12-07 Thread Brendan O'Dea
On Thu, Dec 07, 2006 at 02:08:59AM -0500, Frederic Briere wrote: The description of ref() in perlfunc(1) features a list of built-in reference types. Although the wording makes it sound non-exhaustive (Builtin types include), it seems rather complete to me, with the exception of the Regexp type:

Bug#393066: a2p: translated print must have \n

2006-10-15 Thread Brendan O'Dea
severity 393066 normal close 393066 thanks On Sat, Oct 14, 2006 at 09:01:32PM +0200, Bernd Warken wrote: The `print' command in `awk' adds automatically a `\n' at the end. `a2p' translates it just in a Perl `print' without adding a `\n'. awk print output is followed by the value of ORS (newline

Bug#390442: Debian Bug#390442: segfault (double free?) after deleting from hash during adding a new element

2006-10-19 Thread Brendan O'Dea
forwarded 390442 perl5-porters@perl.org thanks On Wed, Oct 18, 2006 at 03:06:01PM +0100, Nicholas Clark wrote: The test case can be reduced somewhat: #!/usr/bin/perl use strict; use warnings; my %H; my $v = meh; $H{A} ||= do { foreach my $k (keys %H) { delete $H{$k}; } $v;

Bug#393810: prename: man page examples need different quotes

2006-10-19 Thread Brendan O'Dea
On Thu, Oct 12, 2006 at 12:29:31PM +0100, Jon Dowland wrote: Very minor problem with examples with quotes in the manpage: To translate uppercase names to lower, you???d use rename ???y/A-Z/a-z/??? * This cannot be copied directly into a terminal, because man (or nroff or

Bug#389528: debsums: Trivial update for French, Russian and Swedish po manpages

2006-10-31 Thread Brendan O'Dea
On Tue, Sep 26, 2006 at 10:13:15AM +0200, Frédéric Bothamy wrote: Please find attached a trivial patch to fix manpage translations for French, Russian and Swedish. You may want to manually unfuzzyfy such translation strings for simple english corrections. Thanks Fred. (this bug is similar to

Bug#389035: debsums: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2006-10-31 Thread Brendan O'Dea
On Sat, Sep 23, 2006 at 10:36:53AM -0300, Herbert P Fortes Neto wrote: Please consider Brazilian Portuguese translation for debsums debconf templates. I'm sending attached debsums_pt_BR.po.gz. Thanks, applied. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#396583: libgcj-common: Link to gcj-4.1-base makes checksums mismatch

2006-11-02 Thread Brendan O'Dea
On Wed, Nov 01, 2006 at 06:10:57PM +0100, Marc-Jano Knopp wrote: libgcj-common installs a symlink from /usr/share/doc/libgcj-common to /usr/share/doc/gcj-4.1-base, which makes checksums mismatch: Looking at the current packages, it doesn't appear that either libgcj-common or gcj-4.1-base includes

Bug#397237: libperl5.8: package is empty

2006-11-06 Thread Brendan O'Dea
My mail or the BTS must be lagging somewhat. Forgive me if I repeat myself. On Sun, Nov 05, 2006 at 03:05:46PM -0800, Steve Langasek wrote: On Sun, Nov 05, 2006 at 11:57:19PM +0100, Nicolas Boullis wrote: On Sun, Nov 05, 2006 at 02:47:15PM -0800, Steve Langasek wrote: But clearly if you're

Bug#390282: please interpret _all_ gpg non-zero exit status as a security problem

2006-10-01 Thread Brendan O'Dea
On Sat, Sep 30, 2006 at 10:24:47AM +0200, Robert Millan wrote: I'm not sure what the subset of non-zero exit status that result after this bitshifting means (FWIW, the gpg manpage only makes distinction between zero and non-zero status), but it's clearly something we don't want. If gpg returns

Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-03 Thread Brendan O'Dea
tag 390636 + pending thanks On Tue, Oct 03, 2006 at 12:17:57AM +0200, Per Olofsson wrote: More specifically, controllib.pl is missing a use POSIX; or so. Right. Added. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#389497: typo in /lib/lsb/init-functions

2006-09-25 Thread Brendan O'Dea
Package: lsb-base Version: 3.1-15 Severity: minor There is a small typo in the log_use_fancy_output() function: --- init-functions.orig 2006-08-25 10:06:01.0 +1000 +++ init-functions 2006-09-26 10:18:33.0 +1000 @@ -133,7 +133,7 @@ log_use_fancy_output () {

Bug#379463: perl-base: setlocale() does not work as documented

2006-08-10 Thread Brendan O'Dea
On Sun, Jul 23, 2006 at 09:05:43PM +0200, Helge Kreutzmann wrote: I am trying to write a locale aware program. As I understand the perl documentation (mainly the man page perllocale) perl is currently dealing only with output (I will discuss this man page in a different wishlist bug later). So I

Bug#343351: perl-base: Errno arch check bug (re)introduced in Sarge

2006-01-17 Thread Brendan O'Dea
On Tue, Jan 17, 2006 at 10:22:02AM +0100, Jonas Bardino wrote: The lastest upgrade of perl-base in Sarge (re)introduces the broken check which was fixed in bug #343351. This was fixed in unstable only, not sarge. I've only seen the bug in relation to 'awstats' not working anymore, but the list

Bug#492816: libperl must NOT be installed in /usr/lib

2008-07-29 Thread Brendan O'Dea
On Tue, Jul 29, 2008 at 10:44 AM, Marc Lehmann [EMAIL PROTECTED] wrote: debian makes it impossible to install perls in other prefixes by forcing libperl.so (a private library that should not be in the default search path) into /usr/lib, where it clashes with every other libperl. Impossible?

Bug#492816: libperl must NOT be installed in /usr/lib

2008-07-30 Thread Brendan O'Dea
On Wed, Jul 30, 2008 at 7:52 AM, Marc Lehmann [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 11:17:33PM +1000, Brendan O'Dea [EMAIL PROTECTED] wrote: I think that you have some other problem. -Lpath -lperl will search at compile time for libperl.so or libperl.a in path before it searches

Bug#492816: libperl must NOT be installed in /usr/lib

2008-07-30 Thread Brendan O'Dea
On Wed, Jul 30, 2008 at 7:55 AM, Marc Lehmann [EMAIL PROTECTED] wrote: (I really wonder when debian maintainers learn to do their job properly and stop trying to act like bignosed idiots who know everything better - wasn't the we-know-better-than-openssl incident enough?). Sorry, but you

Bug#474529: Perl policy vs. the search order for .1{,p} manpages

2008-08-06 Thread Brendan O'Dea
On Wed, Aug 6, 2008 at 6:34 PM, Colin Watson [EMAIL PROTECTED] wrote: I'd contend that you should simply divert the manual page in the same way. It's almost always wrong to handle manual pages differently from binaries in maintainer scripts - if you divert foo to foo.real, you should also

Bug#474529: Perl policy vs. the search order for .1{,p} manpages

2008-08-06 Thread Brendan O'Dea
On Wed, Aug 6, 2008 at 4:34 AM, Niko Tyni [EMAIL PROTECTED] wrote: while Brendan hasn't found the time to comment on this, I think moving .1p up on the search list would be the best thing to do for lenny at least. Would you still be willing to do that? The reason that modules manual pages have

Bug#495394: perl: Install of diffrent versions in parallel alternatives

2008-08-16 Thread Brendan O'Dea
reassign 495394 postgresql-plperl-8.1 thanks On Sun, Aug 17, 2008 at 9:54 AM, Peter Niebling [EMAIL PROTECTED] wrote: It should be possible to have different perl versions installed in parallel. This concerns also perl-base and perl-modules. This is somewhat more complicated than you might

Bug#495394: perl: Install of diffrent versions in parallel alternatives

2008-08-17 Thread Brendan O'Dea
On Sun, Aug 17, 2008 at 7:02 PM, Peter Eisentraut [EMAIL PROTECTED] wrote: Actually, the solution is that postgresql-plperl-8.1 needs to be re-built for 5.10. That is not possible, because postgresql-plperl-8.1 is part of etch. Ah, it was not clear that you were trying to do a partial

Bug#343831: perl: warn causes segmentation fault due to infinite recursion

2007-11-26 Thread Brendan O'Dea
On Mon, Nov 26, 2007 at 05:09:35PM +0100, Vincent Lefevre wrote: found 343831 5.8.8-12 This appears to have been fixed in 5.10.0 which should be released before too long. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#376329: still reproduces

2007-11-27 Thread Brendan O'Dea
Version: 5.10.0~rc1-1 On Tue, Nov 27, 2007 at 04:20:34PM -0500, Joey Hess wrote: I can still reproduce using the test case with ii perl 5.8.8-12 Larry Wall's Practical Extraction and Report Also a problem with 5.10.0-RC1. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#443530: Compliment debsums/apt-autogen for missing md5sums

2007-11-28 Thread Brendan O'Dea
On Sat, Sep 22, 2007 at 03:20:43PM +0900, Osamu Aoki wrote: Please consider to include attached patch to address this issue. Thanks! Applied. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#421782: marked as done (icedove doesn't notice remotely created IMAP folders)

2007-11-29 Thread Brendan O'Dea
On 29/11/2007, Debian Bug Tracking System [EMAIL PROTECTED] wrote: * Set umask to ensure created .md5sums are readable (closes: #421782). Whups, typo in changelog: this closes #421792. Sorry for the spam. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#457176: perl: new upstream version available

2007-12-20 Thread Brendan O'Dea
severity 457176 wishlist tags 457176 + pending thanks On Thu, Dec 20, 2007 at 11:03:22AM +0100, Klaus Ita wrote: Well, perl 5.10.0 has been released. Debian might want do bounce to that? It is being worked on. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#457760: perl_5.10.0-1(experimental/i386/demosthenes): test suite failure in ext/Sys/Syslog/t/syslog

2007-12-27 Thread Brendan O'Dea
On Tue, Dec 25, 2007 at 01:26:11PM +0100, Marc 'HE' Brockschmidt wrote: Package: perl Version: 5.10.0-1 Severity: serious Tags: experimental Heya, Building perl 5.10 failed on all my buildds due to the same test suite failure: | ext/Sys/Syslog/t/syslog...#

Bug#458135: libperl-dev from experimental depends on wrong package name

2007-12-29 Thread Brendan O'Dea
On Fri, Dec 28, 2007 at 10:12:01PM +, peter green wrote: The name of the libperl package has been changed to libperl5.10 in experimental but the dependency in the libperl-dev package has not been changed to match. This renders experimentals version of libperl-dev uninstallable. Drats,

Bug#458199: CGI(3perl): relative-0 -- relative=0

2007-12-29 Thread Brendan O'Dea
tags 458199 + unreproducible close 458199 thanks On Sat, Dec 29, 2007 at 02:02:46PM +, Reuben Thomas wrote: Package: perl-doc Version: 5.8.8-12 Severity: minor Typo as per subject in man page. Looks correct to me: $ man CGI | fgrep relative | fgrep \ $relative_url =

Bug#458143: libpod-simple-perl FTBFS with perl from experimental

2007-12-29 Thread Brendan O'Dea
On Fri, Dec 28, 2007 at 07:21:49PM -0800, Russ Allbery wrote: gregor herrmann [EMAIL PROTECTED] writes: ... as you said this affects a few hundred [0] of our packages. Uh. (How does Makefile.PL have to be invoked differently?) $(PERL) Makefile.PL INSTALLDIRS=vendor \

Bug#458143: libpod-simple-perl FTBFS with perl from experimental

2007-12-29 Thread Brendan O'Dea
On Sat, Dec 29, 2007 at 03:50:14PM -0800, Russ Allbery wrote: Even if we decide to reintroduce this bug into Perl 5.10 to keep existing Debian build scripts working, we should still fix the Makefile.PL invocations in all of our packages so that the directory isn't created with either 5.8 or 5.10

Bug#461626: debsums: /var/games/bastet.scores checked, shouldn't be

2008-01-24 Thread Brendan O'Dea
reassign 461626 bastet thanks On Sun, Jan 20, 2008 at 12:26:53AM +, phil wrote: debsums detects that /var/games/bastet.scores has changed. I would have thought that all files in /var/ would be skipped. Certainly scores files should be! Is this a debsums or bastet issue? A problem with

Bug#49669: pos($a)-information lost after { local($a) }

2008-01-26 Thread Brendan O'Dea
tags 49669 pending thanks On Thu, Jan 10, 2008 at 11:05:53PM +0100, Moritz Lenz wrote: It seems this bug is fixed in upstream version 5.10.0: Thanks, The Perl 5.10 package is currently in experimental, and will be uploaded to unstable once some issues with packaged modules are resolved. I'll

Bug#460915: perl-modules: Please Provides/Replaces/Conflicts libversion-perl

2008-01-26 Thread Brendan O'Dea
On Tue, Jan 15, 2008 at 05:08:30PM +0100, gregor herrmann wrote: AFAICS version.pm is in perl-modules 5.10 (perl-modules: /usr/share/perl/5.10.0/version.pm); please add a Provides/Replaces/Conflicts like it's there for some other modules. Thanks, done. --bod -- To UNSUBSCRIBE, email to

Bug#461876: perl_5.10.0-2(experimental/mipsel/mimir): FTBFS: Testsuite failure in ext/IO/t/io_sock.t

2008-01-26 Thread Brendan O'Dea
On Mon, Jan 21, 2008 at 11:52:21AM +0100, Marc 'HE' Brockschmidt wrote: | ext/IO/t/io_sock..FAILED--expected test 11, saw test 12 That's puzzling. Is the build tree still around? If so, does the test fail consistently? Run: cd t; ./perl

Bug#461553: libapt-pkg-perl: incorrect documentation for AptPkg::Cache::Version-{DependsList}

2008-01-28 Thread Brendan O'Dea
On Sat, Jan 19, 2008 at 03:39:53PM +0200, Niko Tyni wrote: According to the documentation, AptPkg::Cache::Version-{DependsList} provides the reverse dependencies. This seems to be incorrect. Oops, looks like a cut and paste error. Thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#450794: CVE-2007-5116 buffer overflow in the polymorphic opcode regcomp.c

2007-11-10 Thread Brendan O'Dea
On Sat, Nov 10, 2007 at 07:00:17PM +0100, Nico Golde wrote: the following CVE (Common Vulnerabilities Exposures) id was published for perl. Upload is waiting for ftp-master to come back. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#451317: perl: corrupted double-linked list error

2007-11-15 Thread Brendan O'Dea
On Thu, Nov 15, 2007 at 12:13:53PM +1300, srdjan wrote: *** glibc detected *** perl: corrupted double-linked list: 0xaae91d28 Can you provide a small sample perl program which causes this behaviour? --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#453988: Mass bug filing: debian/changelog must be utf8

2007-12-10 Thread Brendan O'Dea
On Sun, Dec 02, 2007 at 05:18:16PM +0100, Bas Zoetekouw wrote: According to the lintian checks at [2] and [3], your package does not comply with this goal yet, and uses a different encoding for debian/changelog To fix this, simply filter the file through iconv -f original_encoding -t utf8. E:

Bug#304705: perl: please remove non-standard rename command

2005-05-29 Thread Brendan O'Dea
tag 304705 - wontfix thanks On Thu, Apr 14, 2005 at 10:43:50PM +0200, Jan Nieuwenhuizen wrote: Debian is the only major distribution that does not ship util-linux's rename command. In order to fix this bug (#228737), rename must first be dropped from perl. The util-linux maintainer writes

Bug#310995: perl: 64 bit integer support

2005-05-29 Thread Brendan O'Dea
severity 310995 wishlist thanks On Fri, May 27, 2005 at 05:33:34PM +0200, Richard van den Berg wrote: On my (32 bit) debian system, perl -V includes the following: use64bitint=undef use64bitall=undef uselongdouble=undef I'd very much like to be able to use the perl native 64 bit integer

Bug#311571: Bareword getcwd not allowed while strict subs in use at /usr/share/perl/5.8.6/File/Path.pm line 266

2005-06-03 Thread Brendan O'Dea
On Wed, Jun 01, 2005 at 06:58:02PM -0400, Duncan Findlay wrote: Package: perl-modules Version: 5.8.6-1 Severity: normal Tags: patch File: /usr/share/perl/5.8.6/File/Path.pm While installing PAR using CPAN: ./static -I/home/duncf/.cpan/build/PAR-0.87/inc -I/etc/perl -I/usr/local/lib/perl/5.8.6

Bug#292998: debsums: I think it's a typo on that line

2005-01-31 Thread Brendan O'Dea
On Mon, Jan 31, 2005 at 11:25:06PM +0100, Cristian Ionescu-Idbohrn wrote: - $locales{$1}++ if /^\w.+/; + chomp; + $locales{$_}++ if /^\w.+/; Yes, a typo--missing parens. Thanks. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#293111: ffmpeg jpeg format no longer works as of 0.cvs20050121-1

2005-01-31 Thread Brendan O'Dea
Package: ffmpeg Version: 0.cvs20050121-1 I use ffmpeg to capture images from my webcam and stream singlejpeg format via udp. Since 0.cvs20050121-1, this no longer works. Example output (to a file for simplicity): $ ffmpeg -qscale 3 -vd /dev/video0 -f singlejpeg -s 320x240 foo ffmpeg

  1   2   3   4   >