Bug#507211: mrd6: Missing includes of limits.h

2008-11-28 Thread James Westby
Package: mrd6 Version: 0.9.6-1.2 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, There are two instances where your package needs to include limits.h. One for a use of PATH_MAX, the other for a use of INT_MAX. Attached is a patch to do this, pl

Bug#507213: netdiag: Doesn't specify a mode when calling open() with O_CREAT

2008-11-28 Thread James Westby
Package: netdiag Version: 1.0-12 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, Your package calls open() with the O_CREAT but without specifying a mode. open(2) says that this isn't allowed. The attached patch adds the mode argument to the ca

Bug#507214: php-net-socket: Missing build dependency on php-pear

2008-11-28 Thread James Westby
Package: php-net-socket Version: 1.0.9-1 Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty Hi, Your package uses pear in debian/rules, but it does not build depend on php-pear, so it fails to build if it is not installed. Thanks, James -- To UNSUBSCRIBE, email to [EMAI

Bug#507215: mseide-msegui: bashism in debian/build_all.sh

2008-11-28 Thread James Westby
Package: mseide-msegui Version: 1.8-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, Your package uses "function" in debian/build_all.sh that is a bashism, and hence your package can't be built on a system with dash as /bin/sh. The attached p

Bug#507216: pdsh: Correct include for ARG_MAX

2008-11-28 Thread James Westby
Package: pdsh Version: 2.16-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, src/pdsh/xpopen.c include limits.h and states that it is for the definition of ARG_MAX, when ARG_MAX is declared in linux/limits.h. Ubuntu's compiler is more strict

Bug#503499: unworkable - FTBFS: error: openssl/bn.h: No such file or directory

2008-11-29 Thread James Westby
Hi, In order to get the package to build I had to add build dependencies on libssl-dev and bison (for yacc). Thanks, James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#507262: vdetelweb: Missing include of limits.h

2008-11-29 Thread James Westby
Package: vdetelweb Version: 1.1b-2 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, Your package uses the definition of _POSIX_PATH_MAX but does not include limits.h, so it will fail to build with compilers that are more strict about these thing

Bug#507267: virtall: Missing build dependency on translate-toolkit

2008-11-29 Thread James Westby
Package: virtall Version: 0.2-1 Severity: important User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty Hi, Your package tries to use translate-toolkit during the build, but it doesn't declare it as a build dependency. Thanks, James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Bug#507267: virtall: Missing build dependency on translate-toolkit

2008-11-29 Thread James Westby
reassign 507267 virtaal retitle 507267 virtaal: Missing build dependency on translate-toolkit thanks On Sat, 2008-11-29 at 16:55 +0100, Martin Michlmayr wrote: > * James Westby <[EMAIL PROTECTED]> [2008-11-29 15:43]: > > Package: virtall > > Is this package actually in D

Bug#507282: xmcd: Missing mode to open() calls with O_CREAT

2008-11-29 Thread James Westby
Package: xmcd Version: 2.6-21 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, open(2) states that a mode must be specified when the O_CREAT flag is specified, there are a few cases where you package does not do that. Attached is a patch to spe

Bug#507291: xorp: Use a format string to print the value of a string variable

2008-11-29 Thread James Westby
Package: xorp Version: 1.5-6 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, In your package there are two places where the value of a single variable containing a string is printed directly. This can cause crashes, and can even be a security v

Bug#501320: xournal: Please include html documentation in package

2008-10-06 Thread James Westby
Package: xournal Version: 0.4.2.1-0.1 Severity: wishlist User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid Hi, It would be nice to package the HTML documentation, as there is some useful information in there. Adding "html-doc" to debian/docs should be sufficient, though you may wish to ad

Bug#501324: xournal: please install .desktop file and icons

2008-10-06 Thread James Westby
Package: xournal Version: 0.4.2.1-0.1 Severity: wishlist Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, Installing the .desktop file and the icons will give a better user experience where the Debian menu system is not used. Ubuntu have a patch to do this, wh

Bug#501323: xournal: please add a watch file

2008-10-06 Thread James Westby
Package: xournal Version: 0.4.2.1-0.1 Severity: wishlist Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, Ubuntu have written a watch file for your package, please consider including it. Thanks, James watch Description: application/fluid

Bug#501325: xournal: please add a sharedmimeinfo file

2008-10-06 Thread James Westby
Package: xournal Version: 0.4.2.1-0.1 Severity: wishlist Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, Adding a sharedmimeinfo file will allow systems using shared-mime-info to automatically associate .xoj files with xournal. Ubuntu has a patch to support t

Bug#493213: config-manager: Don't depend on pybaz

2008-10-08 Thread James Westby
ency=medium + + * Non-maintainer upload. + * Don't depend on pybaz, as it has been removed. Make a failure to import +pybaz non-fatal, to allow for local installs. (Closes: #493213) + + -- James Westby <[EMAIL PROTECTED]> Wed, 08 Oct 2008 13:20:22 +0100 + config-manager (0.3-3.1) unstable

Bug#501576: libpolkit2: requires files from policykit, but doesn't declare that

2008-10-08 Thread James Westby
Package: libpolkit2 Version: 0.9-1 Severity: important Forwarded: https://bugs.freedesktop.org/show_bug.cgi?id=17978 User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid Hi, A full description of the causes of the problem are given in the upstream bug report: https://bugs.freedesktop.org/s

Bug#501576: [Pkg-utopia-maintainers] Bug#501576: libpolkit2: requires files from policykit, but doesn't declare that

2008-10-08 Thread James Westby
On Wed, 2008-10-08 at 18:01 +0200, Michael Biebl wrote: > This is known issue. > I already discussed this with davidz quite some time ago (I noticed it > when I tried to enable the policykit support in consolekit). > There were also quite lengthy discussion about this topic on the hal > mailing lis

Bug#501576: [Pkg-utopia-maintainers] Bug#501576: libpolkit2: requires files from policykit, but doesn't declare that

2008-10-08 Thread James Westby
On Wed, 2008-10-08 at 18:55 +0200, Michael Biebl wrote: > I was pondering about that, too. > But I see it as this: polkit_context_init returning a non-zero return > code means to me, that the full PolicyKit stack is not available/functional. > Imo the question is: Is libpolkit actually fully usable

Bug#501659: libtrash: clarify documentation and examples

2008-10-09 Thread James Westby
Package: libtrash Version: 2.4-2 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, debian/README.debian and debian/example.bash_profile refer to /usr/lib/libtrash/libtrash.so, which is not shipped in the package. Daniel Chen provided the attach

Bug#501658: yudit: clarify manpage

2008-10-09 Thread James Westby
Package: yudit Version: 2.8.1-3 Severity: minor Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, In https://bugs.launchpad.net/bugs/173152 Brian Beck reported that the manpage no longer accurately reflects the behaviour of the package. Frantisek Zacek wrot

Bug#478169: wireshark: hangs upon closing Capture->Interfaces dialog

2008-10-09 Thread James Westby
package wireshark tags 478169 patch forwarded 478169 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1740 user [EMAIL PROTECTED] usertag 478169 intrepid ubuntu-patch thanks Hi, This bug is reported in Ubuntu at https://bugs.launchpad.net/bugs/198884 and upstream at https://bugs.wiresh

Bug#501932: devscripts: [uscan] --download-version almost useless

2008-10-11 Thread James Westby
Package: devscripts Version: 2.10.26 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, My use case for uscan --download-version is to programatically retrieve old versions of an upstream tarball. Currently this will give output like this: usca

Bug#501932: devscripts: [uscan] --download-version almost useless

2008-10-11 Thread James Westby
Hi Adam, Thanks for the quick response. On Sat, 2008-10-11 at 18:55 +0100, Adam D. Barratt wrote: > The original use case for --download-version involved uscan being > invoked with "--upstream-version 0"; in that case, everything just works > [tm]. I agree it would be useful if your use case work

Bug#502200: dphys-swapfile: Includes hardcoded max size

2008-10-14 Thread James Westby
Package: dphys-swapfile Version: 20061020-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch Hi, Jacob Elder reported that the package forces a limit to the size of the swap file, and that this is not needed. See https://bugs.launchpad.net/bugs

Bug#465781: /etc/init.d/isns stop is not fail-safe

2009-01-05 Thread James Westby
Hi, Here is the patch from Paul Schorfheide that was used in the Ubuntu package to fix this problem. Thanks, James -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#465781: /etc/init.d/isns stop is not fail-safe

2009-01-05 Thread James Westby
No, *here* is the patch. Thanks, James diff -u isns-2.1-01+dfsg/debian/isns.init.d isns-2.1-01+dfsg/debian/isns.init.d --- isns-2.1-01+dfsg/debian/isns.init.d +++ isns-2.1-01+dfsg/debian/isns.init.d @@ -29,13 +29,13 @@ case "$1" in start) echo -n "Starting $DESC: " - start-stop-daemon --st

