Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Matthias Urlichs
Hi, Thomas Goirand: Well, I don't agree with this view. If LibreSSL pretends to be a replacement for OpenSSL, then they should care about being ABI compatible, so we can easily switch from one implementation to the other. That depends. If the ABI in question includes calls or constants which

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Vincent Bernat
❦ 13 juillet 2014 11:52 +0800, Thomas Goirand z...@debian.org : As libressl is currently under heavy development, it is imho not to be expected to have that stable ABI you are asking for. Well, I don't agree with this view. If LibreSSL pretends to be a replacement for OpenSSL, then they

Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Vincent Bernat
❦ 12 juillet 2014 23:08 +0100, Steve McIntyre st...@einval.com : And I've got to ask: for the couple of trivial examples that Frederick pointed out - why on earth do these even exist as libraries instead of being inlined wherever they're needed? Because, in node, a library is cheap and the

Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Neil Williams
On Sun, 13 Jul 2014 09:26:38 +0200 Vincent Bernat ber...@debian.org wrote: ❦ 12 juillet 2014 23:08 +0100, Steve McIntyre st...@einval.com : And I've got to ask: for the couple of trivial examples that Frederick pointed out - why on earth do these even exist as libraries instead of being

Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Jeroen Dekkers
At Sun, 13 Jul 2014 09:26:38 +0200, Vincent Bernat wrote: ❦ 12 juillet 2014 23:08 +0100, Steve McIntyre st...@einval.com : And I've got to ask: for the couple of trivial examples that Frederick pointed out - why on earth do these even exist as libraries instead of being inlined

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Jeroen Dekkers
At Sat, 12 Jul 2014 14:46:45 +0200, Toni Mueller wrote: On Sat, Jul 12, 2014 at 02:15:13PM +0200, Kurt Roeckx wrote: I'm not really sure what you mean by this. I'm pretty sure the openssl development team has a pretty good understanding of security and I don't see anybody adding a

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Thomas Goirand
On 07/13/2014 02:17 PM, Matthias Urlichs wrote: Does gnutls have an openssl shim which actually works as a generic replacement? I dimly recall a couple of not-so-nice incompatibilities As much as I understand, it's a complete alternative with a different API, I don't think there's a

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Andreas Metzler
Matthias Urlichs matth...@urlichs.de wrote: Thomas Goirand: [...] As Kurt wrote, GNUTLS becomes a better alternative then. Does gnutls have an openssl shim which actually works as a generic replacement? I dimly recall a couple of not-so-nice incompatibilities … I am not aware of recent any

DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Thorsten Glaser
Cyril Brulebois dixit: Thorsten Glaser t...@mirbsd.de (2014-07-12): OK, can you please give-back makefs on mips once the new bmake binaries are available for all buildds? Please send your request to the appropriate place. Ookay. Yes, this was a mistake of mine. But it took me about six

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Mike Hommey
On Sun, Jul 13, 2014 at 08:17:51AM +0200, Matthias Urlichs wrote: Hi, Thomas Goirand: Well, I don't agree with this view. If LibreSSL pretends to be a replacement for OpenSSL, then they should care about being ABI compatible, so we can easily switch from one implementation to the

Re: DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Cyril Brulebois
Thorsten Glaser t...@mirbsd.de (2014-07-13): Cyril Brulebois dixit: Thorsten Glaser t...@mirbsd.de (2014-07-12): OK, can you please give-back makefs on mips once the new bmake binaries are available for all buildds? Please send your request to the appropriate place. Ookay. Yes,

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Guus Sliepen
On Sun, Jul 13, 2014 at 12:22:49PM +0200, Jeroen Dekkers wrote: I think GnuTLS is actually a better alternative and wish there were more people developing and using it. [...] * GnuTLS, with an API incompatible with OpenSSL, thus requiring huge amounts of work to make significant use

Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Vincent Bernat
❦ 13 juillet 2014 11:34 +0200, Jeroen Dekkers jer...@dekkers.ch : And I've got to ask: for the couple of trivial examples that Frederick pointed out - why on earth do these even exist as libraries instead of being inlined wherever they're needed? Because, in node, a library is cheap and

