Re: Possible abuse of dpkg-deb -z9 for xz compressed binary packages

2014-10-15 Thread Christian PERRIER
Quoting Paul Wise (p...@debian.org): On Thu, Sep 25, 2014 at 10:23 PM, Thomas Goirand wrote: As wrote by others earlier, that's the amount of memory needed for compression. 65 MB of RAM is needed for decompression. That's nothing!!! That is half the RAM available on my Debian-based

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-15 Thread Wouter Verhelst
On Mon, Oct 13, 2014 at 10:43:08AM +0200, Marco d'Itri wrote: On Oct 13, Matthias Urlichs matth...@urlichs.de wrote: Policy effectively states that Debian packages shall not depend on any features which posh doesn't have. So in what way is that a bad idea, and how should one know

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-15 Thread Wouter Verhelst
On Sun, Oct 12, 2014 at 10:05:20PM +0200, Florian Weimer wrote: If you need array variables, it's likely that the script has grown so complex that switching to another language is a good idea. /etc/init.d/nbd-client It's not exactly *needed*; I could replace it with a set of eval instructions.

Re: Any news about Blends in tasks selection (Was: Debian Installer Jessie Beta 2 release)

2014-10-15 Thread Andreas Tille
Hi Bas, On Tue, Oct 14, 2014 at 07:19:36PM +0200, Bas Wijnen wrote: On Tue, Oct 14, 2014 at 11:20:02AM +0200, Andreas Tille wrote: I admit I expected *you* to know about Blends for a while - but considering the video recorded quote I think I was not wrong using this chance to point this

Re: Any news about Blends in tasks selection (Was: Debian Installer Jessie Beta 2 release)

2014-10-15 Thread Andreas Tille
Hi, On Tue, Oct 14, 2014 at 08:29:47PM +0200, Jonas Smedegaard wrote: Well, Blends and the desktop situation could be considered orthogonal. Do all blends work well with all desktop environments? No. While this no means: There exist 1 or 2 Blends focussing on a specific desktop

Bug#765444: RFP: mustache-java -- Mustache (templating language) implementation in Java

2014-10-15 Thread Hilko Bengen
Package: wnpp Severity: wishlist * Package name: mustache-java Version : 0.8.17 Upstream Author : Sam Pullara spull...@yahoo.com * URL or Web page : http://github.com/spullara/mustache.java * License : Apache-2.0 Description : Mustache (templating language)

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-15 Thread Marco d'Itri
On Oct 15, Wouter Verhelst wou...@debian.org wrote: If you target posh, you target all shells that policy allows for -- including those that are smaller and/or faster than dash. Can you list some, and what benefits they would bring over dash? -- ciao, Marco signature.asc Description:

Re: Any news about Blends in tasks selection (Was: Debian Installer Jessie Beta 2 release)

2014-10-15 Thread Andreas Tille
Hi Holger, On Wed, Oct 15, 2014 at 10:25:20AM +0200, Holger Levsen wrote: Hi, On Dienstag, 14. Oktober 2014, Andreas Tille wrote: While this no means: There exist 1 or 2 Blends focussing on a specific desktop environment (as far as I know Debian Edu and Ezgo) but Debian Edu offers you

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-15 Thread Thorsten Glaser
On Mon, 13 Oct 2014, Stephane Chazelas wrote: $*, $@, $* were not special in any way. They just underwent the same rules as other variables. Only $@ was. This changed in POSIX sh though. I remember having to change some things in mksh to adhere to 2008 and post-2008. bye, //mirabilos --

Re: Built-Using, again…

2014-10-15 Thread Thorsten Glaser
On Mon, 13 Oct 2014, Wookey wrote: I _think_ we don't do this because the upgrading uses a lot of time on buildds, especially slow ones. I did do this (build in snapshot, Right. the same packages over and over until the snapshot was updated (which was manual and done approx weekly). This

Re: Built-Using, again…

2014-10-15 Thread Cyril Brulebois
Thorsten Glaser t...@debian.org (2014-10-15): Who are powerpc buildd admins, again? Still listed at the same location since last time you asked: https://www.debian.org/intro/organization https://lists.debian.org/debian-devel/2014/07/msg00446.html KiBi. signature.asc Description: Digital

$*/$@/$IFS and Bourne vs Almquist vs Korn vs mksh (Was: bash exorcism experiment ('bug' 762923 763012))

