Bug#822397: collectd FTBFS: configure: error: "Some plugins are missing dependencies

2016-05-17 Thread Jean-Michel Vourgère
Ben Hutching uploaded linux 4.5.4-1 that fixes this issue this morning. See https://bugs.debian.org/822396 Build is under way... https://buildd.debian.org/status/package.php?p=linux=unstable collected no longer FTBFS here.

Bug#822098: python3-gear: depends on python3.4

2016-05-10 Thread Jean-Michel Vourgère
Control: retitle -1 python3-gear: depends on python3.4 Control: reassign -1 python3-gear 0.5.8-2 Control: severity -1 serious Ouch, actualy this is a arch:all package, so that a bin-nmu is impossible. A sourceful upload is needed. (Thanks Emilio for the tip). Reassigning back to python-gear.

Bug#820202: Processed: Re: python3-babel: depends on python3.4

2016-05-10 Thread Jean-Michel Vourgère
Control: retitle -1 python3-babel: depends on python3.4 Control: reassign -1 python3-babel 1.3+dfsg.1-6 Control: severity -1 serious Emilio Pozuelo Monfort: > Your package is arch:all, so it can't be binNMUed. You need to do a > sourceful upload. Ouch, thanks for the explanation!

Bug#820202: python3-babel: depends on python3.4

2016-05-10 Thread Jean-Michel Vourgère
Control: retitle -1 nmu: python-babel_1.3+dfsg.1-6 Control: reassign -1 release.debian.org Control: severity -1 normal On April 6th, Julien Cristau wrote: > python3-babel needs to be rebuilt against python3.5, which is the > default python3 in unstable and testing. I build tested on sid and saw

Bug#822098: python3-gear: depends on python3.4

2016-05-09 Thread Jean-Michel Vourgère
Control: retitle -1 nmu: python-gear_0.5.8-2 Control: reassign -1 release.debian.org Control: severity -1 normal Control: user release.debian@packages.debian.org Control: usertag -1 binnmu On April 21st, Julien Cristau wrote: > python3-gear depends on python3.4 which is replaced by python3.5.

Bug#823627: Please detect embedded-javascript-library libjs-jquery-migrate-1

2016-05-06 Thread Jean-Michel Vourgère
Package: lintian Version: 2.5.30+deb8u4 Severity: wishlist Tags: patch Hello It would be nice if lintian could warn the maintainers about embedded copies of jquery-migrate. The new package libjs-jquery-migrate-1 now provides it. Attached is a patch. List of expected targets are described in

Bug#823416: ITP: libjs-jquery-migrate -- Migrate older jQuery code to jQuery 1.9+

2016-05-04 Thread Jean-Michel Vourgère
Actually, I plan to name it libjs-jquery-migrate-1 An upstream branch as a converter for jquery 3.0, that needs version 1.x to be run first. So these two will need to be co-installable.

Bug#823416: ITP: libjs-jquery-migrate -- Migrate older jQuery code to jQuery 1.9+

2016-05-04 Thread Jean-Michel Vourgère
Package: wnpp Severity: wishlist Owner: "Jean-Michel Vourgère" <nir...@debian.org> * Package name: libjs-jquery-migrate Version : 1.2.1 Upstream Author : jQuery Foundation, Inc. and other contributors * URL : https://plugins.jquery.com/migrate/ * Licen

Bug#823012: Transition to librrd8: collectd fails to detect thread safety

2016-05-01 Thread Jean-Michel Vourgère
Control: tags -1 + fixed-upstream patch Attached is a backport of upstream fix. I tested "configure" with rrdtool 1.5 and 1.6: It works ONLY IF autoreconf is called. So this will need some additionnal tweaking in d/rules. Description: rrdtool plugin: fix thread-safety detection librrd 1.6.0 is

Bug#823034: transition: rrdtool

2016-04-30 Thread Jean-Michel Vourgère
Package: release.debian.org User: release.debian@packages.debian.org Usertags: transition Severity: normal X-Debbugs-CC: pkg-rrdtool-ma...@lists.alioth.debian.org Hello dear release team rrdtool bumped its soname for 4 to 8 in version 1.6. The library is now thead safe, so that librrd_th.so

Bug#823012: Transition to librrd8: collectd fails to detect thread safety

2016-04-29 Thread Jean-Michel Vourgère
Source: collectd Version: 5.5.1-2 Severity: normal Tags: upstream Dear maintainer As of version 1.6 of rrdtool, librrd is thread safe without using the special librrd_th.so. Actually, that file no longer exists. As a consequence, collectd's configure outputs: librrd . . . . . . . yes

Bug#822911: Please raise the priority of ruby2.3 to optional

2016-04-28 Thread Jean-Michel Vourgère
Package: libruby2.3 Version: 2.3.1-1 Severity: normal There no longer is an "optional" ruby version, probably because of removal of ruby2.2. ruby2.3 is priority extra. As a result, ruby packages can no longer be priority optional, since no alternative version is optional. (policy 2.5) Please