Re: Bug#754551: ITP: node-ms -- milliseconds conversion utility

2014-07-13 Thread Vincent Bernat
❦ 13 juillet 2014 08:50 +0100, Neil Williams codeh...@debian.org : And I've got to ask: for the couple of trivial examples that Frederick pointed out - why on earth do these even exist as libraries instead of being inlined wherever they're needed? Because, in node, a library is cheap

Solutions for the Apache upgrade hell

2014-07-13 Thread Arno Töll
Hello, we've got a problem with Apache that causes problems during upgrades (e.g. #716880, #752922, #711925). In short, the issue is that Apache 2.4 changed ABIs, so that we need to ensure that dpkg properly removes packages linking against the obsolete ABIs at upgrade time. This is the first

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Bernhard R. Link
* Mike Hommey m...@glandium.org [140713 12:55]: … while IMHO it's possible to safely mix openssl and libressl if we prepare for that (i.e. make sure that _everything_ in libressl is only exported with properly versioned symbols) Contrary to what you seem to believe, this only really

Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Holger Levsen
Hi Arno, On Sonntag, 13. Juli 2014, Arno Töll wrote: * Ignore the problem, and refer to the manpage of aptitude without proper fix etc. which clearly says THIS OPTION CAN CAUSE DATA LOSS! DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING. seems right to me, given the alternatives you describe.

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Matthias Urlichs
Hi, Bernhard R. Link: * Mike Hommey m...@glandium.org [140713 12:55]: Contrary to what you seem to believe, this only really works if *both* libraries have versioned symbols. Otherwise, you can end up with libraries linked against the unversioned one using symbols from the versioned one

Re: DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Joachim Breitner
Hi, Am Sonntag, den 13.07.2014, 13:02 +0200 schrieb Cyril Brulebois: Maybe a “gift” job for a Debian Contributor would be to put together a “DD’s cheat card”, with infos about how to contact DSA, WB team, etc. – nothing about the how-to of packaging, but about the orga‐ nisational things

Re: DD's cheat card (was Re: Bug#754416: makefs: FTBFS on mips: Must set MACHINE_ARCH to one of mipseb or mipsel)

2014-07-13 Thread Cyril Brulebois
Joachim Breitner nome...@debian.org (2014-07-13): Hi, Am Sonntag, den 13.07.2014, 13:02 +0200 schrieb Cyril Brulebois: Maybe a “gift” job for a Debian Contributor would be to put together a “DD’s cheat card”, with infos about how to contact DSA, WB team, etc. – nothing about the

Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Jeroen Dekkers
At Sun, 13 Jul 2014 13:17:24 +0200, Arno Töll wrote: What would you do in our situation? Side note 2: We kinda expected this situation and added a trapdoor in Wheezy [1], but it turned out, that even that is not good enough to prevent havoc with --purge-unused. It's not really ideal either,

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Andreas Metzler
Guus Sliepen g...@debian.org wrote: [...] The problem is that OpenSSL is much more than just an implementation of SSL/TLS. It is also provides a very extensive set of low-level cryptographic functions. There are many programs that use OpenSSL for the latter, not for the SSL/TLS layer. You just

Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Arno Töll
Hi Jeroen, On 13.07.2014 15:09, Jeroen Dekkers wrote: It's not really ideal either, but another option would be doing an update in the next wheezy point release preparing this migration. For example moving the configuration files from apache2.2-common to apache2 or apache2.2-bin in wheezy

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Mike Hommey
On Sun, Jul 13, 2014 at 02:02:18PM +0200, Matthias Urlichs wrote: Hi, Bernhard R. Link: * Mike Hommey m...@glandium.org [140713 12:55]: Contrary to what you seem to believe, this only really works if *both* libraries have versioned symbols. Otherwise, you can end up with libraries

Bug#754703: ITP: python-vertica -- native Python client for the Vertica database

