Bug#676784: Policy §10.5 and .jar file noticeable exception

2013-08-07 Thread Matthew Johnson
On Tue Aug 06 13:38, Eugene Zhukov wrote: > Can it simply be "except if it is a .jar file" in parenthesis instead > of vague "in the sense that it is meant to be uncompressed with..."? We want to write policy to be general and not have 100s of special exceptions. In this case what is special is n

Bug#703376: javahelper: Remove Maven support from jh_makepkg

2013-04-10 Thread Matthew Johnson
On Tue Apr 09 18:00, Thomas Koch wrote: > Niels Thykier: > > I am planning on a rewrite of jh_makepkg and have therefore not > > applied your patch as-is. > > I wasn't aware (forgot) about jh_makepkg and just had a look at it. I don't > think we should have 2 dh-make-* style programs in the jav

Bug#539315: executable-not-elf-or-script test should know about jars

2012-06-12 Thread Matthew Johnson
On Sat Jun 09 16:06, Colin Watson wrote: > On Sat, Jun 09, 2012 at 03:58:26PM +0100, Colin Watson wrote: > > I tried to arrange that the general design should be amenable to a > > non-Linux implementation. That said, it's true that nobody has so far > > got round to coming up with one. I would ex

Bug#539315: executable-not-elf-or-script test should know about jars