Bug#511148: Crash with botched assertion on no completions with bash-completion

2009-01-07 Thread James Westby
Package: bash Version: 3.2-4 Severity: normal Hi, In https://bugs.launchpad.net/ubuntu/+source/bash/+bug/310789 Ryan Anderson reported that enabling bash-completion, and then holding down tab for a few seconds when there are no completions causes a crash. I can easily reproduce this in a sid chr

Bug#511149: Doesn't handle escaped spaces in /etc/fstab well

2009-01-07 Thread James Westby
Package: bash-completion Version: 20080705 Severity: minor Hi, In https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/219971 Danil Ilinykh reported that the handling of escaped spaces in /etc/fstab is not ideal. "Because of I can't use "/some path" or /some\ path in fstab, I write som

Bug#511151: Autocomplete of fileames with backquote expansion leaves garbage

2009-01-07 Thread James Westby
Package: bash-completion Version: 20080705 Severity: minor Hi, In https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/254426 "dermoth" reported the following. " With Bash programable autocomplete (/etc/bash_completion), commands within backquotes containing a space doesn't get autocom

Bug#502985: Upgrading Ubuntu release, apt-cacher blocks {ubuntuname}.tar.gz.gpg files

2008-11-07 Thread James Westby
Hi, Thanks for your work on this. While it is much easier for an admin to configure this thanks to your changes, do you think it would be a good idea for the list of default index file regexps to be extended to contain the one for these signature files. This would make it work without any admin in