2014-07-13 Thread debian
Package: wnpp Severity: wishlist Owner: deb...@jbfavre.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-vertica Version : 0.2.3 Upstream Author : justin.be...@gmail.com, alex@uber.com * URL : https://github.com/uber/vertica-python *

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Thomas Goirand
On 07/13/2014 09:48 PM, Mike Hommey wrote: On Sun, Jul 13, 2014 at 02:02:18PM +0200, Matthias Urlichs wrote: Hi, Bernhard R. Link: * Mike Hommey m...@glandium.org [140713 12:55]: Contrary to what you seem to believe, this only really works if *both* libraries have versioned symbols.

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, Matthias Urlichs wrote: for that (i.e. make sure that _everything_ in libressl is only exported with properly versioned symbols), again IMHO the time and effort required PLEASE PLEASE PLEASE PLEASE PLEASE take this to the portable libressl upstream *and make it true* for

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Matthias Urlichs
Hi, Mike Hommey: Well, it kind of is. Because those versioned symbols in openssl come from a debian patch, afaict. So while debian may be fine (as long as all build-rdeps have been rebuilt since openssl got those versioned symbols), other distros aren't covered, as well as binaries not

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, Matthias Urlichs wrote: I am, frankly, not at all concerned with binaries not compiled on Debian at this point. Data point: Fedora uses a different symbol versioning scheme for openssl, so openssl-linked binaries from there won't run on Debian anyway. It's far more

Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Thorsten Glaser
Martin Zobel-Helas dixit: Furthermore, we will change the people.debian.org web-service such that only HTTPS connections will be supported (unencrypted requests will be redirected). This means that requests from wget (since it switched from OpenSSL to GnuTLS) and other utilities from slow

Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Jakub Wilk
* Martin Zobel-Helas zo...@debian.org, 2014-07-13, 22:13: The plan is to execute a final sync of home directories on 2014-JUL-26 starting at 0800Z. http://xkcd.com/1179/ we will change the people.debian.org web-service such that only HTTPS connections will be supported (unencrypted requests

Re: Solutions for the Apache upgrade hell

2014-07-13 Thread Fabiano Antunes
Hey there. On 07/13/2014 08:36 AM, Holger Levsen wrote: Hi Arno, On Sonntag, 13. Juli 2014, Arno Töll wrote: * Ignore the problem, and refer to the manpage of aptitude without proper fix etc. which clearly says THIS OPTION CAN CAUSE DATA LOSS! DO NOT USE IT UNLESS YOU KNOW WHAT YOU ARE

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Juliusz Chroboczek
Meanwhile, we could try to get ever distro with a clue together, map the versioned symbol diffs that already exist, and see if we can come up with a plan to at least do downstream versioning in a compatible way. Please, please, please speak to upstream first. It's hard work, but some

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Steven Chamberlain
On 12/07/14 02:09, Steven Chamberlain wrote: [...] these warnings would be treated as errors: In file included from md5/md5_locl.h:98:0, from md5/md5_dgst.c:60: md5/md5_dgst.c: In function 'md5_block_data_order': ./md32_common.h:237:66: warning: right-hand operand of

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, Juliusz Chroboczek wrote: Meanwhile, we could try to get ever distro with a clue together, map the versioned symbol diffs that already exist, and see if we can come up with a plan to at least do downstream versioning in a compatible way. Please, please, please speak

Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Steve Langasek
Hi Martin, On Sun, Jul 13, 2014 at 10:13:10PM +0200, Martin Zobel-Helas wrote: Furthermore, we will change the people.debian.org web-service such that only HTTPS connections will be supported (unencrypted requests will be redirected). Could you elaborate on why people.d.o will enforce https?

Re: Bug#754513: ITP: libressl -- SSL library, forked from OpenSSL