Bug#822909: Please remove Suggests: on php5-adodb

2016-04-28 Thread Jean-Michel Vourgère
Package: acidbase Version: 1.4.5-4 Severity: wishlist Hello php5-adodb package has been removed from the archive. Only the un-optimized libphp-adodb remains. Please drop the suggests on php5-adodb.

Bug#821568: Won't fix?

2016-04-27 Thread Jean-Michel Vourgère
Control: tags -1 - wontfix Olivier Berger wrote: > tags 821568 + wontfix > I've just orphaned php-cas (see #757231), and haven't had to time to > check whether it works with PHP 7, sorry. I believe wontfix is not the proper tag for a package that only need some care. A patch is available from

Bug#822288: dh --buildsystem=ruby ignores hardening=+bindnow

2016-04-22 Thread Jean-Michel Vourgère
Package: libruby2.3 Version: 2.3.0-5 Severity: normal Hello When building package rrdtool, I tried adding in my d/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow lintian stop complaining about "hardening-no-bindnow" for all packages but one: ruby-rrd. The package uses this

Bug#815987: libphp-adodb requires porting to php7.0; mysql_pconnect is removed

2016-03-31 Thread Jean-Michel Vourgère
will be removed in the future: use mysqli or PDO instead On 26-02-16 16:01, Jean-Michel Vourgère wrote: > (...) > Can you try replacing mysql by mysqli in your configuration file? > (...) On 26-02-16 16:41, Jean-Michel Vourgère wrote: > I would try replacing > $database_type = "mysq

Bug#815987: libphp-adodb requires porting to php7.0; mysql_pconnect is removed

2016-03-25 Thread Jean-Michel Vourgère
Hello Paul you wrote: >> I would try replacing >> $database_type = "mysql"; >> by >> $database_type = "mysqli"; >> maybe? >> >> *If* this work, cacti default driver should be changed too. A quick >> "grep -R database_type" in cacti source seems to show that there are >> many instances to

Bug#815987: [php-maint] Bug#815987: libphp-adodb requires porting to php7.0; mysql_pconnect is removed

2016-03-24 Thread Jean-Michel Vourgère
I just noticed that Nishanth Aravamudan from Canonical made a patch. https://patches.ubuntu.com/libp/libphp-adodb/libphp-adodb_5.20.3-1ubuntu1.patch I'm not sure having the .pc/ files in there is a good idea. But several changes look good for Debian. Upstream, you migh want the (int) cast on

Bug#817786: One of vars comment needs to be upgraded

2016-03-10 Thread Jean-Michel Vourgère
Package: easy-rsa Version: 2.2.2-1 Severity: minor Hi vars file contains: # Increase this to 2048 if you # are paranoid. This will slow # down TLS negotiation performance # as well as the one-time DH parms # generation process. export KEY_SIZE=2048 I suggest the comment to be upraded to 4096,

Bug#815987: libphp-adodb requires porting to php7.0; mysql_pconnect is removed

2016-02-26 Thread Jean-Michel Vourgère
Paul Gevers wrote: > Please help me. I only include > "/usr/share/php/adodb/adodb.inc.php". Is that wrong? It looks like your configuration uses the deprecated mysql driver. That driver looks dead. You should be using mysqli, if I understand correctly. I would try replacing $database_type =

Bug#815987: libphp-adodb requires porting to php7.0; mysql_pconnect is removed

2016-02-26 Thread Jean-Michel Vourgère
Control: tags -1 + moreinfo Hello Paul I believe you should not be using /usr/share/php/adodb/drivers/adodb-mysql.inc.php. /usr/share/php/adodb/drivers/adodb-mysqli.inc.php exists and probably is what you want. Can you try replacing mysql by mysqli in your configuration file? Paul Gevers

Bug#777546: Please don't grant localhost unconditional access to mod_status

2016-01-31 Thread Jean-Michel Vourgère
For the record, this issue was slashdoted yesterday: http://apache.slashdot.org/story/16/01/30/1825256/sensitive-information-can-be-revealed-from-tor-hidden-services-on-apache

Bug#813170: Wrong permission on /etc/tor/ ?

2016-01-29 Thread Jean-Michel Vourgère
Package: tor Version: 0.2.5.12-1 Severity: minor Hello Every time tor starts, it is complaining in /var/log/tor/log : Jan 30 08:27:24.000 [warn] Couldn't rename configuration file "/etc/tor/torrc" to "/etc/tor/torrc.orig.1": Permission denied I don't quite know why tor wants to tune its own

Bug#809448: 100% pan-scan goes over 100% when playing a 4:3 video on a 16:9 screen

2015-12-30 Thread Jean-Michel Vourgère
Package: mplayer2 Version: 2.0-728-g2c378c7-4+b1 Severity: minor Hello When playing a 4:3 video on a 16:9 screen, using fullscreen, if you press E to "scan" to remove the black bands on the left and the right, mplayer zooms more than necessary, resulting in areas also been dropped from the left

Bug#808872: new version 1.5.0 available