Bug#500061: [miro] Crash on startup

2008-11-09 Thread James Westby
Hi, This bug is showing up on the RC bugs list, but it's not clear whether it should be. Could you work out whether this is indeed an RC bug, and if it is what package it should be against? If it isn't then downgrade it, or mark it fixed in testing, so that it doesn't clutter up the RC bug list.

Bug#506136: bootpc: Patch to support cross-compilation

2008-11-18 Thread James Westby
Package: bootpc Version: 0.64-7 Severity: minor Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, In https://bugs.edge.launchpad.net/bugs/284379 Paul Bußmann reported a patch to allow cross-compilation of bootpc, saying Here is a patch to support cross-com

Bug#506137: ftp-ssl: Running ftp -z without options produces segfault

2008-11-18 Thread James Westby
Package: ftp-ssl Version: 0.17.18+0.2-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, In https://bugs.edge.launchpad.net/bugs/184626 João Pinto reported that running "ftp -z" causes a segmentation fault. Alexander Gitter proposed a patch tha

Bug#506141: revelation: Handle changes in panel background

2008-11-18 Thread James Westby
Package: revelation Version: 0.4.11-3 Severity: minor Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch Hi, In https://bugs.edge.launchpad.net/bugs/284846 "joenix" provided a patch to make the applet handle changes in the panel background, so that it can support thin