2014-07-13 Thread Kurt Roeckx
On Sun, Jul 13, 2014 at 08:36:30PM +0200, Matthias Urlichs wrote: Hi, Mike Hommey: Well, it kind of is. Because those versioned symbols in openssl come from a debian patch, afaict. So while debian may be fine (as long as all build-rdeps have been rebuilt since openssl got those versioned

Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Guillem Jover
On Sun, 2014-07-13 at 15:19:22 -0700, Steve Langasek wrote: On Sun, Jul 13, 2014 at 10:13:10PM +0200, Martin Zobel-Helas wrote: Furthermore, we will change the people.debian.org web-service such that only HTTPS connections will be supported (unencrypted requests will be redirected). […]

Re: people.debian.org will move from ravel to paradis and become HTTPS only

2014-07-13 Thread Paul Wise
On Mon, Jul 14, 2014 at 7:09 AM, Guillem Jover wrote: HSTS protects mostly from MITM (except for first connection), but I'm not sure if DSA is planning to add it. HSTS is a standard part of HTTPS setup on machines run by DSA, so it is very likely they will. -- bye, pabs

Accepted sitecopy 1:0.16.6-7 (source i386)

2014-07-13 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 08:38:39 +0200 Source: sitecopy Binary: sitecopy Architecture: source i386 Version: 1:0.16.6-7 Distribution: unstable Urgency: medium Maintainer: Christian Marillat maril...@debian.org Changed-By: Christian

Accepted fedmsg 0.8.0-2 (source all)

2014-07-13 Thread Nicolas Dandrimont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 10:30:13 +0200 Source: fedmsg Binary: python-fedmsg python-fedmsg-doc fedmsg-hub fedmsg-relay fedmsg-gateway fedmsg-irc fedmsg Architecture: source all Version: 0.8.0-2 Distribution: unstable Urgency: high

Accepted nqp 2014.04-2 (source amd64)

2014-07-13 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 12 Jul 2014 21:54:49 +0200 Source: nqp Binary: nqp Architecture: source amd64 Version: 2014.04-2 Distribution: unstable Urgency: medium Maintainer: Debian Rakudo Maintainers pkg-rakudo-de...@lists.alioth.debian.org Changed-By:

Accepted x11proto-input 2.3.1-1 (source all)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 10:17:18 +0200 Source: x11proto-input Binary: x11proto-input-dev Architecture: source all Version: 2.3.1-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force debia...@lists.debian.org Changed-By:

Accepted xauth 1:1.0.9-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 10:34:06 +0200 Source: xauth Binary: xauth Architecture: source amd64 Version: 1:1.0.9-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force debia...@lists.debian.org Changed-By: Julien Cristau

Accepted sysdig 0.1.85-1 (source amd64 all)

2014-07-13 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 11:07:35 +0200 Source: sysdig Binary: sysdig sysdig-dkms Architecture: source amd64 all Version: 0.1.85-1 Distribution: unstable Urgency: medium Maintainer: Evgeni Golov evg...@debian.org Changed-By: Evgeni Golov

Accepted twm 1:1.0.8-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 11:13:12 +0200 Source: twm Binary: twm Architecture: source amd64 Version: 1:1.0.8-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force debia...@lists.debian.org Changed-By: Julien Cristau

Accepted xft 2.3.2-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 10:49:43 +0200 Source: xft Binary: libxft2 libxft2-udeb libxft2-dbg libxft-dev Architecture: source amd64 Version: 2.3.2-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force debia...@lists.debian.org

Accepted sysdig 0.1.85-2 (source amd64 all)

2014-07-13 Thread Evgeni Golov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 11:52:44 +0200 Source: sysdig Binary: sysdig sysdig-dkms Architecture: source amd64 all Version: 0.1.85-2 Distribution: unstable Urgency: medium Maintainer: Evgeni Golov evg...@debian.org Changed-By: Evgeni Golov

Accepted xcursor-themes 1.0.4-1 (source all)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 11:45:44 +0200 Source: xcursor-themes Binary: xcursor-themes Architecture: source all Version: 1.0.4-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force debia...@lists.debian.org Changed-By: Julien

Accepted zonecheck 3.0.5-3 (source all)

2014-07-13 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 12:11:31 +0200 Source: zonecheck Binary: zonecheck zonecheck-cgi Architecture: source all Version: 3.0.5-3 Distribution: unstable Urgency: medium Maintainer: Sebastien Delafond s...@debian.org Changed-By: Sebastien

Accepted libxpm 1:3.5.11-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 12:24:10 +0200 Source: libxpm Binary: libxpm4 libxpm4-dbg libxpm-dev xpmutils Architecture: source amd64 Version: 1:3.5.11-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force

Accepted bioperl 1.6.924-1 (source all)

2014-07-13 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 19:16:01 +0900 Source: bioperl Binary: bioperl libbio-perl-perl Architecture: source all Version: 1.6.924-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team

Accepted mercurial 3.0.2-1 (source all amd64)

2014-07-13 Thread Javi Merino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 13:12:26 +0200 Source: mercurial Binary: mercurial-common mercurial Architecture: source all amd64 Version: 3.0.2-1 Distribution: unstable Urgency: medium Maintainer: Python Applications Packaging Team

Accepted r-cran-formula 1.1-2-1 (source all)

2014-07-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 06:41:59 -0500 Source: r-cran-formula Binary: r-cran-formula Architecture: source all Version: 1.1-2-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted mafft 7.158-1 (source amd64)

2014-07-13 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 20:26:22 +0900 Source: mafft Binary: mafft Architecture: source amd64 Version: 7.158-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted procps 1:3.3.9-7 (source amd64)

2014-07-13 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 22:47:30 +1000 Source: procps Binary: procps libprocps3 libprocps3-dev Architecture: source amd64 Version: 1:3.3.9-7 Distribution: unstable Urgency: medium Maintainer: Craig Small csm...@debian.org Changed-By:

Accepted node-extend 1.3.0-1 (source all)

2014-07-13 Thread Leo Iannacone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 12 Jul 2014 19:51:37 +0200 Source: node-extend Binary: node-extend Architecture: source all Version: 1.3.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Javascript Maintainers

Accepted libapache2-mod-perl2 2.0.8+httpd24-r1449661-7 (source amd64 all)

2014-07-13 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 15:36:53 +0200 Source: libapache2-mod-perl2 Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-perl2-doc Architecture: source amd64 all Version: 2.0.8+httpd24-r1449661-7 Distribution: unstable

Accepted x11-xserver-utils 7.7+3 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:34:05 +0200 Source: x11-xserver-utils Binary: x11-xserver-utils Architecture: source amd64 Version: 7.7+3 Distribution: sid Urgency: medium Maintainer: Debian X Strike Force debia...@lists.debian.org Changed-By:

Accepted pcp 3.9.6+nmu1 (source amd64 all)

2014-07-13 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 15:22:43 +0200 Source: pcp Binary: pcp pcp-conf libpcp3-dev libpcp3 libpcp-gui2-dev libpcp-gui2 libpcp-mmv1-dev libpcp-mmv1 libpcp-pmda3-dev libpcp-pmda3 libpcp-trace2-dev libpcp-trace2 libpcp-import1-dev

Accepted clementine 1.2.3+dfsg-1 (source amd64)

2014-07-13 Thread Thomas Pierson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 12 Jul 2014 22:07:28 +0200 Source: clementine Binary: clementine Architecture: source amd64 Version: 1.2.3+dfsg-1 Distribution: unstable Urgency: low Maintainer: Thomas Pierson cont...@thomaspierson.fr Changed-By: Thomas Pierson

Accepted designate 2014.1-9 (source all)

2014-07-13 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 23:15:25 +0800 Source: designate Binary: python-designate designate-common designate designate-api designate-central designate-agent designate-sink designate-doc Architecture: source all Version: 2014.1-9

Accepted eztrace 1.0.1-1 (source amd64)

2014-07-13 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 16:29:46 +0200 Source: eztrace Binary: eztrace libeztrace-dev libeztrace0 Architecture: source amd64 Version: 1.0.1-1 Distribution: unstable Urgency: medium Maintainer: Samuel Thibault sthiba...@debian.org

Accepted gnome-boxes 3.12.3-1 (source amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:44:31 +0200 Source: gnome-boxes Binary: gnome-boxes Architecture: source amd64 Version: 3.12.3-1 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers

Accepted gssdp 0.14.8-1 (source all amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:20:08 +0200 Source: gssdp Binary: libgssdp-1.0-3 gir1.2-gssdp-1.0 libgssdp-1.0-dev libgssdp-1.0-dbg libgssdp-doc gssdp-tools Architecture: source all amd64 Version: 0.14.8-1 Distribution: unstable Urgency: medium

Accepted gssdp 0.14.8-2 (source all amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:35:02 +0200 Source: gssdp Binary: libgssdp-1.0-3 gir1.2-gssdp-1.0 libgssdp-1.0-dev libgssdp-1.0-dbg libgssdp-doc gssdp-tools Architecture: source all amd64 Version: 0.14.8-2 Distribution: unstable Urgency: medium

Accepted json-glib 1.0.2-1 (source all amd64)

2014-07-13 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:50:01 +0200 Source: json-glib Binary: libjson-glib-1.0-0 libjson-glib-1.0-0-dbg libjson-glib-dev libjson-glib-1.0-common libjson-glib-doc gir1.2-json-1.0 json-glib-tools Architecture: source all amd64 Version:

Accepted miniupnpc 1.9.20140610-2 (source amd64)

2014-07-13 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 14:43:26 + Source: miniupnpc Binary: miniupnpc libminiupnpc10 libminiupnpc-dev python-miniupnpc Architecture: source amd64 Version: 1.9.20140610-2 Distribution: unstable Urgency: medium Maintainer: Thomas

Accepted pixman 0.32.6-1 (source amd64)

2014-07-13 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:31:06 +0200 Source: pixman Binary: libpixman-1-0 libpixman-1-0-udeb libpixman-1-0-dbg libpixman-1-dev Architecture: source amd64 Version: 0.32.6-1 Distribution: sid Urgency: medium Maintainer: Debian X Strike

Accepted squeezelite 1.6.4-1 (source amd64)

2014-07-13 Thread Chris Boot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 13 Jul 2014 16:52:16 +0100 Source: squeezelite Binary: squeezelite squeezelite-pa Architecture: source amd64 Version: 1.6.4-1 Distribution: unstable Urgency: medium Maintainer: Chris Boot deb...@bootc.net Changed-By: Chris

Accepted youtube-dl 2014.07.11-1 (source all)

2014-07-13 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 12:31:12 -0300 Source: youtube-dl Binary: youtube-dl Architecture: source all Version: 2014.07.11-1 Distribution: unstable Urgency: medium Maintainer: Rogério Brito rbr...@ime.usp.br Changed-By: Rogério Brito

Accepted ctpp2 2.8.3-12 (source all amd64)

2014-07-13 Thread Vasudev Kamath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 20:18:36 +0530 Source: ctpp2 Binary: ctpp2-utils ctpp2-doc libctpp2-2 libctpp2-2-dbg libctpp2-dev Architecture: source all amd64 Version: 2.8.3-12 Distribution: unstable Urgency: medium Maintainer: Vasudev Kamath

Accepted r-cran-ape 3.1-3-1 (source amd64)

2014-07-13 Thread Dylan Aïssi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 12 Jul 2014 17:25:05 +0200 Source: r-cran-ape Binary: r-cran-ape Architecture: source amd64 Version: 3.1-3-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted stress-ng 0.01.22-1 (source amd64)

2014-07-13 Thread Colin King
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 17:19:05 +0100 Source: stress-ng Binary: stress-ng Architecture: source amd64 Version: 0.01.22-1 Distribution: unstable Urgency: medium Maintainer: Colin King colin.k...@canonical.com Changed-By: Colin King

Accepted trustedqsl 2.0.2b-1 (source amd64)

2014-07-13 Thread Kamal Mostafa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 09:15:46 -0700 Source: trustedqsl Binary: trustedqsl Architecture: source amd64 Version: 2.0.2b-1 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org

Accepted ghc 7.8.20140710-2 (source all amd64)

2014-07-13 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 13 Jul 2014 17:49:18 +0200 Source: ghc Binary: ghc ghc-prof ghc-doc ghc-haddock Architecture: source all amd64 Version: 7.8.20140710-2 Distribution: experimental Urgency: medium Maintainer: Debian Haskell Group

Accepted decibel-audio-player 1.06-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:32:00 + Source: decibel-audio-player Binary: decibel-audio-player Architecture: source all Version: 1.06-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted catwalk 2.0.2-6 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 17:24:10 +0200 Source: catwalk Binary: python-catwalk Architecture: source all Version: 2.0.2-6 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted django-notification 0.1.5-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:36:11 + Source: django-notification Binary: python-django-notification Architecture: source all Version: 0.1.5-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org

Accepted django-authority 0.5-2 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:35:07 + Source: django-authority Binary: python-django-authority Architecture: source all Version: 0.5-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted editobj 0.5.7-10 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:37:28 + Source: editobj Binary: python-editobj Architecture: source all Version: 0.5.7-10 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted mirage 0.9.5.1-3 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:43:46 + Source: mirage Binary: mirage Architecture: source amd64 Version: 0.9.5.1-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted pdfrw 0.1-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:50:59 + Source: pdfrw Binary: python-pdfrw Architecture: source all Version: 0.1-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted py-libmpdclient 0.11.1-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:53:18 + Source: py-libmpdclient Binary: python-mpdclient Architecture: source all Version: 0.11.1-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted gdesklets 0.36.1-7 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:40:29 + Source: gdesklets Binary: gdesklets Architecture: source amd64 Version: 0.36.1-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted museek+ 1:0.2+svn20100315.r1208-3 (source amd64 all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:48:30 + Source: museek+ Binary: museekd python-museek museeq mucous museekd-tools musetup-gtk museeq-locales murmur Architecture: source amd64 all Version: 1:0.2+svn20100315.r1208-3 Distribution: unstable

Accepted ntfs-config 1.0.1-11 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:50:01 + Source: ntfs-config Binary: ntfs-config Architecture: source amd64 Version: 1.0.1-11 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted pyrite-publisher 2.1.1-9 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:57:10 + Source: pyrite-publisher Binary: pyrite-publisher Architecture: source amd64 Version: 2.1.1-9 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted python-contract 1.4-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:02:03 + Source: python-contract Binary: python-contract Architecture: source all Version: 1.4-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias

Accepted python-django-treebeard 2.0~beta1-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:04:58 + Source: python-django-treebeard Binary: python-django-treebeard python-django-treebeard-doc Architecture: source all Version: 2.0~beta1-4 Distribution: unstable Urgency: medium Maintainer: Debian QA

Accepted python-tgext.admin 0.2.6-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:06:52 + Source: python-tgext.admin Binary: python-tgext.admin Architecture: source all Version: 0.2.6-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted python-toscawidgets 0.9.7.2-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:08:02 + Source: python-toscawidgets Binary: python-toscawidgets Architecture: source all Version: 0.9.7.2-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted pysesame 0.24-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:58:37 + Source: pysesame Binary: python-sesame Architecture: source all Version: 0.24-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted pyprotocols 1.0a.svn20070625-7 (source amd64)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 15:55:22 + Source: pyprotocols Binary: python-protocols Architecture: source amd64 Version: 1.0a.svn20070625-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted python-webflash 0.1a9-5 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:09:24 + Source: python-webflash Binary: python-webflash Architecture: source all Version: 0.1a9-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias

Accepted sprox 0.6.4-5 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:26:57 + Source: sprox Binary: python-sprox Architecture: source all Version: 0.6.4-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted pythoncard 0.8.2-4 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:10:10 + Source: pythoncard Binary: pythoncard pythoncard-tools pythoncard-doc python-pythoncard Architecture: source all Version: 0.8.2-4 Distribution: unstable Urgency: medium Maintainer: Debian QA Group

Accepted reinteract 0.5.0-5 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:11:44 + Source: reinteract Binary: reinteract Architecture: source all Version: 0.5.0-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted rst2pdf 0.93-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:15:05 + Source: rst2pdf Binary: rst2pdf Architecture: source all Version: 0.93-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

Accepted swaml 0.1.1-3 (source all)

2014-07-13 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Jul 2014 16:37:02 + Source: swaml Binary: swaml Architecture: source all Version: 0.1.1-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Matthias Klose

  1   2   >