2015-12-27 Thread Jean-Michel Vourgère
W. Martin Borgert wrote: > The latest reincarnation of socksipy at > https://github.com/Anorov/PySocks > has released 1.5.0 on 2014-01-02 You might want to check package python-pysocks that already contains that fork by Anorov. Ouch :( https://packages.qa.debian.org/p/python-pysocks.html

Bug#805391: [rrdtool-maint] Bug#805391: src:rrdtool: FTBFS on mips: `FAIL: tune2`

2015-12-20 Thread Jean-Michel Vourgère
Control: tags -1 -help +pending Niko Tyni wrote: > (...) > The problem is that rrd_write() ends up calling memcpy(3) on overlapping > memory areas, which is explicitly prohibited in its documentation. With > libc6 2.19-20 on mips, this started zeroing out part of the areas under > some

Bug#805391: src:rrdtool: FTBFS on mips: `FAIL: tune2`

2015-11-24 Thread Jean-Michel Vourgère
Control: found -1 src:rrdtool/1.5.4-5 Control: notforwarded -1 Control: tags -1 + help Antonio Terceiro wrote: > "make check-TESTS" fails I tested previous version on mips, and it now FTBFS too. It used to work ok. [1] (thanks Tobias, upstream, for suggesting that.) So I suppose it is related

Bug#805275: "double free or corruption" when recording calls

2015-11-16 Thread Jean-Michel Vourgère
Package: jitsi Version: 2.4.4997-1.2 Severity: normal I get some bad crash when attempting to record calls. I'm using SIP. During the calls, when I click on the little CD icon, I get a pop up asking for an mp3 file location. When I press the button, jitsi crashes with this message: *** Error in

Bug#803458: RM: rrdtool [hurd-i386] -- NBS; broken

2015-10-30 Thread Jean-Michel Vourgère
Package: ftp.debian.org Severity: normal Hello rrdcached - a binary package built by rrdtool source - is totally broken on hurd. Any use will result in "Not implemented" error. (#796971) rrdcached is no longer built on hurd in unstable, but version 1.5.4-2 is still around on that arch. I think

Bug#802466: man refers to missing control-spec.txt

2015-10-20 Thread Jean-Michel Vourgère
Package: tor Version: 0.2.5.12-1 Severity: minor Hi I'd like to switch virtual circuits in some cases. I can do that interactively using vidalia "New identity" option. So I looked in the manual how it's done. But tor manual says "using the Tor Control Protocol (described in control-spec.txt)."

Bug#644932: RFP: ndppd -- a daemon that proxies IPv6 NDP messages

2015-10-08 Thread Jean-Michel Vourgère
Hi Daniel I tried your NDP proxy, it works great here. Thanks a lot! :) Are you still interested in packaging it? I'd be happy to sponsor you. :) If you aren't, I plan to package it myself. I saw you made a good start at https://github.com/DanielAdolfsson/ndppd/tree/debian I tried it and have

Bug#786880: Please document how to use the component imports

2015-09-28 Thread Jean-Michel Vourgère
Attached is a debian/build file that builds the rollups from the components. The package is currently quite hard to use. Do you think that's ok if I work on an NMU that build the rollups, so that the code behave like the documentation, rather than having to guess all the required includes? I

Bug#691765: Bindings don't seem to release the GIL when doing I/O

2015-08-28 Thread Jean-Michel Vourgère
Control: tags -1 +upstream -patch Hi Here's the answer from Tobias (upstream): the problem is that the getopt library is not threadsave and most rrdtool functions except rrd_xport still use getopt ... so in order to make it all thread save the other functions would also have to be switched

Bug#419948: munin: stark cpu increase sarge-etch

2015-08-27 Thread Jean-Michel Vourgère
Control: noowner -1 Hi Is that ok if I close that report now? The explanation at https://bugs.debian.org/419948 is quite complete about possible optimisations, and sarge is long gone. Or do you still have issues with rrd? -- Nirgal

Bug#691765: Bindings don't seem to release the GIL when doing I/O

2015-08-27 Thread Jean-Michel Vourgère
Control: tags -1 + patch Hello Enrico. On Mon, Oct 29, 2012 at 02:49:03PM +0100, Enrico Zini wrote: I was auditing the rrdtool binding code to check if they could be used in a python thread without locking the entire application via the GIL. Extensions are supposed to release the GIL lock

Bug#180283: rrdtool: CDEF function PREV(name) timesteps far too mauch

2015-08-26 Thread Jean-Michel Vourgère
Control: tags -1 +moreinfo Control: noowner -1 Hello Goswin I'm cleaning up the rrdtool bug list, and I dig a bit into this one submitted back in 2003! https://bugs.debian.org/180283 I'm sorry no one from the Debian project answered you since then. You listed the cgi source, but not the

Bug#796971: sigwaitinfo is wrongly detected on Hurd