Bug#504778: java-package: No support for Java 6 update 10

2008-11-18 Thread James Westby
Hi, Attached is the patch that I just wrote for Ubuntu. I believe it takes care of all the cases. Someone with more scripting skills may be able to reduce the duplication. Thanks, James diff -Nru java-package-0.42/lib/sun-j2re.sh java-package-0.42ubuntu1/lib/sun-j2re.sh --- java-package-0.42/li

Bug#509835: libmp3tag-ruby: Missing Build-Depends can cause the package to mis-build

2008-12-26 Thread James Westby
Package: libmp3tag-ruby Version: 1.0-3 Severity: important Hi, Your package invokes ruby to find the location to install mp3tag.rb. It however does not Build-Depend on ruby1.8 and ruby1.9. If they are not installed the package still builds, but mp3tag.rb is installed to /. You can see this probl

Bug#509535: Add --install to the libtoolize call in debian/rules

2008-12-26 Thread James Westby
Hi, This change is required with the new libtool that is in experimental, but the option is not accepted by the libtool in testing/unstable, so you will only need this currently if you upload to experimental. I have since learned that the complete fix would be to call "autoreconf" instead of the

Bug#374668: [sysvinit] prevents bootstrapping a system

2006-06-21 Thread James Westby
. Not that only the 75 is the last thing printed, the rest is just padding inserted by hexcat. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ - 69 19 09 03 01 00 00 00 75 00 00 00 05 00 00 00 i...u... 0010 - 00 00 00 00 00 00 00 00 00 00 00 00 00

Bug#335750: Builds correctly in current Sid

2006-06-22 Thread James Westby
#control@ bcc'ed tags 335750 patch thanks Hi, I have tested your package and it builds with this change, and it builds in cowbuilder under current Sid. Attached is the patch to do this, though it is trivial. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ di

Bug#375000: echoping: Please provide a proper debian/copyright