2014-10-15 Thread Stephane Chazelas
2014-10-15 12:13:06 +0200, Thorsten Glaser: On Mon, 13 Oct 2014, Stephane Chazelas wrote: $*, $@, $* were not special in any way. They just underwent the same rules as other variables. Only $@ was. This changed in POSIX sh though. I remember having to change some things in mksh to adhere

Re: piece of mind (Re: Moderated posts?)

2014-10-15 Thread The Wanderer
On 10/14/2014 at 04:15 PM, Olav Vitters wrote: On Sun, Oct 12, 2014 at 06:18:01PM +0200, lee wrote: Considering that the users are Debians' priority, couldn't this issue be a case in which significant concerns from/of the users about an issue might initiate a GR? Wouldn't it speak loudly

Determining, ad hoc, whether someone is a DD

2014-10-15 Thread Ian Jackson
Many of our lookup interfaces don't give out a clear indication of the status of the person you are looking up. Eg db.debian.org contains DMs and DDs and the public lookup doesn't distinguish. www.debian.org/devel/people lists maintainers, DMs and DDs without distinction. (This is contrary to

Re: piece of mind (Re: Moderated posts?)

2014-10-15 Thread Thorsten Glaser
On Mon, 13 Oct 2014, Joey Hess wrote: Only thing I don't understand is why so few votes for systemd-shim out of the group who has it installed. Maybe noatime? That’s probably popular on desktops. “vote” does not really say much, anyway. bye, //mirabilos -- Sometimes they [people] care too

Re: $*/$@/$IFS and Bourne vs Almquist vs Korn vs mksh

2014-10-15 Thread Thorsten Glaser
On Wed, 15 Oct 2014, Stephane Chazelas wrote: $ mksh -c 'IFS=; x=abc; printf %s\n ${x#$*}' x a b | sed -n l \a\300a$ abc$ Interesting… but all shells diverge on this one. tglase@tglase:~ $ bash -c 'IFS=; x=abc; printf %s\n ${x#$*}' x a b | sed -n l abc$ tglase@tglase:~ $ dash -c 'IFS=;

Re: Built-Using, again…

2014-10-15 Thread Thorsten Glaser
On Wed, 15 Oct 2014, Cyril Brulebois wrote: Thorsten Glaser t...@debian.org (2014-10-15): Who are powerpc buildd admins, again? Still listed at the same location since last time you asked: Yeah, I tend to forget it. https://www.debian.org/intro/organization Ah wonderful, a set of 0

[PATCH] link buildd admin mail template to organisational chart listing them

2014-10-15 Thread Thorsten Glaser
Signed-off-by: Thorsten Glaser t...@debian.org --- library.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.php b/library.php index a5a0d8e..43e2c45 100644 --- a/library.php +++ b/library.php @@ -1432,7 +1432,7 @@ function html_footer_text($raw=false) { echo div

Re: Determining, ad hoc, whether someone is a DD

2014-10-15 Thread Paul Wise
On Wed, Oct 15, 2014 at 10:02 PM, Ian Jackson wrote: [1] I'm told that looking at db.d.o ldapsearch can help if you then see whether the user has `gidNumber=800' or perhaps whether the user has `objectClass=debianDeveloper' but there are rumours that the latter is misleading. gidNumber is

Re: Determining, ad hoc, whether someone is a DD

2014-10-15 Thread Paul Wise
On Wed, Oct 15, 2014 at 10:02 PM, Ian Jackson wrote: db.debian.org contains DMs and DDs db.d.o does not contain DMs AFAIK, but it does have guest accounts and indeed doesn't distinguish those. DSA have been working on a replacement for our current interface and could use help with improving it.

Re: Built-Using, again…

2014-10-15 Thread Paul Wise
On Wed, Oct 15, 2014 at 10:20 PM, Thorsten Glaser wrote: On Wed, 15 Oct 2014, Cyril Brulebois wrote: https://www.debian.org/intro/organization Ah wonderful, a set of 0 people. No surprise then. Unfortunately that page is maintained manually. According to LDAP it appears to be wouter, he,

Bug#765493: ITP: bifrost -- Intelligent self-learning whitelist-based web application firewall

2014-10-15 Thread Joao Eriberto Mota Filho
Package: wnpp Severity: wishlist Owner: Joao Eriberto Mota Filho eribe...@eriberto.pro.br * Package name: bifrost Version : 0.1.0-alpha Upstream Author : Jan Seidl jse...@wroot.org * URL : https://github.com/jseidl/bifrost * License : MIT Programming Lang:

Re: [OT] $*/$@/$IFS and Bourne vs Almquist vs Korn vs mksh

2014-10-15 Thread Stephane Chazelas
2014-10-15 16:19:00 +0200, Thorsten Glaser: [...] tglase@tglase:~ $ dash -c 'IFS=; x=abc; printf %s\n ${x#$*}' x a b | sed -n l a$ abc$ tglase@tglase:~ $ ksh93 -c 'IFS=; x=abc; printf %s\n ${x#$*}' x a b | sed -n l c$ tglase@tglase:~ $ mksh -c 'IFS=; x=abc; printf %s\n ${x#$*}' x a b |

Re: Determining, ad hoc, whether someone is a DD

2014-10-15 Thread Jonathan McDowell
On Wed, Oct 15, 2014 at 03:02:07PM +0100, Ian Jackson wrote: Many of our lookup interfaces don't give out a clear indication of the status of the person you are looking up. Eg db.debian.org contains DMs and DDs and the public lookup doesn't distinguish. www.debian.org/devel/people lists

Bug#765509: ITP: python-flask-admin -- admin interface extension for Flask

2014-10-15 Thread Arto Jantunen
Package: wnpp Severity: wishlist Owner: Arto Jantunen vi...@debian.org * Package name: python-flask-admin Version : 1.0.8 Upstream Author : Serge S. Koval serge.koval+git...@gmail.com * URL : https://github.com/mrjoes/flask-admin * License : BSD Programming

Re: Any news about Blends in tasks selection (Was: Debian Installer Jessie Beta 2 release)

2014-10-15 Thread Bas Wijnen
Hi, On Wed, Oct 15, 2014 at 09:31:36AM +0200, Andreas Tille wrote: You belong to a majority if I might conclude from my experience. I have no idea whether I should feel responsible for this but I'm fighting on several fronts like the extensive documentation[1] and countless talks[2] as well

Re: piece of mind (Re: Moderated posts?)

2014-10-15 Thread Joey Hess
Thorsten Glaser wrote: On Mon, 13 Oct 2014, Joey Hess wrote: Only thing I don't understand is why so few votes for systemd-shim out of the group who has it installed. Maybe noatime? That’s probably popular on desktops. “vote” does not really say much, anyway. I doubt noatime has been

Re: Built-Using, again…

2014-10-15 Thread Wouter Verhelst
Hi Thorsten, On Mon, Oct 13, 2014 at 12:05:21PM +0200, Thorsten Glaser wrote: [...] from dak, because the version is neither in testing (yet or still) and not in unstable (any more) and so not known to dak. The buildd admins do not react on this and happily ignore eMails asking them,

Re: what free software is about/and supporting nonfree?, maybe add to clause 5?

2014-10-15 Thread Wouter Verhelst
On Sun, Oct 12, 2014 at 08:26:04PM +0200, Bas Wijnen wrote: On Sun, Oct 12, 2014 at 02:07:09PM +0200, Wouter Verhelst wrote: The FSF has a stated goal of wanting to eradicate all non-free software. That's fine, that's their right, and if they manage to do that, more power to them. Debian

Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
Package: general Severity: important Tags: security Hi. Not sure if there is already some concentrated effort, but I think there should be one, i.e.: --- To disable crypto algorithms and protocols per default, which are known to be no longer secure, across Debian. And ideally, to default to

Re: Built-Using, again…

2014-10-15 Thread Andreas Barth
* Thorsten Glaser (t.gla...@tarent.de) [141015 16:20]: On Wed, 15 Oct 2014, Cyril Brulebois wrote: Thorsten Glaser t...@debian.org (2014-10-15): Who are powerpc buildd admins, again? Still listed at the same location since last time you asked: Yeah, I tend to forget it.

Re: Built-Using, again…

2014-10-15 Thread Andreas Barth
* Thorsten Glaser (t...@mirbsd.de) [141013 12:05]: sbuild/buildd runs apt-get update, but not apt-get *upgrade, before each build. But I assume this should not be changed either… So we need either a technical, or a policy-ical, or a human, solution to this problem, right? Or we just have

Re: Built-Using, again…

2014-10-15 Thread Andreas Barth
* Paul Wise (p...@debian.org) [141015 17:22]: [ powerpc buildd admins ] According to LDAP it appears to be wouter, he, pkern. This list is incomplete. There are more people, especially there is a group who is buildd admin on all buildds, and tends to fix problems if they are known. (However,

Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Joey Hess
Christoph Anton Mitterer wrote: For git it's e.g. quite clear that it's use of SHA1 *is* security relevant. I've talked about this with the git developers before, and while they seemed to have some ideas for how to handle a conversion to a different hash, they're not keen on doing it until

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Jonathan Dowland
There are a number of mechanisms for proposing and tracking distro-wide changes, such as release goals and DEPs in some cases. But this is not what the general bug is for. Please choose something and then kindly close this bug. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-15 Thread Wouter Verhelst
On Wed, Oct 15, 2014 at 10:10:00AM +0200, Marco d'Itri wrote: On Oct 15, Wouter Verhelst wou...@debian.org wrote: If you target posh, you target all shells that policy allows for -- including those that are smaller and/or faster than dash. Can you list some, and what benefits they would

Re: Any news about Blends in tasks selection (Was: Debian Installer Jessie Beta 2 release)

2014-10-15 Thread Jonas Smedegaard
Quoting Bas Wijnen (2014-10-15 19:49:32) On occasion, I've needed a single-use system; something that boots up into an application and that shuts down when that application exits. (Having the full power of Debian in the background is a nice feature, but mostly unused.) For example, for

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Wed, 2014-10-15 at 20:25 +0100, Jonathan Dowland wrote: There are a number of mechanisms for proposing and tracking distro-wide changes, such as release goals and DEPs in some cases. But this is not what the general bug is for. Please choose something and then kindly close this bug. Well

Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Wed, 2014-10-15 at 15:18 -0400, Joey Hess wrote: I've talked about this with the git developers before, and while they seemed to have some ideas for how to handle a conversion to a different hash, they're not keen on doing it until forced by SHA1 being more broken than it is now. Well,...

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Russ Allbery
Joey Hess jo...@debian.org writes: In general, I think that Debian needs to identify upstreams that are being proactive about dropping old crypto algos, and those that are not. Major browsers, openssh upstream, etc are going to be more on top of this than we are, and make better decisions.

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Jonas Meurer
Hey, Am 15.10.2014 um 21:44 schrieb Christoph Anton Mitterer: On Wed, 2014-10-15 at 20:25 +0100, Jonathan Dowland wrote: There are a number of mechanisms for proposing and tracking distro-wide changes, such as release goals and DEPs in some cases. But this is not what the general bug is

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Jonathan Dowland
On Wed, Oct 15, 2014 at 09:44:43PM +0200, Christoph Anton Mitterer wrote: Well a bug is at least something, where one has a central log of all discussions... and where one can really keep track of... Only if people remember to copy it. And that's less likely to happen when you start getting

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Wed, 2014-10-15 at 21:55 +0200, Jonas Meurer wrote: While I appreciate your efforts to raise security-relevant topics within the Debian distribution, I have to admit that exactly the same happens to quite a few of your meta-bugreports as well. There's a lot of discussion and a few changes

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Russ Allbery
Christoph Anton Mitterer cales...@scientia.net writes: On Wed, 2014-10-15 at 12:55 -0700, Russ Allbery wrote: For another example, upstream for both Heimdal and MIT Kerberos know very well what the situation is with the RC4 use in the Kerberos protocol and are making well-informed decisions

Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Florian Weimer
* Christoph Anton Mitterer: Not sure if there is already some concentrated effort, but I think there should be one, i.e.: Fedora is currently working on this: https://fedoraproject.org/wiki/Changes/CryptoPolicy However, it is an ongoing effort to make applications adhere to the system

Re: piece of mind (Re: Moderated posts?)

2014-10-15 Thread Adam Borowski
On Wed, Oct 15, 2014 at 01:49:43PM -0400, Joey Hess wrote: Thorsten Glaser wrote: On Mon, 13 Oct 2014, Joey Hess wrote: Only thing I don't understand is why so few votes for systemd-shim out of the group who has it installed. Maybe noatime? That’s probably popular on desktops.

Re: bash exorcism experiment ('bug' 762923 763012)

2014-10-15 Thread Ian Jackson
Wouter Verhelst writes (Re: bash exorcism experiment ('bug' 762923 763012)): But that's *also* not the point. The point is that we have a policy which states particular things, and that you should follow that policy. If you think policy is wrong, you're welcome to change it; doing so really

Re: Bug#765522: ITP: elixir -- Functional language for the Erlang VM

2014-10-15 Thread Andrei POPESCU
Control: reassign -1 wnpp Control: severity -1 wishlist On Jo, 16 oct 14, 00:12:10, Evgeny Golyshev wrote: Package: wnppSeverine: wishlist Owner: Evgeny Golyshev euguli...@gmail.com * Package name : elixir * Version : 1.0.1 * Upstream Author : José Valim

Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Ian Jackson
Joey Hess writes (Bug#765512: general: distrust old crypto algos and protocols perdefault): Instead, it makes sense to adapt workflows that do not trust git hashes, which mostly means making signed tags and commits, and checking the signatures. This is something Debian could improve in many

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread brian m. carlson
On Wed, Oct 15, 2014 at 11:47:07PM +0100, Ian Jackson wrote: Joey Hess writes (Bug#765512: general: distrust old crypto algos and protocols perdefault): Instead, it makes sense to adapt workflows that do not trust git hashes, which mostly means making signed tags and commits, and checking

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread brian m. carlson
On Wed, Oct 15, 2014 at 01:58:34PM -0700, Russ Allbery wrote: It's unlikely that you're going to be able to make better cost/benefit decisions about these things than well-informed upstreams for general use cases. Debian is targeted for general use cases. If we were making a

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Brian May
On 16 October 2014 10:44, brian m. carlson sand...@crustytoothpaste.net wrote: Unfortunately, not all upstreams make good decisions. OpenSSL ships with a set of default ciphers that is completely insecure. There is no reason that every application using OpenSSL directly or indirectly[0]

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Wed, 2014-10-15 at 13:58 -0700, Russ Allbery wrote: The approach that you are taking to this discussion is destroying my desire and willingness to explain to you all of the nuance that you're ignoring. Well I respect that you have another opinion on security, but I didn't demand you to

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Thu, 2014-10-16 at 10:55 +1100, Brian May wrote: What about security updates? Should Debian be releasing wheezy security updates for browsers, web servers, etc, that disable SSLv3 by default now that SSLv3 is considered insecure? I'd guess that as soon as the respective vendor issues an

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Wed, 2014-10-15 at 23:44 +, brian m. carlson wrote: HIGH:MEDIUM:!aNULL is a better default. Still allows quite a number of combinations I probably wouldn't want to entrust my data: RC4 stuff, DSS stuff, even some MD5 combination is in the list. smime.p7s Description: S/MIME

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Russ Allbery
Christoph Anton Mitterer cales...@scientia.net writes: So what's wrong about my approach, apart from the paradigm security first? It feels to me like you're spending lots of time telling other people they're wrong and telling other people what they should be spending time on, and then arguing

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Ian Jackson
Christoph Anton Mitterer writes (Re: Bug#765512: general: distrust old crypto algos and protocols perdefault): So what's wrong about my approach, apart from the paradigm security first? Firstly, I agree with everything Russ has said. But secondly, I would worry that you're perhaps not paying

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Christoph Anton Mitterer
On Wed, 2014-10-15 at 18:31 -0700, Russ Allbery wrote: It feels to me like you're spending lots of time telling other people they're wrong and telling other people what they should be spending time on, and then arguing with anyone who tells you that how you're going about this isn't

Bug#765512: marked as done (general: distrust old crypto algos and protocols perdefault)

2014-10-15 Thread Debian Bug Tracking System
Your message dated Thu, 16 Oct 2014 05:42:23 +0200 with message-id 1413430943.4706.42.ca...@scientia.net and subject line Re: Bug#765512: general: distrust old crypto algos and protocols perdefault has caused the Debian Bug report #765512, regarding general: distrust old crypto algos and

Re: Bug#765512: general: distrust old crypto algos and protocols perdefault

2014-10-15 Thread Lars Wirzenius
On Thu, Oct 16, 2014 at 05:42:23AM +0200, Christoph Anton Mitterer wrote: On Wed, 2014-10-15 at 18:31 -0700, Russ Allbery wrote: It feels to me like you're spending lots of time telling other people they're wrong and telling other people what they should be spending time on, and then

Accepted ctfutils 9.2-5.1 (source amd64) into unstable

2014-10-15 Thread YunQiang Su
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 10 Oct 2014 13:24:07 +0800 Source: ctfutils Binary: ctfutils Architecture: source amd64 Version: 9.2-5.1 Distribution: unstable Urgency: low Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org Changed-By: YunQiang

Accepted libvirt-glib 0.1.9-3 (source amd64) into unstable

2014-10-15 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 07:34:40 +0200 Source: libvirt-glib Binary: libvirt-glib-1.0-0 libvirt-glib-1.0-0-dbg libvirt-glib-1.0-dev gir1.2-libvirt-glib-1.0 Architecture: source amd64 Version: 0.1.9-3 Distribution: unstable Urgency: medium

Accepted mapsembler2 2.2.3+dfsg-1 (source amd64) into unstable

2014-10-15 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 19 Sep 2014 13:41:47 +0200 Source: mapsembler2 Binary: mapsembler2 Architecture: source amd64 Version: 2.2.3+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team

Accepted apt 1.1~exp6 (source all amd64) into experimental

2014-10-15 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 07:47:36 +0200 Source: apt Binary: apt libapt-pkg4.14 libapt-inst1.6 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https Architecture: source all amd64 Version: 1.1~exp6 Distribution: experimental

Accepted shapelib 1.3.0-4 (source amd64) into unstable

2014-10-15 Thread Bas Couwenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 14 Oct 2014 22:01:30 +0200 Source: shapelib Binary: shapelib libshp-dev libshp2 Architecture: source amd64 Version: 1.3.0-4 Distribution: unstable Urgency: medium Maintainer: Debian GIS Project

Accepted rt-authen-externalauth 0.23-1 (source all) into unstable

2014-10-15 Thread Tom Jampen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 01 Oct 2014 18:28:25 +0200 Source: rt-authen-externalauth Binary: rt4-extension-authenexternalauth Architecture: source all Version: 0.23-1 Distribution: sid Urgency: medium Maintainer: Tom Jampen t...@cryptography.ch

Accepted pdns 3.4.0-2 (source) into unstable

2014-10-15 Thread Christian Hofstaedtler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 08:34:22 +0200 Source: pdns Binary: pdns-server pdns-server-dbg pdns-backend-pipe pdns-backend-ldap pdns-backend-geo pdns-backend-mysql pdns-backend-pgsql pdns-backend-sqlite3 pdns-backend-lua pdns-backend-lmdb

Accepted partconf 1.46 (source i386) into unstable

2014-10-15 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 08:22:56 +0200 Source: partconf Binary: partconf partconf-find-partitions partconf-mkfstab Architecture: source i386 Version: 1.46 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team

Accepted partitioner 0.54 (source mips) into unstable

2014-10-15 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 08:20:57 +0200 Source: partitioner Binary: partitioner Architecture: source mips Version: 0.54 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team debian-b...@lists.debian.org Changed-By:

Accepted util-linux 2.25.1-5 (source amd64 all) into unstable

2014-10-15 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 09:19:30 +0200 Source: util-linux Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb libblkid1 libblkid1-udeb libblkid-dev libmount1 libmount-dev libsmartcols1 libsmartcols1-udeb

Accepted apparmor-profiles-extra 1.3 (source all) into unstable

2014-10-15 Thread intrigeri
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 01:06:28 +0200 Source: apparmor-profiles-extra Binary: apparmor-profiles-extra Architecture: source all Version: 1.3 Distribution: unstable Urgency: medium Maintainer: Debian AppArmor Team

Accepted ceilometer 2014.2~rc3-1 (source all) into experimental

2014-10-15 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 14:02:53 +0800 Source: ceilometer Binary: python-ceilometer ceilometer-common ceilometer-collector ceilometer-api ceilometer-agent-compute ceilometer-agent-central ceilometer-alarm-evaluator

Accepted gifsicle 1.86-1 (source amd64) into unstable

2014-10-15 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 20:29:33 +1300 Source: gifsicle Binary: gifsicle Architecture: source amd64 Version: 1.86-1 Distribution: unstable Urgency: medium Maintainer: Francois Marier franc...@debian.org Changed-By: Francois Marier

Accepted iapws 1.0.5-2 (source all) into unstable

2014-10-15 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 13 Oct 2014 20:10:33 +0100 Source: iapws Binary: python-iapws python3-iapws Architecture: source all Version: 1.0.5-2 Distribution: sid Urgency: medium Maintainer: Alastair McKinstry mckins...@debian.org Changed-By: Alastair

Accepted libapache2-mod-perl2 2.0.9~1624218-2 (source amd64 all) into unstable

2014-10-15 Thread Niko Tyni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 09:32:20 +0300 Source: libapache2-mod-perl2 Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-perl2-doc Architecture: source amd64 all Version: 2.0.9~1624218-2 Distribution: unstable Urgency:

Accepted plasma-widget-menubar 0.2.0-1 (source amd64) into unstable

2014-10-15 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 13:28:25 +0530 Source: plasma-widget-menubar Binary: plasma-widget-menubar Architecture: source amd64 Version: 0.2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian KDE Extras Team

Accepted plasma-widget-menubar 0.2.0-2 (source amd64) into unstable

2014-10-15 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 14:07:39 +0530 Source: plasma-widget-menubar Binary: plasma-widget-menubar Architecture: source amd64 Version: 0.2.0-2 Distribution: unstable Urgency: medium Maintainer: Debian KDE Extras Team

Accepted roundcube 0.9.5+dfsg1-4.1 (source all) into unstable

2014-10-15 Thread Russell Stuart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 09:51:17 +1000 Source: roundcube Binary: roundcube-core roundcube roundcube-mysql roundcube-pgsql roundcube-sqlite3 roundcube-plugins Architecture: source all Version: 0.9.5+dfsg1-4.1 Distribution: unstable

Accepted scanbd 1.4.0-1x1 (source i386) into experimental

2014-10-15 Thread Rolf Leggewie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 15:56:22 +0800 Source: scanbd Binary: scanbd Architecture: source i386 Version: 1.4.0-1x1 Distribution: experimental Urgency: medium Maintainer: Rolf Leggewie f...@rolf.leggewie.biz Changed-By: Rolf Leggewie

Accepted python-glanceclient 1:0.14.1-1 (source all) into experimental

2014-10-15 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 16:19:34 +0800 Source: python-glanceclient Binary: python-glanceclient Architecture: source all Version: 1:0.14.1-1 Distribution: experimental Urgency: medium Maintainer: PKG OpenStack

Accepted actdiag 0.5.3-3 (source all) into unstable

2014-10-15 Thread Kouhei Maeda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 09:40:36 +0900 Source: actdiag Binary: python-actdiag python3-actdiag Architecture: source all Version: 0.5.3-3 Distribution: unstable Urgency: medium Maintainer: Kouhei Maeda mkou...@palmtb.net Changed-By: Kouhei

Accepted nwdiag 1.0.3-2 (source all) into unstable

2014-10-15 Thread Kouhei Maeda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 09:43:13 +0900 Source: nwdiag Binary: python-nwdiag python3-nwdiag Architecture: source all Version: 1.0.3-2 Distribution: unstable Urgency: medium Maintainer: Kouhei Maeda mkou...@palmtb.net Changed-By: Kouhei

Accepted seqdiag 0.9.3-3 (source all) into unstable

2014-10-15 Thread Kouhei Maeda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 09:37:03 +0900 Source: seqdiag Binary: python-seqdiag python3-seqdiag Architecture: source all Version: 0.9.3-3 Distribution: unstable Urgency: medium Maintainer: Kouhei Maeda mkou...@palmtb.net Changed-By: Kouhei

Accepted xemacs21 21.4.22-9 (source all amd64) into unstable

2014-10-15 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 11:14:38 +0200 Source: xemacs21 Binary: xemacs21 xemacs21-mule xemacs21-nomule xemacs21-mule-canna-wnn xemacs21-bin xemacs21-support xemacs21-supportel xemacs21-gnome-mule xemacs21-gnome-nomule

Accepted dogtag-pki 10.2.0-1 (source all amd64) into unstable, unstable

2014-10-15 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 10 Oct 2014 14:40:12 +0300 Source: dogtag-pki Binary: dogtag-pki pki-base pki-tools pki-server pki-ca dogtag-pki-console-theme dogtag-pki-server-theme pki-console pki-kra pki-ocsp pki-tks pki-tps pki-tps-client pki-javadoc

Accepted symfony 2.3.19+dfsg-1 (source all) into unstable, unstable

2014-10-15 Thread Daniel Beyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 07 Sep 2014 18:34:19 +0200 Source: symfony Binary: php-symfony-browser-kit php-symfony-class-loader php-symfony-classloader php-symfony-config php-symfony-console php-symfony-css-selector php-symfony-debug

Accepted iceweasel 33.0-1 (source all amd64) into experimental, experimental

2014-10-15 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 09:40:22 +0900 Source: iceweasel Binary: iceweasel iceweasel-dbg iceweasel-dev iceweasel-l10n-all iceweasel-l10n-ach iceweasel-l10n-af iceweasel-l10n-an iceweasel-l10n-ar iceweasel-l10n-as iceweasel-l10n-ast

Accepted linux 3.17-1~exp1 (all source) into experimental, experimental

2014-10-15 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 14 Oct 2014 23:01:39 +0200 Source: linux Binary: linux-source-3.17 linux-doc-3.17 linux-manual-3.17 linux-support-3.17-1 linux-libc-dev linux-headers-3.17-1-all linux-headers-3.17-1-all-alpha linux-headers-3.17-1-common

Accepted libcatmandu-rdf-perl 0.18-1 (source all) into unstable

2014-10-15 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 11:41:45 +0200 Source: libcatmandu-rdf-perl Binary: libcatmandu-rdf-perl Architecture: source all Version: 0.18-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

Accepted distro-info-data 0.22 (source all) into unstable

2014-10-15 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 11:59:18 +0200 Source: distro-info-data Binary: distro-info-data Architecture: source all Version: 0.22 Distribution: unstable Urgency: medium Maintainer: Benjamin Drung bdr...@debian.org Changed-By: Benjamin Drung

Accepted metacity 1:3.14.1-1 (source all) into unstable

2014-10-15 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 13:49:27 +0400 Source: metacity Binary: metacity libmetacity-private2 metacity-common libmetacity-dev metacity-dbg Architecture: source all Version: 1:3.14.1-1 Distribution: unstable Urgency: medium Maintainer:

Accepted python-django 1.7-3 (source all) into unstable

2014-10-15 Thread Raphaël Hertzog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 15 Oct 2014 10:45:27 +0200 Source: python-django Binary: python-django python3-django python-django-common python-django-doc Architecture: source all Version: 1.7-3 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted ruby-http-parser 0.1.3-2 (source all) into unstable

2014-10-15 Thread Jonas Genannt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 14 Oct 2014 15:28:21 +0200 Source: ruby-http-parser Binary: ruby-http-parser Architecture: source all Version: 0.1.3-2 Distribution: unstable Urgency: low Maintainer: Debian Ruby Extras Maintainers

Accepted zam-plugins 3.5~repack0-4 (source amd64) into unstable

2014-10-15 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 12:11:46 +0200 Source: zam-plugins Binary: zam-plugins Architecture: source amd64 Version: 3.5~repack0-4 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers

Accepted ruby-jsonify 0.4.1-2 (source all) into unstable, unstable

2014-10-15 Thread Tim Potter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 14 Oct 2014 00:07:35 +0200 Source: ruby-jsonify Binary: ruby-jsonify Architecture: source all Version: 0.4.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers

Accepted openjdk-6 6b33-1.13.5-1 (source amd64 all) into unstable

2014-10-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 09:43:32 +0200 Source: openjdk-6 Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg icedtea-6-jre-cacao icedtea-6-jre-jamvm

Accepted php-react-promise 2.0.0-1 (source all) into unstable, unstable

2014-10-15 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 14 Oct 2014 16:08:10 -0400 Source: php-react-promise Binary: php-react-promise Architecture: source all Version: 2.0.0-1 Distribution: unstable Urgency: low Maintainer: Debian PHP PEAR Maintainers

Accepted oss4 4.2-build2007-2.3 (source all amd64) into unstable

2014-10-15 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 15 Oct 2014 13:56:56 +0200 Source: oss4 Binary: oss4-base oss4-gtk oss4-dkms oss4-source oss4-dev liboss4-salsa2 liboss4-salsa-dev liboss4-salsa-asound2 Architecture: source all amd64 Version: 4.2-build2007-2.3 Distribution:

Accepted encfs 1.7.4-4.1 (source mips) into unstable

2014-10-15 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 12:49:40 +0100 Source: encfs Binary: encfs Architecture: source mips Version: 1.7.4-4.1 Distribution: unstable Urgency: medium Maintainer: Eduard Bloch bl...@debian.org Changed-By: Anibal Monsalve Salazar

Accepted libmoox-struct-perl 0.013-1 (source all) into unstable

2014-10-15 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 15 Oct 2014 13:11:51 +0200 Source: libmoox-struct-perl Binary: libmoox-struct-perl Architecture: source all Version: 0.013-1 Distribution: unstable Urgency: medium Maintainer: Debian Perl Group

  1   2   3   >