2015-08-26 Thread Jean-Michel Vourgère
Package: rrdcached Version: 1.5.4-5 Severity: normal Tags: upstream Forwarded: https://github.com/oetiker/rrdtool-1.x/issues/666 On hurd, sigwait info is detected. It should not. configure.ac contains: AC_CHECK_FUNCS(sigwaitinfo, [], AC_CHECK_LIB(rt, sigwaitinfo, [LIBS=${LIBS} -lrt;

Bug#796896: Lintian is requesting python-*-dbgsym to be in section python

2015-08-25 Thread Jean-Michel Vourgère
Package: lintian Version: 2.5.36.1 Severity: normal When enabling the brand new automatic debug packages, one get lintian warnings such as: W: python-rrdtool-dbgsym: wrong-section-according-to-package-name python-rrdtool-dbgsym = python N: N:This package has a name suggesting that it

Bug#715220: rrdtool: Segfault on data in far futur

2015-08-24 Thread Jean-Michel Vourgère
Control: tags -1 -moreinfo -unreproducible Actually, I could reproduce the bug. It occurs on i386, not on amd64.

Bug#796215: override: liblua5.1-rrd-dev:oldlibs/extra

2015-08-20 Thread Jean-Michel Vourgère
Package: ftp.debian.org Severity: normal Dear ftp team liblua5.1-rrd-dev is now a transitionnal package to lua-rrd-dev. Please adjust the section and the priority accordingly. Thanks

Bug#796214: override: liblua5.1-rrd0:oldlibs/extra

2015-08-20 Thread Jean-Michel Vourgère
Package: ftp.debian.org Severity: normal Dear ftp team liblua5.1-rrd0 is now a transitionnal package to lua-rrd. Please adjust the section and the priority accordingly. Thanks

Bug#796216: Please change default button on first launch to Cancel

2015-08-20 Thread Jean-Michel Vourgère
Package: torbrowser-launcher Version: 0.1.9-1+deb8u1 Severity: minor Hello On first launch of torbrowser-launcher, you get a Downloading window with an Exit button. I feel it would be better to rename it Cancel, especially when you have a slow debconf network and it takes a while to show

Bug#796213: Please allow Multi-Arch:no packages