2006-06-22 Thread James Westby
Package: echoping Severity: normal Please provide a proper debian/copyright file. See 12.5 of the policy and http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html The files provided upstream should also provide proper licence headers. James -- To UNSUBSCRIBE, email to [EMAIL

Bug#375007: migrationtools: Document behaviour when /etc/shadow is not readable by user executing migration scripts.

2006-06-22 Thread James Westby
Package: migrationtools Severity: wishlist Tags: patch Hi, It is perfectly possible to insert data in to a slapd database as a non-root user. But using migrate_all_online.sh as a non root user when shadow passwords are used leads to the UserPassword field being {CRYPT}x for all users (as this i

Bug#335752: Patch to allow building against libgnutls13

2006-06-22 Thread James Westby
tags 335752 patch thanks Hi, Here is the patch that builds crywrap against libgnutls13, and the changes to get it to compile. I haven't tested the resulting binary as it segfaults on this version and the old version. James -- James Westby [EMAIL PROTECTED] http://jameswestb

Bug#335759: Patch to build lock-keys-applet with gnutls13

2006-06-22 Thread James Westby
* Non-maintainer upload. + * Build-Depends on libgnutls-dev instead of libgnutls11-dev to allow the +latter to be removed. (Closes: #335759) + + -- James Westby <[EMAIL PROTECTED]> Thu, 22 Jun 2006 23:40:44 +0100 + lock-keys-applet (1.0-7.1) unstable; urgency=low * Non-mainta

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-22 Thread James Westby
Package: cowdancer Version: 0.17 Severity: normal Hi, I am very keen to use cowbuilder, and it works great at building packages. However, after building a few packages cowbuilder will fail with the error Building dependency tree... Done ccache is already the newest version. The following NEW

Bug#375054: [Pkg-xfce-devel] Bug#375054: thunar: does not honour group privileges

2006-06-22 Thread James Westby
ayed, while "root" or other groups (which has corresponding users) are > always displayed. > This bug has already been reported upstream, see http://bugzilla.xfce.org/show_bug.cgi?id=1838. It looks like it will be fixed for beta 2. Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-22 Thread James Westby
ut at least I can keep building now. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#375067: Running a second instance of slapd stops /etc/init.d/slapd stop from working

2006-06-22 Thread James Westby
Package: slapd Version: 2.3.24-1 Severity: minor [Apologies for the lack of additional information on the bug report, but slapd is only set up in a VM] Hi, I have been trying to debug some problems so I use -d quite often. If i forget to /etc/init.d/slapd stop before trying this then slapd -d fr

Bug#335764: Building gaim against libgnutls13

2006-06-22 Thread James Westby
tags 335764 patch thanks Hi, Th attached (trivial) patch allows gaim to build against libgnutls-dev (libgnutls13). It appears to build ok, though I haven't tested the resulting package. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u gaim-2.0.0+beta3/d

Bug#335765: Please use gnutls13 instead of gnutls11

2006-06-22 Thread James Westby
tags 335765 patch thanks Hi, I have compiled lynx with the attached (trivial) patch and it seems to build fine, and I am able to access a site using SSL with the package. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u lynx-2.8.5/debian/changelog lynx-2.8.5

Bug#370424: libggz: Links against obsolete version of gnutls (libgnutls11)

2006-06-22 Thread James Westby
Hi, I rebuilt libggz with the attached (trivial) patch and it seemed to build fine. I haven't tested the resulting package though. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u libggz-0.0.13/debian/control libggz-0.0.13/debian/control --- libggz-0.0.13/d

Bug#335771: Please use gnutls13 instead of gnutls11

2006-06-22 Thread James Westby
tags 335771 patch thanks Hi, I rebuilt xmlsec1 with the attatched (trivial) patch and it seemed to build fine. I didn't test the resulting package however. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u xmlsec1-1.2.9/debian/control xmlsec1-1.2.9/debian/co

Bug#370424: libggz: Links against obsolete version of gnutls (libgnutls11)

2006-06-23 Thread James Westby
On (23/06/06 11:34), Josef Spillner wrote: > Alle 06:18, venerd??, 23. giugno 2006, James Westby ha scritto: > > I rebuilt libggz with the attached (trivial) patch and it seemed to > > build fine. I haven't tested the resulting package though. > > Thanks. > The same p

Bug#375067: [Pkg-openldap-devel] Bug#375067: Running a second instance of slapd stops /etc/init.d/slapd stop from working

2006-06-23 Thread James Westby
On (23/06/06 08:05), Matthijs Mohlmann wrote: > James Westby wrote: > > Package: slapd > > Version: 2.3.24-1 > > Severity: minor > > > > I have been trying to debug some problems so I use -d quite often. If i > > forget > I can't reproduce it h

Bug#375206: buoh: Please depend on gnutls13 instead of gnutls11

2006-06-24 Thread James Westby
Package: buoh Severity: minor buoh depends on gnutls11. This package has now been superseded by gnutls13. Its development package has been renamed to "libgnutls-dev". We'd like to remove gnutls11 from Etch. So, please check whether you can build-depend on libgnutls-dev, and if so, upload a new v

Bug#375206: buoh: Please depend on gnutls13 instead of gnutls11

2006-06-24 Thread James Westby
e and you are likely to be very responsive. Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#375206: buoh: Please depend on gnutls13 instead of gnutls11

2006-06-24 Thread James Westby
tags 375206 patch block 370429 with 375206 thanks Hi, I used the attached (trivial) patch to rebuild your package against gnutls13 and it seemed to build correctly. I did not test the resulting package though. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u buoh

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-26 Thread James Westby
o the > system, and thus it is entirely possible that there is some coflict, > that's why it's documented in README.Debian; however no such case is > yet reported. This may well be the first report, however. Hopefully there wont be many more. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#368420: ftpd-ssl: RC abuse of /etc/ssl/certs

2006-06-26 Thread James Westby
Hi, It does work with -z cert=/etc/ftpd-ssl/ftpd.pem -z key=/etc/ftpd-ssl/ftpd.pem in the inetd config, so maybe this is the best bet. -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#368420: ftpd-ssl: RC abuse of /etc/ssl/certs

2006-06-26 Thread James Westby
age Error loading /etc/ftpd-ssl/ftpd-cert.pem: 32200:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:644:Expecting: ANY PRIVATE KEY which suggests that it is still trying to load the private key from the same file. James -- James Westby [EMAIL PROTECTED] http://james

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-26 Thread James Westby
ueues, running it outside showed none. I will check and post the output next time I see the problem. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#368420: ftpd-ssl: RC abuse of /etc/ssl/certs

2006-06-26 Thread James Westby
thing. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u linux-ftpd-ssl-0.17.18+0.3/debian/changelog linux-ftpd-ssl-0.17.18+0.3/debian/changelog --- linux-ftpd-ssl-0.17.18+0.3/debian/changelog +++ linux-ftpd-ssl-0.17.18+0.3/debian/changelog @@ -1,3 +1,10 @@ +linux-ftp

Bug#375630: [Pkg-gnutls-maint] Bug#375630: please package libtasn1 0.3.5

2006-06-27 Thread James Westby
I've now release a new version of > libtasn1, 0.3.5, that fixes this. Would you please package this? It's done in svn. Will be in the next upload. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Bug#375630: [Pkg-gnutls-maint] Bug#375630: please package libtasn1 0.3.5

2006-06-27 Thread James Westby
On (27/06/06 16:50), Simon Josefsson wrote: > James Westby <[EMAIL PROTECTED]> writes: > > Thanks! > > Btw, I just found your patches: > http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/patches/?rev=0&sc=0 > I'll see if I can merge som

Bug#375630: [Pkg-gnutls-maint] Bug#375630: please package libtasn1 0.3.5

2006-06-27 Thread James Westby
of these into 0.3.6. > > All of these should be fixed in CVS upstream now. Please test it > after the next release... Thanks, I saw the commit. I fixed these as lintian or linda was complaining, so on the next release I will just remove the patches and see what happens. Thanks, Jame

Bug#375540: ant: FTBFS: Cannot find Base64Converter class

2006-06-27 Thread James Westby
ools.ant.Main -emacs "$@" bootstrap ... Failed Building Ant Distribution ! make: *** [build] Error 134 Attached is the full build log. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ diff -u ant-1.6.5/debian/patches/03_SplashTaskPatch_a.patch ant-1.6.5/debian/patches/03_S

Bug#334697: Location of apt-listbugs server

2006-06-27 Thread James Westby
-listbugs. Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#374104: O: apt-listbugs

2006-06-28 Thread James Westby
ITAing tis package, but can I suggest that if someone does they contact me so that my work does not go to waste, and they don't have to collect all the patches from the bts. Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROT

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-29 Thread James Westby
time, and the build just previous to the one that triggered the problem did not fail. I have attached the output of ipcs. There is one msq removed from what there was when it failed. 1234 is the uid in ~/.pbuilderrc. Have you any more suggestions for debugging? James -- James Westby [E

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-29 Thread James Westby
0 dpkg-buildpackage: source package is apt-listbugs dpkg-buildpackage: source version is 0.0.50 dpkg-buildpackage: source changed by James Westby <[EMAIL PROTECTED]> dpkg-buildpackage: source version without epoch 0.0.50 fakeroot-tcp debian/rules clean test -x debian/rules tes

Bug#375057: cowdancer: Fails due to lack of SYSV IPC space

2006-06-29 Thread James Westby
gt; > At least, it doesn't seem to be a problem reproduced on many systems, > which is just weird. > Yes, I'm not sure what the crucial difference is. -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#357624: sylpheed, libetpan and gnutls

2006-06-30 Thread James Westby
On Fri, 30 Jun 2006 19:07:12 +0200 Ricardo Mones <[EMAIL PROTECTED]> wrote: > reopen 357624 > reassign 357624 libgnutls13 > thanks > > On Wed, Jun 07, 2006 at 11:18:10AM +0100, James Westby wrote: > > > > I am unable to reproduce this bug at the moment, tho

Bug#347973: [Pkg-xfce-devel] Bug#347973: orage: mcs-manager dies after orange installation

2006-07-02 Thread James Westby
, so hopefully it is fixed now. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#370496: xfce4-wavelan-plugin: does not get information from external

2006-06-05 Thread James Westby
forwarded 370496 http://bugzilla.xfce.org/show_bug.cgi?id=1898 thanks nice robot Hi, I'm maintaining this plugin upstream. I am aware of the problem (the plugin doesn't work for me either). It was decided to package it for Debian as it works for some people. I apologise to those people who it

Bug#357624: sylpheed, libetpan and gnutls

2006-06-07 Thread James Westby
was filed. Have you had any more reports that might suggest this bug still exists? Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#371840: No trace of xftaskbar

2006-06-07 Thread James Westby
Hi, The taskbar is now a plugin to the panel, and is in the xfce4-panel package. Right click on the panel, add an item, and choose task list. This makes the panels more configurable than the previous scheme. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To

Bug#327845: libgnutls12: A TLS packet with unexpected length

2006-06-07 Thread James Westby
packages. I have set up a test system with snort and prelude, but I cannot see this error with some cursory testing, could you describe what triggers it? Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#376588: ITP: cryptmount

2006-07-03 Thread James Westby
Please see #375008 and http://lists.debian.org/debian-mentors/2006/06/msg00193.html James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#374104: apt-listbugs

2006-07-10 Thread James Westby
ng then you can seek out a proper sponsor. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#374104: apt-listbugs

2006-07-10 Thread James Westby
e, though I'm not sure it needs to be runtime output, it could just be in README and perhaps the package description. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#378108: debbugs: Please provide a way to set up block bugs at submit time

2006-07-13 Thread James Westby
Package: debbugs Severity: wishlist When mass-filing bug reports it is common for a tracker bug to be used, which is then blocked by all of the individual bugs. When doing this process it would be speeded up if for instance a pseudo-header could be added to messages at submit@ that is something l

Bug#375689: Instructions on how to reconfigure xserver-xorg are incorrect

2006-07-13 Thread James Westby
en to # here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES if [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:8.0.14"; then in /var/lib/dpkg/info/xserver-xorg.postinst and md5sum /etc/X11/xorg.conf >/var/lib/x11/xorg.conf.md5sum

Bug#375689: Instructions on how to reconfigure xserver-xorg are incorrect

2006-07-14 Thread James Westby
patch doesn't solve the whole problem, please do this if appropriate. Please contact me if you wish to discuss the patch further. Thanks, James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ --- xserver-xorg.postinst.orig 2006-07-15 01:32:53.0 +0100 +

Bug#374668: [sysvinit] prevents bootstrapping a system

2006-06-20 Thread James Westby
Package: sysvinit Version: 2.86.ds1-14.1 Severity: normal Hi, I am having trouble using any tools that use (c)debootstrap. I have confirmed it with both debootstrap and cdebootstrap directly as well as pbuilder create (cdebootstrap), cowbuilder --create (debootstrap), qemu-make-debian-root (de

Bug#380293: [Pkg-xfce-devel] Bug#380293: Segmentation fault on save

2006-07-29 Thread James Westby
e? > > Run the Mousepad and open a file or so create a new file. Save across > the menu or so clicking Ctrl+S. > > Also occur with "Save As..." > I can't reproduce this on i386. Looks like it is amd64 (or maybe 64 bits) specific. Thanks, James --

Bug#380399: lintian: False-positive build-depends-without-arch-dep po-debconf

2006-07-29 Thread James Westby
Package: lintian Version: 1.23.22 Severity: normal Tags: patch Hi, Another case that needs be be taken care of for this problem build-depends-without-arch-dep po-debconf Which can be used in the clean target. Please see the following thread for the complete reasoning. http://lists.debian.org/d

Bug#378987: ITP: seccure

2006-07-30 Thread James Westby
Update - I have tidied up the packaging and I am now looking for a sponsor. The updated packages are available from mentors.debian.net. http://mentors.debian.net/debian/pool/main/s/seccure/ James. -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email

Bug#221689: [Pkg-openssl-devel] Bug#221689: Checking the existence of the bug.

2006-07-31 Thread James Westby
arn to speak every protocol that might use STARTTLS (at least starting with SMTP) 2) Implement a way to tell openssl when to send STARTTLS. Either of these is really wishlist. As Andreas said, you might like to use gnutls-cli or swaks to test STARTTLS for SMTP. James -- James Westby http://j

Bug#221689: [Pkg-openssl-devel] Bug#221689: Checking the existence of the bug.

2006-08-01 Thread James Westby
On (01/08/06 18:03), Kurt Roeckx wrote: > On Mon, Jul 31, 2006 at 11:57:09PM +0100, James Westby wrote: > > It is marked as wishlist as this is by design really. > > > > openssl cannot know how to speak every protocol, and know when to send > > STARTTLS for each, so i

Bug#374668: [sysvinit] prevents bootstrapping a system

2006-08-03 Thread James Westby
and I thought this bug might have been fixed. So it just tried it again, and the problem still exists here, with apparently the same symptoms. I'll boot into a stock kernel one day and try it, to rule that out. James -- James Westby http://jameswestby.net/ seccure key - (3+)k7|M*

Bug#323420: Metasploit packaging - license issues

2006-08-03 Thread James Westby
this out? James -- James Westby -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#323420: Status update?

2006-05-23 Thread James Westby
Could you please confirm the current status of this ITP? James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#201472: Dead upstream?

2006-05-23 Thread James Westby
Are you still interested in this software? It hasn't been touched upstream in 3 years, and the code is in terrible shape. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Bug#309562: Dependencies

2006-05-25 Thread James Westby
If reopens this bug, note that it depends on Math::Pari, which will be the more difficult of the two to package (it has quite an intimate relationship with the Pari/GP source. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#215618: Man page

2006-05-25 Thread James Westby
Here's my attempt at a man page for c_rehash. I basically just repeats the code in English so it should be pretty complete. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ .TH "c_rehash" 1 .SH NAME c_rehash \- Create symbolic links to files named by the

Bug#358825: More info

2006-05-29 Thread James Westby
can reproduce the problem with libnet-ssleay- 1.30-1 libssl0.9.80.9.8a-8 libwhisker-per 1.8-1 nikto 1.35-1 James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#358825: More info

2006-05-29 Thread James Westby
. The v2 code doesn't do anything in it's implementation of the control code that throws the error in the v3 code. I'm still to work out which component is calling these control functions. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE,

Bug#323420: Status update?

2006-05-29 Thread James Westby
Luciano Bello wrote: El Martes, 23 de Mayo de 2006 17:37, James Westby escribió: Could you please confirm the current status of this ITP? I'm was with much work. I'm still working on it. probably will be a release candidate in the next week. I would be interested in he

Bug#358825: libwhisker bug

2006-05-29 Thread James Westby
an error. It might be necessary to wrap all Net::SSLeay functions in this check so that errors are caught at source to make bugs less obscure. Feel free to contact me if you would like any more information. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRI

Bug#378187: [Pkg-xfce-devel] Bug#378187: xfce4-weather-plugin: Fahrenheit or Imperial temperature is incorrectly the same as Celsius

2006-07-16 Thread James Westby
you would like? If not then this could be forwarded upstream to see what the developer thinks of it. James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

<    1   2   3   4   5   6   >