Bug#821868: [PKG-Openstack-devel] Bug#821868: openstack-dashboard: causes trigger loop

2016-04-20 Thread Thomas Goirand
In fact, I've seen it once myself, on my build box, where I also do install tests. Just running dpkg again to configure the package solved the issue. The thing is, I am really unsure how this happened, and how to fix. Help would be appreciated a lot. Could you provide the full piuparts command line, so I can reproduce the issue? Cheers, Thomas Goirand (zigo)

Bug#820844: marked as pending

2016-04-13 Thread Thomas Goirand
176328de76075e70f92c97e09bee5e1e85a42f28 Author: Thomas Goirand <tho...@goirand.fr> Date: Wed Apr 13 20:22:31 2016 + * Fixed endpoint creation that was buggy: it was using keystone admin auth token which we removed for Mitaka (Closes: #820844). diff --git a/debian/changelog b/debian/changelog index c

Bug#820844: cinder-api: fails to install: post-installation script returned error exit status 10

2016-04-13 Thread Thomas Goirand
FYI, I believe the issue is because Cinder tries to db_unregister a debconf variable which has been removed from the cinder-api.templates file, and therefore fails. Cheers, Thomas Goirand (zigo)

Bug#820688: marked as pending

2016-04-13 Thread Thomas Goirand
d9b72fc810b3cceba4e5857748932939a668153e Author: Thomas Goirand <tho...@goirand.fr> Date: Mon Apr 11 22:25:15 2016 + Added missing python{3,}-setuptools build-depends (Closes: #820688). diff --git a/debian/changelog b/debian/changelog index fa48ab3..209e3c4 100644 --- a/debian/changelog +++ b/debian/changelog @

Bug#818066: FTBFS: pep8 module is now in python-pep8 package

2016-04-13 Thread Thomas Goirand
Hi, I've prepared an NMU, with the debdiff attached, and uploaded it to DELAYED/3, just like for your other 2 packages. Cheers, Thomas Goirand (zigo) diff -Nru nwdiag-1.0.3/debian/changelog nwdiag-1.0.3/debian/changelog --- nwdiag-1.0.3/debian/changelog 2015-10-28 01:02:40.0 +

Bug#818057: FTBFS: pep8 module is now in python-pep8 package

2016-04-13 Thread Thomas Goirand
Hi, since there's no movement in this bug for a month, it's time for an NMU. Attached, you'll find the debdiff of what I uploaded to the DELAYED/3 queue. Cheers, Thomas Goirand (zigo) diff -Nru actdiag-0.5.3/debian/changelog actdiag-0.5.3/debian/changelog --- actdiag-0.5.3/debian/changelog

Bug#811477: FTBFS: missing dependency on funcsigs

2016-04-13 Thread Thomas Goirand
the proposed diff. You'll note that it also patches the doc's conf.py which is using intersphinx. This does network access during build, which is also an RC bug. If you don't agree with this debdiff, please let me know ASAP, and I'll dcut the package out. Cheers, Thomas Goirand (zigo) diff -Nru kombu

Bug#815879: disables opportunistic TLS

2016-02-25 Thread Thomas Goirand
Package: ftpbackup Version: 0.3-1 Severity: critical Tags: security > # remove old archive on the FTP > lftp -e "set ftp:ssl-allow no; Not only this program lets the backups be sent over unencrypted channel, but it even disables opportunistic TLS.

Bug#815878: Creates backup folders world readable

2016-02-25 Thread Thomas Goirand
Package: ftpbackup Version: 0.3-1 Severity: critical Tags: security As per Jakub's message in debian-devel: > # create BACKUPHOME if not exists > mkdir -p $BACKUPHOME No umask set anywhere in this script, so in default setup the directory (and later, the backup files) will be created readable

Bug#815872: ftpbackup sends enencrypted backups over FTP

2016-02-25 Thread Thomas Goirand
Package: ftpbackup Version: 0.3-1 Severity: critical ftpbackup is sending a non-encrypted copy of most sensitive files of a system, including all what's in /etc and /home, and all of the MySQL database over an FTP link, and to potentially non-trusted 3rd party FTP areas. Its author even claims

Bug#812072: module 'subprocess' has no attribute 'mswindows'

2016-01-20 Thread Thomas Goirand
here must be so many ways to fix it anyway (we just need to neutralize the code for MSWin...). Cheers, Thomas Goirand (zigo)

Bug#811477: FTBFS: missing dependency on funcsigs

2016-01-19 Thread Thomas Goirand
debian/rules:6: recipe for target 'build' failed dpkg-buildpackage: error: debian/rules build gave error exit status 2 Obviously, it's missing a (build) dependency on python{3,}-funcsigs. Adding it in debian/control fixed the issue for me. Cheers, Thomas Goirand (zigo)

Bug#809575: [PKG-Openstack-devel] Bug#809575: horizon: FTBFS: ImportError: cannot import name importlib

2016-01-17 Thread Thomas Goirand
is already working on it too. If anyone wants to help, it'd be more than welcome. I'll post updates here if I have some, though at the moment, I have to put this on hold, due to the OpenStack Mitaka beta 2 release. Cheers, Thomas Goirand (zigo)

Bug#808896: python-csscompressor: FTBFS: ImportError: Entry point ('console_scripts', 'py.test-3.5') not found

2015-12-28 Thread Thomas Goirand
in #808763. Cheers, Thomas Goirand (zigo)

Bug#808763: ImportError: Entry point ('console_scripts', 'py.test-3.5') not found

2015-12-22 Thread Thomas Goirand
Hi, Here's a debdiff to fix this bug. Please let me know what you think of it, and if you allow me to NMU with this change. Cheers, Thomas Goirand (zigo) diff -Nru pytest-2.8.5/debian/changelog pytest-2.8.5/debian/changelog --- pytest-2.8.5/debian/changelog 2015-12-18 00:41:22.0

Bug#808763: ImportError: Entry point ('console_scripts', 'py.test-3.5') not found

2015-12-22 Thread Thomas Goirand
py.test-$$i ; \ done endif Please fix python3-pytest ASAP. Thanks for maintaining pytest, Cheers, Thomas Goirand (zigo)

Bug#806357: Please package latest version 0.9.0

2015-12-16 Thread Thomas Goirand
Hi, I have tried rebuilding the package with latest upstream release, and it seems to work well with Django 1.9. Please package the latest upstream release ASAP, as this affects lots of reverse (build-)dependencies. Cheers, Thomas Goirand (zigo)

Bug#805435: libapache2-mod-wsgi-py3, broken depends when rebuilt.

2015-11-27 Thread Thomas Goirand
that? Cheers, Thomas Goirand (zigo)

Bug#805535: python-git does network access during build

2015-11-19 Thread Thomas Goirand
. Cheers and thanks for maintaining python-git, Thomas Goirand (zigo)

Bug#802111: [Pkg-javascript-devel] smash: FTBFS: TypeError: sandbox must be an object

2015-10-31 Thread Thomas Goirand
On 10/29/2015 04:34 PM, Jérémy Lal wrote: > > > 2015-10-29 16:24 GMT+01:00 Thomas Goirand <z...@debian.org > <mailto:z...@debian.org>>: > > Hi, > > I'm worried that this bug is left undressed. It affects *a lot* of > packages, including: >

Bug#802111: smash: FTBFS: TypeError: sandbox must be an object

2015-10-29 Thread Thomas Goirand
Hi, I'm worried that this bug is left undressed. It affects *a lot* of packages, including: - nodejs - openstack-dashboard And also, upstream seems to not care about it, as per the github issue set in the forwarded-to-url. Laszlo, will you work on this? Cheers, Thomas Goirand (zigo)

Bug#802760: python-requests 2.7.0 incompatible with urllib3 1.12

2015-10-23 Thread Thomas Goirand
, Thomas Goirand (zigo)

Bug#798928: python-oslo.middleware: FTBFS: AttributeError: assert_called_once

2015-10-23 Thread Thomas Goirand
Hi, This is fixed in version 2.8.0. Thomas

Bug#802650: miniupnpc: CVE-2015-6031: Buffer overflow vulnerability in XML parser functionality

2015-10-22 Thread Thomas Goirand
need a minimal fix backported for the current version in Debian Stable. Could you send a patch for that version? The version in Jessie is: 1.9.20140610. I can upgrade the Sid/Testing version to last upstream release though. Cheers, Thomas Goirand (zigo)

Bug#796657: I need libgit2 0.23.2 to be able to fix this bug

2015-09-08 Thread Thomas Goirand
to upload pygit2 0.23 (which otherwise wouldn't build). Note that I have locally built libgit2 0.23.2 and the latest pygit2, and I can confirm everything is fixed (I have it all working in Sid...). Cheers, Thomas Goirand (zigo) -BEGIN PGP SIGNATURE- Version: GnuPG v1

Bug#796108: [PKG-Openstack-devel] Bug#796108: CVE-2015-5694 CVE-2015-5695

2015-08-21 Thread Thomas Goirand
, Moritz Hi Moritz, Should I prepare a security upload for Jessie, or do it through the release team oversight? I'll do the Sid/Testing updates when I come back home next week. Cheers, Thomas Goirand (zigo)

Bug#794930: Mongodb-server is currently not installable in Sid

2015-08-08 Thread Thomas Goirand
, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#794931: FTBFS in Sid

2015-08-08 Thread Thomas Goirand
Package: monbodb Version: 1:2.4.14-2 Severity: serious Hi, Trying to rebuild MongoDB in Sid, I get this: g++ -o build/linux2/ssl/use-system-boost/use-system-pcre/use-system-snappy/use-system-tcmalloc/use-system-v8/mongo/shell/linenoise.o -c -Wno-unused-local-typedefs -Wnon-virtual-dtor

Bug#794461: Yes, the issue is in python-mock

2015-08-04 Thread Thomas Goirand
format). Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#793945: pbr-1.3.0 in unstable?

2015-07-31 Thread Thomas Goirand
On 07/30/2015 04:11 PM, Michael Fladischer wrote: On Thu, 30 Jul 2015 15:53:31 +0200 Thomas Goirand z...@debian.org wrote: I can't upload python-pbr until before OpenStack Liberty is out on the 15th of October. Otherwise, uploading pbr to Sid will break OpenStack Kilo. :( As Yaroslav said

Bug#789670: [PKG-Openstack-devel] Bug#789670: python-future, python-pies2overrides: error when trying to install together

2015-07-30 Thread Thomas Goirand
of this dependency after I showed the issue. So I'm putting this on hold until I have the updated package. Also, Barry Warsaw wrote to me on IRC that he was interested in maintaining this python-future. If he does, then the package is his. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email

Bug#793945: pbr-1.3.0 in unstable?

2015-07-30 Thread Thomas Goirand
On 07/30/2015 09:20 AM, Michael Fladischer wrote: Hi Thomas, it seems that there is one missing depeendency for python-mock-1.3.0 still in experiamental: pbr-1.3.0 Could you do an upload into unstable? This would fix the FTBFS for python-mock. Cheers, Michael Hi, I can't upload

Bug#788561: python3-memcache not Python 3 compatible

2015-07-29 Thread Thomas Goirand
version (though the later may not be accepted by the release team). Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#790132: nailgun-agent: depends on ohai ( 7) but sid has 8.4.0

2015-07-21 Thread Thomas Goirand
with fuel-bootstrap-iso, and see if it continues to work with a new image from SID. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#790132: nailgun-agent: depends on ohai ( 7) but sid has 8.4.0

2015-07-17 Thread Thomas Goirand
Antonio, Excuse me, but did you just upload nailgun-agent without even communicating with me? This isn't the normal way for a package which you may not know. What exactly did you do in the package? Just fixing the dependency isn't enough, and some upstream work has to be done, you're aware of

Bug#788561: Bug RC #788561 (python3-memcache not Python 3 compatible)

2015-07-16 Thread Thomas Goirand
support this. Please push it to the release team. I really think this is the most reasonable course of action we can do in Jessie. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#791445: [Ceph-maintainers] Bug#791445: ceph: uses bundled libjerasure library again

2015-07-15 Thread Thomas Goirand
On 07/15/2015 06:30 PM, Loic Dachary wrote: On 15/07/2015 16:43, Thomas Goirand wrote: On 07/09/2015 11:35 PM, Loic Dachary wrote: On 07/07/2015 18:24, James Page wrote: I dug into this in a bit more detail today; the Ceph package builds a number of difference loadable erasure coding plugins

Bug#791445: [Ceph-maintainers] Bug#791445: ceph: uses bundled libjerasure library again

2015-07-15 Thread Thomas Goirand
the gf-complete and jerasure packages? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-13 Thread Thomas Goirand
you the package. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#791445: [Ceph-maintainers] Bug#791445: ceph: uses bundled libjerasure library again

2015-07-09 Thread Thomas Goirand
was such patch available, I'd include it in the Debian package, even if it wasn't available in a new upstream release. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-09 Thread Thomas Goirand
to be an improvement suggestion for libjerasure rather than argument against using system library. Agreed. Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-09 Thread Thomas Goirand
. Please have a more positive and constructive attitude. Get a patch done, send it upstream to fix the issue, and then we can go from there. Unless this is done, I think it's really a bad attitude to ask for the package to be orphaned, or to ask to take it over. Cheers, Thomas Goirand (zigo

Bug#791445: [Ceph-maintainers]: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-09 Thread Thomas Goirand
) which shall be fixed asap (so the severity of the bug is correct). Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#788561: Bug RC #788561 (python3-memcache not Python 3 compatible)

2015-07-07 Thread Thomas Goirand
marked as fixed in 1.54+20150423+git+48e882719c-2. Is it enough ? I believe so, yes. Cheers, Thomas Goirand (zigo) -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCAAGBQJVnEqxAAoJENQWrRWsa0P+11sQAJuJnIZ34SSA6vs4c7Zki19B vNK0493SxdFmw9XlSsvmw9dKLkN6IzMzGcpFhLv3CZjn2F7q7pt8yvHS6mqzxRZk

Bug#791445: [Ceph-maintainers] Bug#791445: Bug#791445: ceph: uses bundled libjerasure library again

2015-07-07 Thread Thomas Goirand
. Having gf-complete and libjerasure early in Debian helped to convince them, so I am happy I did the work early. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#788561: Bug RC #788561 (python3-memcache not Python 3 compatible)

2015-07-05 Thread Thomas Goirand
risk memcached to be removed from testing for a wrong reason. Can you do such update, with fixed and found commands to the BTS? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#790644: [PKG-Openstack-devel] Bug#790644: Bug#790644: python-murano: uninstallable in sid: python-sqlalchemy ( 0.10) but 1.0.6+ds1-1 is to be installed

2015-07-01 Thread Thomas Goirand
On 06/30/2015 11:57 PM, Thomas Goirand wrote: On 06/30/2015 04:09 PM, Andreas Beckmann wrote: Package: python-murano Version: 2015.1.0-7 Severity: grave Tags: sid Justification: renders package unusable User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts

Bug#790644: [PKG-Openstack-devel] Bug#790644: Bug#790644: Bug#790644: python-murano: uninstallable in sid: python-sqlalchemy ( 0.10) but 1.0.6+ds1-1 is to be installed

2015-07-01 Thread Thomas Goirand
On 07/01/2015 02:52 PM, Andreas Beckmann wrote: On 2015-07-01 13:08, Thomas Goirand wrote: On 06/30/2015 11:57 PM, Thomas Goirand wrote: Since SQLAlchemy 1.0.6 was upgraded, I know that it broke a few of the packages I maintain. Here's the list of (source) packages: - cinder - heat

Bug#790644: [PKG-Openstack-devel] Bug#790644: python-murano: uninstallable in sid: python-sqlalchemy ( 0.10) but 1.0.6+ds1-1 is to be installed

2015-06-30 Thread Thomas Goirand
. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#788996: CVE-2015-1850: [OSSA 2015-011] Cinder host file disclosure through qcow2 backing file

2015-06-16 Thread Thomas Goirand
Source: cinder Severity: grave Tags: security patch = OSSA-2015-011: Cinder host file disclosure through qcow2 backing file = :Date: June 16, 2015 :CVE:

Bug#787536: Cannot reproduce

2015-06-03 Thread Thomas Goirand
Hi Andreas, Thanks for the report. However, I tried running piuparts myself, and I couldn't reproduce the issue. Could you try again in your environment? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#770232: Fwd: Re: Question about python-selenium

2015-05-20 Thread Thomas Goirand
Here's a patch provided by Federico Gimenez federico.gimenez.ni...@canonical.com. Please consider applying it, removing the .xpi from the orig.tar.gz, and uploading to Sid. Cheers, Thomas Goirand (zigo) Forwarded Message Subject:Re: Question about python-selenium

Bug#783420: [pkg-php-pear] Bug#783420: Useless in Debian

2015-04-27 Thread Thomas Goirand
On 04/27/2015 12:02 AM, David Prévot wrote: Package: php-mime-type Version: 1.3.1-1 Severity: serious [Filled as RC by a team member to see it autoremoved from testing if nobody disagrees. Please, do downgrade it with an explanation if you disagree.] php-mime-type is only used by

Bug#783163: CVE-2015-1856: Unauthorized delete of versioned Swift object

2015-04-23 Thread Thomas Goirand
Package: python-swift Version: 2.2.0-1 Severity: grave Tags: security patch Note from maintainer: Upload is following. Affects ~~~ - Swift: versions through 2.2.2 Description ~~~ Clay Gerrard from SwiftStack reported a vulnerability in Swift object versioning. An authenticated user

Bug#783164: CVE-2015-1852: S3token incorrect condition expression for ssl_insecure.

2015-04-23 Thread Thomas Goirand
Package: python-keystoneclient Version: 1:0.10.1-2 Severity: grave Tags: security patch Note from maintainer: upload fixing Sid Jessie is comming in a few minutes. Affects ~~~ - python-keystoneclient: versions through 1.3.0 - keystonemiddleware: versions through 1.5.0 Description

Bug#781640: Downgrading bug severity

2015-04-09 Thread Thomas Goirand
Hi Luke, If the package isn't vulnerable, shouldn't this bug report be closed? If that's the case, then I'll let you close it. In the mean while, I'll downgrade the severity to normal, in order to not remove the package (and its rev-dependencies) from testing. Cheers, Thomas Goirand (zigo

Bug#781504: Segmentation fault after pack ioctl unpack

2015-03-30 Thread Thomas Goirand
deserves such action. If you don't have time to patch the current Ruby 2.1 interpreter and would accept an NMU, let me know, and I will do so. Cheers, Thomas Goirand (zigo) diff --git a/pack.c b/pack.c index 71dd6af..6e515b2 100644 --- a/pack.c +++ b/pack.c @@ -234,6 +234,31 @@ static void

Bug#780250: CVE-2015-0259: Websocket Hijacking Vulnerability in Nova VNC Server

2015-03-11 Thread Thomas Goirand
Source: nova Version: 2014.1.3-10 Severity: grave Tags: security patch Maintainer's message: below is the disclosed vulnerability for the Nova VNC session highjack. I'm preparing an update right now. Brian Manifold (bmani...@cisco.com) from Cisco has discovered a vulnerability in the Nova VNC

Bug#778618: [PKG-Openstack-devel] Bug#778618: This patch is not enough

2015-03-02 Thread Thomas Goirand
to Sid. Cheers, Thomas Goirand (zigo) signature.asc Description: OpenPGP digital signature

Bug#778618: This patch is not enough

2015-02-25 Thread Thomas Goirand
. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#775926: CVE-2015-1195: Glance still allows users to download and delete any file in glance-api server

2015-01-21 Thread Thomas Goirand
Package: glance Version: 2014.1.3-10 Severity: critical Tags: security patch Title: Glance v2 API unrestricted path traversal through filesystem:// scheme Reporter: Jin Liu (EMC) Products: Glance Versions: up to 2014.1.3 and 2014.2 versions up to 2014.2.1 Description: Jin Liu from EMC

Bug#768095: openvswitch-datapath-dkms fails to build on Debian 7.7 3.2.0-4-amd64 (3.2.63-2+deb7u1)

2015-01-21 Thread Thomas Goirand
-updates, but I can tell you that 1.4.2+git20120612-9.1~deb7u1.1 is in (I received the ACK email). So if you want to have it *now*, just add the wheezy-proposed-update repository to your sources.list (IMO, not enough people use it...). Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email

Bug#774788: [PKG-Openstack-devel] Bug#774788: Bug#774788: neutron-metadata-agent overwrites config on update

2015-01-11 Thread Thomas Goirand
On 01/10/2015 11:22 AM, Benedikt Trefzer wrote: Hi Thomas I currently not able to imagine where it reads the config file. (Sorry ;(). Especially I cannot understand why it does eg not change the region which seems to me like equivalent configured. The values are read from within the

Bug#774788: [PKG-Openstack-devel] Bug#774788: Bug#774788: neutron-metadata-agent overwrites config on update

2015-01-11 Thread Thomas Goirand
of implementing any of these three solutions. Any other ideas ? I think it should be fine to re-implement pkgos_read_admin_creds and pkgos_write_admin_creds specifically for the metadata server .ini file. I'll work on this tomorrow. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs

Bug#774788: [PKG-Openstack-devel] Bug#774788: neutron-metadata-agent overwrites config on update

2015-01-09 Thread Thomas Goirand
, then another db_get is called to populate the $RET variable (but this isn't used here). Does this help you to understand how all of this works? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#774788: [PKG-Openstack-devel] Bug#774788: neutron-metadata-agent overwrites config on update

2015-01-08 Thread Thomas Goirand
On 01/08/2015 04:50 PM, Benedikt Trefzer wrote: On 08.01.2015 15:20, Thomas Goirand wrote: Hi Benedikt, Mi intend here was to have the debconf prompt happen only once when installing the metadata server. So I was simply re-using the same debconf variable. Obviously, this was a bad idea

Bug#774788: [PKG-Openstack-devel] Bug#774788: neutron-metadata-agent overwrites config on update

2015-01-08 Thread Thomas Goirand
On 01/07/2015 11:42 PM, Benedikt Trefzer wrote: On 07.01.2015 22:40, Thomas Goirand wrote: On 01/07/2015 05:43 PM, Benedikt Trefzer wrote: Package: neutron-metadata-agent Version: 2014.1.3-8 Severity: serious Hi Upgrade of neutron-metadata-agent overwrites the parameter auth_url

Bug#774788: [PKG-Openstack-devel] Bug#774788: neutron-metadata-agent overwrites config on update

2015-01-07 Thread Thomas Goirand
the opportunity to let me know your thoughts here. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#771863: [PKG-Openstack-devel] [ovs-dev] Bug#771863: Service does not start or parse interfaces correctly

2014-12-19 Thread Thomas Goirand
to the release team? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#771863: [PKG-Openstack-devel] [ovs-dev] Bug#771863: Bug#771863: Service does not start or parse interfaces correctly

2014-12-19 Thread Thomas Goirand
On 12/19/2014 10:25 PM, Simon Horman wrote: On Fri, Dec 19, 2014 at 06:39:39PM +0800, Thomas Goirand wrote: On 12/19/2014 11:50 AM, Simon Horman wrote: On Thu, Dec 18, 2014 at 05:30:42PM -0800, Joe Stringer wrote: On 18 December 2014 at 01:00, Fabio Fantoni fabio.fant...@m2r.biz wrote: One

Bug#771863: [PKG-Openstack-devel] [ovs-dev] Bug#771863: Bug#771863: Service does not start or parse interfaces correctly

2014-12-19 Thread Thomas Goirand
On 12/19/2014 11:32 PM, Thomas Goirand wrote: On 12/19/2014 10:25 PM, Simon Horman wrote: On Fri, Dec 19, 2014 at 06:39:39PM +0800, Thomas Goirand wrote: On 12/19/2014 11:50 AM, Simon Horman wrote: On Thu, Dec 18, 2014 at 05:30:42PM -0800, Joe Stringer wrote: On 18 December 2014 at 01:00

Bug#771863: Any update?

2014-12-11 Thread Thomas Goirand
Ben, Are you going to work on this issue? I just discover it, and if it isn't fixed fast enough, it's going to pull Neutron out of Jessie as well. So we need a fix soon. Would you accept that I nmu the fix using the provided patch in the BTS? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE

Bug#772712: CVE-2014-8124: Horizon denial of service attack through login page

2014-12-10 Thread Thomas Goirand
Package: python-django-openstack-auth Version: 1.1.6-4 Severity: grave Tags: security patch Note from maintainer: Opening this bug before uploading the security fixes. OpenStack Security Advisory: 2014-040 CVE: CVE-2014-8124 Date: December 09, 2014 Title: Horizon denial of service attack through

Bug#772644: MiniUPnPd is vulnerable to DNS rebinding attacks

2014-12-09 Thread Thomas Goirand
if BuildHeader_upnphttp() failed to allocate memory: https://github.com/miniupnp/miniupnp/commit/ec94c5663fe80dd6ceea895c73e2be66b1ef6bf4 I'm following-up with an upload in a few minutes. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#772649: unblock: miniupnpd/1.8.20140523-4 (security fix)

2014-12-09 Thread Thomas Goirand
/1.8.20140523-4. Cheers, Thomas Goirand (zigo) diff -Nru miniupnpd-1.8.20140523/debian/changelog miniupnpd-1.8.20140523/debian/changelog --- miniupnpd-1.8.20140523/debian/changelog 2014-11-04 09:01:40.0 + +++ miniupnpd-1.8.20140523/debian/changelog 2014-12-09 14:37:29.0 + @@ -1,3

Bug#771809: missing /usr/lib/python* code renders package unusable

2014-12-02 Thread Thomas Goirand
Package: heat-cfntools Version: 1.2.7-1 Severity: grave We should do: echo /usr/lib/python* debian/heat-cfntools.install, otherwise, the command line tools don't work. I'm uploading a fix soon. Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#770941: Wontfix #770941

2014-11-26 Thread Thomas Goirand
severity 770941 wishlist retitle 770941 Please support ident ident auth in DSN tag 770941 +wontfix -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#770941: [PKG-Openstack-devel] Bug#770941: closed by Thomas Goirand z...@debian.org (Re: Bug#770941: closed by Thomas Goirand z...@debian.org (Re: Bug#770941: nova-common - Overrides database c

2014-11-26 Thread Thomas Goirand
, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#768095: openvswitch-datapath-dkms fails to build on Debian 7.7 3.2.0-4-amd64 (3.2.63-2+deb7u1)

2014-11-25 Thread Thomas Goirand
the release.debian.org pseudo-package, and get approval by the release team (when writing such bug report, you must send a debdiff between the version in Wheezy and the proposed version). When the release team has approved your change, then I can sponsor it. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE

Bug#770447: use of ssl.PROTOCOL_SSLv3 which we don't support anymore

2014-11-21 Thread Thomas Goirand
haven't checked myself if this breaks the build of Blender, or if it affects it a lot, as I have no time to do that. Though I would strongly suggest the maintainer to check, and eventually downgrade this bug to important only. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian

Bug#770232: Please remove the non-free files and upload to main

2014-11-19 Thread Thomas Goirand
the release team if the change could go in Jessie. Last, if you need help, I'd be happy give some. (like if you don't have upload rights and need sponsoring of the upload, I'm not sure if that is the case here...) Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Bug#764564: [PKG-OpenRC-Debian] Bug#764564: openrc: fail to boot when encryption + lvm are present

2014-10-08 Thread Thomas Goirand
On 10/09/2014 11:10 AM, frozencemetery wrote: Source: openrc Severity: grave Justification: renders package unusable Dear Maintainer, When upgrading a sysv system (jessie) to openrc, if the partition table includes a lvm partition with physical volume an encrypted partition, installing

Bug#761670: impossible to bootstrap build of node-jake and node-utilities: (build-)dependency loop

2014-09-15 Thread Thomas Goirand
, because it depends on node-utilities, which isn't build. This cycle has to be broken, otherwise it makes it very hard for porters to bootstrap the rebuild of node-utilities node-jake. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#761672: node-utilities build-depends on itself

2014-09-15 Thread Thomas Goirand
this: override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) some-tests endif Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#761681: should.js build-depends on node-mocha which isn't in Debian

2014-09-15 Thread Thomas Goirand
Package: node-should Version: 4.0.4+dfsg-1 Severity: serious Hi, As per the title of this bug, node-mocha should be packaged, or should.js should not build-depend on it. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#761107: Thanks for the repport

2014-09-11 Thread Thomas Goirand
of the python-xstatic packages as well. And that's exactly what's happening right now, with these 3 bug reports. So thanks again! I'm uploading fixes right now. Cheers, Thomas Goirand -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble

Bug#758480: [PKG-OpenRC-Debian] Bug#758480: that's a bug in udev not openrc

2014-09-08 Thread Thomas Goirand
when this message appears. So it seems it's a bug in udev then... although I'm not sure if making udevadm settle uninterruptible is a good idea. Hi, Thanks for investigating. I have therefore reassing the bug to udev. Cheers, Thomas Goirand -- To UNSUBSCRIBE, email to debian-bugs-rc-requ

Bug#757644: lxc: Failed to allocate free veth pair

2014-09-05 Thread Thomas Goirand
the definition of severity, but what's important is that this should be considered RC. Please do consider fixing the iproute2 package and applying the patch. Cheers, Thomas Goirand (zigo) Note that I don't think replying this way to Guido Günther (who I believe is a responsible person

Bug#754982: Uploaded 2.84-0.1 to delayed/5 queue

2014-08-30 Thread Thomas Goirand
for the systemd bug #718624. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#754982: NMU of transmission?

2014-08-24 Thread Thomas Goirand
Hi, The new version of Transmission, (ie: version 2.84) solves the issue with miniupnpc. Can you upload that one? If not, would you agree that I do an NMU of it? Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe

Bug#755315: [PKG-Openstack-devel] Bug#755315: [openstack-dev] [Trove] Should we stop using wsgi-intercept, now that it imports from mechanize? this is really bad!

2014-07-29 Thread Thomas Goirand
On 07/28/2014 04:04 AM, Chris Dent wrote: On Mon, 28 Jul 2014, Thomas Goirand wrote: That's exactly the version which I've been looking at. The thing is, when I run the unit test with that version, it just bombs on me because mechanize isn't there. How would you feel about it being

Bug#755315: [openstack-dev] [Trove] Should we stop using wsgi-intercept, now that it imports from mechanize? this is really bad!

2014-07-27 Thread Thomas Goirand
, then I'll just wait until you're done so that I can fix #755315 (which is why I'm adding the Debian bug as Cc). Thanks again for your reply, Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#755315: Investigating the issue

2014-07-26 Thread Thomas Goirand
in the current version, and just try to fix this Python 3.4. But then I have an issue with the maintainability of this package. I'll write more information here as I investigate more. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#747270: python-amqp unusable

2014-07-22 Thread Thomas Goirand
. Please don't switch it back to grave unless you justify it accordingly. Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#754982: FTBFS on kfreebsd with new miniupnpc

2014-07-19 Thread Thomas Goirand
the 2 RC bugs currently opened against transmission? Cheers, Thomas Goirand (zigo) From fab1998a877c7eb54960dee464042425c83dc1b4 Mon Sep 17 00:00:00 2001 From: Thomas Goirand z...@debian.org Date: Fri, 18 Jul 2014 10:36:49 + Subject: [PATCH 1/6] New upstream release (Closes: #754982) --- debian

Bug#754982: FTBFS on kfreebsd with new miniupnpc

2014-07-17 Thread Thomas Goirand
be ported to use newer miniupnpc everywhere. The problem is not kfreebsd specific at all. Petr Oh, that explains it then! Thanks for the details. Do you know why it's not finding the libminiupnpc-dev bindings in the configure script? I'll try to find the time investigate later on. Thomas Goirand

Bug#754982: FTBFS on kfreebsd with new miniupnpc

2014-07-17 Thread Thomas Goirand
be ported to use newer miniupnpc everywhere. The problem is not kfreebsd specific at all. Petr Oh, that explains it then! Thanks for the details. Do you know why it's not finding the libminiupnpc-dev bindings in the configure script? I'll try to find the time investigate later on. Thomas Goirand

Bug#754982: FTBFS on kfreebsd with new miniupnpc

2014-07-17 Thread Thomas Goirand
On 07/17/2014 02:34 PM, Petr Salinger wrote: As a result, it tries to use embedded version from transmission-2.82/third-party/miniupnp/ Oh, that explains it then! Thanks for the details. Do you know why it's not finding the libminiupnpc-dev bindings in the configure script? I'll try to find

Bug#741415: say goodbye to network-manager-strongswan?

2014-07-16 Thread Thomas Goirand
the copyright notice for the GPL v2 (and I believe that's mandatory, right?). Not commenting on the fact that it's still using the format 1.0 without debian/source/format file, etc. In other words, I agree that this package is in the need for a bit more care. I hope this helps, Thomas Goirand (zigo

Bug#754982: FTBFS on kfreebsd with new miniupnpc

2014-07-16 Thread Thomas Goirand
On 07/16/2014 10:58 PM, Emilio Pozuelo Monfort wrote: Package: transmission Version: 2.82-1.1 Severity: serious Control: block 749560 with -1 Your package failed to build on kfreebsd: miniupnpc.c:115:8: warning: no previous declaration for 'simpleUPnPcommand2' [-Wmissing-declarations]

<    6   7   8   9   10   11   12   13   14   15   >