2015-08-20 Thread Jean-Michel Vourgère
Package: ftp.debian.org Severity: wishlist Dear ftp team Packages with Multi-Arch:no currently are rejected with that error: Multi-Arch: no support in Debian is broken (#768353) However, the pointed-at bug is fixed. I talked to an apt developer and he told me this was indeed an issue until

Bug#753394: sensord(8) man page is obsolete with apache2 2.4

2015-08-11 Thread Jean-Michel Vourgère
Control: tags -1 patch Hello Aurelien I hit that bug when testing the newly uploaded rrdtool 1.5.4. Attached is a revised version of pre-existing 05-sensord-manpage.patch The 2 new paragraphs are: --- lm-sensors-3.4.0.orig/prog/sensord/sensord.8 +++ lm-sensors-3.4.0/prog/sensord/sensord.8 @@

Bug#736763: bugs.debian.org: apache2 not removed after purging smokeping

2015-08-11 Thread Jean-Michel Vourgère
Control: reassign -1 apt I can't see anything wrong in apache2 dependencies, nor in smokeping ones. When installing smokeping, then uninstalling it, some recommended packages are left, such as javascript-common in my case. Moreover, if I uninstall javascript-common, aptitude propose me to

Bug#736763: bugs.debian.org: apache2 not removed after purging smokeping

2015-08-11 Thread Jean-Michel Vourgère
Hi I'm not the original submitter. I think most user don't care much about recommends, suggests and so on... If they install a package and some dependencies are pulled, they very probably want autoremove to remove them all when the original package is removed. That doesn't seem to work. Because

Bug#729007: LANG environment gets lost

2015-08-04 Thread Jean-Michel Vourgère
Control: severity -1 wishlist Control: retitle -1 Please document LANG usage This is the normal behavior. One has to call locale.setlocale from python for the translation to work. I believe the new python upstream example, containing this, is enough to help people get started with LANG set up.

Bug#793862: apache2: purging deletes directory co-owned by apache2-bin: /var/lib/apache2/

2015-07-28 Thread Jean-Michel Vourgère
Control: reassign -1 apache2 2.4.12-2 The problem is not in apache2.2-common that doesn't exists any more, at least not in that version, but in apache2.postrm that basically does on purge: rm -rf /var/lib/apache2 while apache2-bin.postrm does: rm -f /var/lib/apache2/deferred_actions Both

Bug#661211: librrd4 huge dependency bloat (20+ MB)

2015-07-28 Thread Jean-Michel Vourgère
Version 1.5 of rrdtool allows one to disable graphs. So it would be possible to build a simplified version of librrd4, in an alternative package. $ ./configure --help | grep rrd_graph --disable-rrd_graph disable all rrd_graph functions -- Nirgal -- To UNSUBSCRIBE, email to

Bug#701480: Valgrind does not show the source file with line numbers for some programs, but GDB does

2015-07-25 Thread Jean-Michel Vourgère
I had the same issue. Removing --compress-debug-sections from /usr/bin/dh_strip and recompiling the package fixed it. This report should probably be merged with #780173 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#715220: rrdtool: Segfault on data in far futur

2015-07-24 Thread Jean-Michel Vourgère
Control: tags -1 moreinfo Hello Boris I tried to reproduce that issue on a wheezy computer with version 1.4.7-2, but I was unable to do so: $ python crash_rrd.py $ gdb --args rrdtool fetch test.rrd AVERAGE (gdb) run Starting program: /usr/bin/rrdtool fetch test.rrd AVERAGE [Thread debugging

Bug#758871: rrdtool-dbg: does not contain debug symbols for librrd_th

2015-07-24 Thread Jean-Michel Vourgère
Control: tags -1 moreinfo Hello Folkert Your wrote: rrdtool-dbg: does not contain debug symbols for librrd_th I rebuilt version 1.4.8-1.1 and here's an extract of the build logs with DH_VERBOSE=1 : dh_strip -a --dbg-package=rrdtool-dbg (...) install -d

Bug#793481: Links tooltip stay after a window is closed

2015-07-24 Thread Jean-Michel Vourgère
Package: pidgin Version: 2.10.11-1 Severity: normal Hello In an IRC windows, when I put my mouse cursor over a link, there is a tooltip with the link, like (http://example.com). If I close the windows using Ctrl+W while the tooltip is there, the tooltip doesn't disapear, and there hanging on

Bug#789914: apache2: fails to install: ERROR: Module mpm_event is enabled - cannot proceed due to conflicts. It needs to be disabled first!

2015-07-20 Thread Jean-Michel Vourgère
Control: tags -1 pending Stefan Fritsch wrote: On Thursday 25 June 2015 10:27:59, Andreas Beckmann wrote: Enabling conf serve-cgi-bin. Enabling site 000-default. info: mpm_prefork: No action required This is wrong. There seems to be a ! that does not belong there in the postinst at

Bug#791594: Don't depend on obsolete packages apache2-mpm-prefork|apache|httpd

2015-07-06 Thread Jean-Michel Vourgère
Package: openguides Version: 0.79-1 Severity: normal Hi Your package depends on apache2-mpm-prefork | apache | httpd. apache has been gone since 2008. apache2-mpm-prefork no longer is in sid. I suggest you depend on apache2|httpd. Thanks -- System Information: Debian Release: 8.1 APT

Bug#791597: Remove apache2-mpm-worker from the depends list

2015-07-06 Thread Jean-Michel Vourgère
Package: freedombox-setup Version: 0.3 Severity: minor Hello Your package freedombox-setup depends on apache2 | apache2-mpm-worker. However, package apache2-mpm-worker is gone, it no longer is in sid. Please remove the dependency. -- System Information: Debian Release: 8.1 APT prefers

Bug#791596: Don't recommends inexistant package apache2-mpm-worker

2015-07-06 Thread Jean-Michel Vourgère
Source: sitesummary Version: 0.1.17 Severity: normal Hello Your package sitesummary recommends apache2-mpm-worker | httpd. But package apache2-mpm-worker no longer exists in sid. I suggest you change the dependency by apache2 | httpd. -- System Information: Debian Release: 8.1 APT prefers

Bug#791592: Please remove reference to apache2-mpm-prefork

2015-07-06 Thread Jean-Michel Vourgère
Package: libapache2-mod-php5 Version: 5.6.9+dfsg-1 Severity: minor Hi Your package description says This package provides the PHP5 module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). But that package no longer exists. So I think the package description should be

Bug#791595: Don't recommend apache2-mpm-prefork

2015-07-06 Thread Jean-Michel Vourgère
Package: web2ldap Version: 1.1.43~dfsg-1 Severity: normal Hello Your package recommends apache2-mpm-prefork | apache2 | httpd. However, package apache2-mpm-prefork no longer exists in sid. Please remove the dependency. -- System Information: Debian Release: 8.1 APT prefers stable APT

Bug#790883: enc -d -base64 doesn't work when there's no final \n

2015-07-02 Thread Jean-Michel Vourgère
Package: openssl Version: 1.0.1k-3+deb8u1 Severity: minor Hello When trying to decode a simple 44 character base64 text, I get errors like error reading input file unless I append a \n at the end of the string. You can reproduce the issue with: echo -n

Bug#789815: Please stop building libpng3

2015-06-24 Thread Jean-Michel Vourgère
Package: libpng3 Version: 1.2.50-2 Severity: wishlist Hi libpng transition is going on since ages. I believe cleaning up from previous transitions may help people see things in a more positive way. As far as I can tell, libpng3 is no longer needed: $ ssh mirror.ftp-master.debian.org dak rm -s

Bug#746432: ocsinventory-reports oversanitizes GET and POST data

2015-06-18 Thread Jean-Michel Vourgère
Control: tags -1 fixed-upstream Fixed upstream in commit:bf4b99d01fc6bbeaeef9c1d8de37f263b3bdbaf5 and following ones. (Version 2.2Beta1 ) This implies a database structure change and looks hard to backport. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#788839: Please detect embedded-javascript-library libjs-raphael

2015-06-15 Thread Jean-Michel Vourgère
Package: lintian Version: 2.5.30+deb8u4 Severity: wishlist Tags: patch Hello It would be nice if lintian could warn the maintainers about embeded copies of raphael.js provided by libjs-raphael. Attached is a patch looking for raphael.js, raphael.min.js and raphael-min.js. From a quick apt-file

Bug#788802: Typo in README.Debian

2015-06-15 Thread Jean-Michel Vourgère
Package: php5-cgi Version: 5.6.9+dfsg-0+deb8u1 Severity: minor Hi /usr/share/doc/php5-cgi/README.Debian.gz says: 3) comment out the last block of configuration in the /etc/apache2/mods-enabled/php5_cgi.conf file to enable server-wide PHP 5 CGI or add the mentioned configuration block to

Bug#732899: Add MariaDB as an alternative dependency

2015-06-14 Thread Jean-Michel Vourgère
Control: tags -1 moreinfo Hello Otto ocsinventory-server also depends on libdbd-mysql-perl that itself depends on libmysqlclient18, so adding that this alternative will never be satisfied. There is no direct import from perl, but if I remove the module, ocsinventory-server fails in

Bug#749304: ocsinventory-server: Bad agent or agent version too recent for server : The new agents don't work with the current server

2015-06-14 Thread Jean-Michel Vourgère
tags -1 -fixed-upstream -pending +moreinfo severity -1 normal Hello I checked for differences in the list of supported agents, and there was no change between the version currently in Debian[1] and upstream master[2]. Therefore: - This won't be fixed by next release - We really need to know the

Bug#598187: ocsinventory-reports: There are some configuration variables in wrong place

2015-06-14 Thread Jean-Michel Vourgère
Hello Yauhen File /usr/share/ocsinventory-server/ocsreports/preferences.php contains few configuration variables (UTF8_DEGREE for instance) which cannot be changed by editing of configuration files in /etc. That file is gone. The closest thing I can find is var.php, but there isn't much that

Bug#746429: ocsinventory-reports depends on php5-mysql and libapache2-mod-php5, alternatives exist

2015-06-14 Thread Jean-Michel Vourgère
Hello I'm having a look back at this request. There is one thing that disturbs me with the IfModule mod_php5.c usage. The configuration file says: #!! Mandatory !! : set magic_quotes_gpc to off (to make ocsreports works correctly) php_flag magic_quotes_gpc off And if I understand

Bug#787923: RM: apache2 -- NBS; ROM; Remove obsolete transitional packages

2015-06-13 Thread Jean-Michel Vourgère
Hi RM request for mod-auth-mysql has been filled as #788638. You may want to process it first. -- Nirgal -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#788638: RM: mod-auth-mysql -- RoQA; Obsolete

2015-06-13 Thread Jean-Michel Vourgère
Package: ftp.debian.org Severity: normal Dear ftp master Please remove package mod-auth-mysql from unstable. apache2 now provides authentication against mysql out of the box. Moreover, mod-auth-mysql isn't part of stable, hasn't seen a maintainer upload for 5 years, and has been broken for 2

Bug#788574: Watch file doesn't work

2015-06-12 Thread Jean-Michel Vourgère
Package: libjs-raphael Version: 2.1.0-1 Severity: minor Tags: patch Hi It looks like your d/watch file doesn't work anymore. Attached is an update. Ping me if you need a sponsor. Cheers -- System Information: Debian Release: 8.1 APT prefers stable APT policy: (990, 'stable')

Bug#749304: ocsinventory-server: Bad agent or agent version too recent for server : The new agents don't work with the current server

2015-06-11 Thread Jean-Michel Vourgère
Hello tech@mediaforest When computers using the last agent provided by ocsinventory-ng.org try to connect, there is an error in ocsinventory-server logs : Bad agent or agent version too recent for server Do you know what is the problematic user agent string? If you don't and your server is

Bug#711059: please consider switching to php-net-ldap2

2015-06-11 Thread Jean-Michel Vourgère
Control: tags -1 pending Hello Thijs Kinkhorst wrote: Upstream of Net::LDAP / php-net-ldap has declared that project to be obsolete for years now, and refer to Net::LDAP2 / php-net-ldap2 as a replacement. It would be beneficial if you would switch to that module as well. This may require

Bug#746432: ocsinventory-reports oversanitizes GET and POST data

2015-06-10 Thread Jean-Michel Vourgère
Control: tags -1 security I can confirm the issue: If you change the admin password to '12345678', you can log in with just '1'. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#669785: websvn: transition towards Apache 2.4

2015-06-10 Thread Jean-Michel Vourgère
Control: severity -1 grave The package now fails to install. Bumping severity accordingly. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#526830: ocsinventory-server: Backport of 1.02 for lenny would be appreciate.

2015-06-10 Thread Jean-Michel Vourgère
Control: tags -1 wontfix Control: close -1 Hello Lenny is no longer supported so that there will be no backport there. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 526...@bugs.debian.org, and the maintainer will reopen the bug

Bug#786409: ftp.debian.org: webdir http://ftp-master.debian.org/new/ not accessible any more

2015-06-09 Thread Jean-Michel Vourgère
Hi I'd like to point out that deferred packages are also affected: From the good old DDPO, when a package is deferred, you have a link to ftp-master.debian.org/deferred/ that is now broken. Also, on the deferred page index https://ftp-master.debian.org/deferred.html , at the bottom of the

Bug#756501: awstats: Wrong instruction on README.Debian

2015-06-08 Thread Jean-Michel Vourgère
Olavo Junior wrote on https://bugs.debian.org/756501: Instructions on /usr/share/doc/awstats/README.Debian.gz is wrong: * Copy /usr/share/doc/awstats/examples/apache.conf to /etc/apache2/conf.d/awstats.conf I think for SID and Testing the correct is: * Copy

Bug#763582: Apache2 cannot run CGI scripts in jessie

2015-06-07 Thread Jean-Michel Vourgère
Control: tags -1 moreinfo You wrote: Feel free to take a look at fletchergeek.homelinux.net. So now what? I just did, and obviously you found what was wrong. :) Is that ok if I close this report, or do you have a specific problem with one of the directive that did not work as documented? --