2012-06-09 Thread Matthew Johnson
On Sat Jun 09 12:08, Niels Thykier wrote: > There are is also Policy §10.5: > > """ > A symbolic link pointing to a compressed file should always have the > same file extension as the referenced file. (For example, if a file > foo.gz is referenced by a symbolic link, the filename of the link has t

Bug#673276: lintian: please add check to detect incompatible java bytecode versions

2012-06-05 Thread Matthew Johnson
This is somewhat complicated by the fact that on kfreebsd we still don't have openjdk, so we're using GCJ/GIJ, which is really a 1.5 implementation. If GCJ/GIJ can run 1.6 bytecode then absolutely this check should be 1.6 and you can ignore the rest of this mail. If it cannot, then it's more comp

Bug#634089: jh_manifest causes CRC error

2012-01-07 Thread Matthew Johnson
On Fri Jan 06 13:26, tony mancill wrote: > Thank you for in-depth look into this bug. Niels or Matthew, any > concerns with me preparing an upload? Go right ahead Thanks, Matt > > Thanks, > tony > > On 01/05/2012 08:14 PM, Wookey wrote: > > > > This seems to me to be a serious problem blocki

Bug#646514: javahelper: jh_repack fails if folders *.jar exist

2011-10-25 Thread Matthew Johnson
On Mon Oct 24 18:46, Andrew Ross wrote: > > If a package contains folders whose names match *.jar then jh_repack > fails with messages like: > > rm: cannot remove `./branding/core/core.jar': Is a directory > > The find command should probably be changed to: > find . -name '*.jar' -type f -print

Bug#609806: nxproxy prepared for build on Alioth

2011-06-01 Thread Matthew Johnson
On Wed Jun 01 12:10, Mike Gabriel wrote: > I have placed NX libs + NX proxy (upstream source is NoMachine, versions > are 3.5.0-x) into collab-maint on Alioth: > > git clone ssh://git.debian.org/git/collab-maint/nxcomp.git > git clone ssh://git.debian.org/git/collab-maint/nxcompext.git > git clone

Bug#432838: Status

2010-11-23 Thread Matthew Johnson
On Mon Nov 22 18:59, Simon Fondrie-Teitler wrote: > Hi, > > What is the status of this? There does not seem to have been any > progress since your last email in 2007. Is it OK if I take over the ITP? Well, I've not done anything with the upstream code either since then, but be my guest. Matt s

Bug#599078: php5: Upstream bug http://bugs.php.net/51026 propably present

2010-10-04 Thread Matthew Johnson
Package: php5 Version: 5.3.2 Severity: important (I actually only reproduced this on an ubuntu system, however, I can't see why it would be any different) Upstream bug http://bugs.php.net/51026 means that mysql/ssl doesn't work in 5.3.0, 5.3.1 and 5.3.2. They've fixed it for 5.3.3, but squeeze c

Bug#595947: monkeysphere: Monkeysphere proxycommand does not support IPv6

2010-09-07 Thread Matthew Johnson
Package: monkeysphere Version: 0.31-1 Severity: important When using ssh + monkeysphere connecting to a dual stack (IPv4 + IPv6) host I am connected using IPv4, not IPv6, regardless of passing -6 to ssh. Connecting to an IPv6-only host appears to fail completely, as does connecting to an IPv6 add

Bug#593351: Fixed in git

2010-09-05 Thread Matthew Johnson
tags 593351 pending thanks Will be in 0.33 Matt signature.asc Description: Digital signature

Bug#593627: java-common: please use openjdk as default jdk on powerpcspe

2010-08-22 Thread Matthew Johnson
On Sun Aug 22 14:41, Sebastian Andrzej Siewior wrote: > * Niels Thykier | 2010-08-21 16:13:34 [+0200]: > > >Personally I am okay with doing it and it is the intention of the Java > >Team to make openjdk the default on all architectures. The question is > >if we should do it now or after Squeeze (C

Bug#592265: Causes FTBFS of other packages

2010-08-08 Thread Matthew Johnson
Package: javahelper Version: 0.32 Severity: grave Despite what the man page says, you can't call jar -u -f -m you have to use ufm for sun jar. This bug will cause javahelper-using packages to FTBFS. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'te

Bug#591874: javahelper: jh_build does not specify -source, gcj gets it wrong

2010-08-05 Thread Matthew Johnson
Package: javahelper Version: 0.32 Severity: important Because gcj _still_ defaults to 1.4 source format and jh_build doesn't specify anything when building, something using default-java will ftbfs on kfreebsd or hppa if it uses 1.5 source featuress. Always specifying: -source 6 -target 5 _shou

Bug#589550: fetch-crl: package fails to install

2010-08-03 Thread Matthew Johnson
Perhaps this would work alternatively: update-rc.d fetch-crl-boot start 20 0 6 . stop 20 0 1 2 3 4 5 6 . >/dev/null 0 and 6 don't start any processes... Matt signature.asc Description: Digital signature

Bug#591521: fastjar does not put Manifest-Version into a supplied manifest file

2010-08-03 Thread Matthew Johnson
Package: fastjar Version: 2:0.95-4 Severity: normal If you use fastjar -cfm foo.jar manifest the manifest file does not have the Manifest-Version added or suitable blank lines at the end. Openjdk's jar does put these lines in there. -- System Information: Debian Release: 5.0.4 APT prefers sta

Bug#588379: using jh_depends when a .jar exists in one than one package

2010-07-11 Thread Matthew Johnson
tag 588379 wontfix thanks Hi Scott, I'm the other Javahelper maintainer, On Sun Jul 11 11:12, Scott Howard wrote: > "Processing" is a java package which compiles java code, so it depends > on the jdk. The package won't build unless tools.jar is explicitly in > the classpath at build time (I'm not

Bug#574029: jh_manifest utf8 errors - workaround

2010-05-01 Thread Matthew Johnson
r workaround. Just add the > following to debian/rules: > > JH_MANIFEST_ARGS := -V Looks like you are using CDBS not dh7, so you will need to do this. Also looks like it might be a bug with the library I'm using, so I might punt it to them. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#574029: jh_manifest utf8 errors

2010-04-27 Thread Matthew Johnson
grep -i f3; done For me this returns no results - ie, none of the manifests contain a byte 0xf3. I know this isn't really helping with getting javahelper working for you. There's an easy work around though - you're probably not actually using any jh_manifest features, so you could just add: override_jh_manifest: to your debian/rules file (assuming dh7) and it will skip running it at all. This should be fine. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#574029: jh_manifest utf8 errors

2010-04-19 Thread Matthew Johnson
On Mon Apr 19 14:09, Eric Lavarde - Debian wrote: > Matthew Johnson said: > > I really could do with seeing the manifest from either of your packages - > > I > > suspect that there is non-utf8 data in there. Without seeing it though I > > can't > > reproduce

Bug#574029: jh_manifest utf8 errors

2010-04-18 Thread Matthew Johnson
I really could do with seeing the manifest from either of your packages - I suspect that there is non-utf8 data in there. Without seeing it though I can't reproduce or suggest a fix. (I'm afraid I can't read winmail.dat) Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#577068: Why does bash make itself unconditionally /bin/sh?

2010-04-09 Thread Matthew Johnson
e the option to change it. This seems like a regression which kinda makes all the effort on dash and bashims a little pointless.. It looks like this was introduced in 4.0-7 which fixes #546516. Thanks, Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#575941: nope

2010-03-30 Thread Matthew Johnson
severity 575941 wishlist tag 575941 wontfix thanks As you pointed out, it's not meant to be run manually, you need a client and server to do the negotiation for you. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#561414: FTBFS [hppa]: GC Warning

2010-03-20 Thread Matthew Johnson
libmatthew-java just needs giving back. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#569563: javahelper: provide command jh_installasjar

2010-02-14 Thread Matthew Johnson
jar fm jar manifest dir and then listing the jar in debian/package.jlibs. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#565728: javahelper: jh_linkjars does not pull jars of transitiv dependencies

2010-02-14 Thread Matthew Johnson
ibxerxes2-java? At the moment I've added --transitive as an option, but not as default. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#568848: ircd-hybrid: Default channel mode of +t is annoying

2010-02-08 Thread Matthew Johnson
Package: ircd-hybrid Version: 7.2.2.dfsg.2-6 Severity: wishlist Tags: patch The default channel mode of +t is annoying since if you've not registered with chanserv and all the ops disconnect (or are deopped) before changing it, then you can never set the topic again. I've attached a patch which I

Bug#561177: RFS: cobertura

2010-02-02 Thread Matthew Johnson
der Apache 1.1, so this does not help. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#561177: RFS: cobertura

2010-02-02 Thread Matthew Johnson
quot; > > If this is not clear, what's the correct thing to do? Contact > upstream? debian-legal? Ah, thank you, yes, this is perfectly correct, you should paste that into debian/copyright so everyone knows what is going on (particularly the FTP masters when they do the same review in the NEW queue) Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#561177: RFS: cobertura

2010-01-28 Thread Matthew Johnson
On Tue Jan 26 22:06, Miguel Landaeta wrote: > The package can be found on mentors.debian.net: > - URL: http://mentors.debian.net/debian/pool/main/c/cobertura > - Source repository: deb-src http://mentors.debian.net/debian unstable > main contrib non-free > - dget > http://mentors.debian.net/debian

Bug#560869: FTBFS: failures in jh_manifest

2009-12-12 Thread Matthew Johnson
w version. Should just need requeueing on the buildd once javahelper 0.26 is in the archive. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#559986: FTBFS: default-jdk-builddep: Depends: gcj-jdk but it is not going to be installed

2009-12-11 Thread Matthew Johnson
e wants to file a bug against them and/or javahelper about this then I'll be more likely to remember (-: Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#559688: ITP: pescetti -- Bridge Pseudo-duplimate generator

2009-12-06 Thread Matthew Johnson
Package: wnpp Severity: wishlist Owner: Matthew Johnson X-Debbugs-CC: debian-de...@lists.debian.org Source package: pescetti Binary package(s): pescetti Version: 0.5-1 Licence: GPL-2 Author: Matthew Johnson Homepage: http

Bug#559255: whirlpool: should this package be removed?

2009-12-05 Thread Matthew Johnson
y > useless) > * low popcon (36 installations, 9 votes) > * alternatives exist (at least libcrypto++-utils, md5deep and jacksum) Concur, please remove Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#558109: Proposal for java-vars.mk

2009-12-01 Thread Matthew Johnson
tag 558109 pending patch thanks Hi Zack, how does this look? http://mjj29.matthew.ath.cx/debian-upload/javatools/java-vars.mk Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#395372: [policy] relax or expand the "binaries in /usr/bin" restriction (2.3)

2009-09-27 Thread Matthew Johnson
should be allowed by d-j policy anywhere that they are allowed by normal policy. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#543109: salliere: FTBFS: make: *** [binary-indep] Error 1

2009-09-18 Thread Matthew Johnson
javahelper, I'm reassigning it to there. I may not be able to fix it until mid next week, however, since I'm moving house. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#540615: weirdx: FTBFS because of missing Build-Depends: gjdoc

2009-08-09 Thread Matthew Johnson
me it built in my sid cowbuilder then? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#539315: lintian: Lintian should not warn about executable jars

2009-07-30 Thread Matthew Johnson
Package: lintian Severity: wishlist debian-java policy is being updated to allow executable jar files as long as they depend on jarwrapper, which implements a binfmt_misc wrapper to run them. Currently lintian produces an executable-not-elf-or-script warning about such files. I am detecting jar

Bug#534542: RM: fcoretools -- RoM; broken and broken runtime/inline build system

2009-06-25 Thread Matthew Johnson
Package: ftp.debian.org Severity: normal Please remove fcoretools Thanks, Matt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#521760: Reopening and reassigning

2009-06-22 Thread Matthew Johnson
reopen 521760 reassign 521760 sun-java6 retitle 521760 alternative link problems with java when upgrading packages thanks Right, looks like there's a definite bug here, but it's equally still definitely nothing to do with jarwrapper, so I'm reassigning it to sun-java6. Matt --

Bug#526489: Time to orphan eclipse? (Bug#526489: eclipse: should this package be orphaned?)

2009-06-15 Thread Matthew Johnson
one to grok, Java experience or not. Jens, and anyone else who is interested in this, do you want to send me any questions you have? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#495637: [ant] Dangling symlink in ant package

2009-06-07 Thread Matthew Johnson
I still see this, any chance it could be fixed? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#530110: jarwrapper: bashism in /bin/sh script

2009-05-22 Thread Matthew Johnson
tag 530110 pending thanks Fixed in git, thanks, Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#518529: gmrun hangs when history contains long string

2009-05-07 Thread Matthew Johnson
I can also confirm this issue. Patch looks ok, but I've not tried it. I could test debs at some point. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#526399: [fretsonfire] Crash when starting 'Credits'

2009-05-02 Thread Matthew Johnson
t from defy to sectoid/Feelings. Of course, that's only 'Recommended' from fretsonfire-game, but I couldn't work out how to ignore the error or have it without music at all. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#523809: help with avbin packaging

2009-05-02 Thread Matthew Johnson
Hi Andrew, I'd quite like to see avbin available in Debian, can I help at all with packaging / uploading it? Thanks, Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#515214: I don't think we need to add complexity to X on Debian

2009-04-15 Thread Matthew Johnson
lly install by default. Add a hard depends to that by all means, but you don't need to _require_ it. I'm not even likely to want to install it without hal myself, but I see no reason whatsoever not to allow people a hal-less X if they want. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#522616: ITP: live-f1 -- Formula 1 live timing

2009-04-05 Thread Matthew Johnson
Package: wnpp Severity: wishlist Owner: Matthew Johnson X-Debbugs-CC: debian-de...@lists.debian.org Source package: live-f1 Binary package(s): live-f1 Version: 0.2.7-1 Licence: GPL-2 Author: Scott James Remnant Homepage: Description

Bug#521967: FTBFS: Fail to build with libitext-java 2.1.4

2009-04-01 Thread Matthew Johnson
eInsideCell > Table#setDefaultVerticalAlignment > Table#setDefaultCellBorder #include rant about transitions in java at the moment Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#521844: Please include pretty-print postscript generator script

2009-03-31 Thread Matthew Johnson
es are licenced under the BSD or expat licences (which are basically PD) I can chase the original author to get a statement from him, or get something from the BSD guys Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#521844: Please include pretty-print postscript generator script

2009-03-30 Thread Matthew Johnson
pstream. Thanks, Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#521760: fastjar: Failed upgrade 2:0.95-1 -> 2:0.97-3

2009-03-30 Thread Matthew Johnson
dk1.1 link. that maybe indeed the root cause. Then, > maybe > just close it? Hi, thanks for submitting this bug, but as you can see above, I think it might be related to some unofficial package which has left things around. Sadly, I can't really do much to fix that, so unless you disag

Bug#521760: fastjar: Failed upgrade 2:0.95-1 -> 2:0.97-3

2009-03-29 Thread Matthew Johnson
oved, but which left alternatives around? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#510634: [Pkg-cups-devel] Bug#510634: cups doesn't allow introspection in dbus config file

2009-03-23 Thread Matthew Johnson
On Mon Mar 23 17:12, Martin Pitt wrote: > Hello Matthew, > > Matthew Johnson [2009-03-23 15:14 +]: > > It should have working introspection so that clients can wont out what > > This is "fi

Bug#510634: [Pkg-cups-devel] Bug#510634: cups doesn't allow introspection in dbus config file

2009-03-23 Thread Matthew Johnson
On Mon Mar 23 15:39, Martin Pitt wrote: > Hello Matthew, > > Matthew Johnson [2009-01-03 22:36 +]: > > The cups config file for dbus doesn't allow introspection requests. > > Because all it does is send signals this isn't an RC issue, but it > > should

Bug#506131: shouldn't this be closed now?

2009-03-14 Thread Matthew Johnson
seeing as how 1.1.17 has been uploaded Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#519682: RM: gbib -- RoM; uses gtk1.2

2009-03-14 Thread Matthew Johnson
Package: ftp.debian.org Upstream is dead, so this won't get ported to gtk2, so please remove. -- Matthew Johnson signature.asc Description: Digital signature

Bug#519681: RM: wound-up -- RoM; buggy and unsupported

2009-03-14 Thread Matthew Johnson
Package: ftp.debian.org Upstream no longer support this and it seems quite buggy, so please remove it. -- Matthew Johnson signature.asc Description: Digital signature

Bug#519603: imdb-get fails due to HTML layout changes

2009-03-14 Thread Matthew Johnson
http://launchpad.net/bugs/313260. I've tested the patch it resolves the > issue. Thanks, I've already got this applied upstream, I'll do a release and push it through unstable. matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#519415: unavailable dependency: fretsonfire-songs-muldjord

2009-03-12 Thread Matthew Johnson
e moved to a suggest. It's in NEW, just be patient. For now, grab just fretsonfire-game from unstable, fretsonfire is just a metapackage. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#458504: Bug updates

2009-03-10 Thread Matthew Johnson
hen please reopen them. -- Matthew Johnson signature.asc Description: Digital signature

Bug#517922: splashy: Postinst fails on etch-lenny upgrade

2009-03-03 Thread Matthew Johnson
t least it should be mentioned the BTS for anyone else who looks. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#516992: whoops, closed the wrong bug

2009-03-03 Thread Matthew Johnson
reopen 516992 thanks Damn, Typoed the Closes: line. Reopening 516992, closing 516912 instead. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#517922: splashy: Postinst fails on etch-lenny upgrade

2009-03-02 Thread Matthew Johnson
Package: splashy Version: 0.3.2 Severity: important I'm upgrading etch to lenny. First I get this: Warning: Old themes directory moved to /etc/splashy/themes.old Unpacking replacement splashy ... dpkg: error processing /var/cache/apt/archives/splashy_0.3.13-3_amd64.deb (--unpack): trying to

Bug#516912: Please upgrade to fretsonfire 1.3.110

2009-03-01 Thread Matthew Johnson
net/fretsonfire/FretsOnFire-1.3.110.tar.gz I'm looking at it now Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#516654: default-jdk: Fails to provide "java" command

2009-02-22 Thread Matthew Johnson
Can you check for me that you have java-gcj-compat-headless installed, it contains those files and that /usr/bin/java and /etc/alternatives/java exist and look sane? the output of update-alternatives --list java would also be useful. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#510590: javahelper: missing jar error

2009-02-20 Thread Matthew Johnson
m, that's very odd. It _looks_ like the loop which iterates over /usr/share/java and lists them can't open one of the files. Can you tell mee if /usr/share/java/ant-bootstrap.jar is a broken symlink? If not, can you run: bash -x java-propose-classpath startImServ.jar? and send me the ou

Bug#513675: lirc: manual page beautification

2009-02-20 Thread Matthew Johnson
debian/patches/22_man_pages2" patch which > - formats references to programs in bold > - formats references to files in italic > - formats references to option-names in bold > - formats references to manual-pages in bold(roman). Thanks, I've applied the patches to svn. Matt

Bug#65285: wontfix?

2009-02-17 Thread Matthew Johnson
e wishes to shed any light on the matter Is it still an issue? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#506131: Hm

2009-02-09 Thread Matthew Johnson
; Unless the unfreeze is indeed around the corner (unlikely with debian :) Ask me that again on Saturday (-; Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#469397: ITP: xbmc -- XBox Media Center Linux Port

2009-01-10 Thread Matthew Johnson
n. > In fact, I'm a part of their team and have direct commit access to their SVN. By all means take it over. Last time I looked it was in no means suitable for uploading. If you can change this, then go ahead. If you can also fix all the obvious segfaults, even better (- Matt -- Matthew

Bug#510636: libosso: Has a dbus config file which circumvents all security messages on the system bus

2009-01-04 Thread Matthew Johnson
On Sun Jan 04 16:37, Riku Voipio wrote: > On Sat, Jan 03, 2009 at 10:53:08PM +0000, Matthew Johnson wrote: > > libosso1 ships /etc/dbus-1/system.d/libosso.conf which turns off all the > > security checks on the system bus by allowing all messages from everyone > > to every

Bug#510709: smart-notifier: DBus configuration file doesn't allow introspection and will be broken by the fix to 503532

2009-01-04 Thread Matthew Johnson
Package: smart-notifier Version: 0.28-1 Severity: serious Justification: blocks fix for CVE-2008-4311 smart-notifier should explicitly allow introspection in it's config file. It's recommended to use send_destination= to allow all messages of any type to your service. In addition you should not us

Bug#510636: libosso: Has a dbus config file which circumvents all security messages on the system bus

2009-01-04 Thread Matthew Johnson
curity is instantly disabled on the system bus. It's not something which should be encouraged, even on a handheld device. Anyway, there's no reason to do that since people should just write the correct rules anyway. I'm told that Maemo has two users anyway, root and user. This wil

Bug#510698: odccm: DBus config file doesn't list all neccessary rules and will be broken by the fix for 503532

2009-01-04 Thread Matthew Johnson
Package: odccm Version: 0.11.1-2 Severity: serious Justification: Blocks the fix for CVE-2008-4311 The config file doesn't allow introspection, which is not enabled by default, it was only working because off a bug in dbus. It's recommended that you use send_destination to allow all messages to yo

Bug#510636: libosso: Has a dbus config file which circumvents all security messages on the system bus

2009-01-03 Thread Matthew Johnson
This looks like a candidate for removing from Lenny along with the rdeps, there's been several people involved in Maemo who think that it's probably not ready for Debian yet. Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#510636: libosso: Has a dbus config file which circumvents all security messages on the system bus

2009-01-03 Thread Matthew Johnson
Package: libosso Version: 2.15.debian.1-1 Severity: grave Tags: security libosso1 ships /etc/dbus-1/system.d/libosso.conf which turns off all the security checks on the system bus by allowing all messages from everyone to everyone else. This is bad mkay? -- System Information: Debian Release: len

Bug#510634: cups doesn't allow introspection in dbus config file

2009-01-03 Thread Matthew Johnson
Package: cups Version: 1.3.8-1lenny4 Severity: normal The cups config file for dbus doesn't allow introspection requests. Because all it does is send signals this isn't an RC issue, but it should have working introspection for those signals. -- System Information: Debian Release: lenny/sid APT

Bug#510633: powersaved: Doesn't enable introspection in dbus config file

2009-01-03 Thread Matthew Johnson
Package: powersaved Version: 0.15.20-3 Severity: serious The fix for #503532 means that powersaved will stop responding to introspection because it is not allowed in the config file. There may be other problems which I haven't checked yet, but this bug definitely needs to be fixed. Anyone fixing

Bug#510628: bluemon: DBus config doesn't allow Introspection

2009-01-03 Thread Matthew Johnson
Package: bluemon Version: 1.4-3 Severity: normal The fix to #503532 which is required for Lenny will also break this. Upload coming shortly to fix -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: i386 (i686)

Bug#510432: imapproxy

2009-01-03 Thread Matthew Johnson
On Sat Jan 03 14:08, Matthew Johnson wrote: > We are BSPing in Cambridge this weekend, if you need this uploaded, let > me know Hmm... I sent this because bts.turmzimmer says: 10-Mar-2007: ifvoid: maintainer waiting for sponsor However, since the bug was added on 1st jan this seems un

Bug#510432: imapproxy

2009-01-03 Thread Matthew Johnson
We are BSPing in Cambridge this weekend, if you need this uploaded, let me know Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#508032: DBus plan for Lenny

2009-01-03 Thread Matthew Johnson
which should. The longer list is rdepends of libdbus-1-3, it will definitely not be anything not on this list. Opinions? Matt -- Matthew Johnson Masayuki Hatta (mhatta) cups (U) Moray Allan gpe-bluetooth (U) Michael Biebl consolekit (U) dhcdbd (U) hal (U) knetworkmanager

Bug#448404: libpam-paperauth

2009-01-01 Thread Matthew Johnson
I'd be interested to know what advantages this has over libpam-otpw (which was designed by Markus Khun who has a rather less dubious reputation in the security community than Gibson does) Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#484560: Please check 1.8.9-2

2008-12-23 Thread Matthew Johnson
anks, Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#509237: /var/lib/initramfs-tools

2008-12-21 Thread Matthew Johnson
ramfs-tools; install linux-image-foo; purge initramfs-tools; install initramfs-tools 17:26 < mjj29> should leave you in the same situation as 17:26 < mjj29> install linux-image-foo; install initramfs-tools -- Matthew Johnson signature.asc Description: Digital signature

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-13 Thread Matthew Johnson
7; and the latter is clearly preferable (of course if people think it's just generally bad, then dropping completely is reasonable) I assume this has been forwarded upstream? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#508511: ITP: maven-debian-helper -- Helper tools for

2008-12-12 Thread Matthew Johnson
. How best can these two packages integrate? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#507760: Regression: no longer reports some sdr/Temperatures

2008-12-08 Thread Matthew Johnson
ource) debdiff allows > me to get the same results as with 1.8.8-3. > > I'll leave it to you to ask upstream why/whether that code deletion was > on purpose/needed for some reasons. :) Can you try http://mjj29.matthew.ath.cx/ipmitool_1.8.9-3_i386.changes I'll upload soon

Bug#507003: initiatorname.iscsi should maybe not be in /etc

2008-12-02 Thread Matthew Johnson
On Tue Dec 02 23:47, Peter Palfrader wrote: > On Tue, 02 Dec 2008, Matthew Johnson wrote: > > > On Tue Dec 02 22:04, Peter Palfrader wrote: > > > On Sun, 30 Nov 2008, Matthew Johnson wrote: > > > > > > > Hi, I have what I think is a patch which w

Bug#507003: initiatorname.iscsi should maybe not be in /etc

2008-12-02 Thread Matthew Johnson
On Tue Dec 02 22:04, Peter Palfrader wrote: > On Sun, 30 Nov 2008, Matthew Johnson wrote: > > > Hi, I have what I think is a patch which will move it to > > /var/lib/open-iscsi/initiatorname.iscsi (attached). I could NMU it (and > > I have a source package prep

Bug#506631: gpg-agent problems in enigmail

2008-11-30 Thread Matthew Johnson
On Sun Nov 30 17:12, Matthew Johnson wrote: > I'd be interested in knowing what caused that line to be added to > gpg.conf, since I've only ever seen gpg-agent used with environment > variables. > > If a package automatically updates gpg.conf and then leaves it in

Bug#507003: initiatorname.iscsi should maybe not be in /etc

2008-11-30 Thread Matthew Johnson
e; urgency=medium + + * Non-maintainer upload. + * Use /var/lib/open-iscsi/initiatorname.iscsi rather than +/etc/iscsi/initiatorname.iscsi (Closes: #507003) + + -- Matthew Johnson <[EMAIL PROTECTED]> Sun, 30 Nov 2008 18:10:41 + + open-iscsi (2.0.870~rc3-0.3) unstable; urgency=low

Bug#478717: could be closed?

2008-11-30 Thread Matthew Johnson
Since this seems to be a kernel issue on hppa surely the ruby part of the bug report can be closed? Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#506631: gpg-agent problems in enigmail

2008-11-30 Thread Matthew Johnson
nd then leaves it in a non-functioning state, that's a potentially RC issue. In which case this bug should be cloned and the new one left at RC and this one downgraded. I'll have a little look myself, but any other confirmation of how that setting was created would be good. Matt -- M

Bug#506266: www.debian.org: links to devref from manuals page broken (404)

2008-11-19 Thread Matthew Johnson
Package: www.debian.org Severity: normal http://www.debian.org/doc/devel-manuals#devref has links to the devref, none of which work. For exampple: http://www.debian.org/doc/manuals/developers-reference/index.en.html when it should be: http://www.debian.org/doc/manuals/developers-reference/ (o

Bug#503890: Proposed fix for 503890

2008-11-09 Thread Matthew Johnson
nfirm that jh_manifest and jh_depends (which I assume you meant, rather than jh_installlibs, which doesn't touch the manifest file) do the right thing, that would be great. Thanks, Matt -- Matthew Johnson signature.asc Description: Digital signature

Bug#503815: missing alternate dependency on java-runtime6{,-headless}

2008-10-28 Thread Matthew Johnson
is wishlist at best. Matt -- Matthew Johnson signature.asc Description: Digital signature

  1   2   3   4   >