Bug#786657: apache2.4 in jessie/stable missing mod_imagemap

2015-06-07 Thread Jean-Michel Vourgère
Control: tags -1 moreinfo On May 24th 2015, Steven Sumichrast wrote: In Wheezy 7.8 mod_imagemap was shipped with the apache2.2-bin package ( https://packages.debian.org/wheezy/amd64/apache2.2-bin/filelist). It appears that in the new stable system, apache2.4-bin is missing mod_imagemap

Bug#787719: Please provide a python3 version

2015-06-04 Thread Jean-Michel Vourgère
Source: pycryptopp Version: 0.6.0.20120313-1 Severity: wishlist Hello Well, everything is in the subject: It would be nice to have a python3 version. Right now, on python3 projects, one needs to play with subprocess and openssl. :/ Thanks! -- System Information: Debian Release: 8.0 APT

Bug#662494: rrdtool: diff for NMU version 1.4.8-1.3

2015-06-03 Thread Jean-Michel Vourgère
Control: tags -1 patch pending Dear maintainer, I've prepared an NMU for rrdtool (versioned as 1.4.8-1.3) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. -- Nirgal diff -u rrdtool-1.4.8/debian/changelog rrdtool-1.4.8/debian/changelog ---

Bug#787405: syntax error in create_tables.sql

2015-06-01 Thread Jean-Michel Vourgère
Package: libapache2-mod-log-sql Version: 1.100-15 Severity: normal Tags: patch Hello Thomas When preparing a database according to /usr/share/doc/libapache2-mod-log-sql/manual.html one get: mysql -p apachelogs mysql source create_tables.sql Query OK, 0 rows affected (0.18 sec) Query OK, 0 rows

Bug#717472: libapache-mod-log-sql: diff for NMU version 1.100-16.1

2015-05-30 Thread Jean-Michel Vourgère
Control: tags 717472 + pending Dear maintainer, As agreeded, I've prepared an NMU for libapache-mod-log-sql (versioned as 1.100-16.1) and uploaded it. I merged your uncommited changes from 1.100-16 with the commits for 1.100-16 that were actually not released. The final source is available at

Bug#717472: libapache-mod-log-sql: diff for NMU version 1.100-16.1

2015-05-30 Thread Jean-Michel Vourgère
Here's the missing attachment. diff -Nru libapache-mod-log-sql-1.100/debian/changelog libapache-mod-log-sql-1.100/debian/changelog --- libapache-mod-log-sql-1.100/debian/changelog 2014-05-06 12:54:42.0 +0200 +++ libapache-mod-log-sql-1.100/debian/changelog 2015-05-30 16:58:15.0

Bug#668254: dh_bash-completion still installs files in /etc/bash_completion

2015-05-30 Thread Jean-Michel Vourgère
Hello Please consider mass filling bug reports when you upload a fixed version: See Ansgar note about conffiles at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668254#17 Moreover, I had to remove all the have(xxx) prefixes for the completions to work in the new folder. Posting a tip would

Bug#786880: Please document how to use the component imports

2015-05-29 Thread Jean-Michel Vourgère
Hi Here are the formulas to build the rollups from the components: aes = core + enc-base64 + md5 + evpkdf + cipher-core + aes hmac-md5 = core + md5 + hmac hmac-ripemd160 = core + ripemd160 + hmac hmac-sha1 = core + sha1 + hmac hmac-sha224 = core + sha256 + sha224 + hmac hmac-sha256 = core

Bug#717472: unfinished apache 2.4 transition

2015-05-28 Thread Jean-Michel Vourgère
control: tags -1 patch Hello Thomas The obvious solution is to simply remove the 2 dependencies. However, attached are 2 more intensive patches for apache2.4: 717472.control.diff is a small one that removes the obsolete dependencies, but also remove references to apache 1.3 and apache 2.0 in

Bug#786333: openjpeg2: diff for NMU version 2.1.0-2.1

2015-05-27 Thread Jean-Michel Vourgère
Control: tags 786333 + patch Control: tags 786333 + pending Dear maintainer, I've prepared an NMU for openjpeg2 (versioned as 2.1.0-2.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. Regards. diff -Nru openjpeg2-2.1.0/debian/changelog

Bug#786880: Please document how to use the component imports

2015-05-26 Thread Jean-Michel Vourgère
Package: libjs-cryptojs Version: 3.1.2+dfsg-1 Severity: minor Hi It took me a while to understand how to use the package, because /usr/share/doc/libjs-cryptojs/docs/QuickStartGuide.wiki.gz examples use the rollups javascripts and not the base components. For exemple, in order to use aes.js, one

Bug#786657: apache2.4 in jessie/stable missing mod_imagemap

2015-05-26 Thread Jean-Michel Vourgère
Steven Sumichrast: In Wheezy 7.8 mod_imagemap was shipped with the apache2.2-bin package ( https://packages.debian.org/wheezy/amd64/apache2.2-bin/filelist). It appears that in the new stable system, apache2.4-bin is missing mod_imagemap

Bug#785737: RFS: haxe/1:3.0.0~svn6707+dfsg-1 [ITA,RC]

2015-05-22 Thread Jean-Michel Vourgère
Hello Gabriele Giacone wrote: haxe (1:3.0.0~svn6707+dfsg-1) unstable; urgency=medium * Adopt as Debian Flash Team. + Set maintainer to Debian Flash team, add myself to uploaders. * Set Vcs-* fields to updated collab-maint git repo. * Replace jquery-latest.min.js and swfobject.js

Bug#785737: RFS: haxe/1:3.0.0~svn6707+dfsg-1 [ITA,RC]

2015-05-22 Thread Jean-Michel Vourgère
Hi Gabriele Giacone wrote: You added a +dfsg suffix. Good. However, lintian is complaining about the +dfsg : debian-watch-file-should-mangle-version. Fixed, pushed, re-uploaded. You should update the watch file to match your change. Please also look at repacksuffix in uscan(1). When

Bug#786332: Full path in FastCGIExternalServer

2015-05-21 Thread Jean-Michel Vourgère
Hi Running additionnal tests, I discovered the previous nmu was flawed. FastCGIExternalServer requires the full docroot path /var/www/html/. Attached is the revised nmu, that fixes that. I just uploaded it to delayed/6, where the old one was. Regards -- Nirgal diff -Nru

Bug#669802: transition towards Apache 2.4

2015-05-20 Thread Jean-Michel Vourgère
Control: severity -1 serious Hello apache2 transitional packages for jessie are gone. Your package webgui depends on apache2-mpm-prefork or apache2-mpm-worker and will be uninstallable in sid, so I'm rising the severity of that bug. You must remove these dependencies. -- Nirgal -- To

Bug#786333: libopenjpip-server depends on gone package apache2.2-bin

2015-05-20 Thread Jean-Michel Vourgère
Package: libopenjpip-server Version: 2.1.0-2 Severity: serious Hello Your package libopenjpip-server used to depend on transitionnal package apache2.2-bin. This was still kind of ok in Jessie, but now that package is no longer built by apache2. Please remove the dependency. Your package will

Bug#785224: mate-user-share: depends on transitional package apache2.2-bin

2015-05-20 Thread Jean-Michel Vourgère
control: severity -1 serious Hi Your package mate-user-share used to depend on transitionnal package apache2.2-bin. This was still kind of ok in Jessie, but now this package is no longer built by apache2. Please remove the dependency, somehow. Your package will become uninstallable after the

Bug#717472: unfinished apache 2.4 transition

2015-05-20 Thread Jean-Michel Vourgère
Severity -1 serious Hi Your package libapache2-mod-log-sql used to depend on transitionnal package apache2-mpm-prefork | apache2-mpm-itk. This was still kind of ok in Jessie, but now these packages are no longer built by apache2. Please remove the dependencies. Your package will become

Bug#786332: openjpip-server depends on gone package apache2.2-bin

2015-05-20 Thread Jean-Michel Vourgère
Package: openjpip-server Version: 1:1.5.2-3 Severity: serious Hello Your package openjpip-server used to depend on transitionnal package apache2.2-bin. This was still kind of ok in Jessie, but now that package is no longer built by apache2. Please remove the dependency. Your package will

Bug#786332: openjpeg: diff for NMU version 1:1.5.2-3.1

2015-05-20 Thread Jean-Michel Vourgère
Control: tags 786332 + patch Control: tags 786332 + pending Dear maintainer, I've prepared an NMU for openjpeg (versioned as 1:1.5.2-3.1). Here are some explanations regarding non-trivial changes in openjpip-server: - dh_apache2 takes care of all the a2enmod stuff, so the (pre|post)(inst|rm)

<    1   2   3   4   >