Bug#860287: libosip2: CVE-2016-10324 CVE-2016-10325 CVE-2016-10326 CVE-2017-7853

2017-04-14 Thread Salvatore Bonaccorso
Hi Antonie,

On Fri, Apr 14, 2017 at 04:44:49PM -0400, anarcat wrote:
[...]
> I forgot to mention the bug # in the NMU, unfortunately...

Since it is in the delayed queue, can you cancel, and reupload with
the changelog fixing the bugnumber? Otherwise you will need to do that
anyway manually (or someone else :)).

Regards,
Salvatore



Bug#859805: Patch proposal

2017-04-14 Thread JC
Hi Scott,

Le ven. 14 avr. 2017 à 19:59, Scott Kitterman  a
écrit :

> Thanks for the patch.
> I still need to review the underlying issue.  I suspect it is user error.
> Scott K
>

Well, I was not sure myself, so I did install postfix into new jessie and
stretch VMs and I've seen myself the same differences between the
dynamicmaps.cf.

The thing is: when you upgrade, the file is already created and provisioned
with the map entries; but they are just not valid anymore with a stretch
postfix installation, since the pathnames changed from
/usr/lib/postfix/dict_XXX.so to postfix-XXX.so (notice the full path
removal _and_ the file name change).

I did compare the addmap function from the debian/functions file between
jessie and stretch and they _do_ differ in the map line generated.

So the map lines already there _do_ need to get updated, either by the user
itself (in such case we should announce it in a README.upgrade or
equivalent) or by Debian. My opinion here is that the postinst script could
manage this upgrade here without much "conffile" modification conflict. :-)


Bug#859805: Patch proposal

2017-04-14 Thread Scott Kitterman
Thanks for the patch.

I still need to review the underlying issue.  I suspect it is user error.

Scott K



Bug#860347: xserver-xorg-core: can't produce script.log for running X server

2017-04-14 Thread G. Branden Robinson
At 2017-04-14T14:41:59-0700, Mark wrote:
> Package: xserver-xorg-core
> Version: 2:1.16.4-1
> Severity: serious
> Justification: unknow
> 
> Dear Maintainer,
> 
> For the ability to file other bug reports, this bug is in fact responsible for
> affecting.
> 
> I cannot, via the command
> "sudo /usr/share/bug/xorg/script 3>/tmp/script.log"
> 
> produce a script.log, say, for an attachment to a bug report. I am given:
> 
> /usr/share/bug/xorg/script: 19: /usr/share/bug/xorg/script: 3: Bad file
> descriptor

I think this may be a shell usage problem.

File descriptor (fd) 3 is not open by default.  Only the standard file
descriptors are; see stdin(3)[1].

The bug script redirects its standard output to fd 3.  It is the
responsibilty of the calling environment to open that fd.

You could write a small wrapper script that opens fd 3, directs it to a
file, and then executes the bug script.

$ cat > bugwrap
#!/bin/sh
exec 3> /tmp/script.log
exec /usr/share/bug/xorg/script
^D
$ chmod 600 bugwrap
$ sudo ./bugwrap

Regards,
Branden

[1] in the manpages-dev package


signature.asc
Description: PGP signature


Bug#860347: xserver-xorg-core: can't produce script.log for running X server

2017-04-14 Thread Mark
Package: xserver-xorg-core
Version: 2:1.16.4-1
Severity: serious
Justification: unknow

Dear Maintainer,

For the ability to file other bug reports, this bug is in fact responsible for
affecting.

I cannot, via the command
"sudo /usr/share/bug/xorg/script 3>/tmp/script.log"

produce a script.log, say, for an attachment to a bug report. I am given:

/usr/share/bug/xorg/script: 19: /usr/share/bug/xorg/script: 3: Bad file
descriptor




-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Apr  6 17:23 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2498728 Feb 10  2015 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
:0a:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43 [GeForce 
6600] [10de:0141] (rev a2)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 2526 Apr 12 19:22 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection

Section "Module"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz",
### : "%"
### [arg]: arg optional
#Option "SWcursor"  # []
#Option "HWcursor"  # []
#Option "NoAccel"   # []
#Option "ShadowFB"  # []
#Option "VideoKey"  # 
#Option "WrappedFB" # []
#Option "GLXVBlank" # []
#Option "ZaphodHeads"   # 
#Option "PageFlip"  # []
#Option "SwapLimit" # 
#Option "AsyncUTSDFS"   # []
#Option "AccelMethod"   # 
Identifier  "Card0"
Driver  "fbdev"
BusID   "PCI:10:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.16.0-4-powerpc64 (debian-ker...@lists.debian.org) (gcc version 
4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root  3955 Apr 12 19:21 /var/log/Xorg.1.log
-rw-r--r-- 1 root root  3955 Apr 12 19:21 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  3955 Apr 12 19:21 /var/log/Xorg.3.log
-rw-r--r-- 1 root root  3955 Apr 12 19:21 /var/log/Xorg.4.log
-rw-r--r-- 1 root root  3955 Apr 12 19:21 /var/log/Xorg.5.log
-rw-r--r-- 1 root root 28343 Apr 14 14:16 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[15.144] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[15.144] X Protocol Version 11, Revision 0
[  

Bug#781155: openbsd-inetd: openbsd-inetd.service should be the main service file

2017-04-14 Thread Marco d'Itri
On Apr 13, Raphael Hertzog  wrote:

> Consistency between package name and init script and service file
> has no reason to be classified as "historical accident", it seems
> to be nice bonus point to me...
I think that consistenct between daemon name and systemd unit name is 
a much better goal.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Bug#857794: reportbug: crash when encountering some non-ASCII characters

2017-04-14 Thread Louis-Philippe Véronneau
Control: tag -1 patch

Hi!

I tested your patch (0001-Stop-using-subprocess.getoutput.patch) and it
works fine for me using C locales and packages where the maintainer's
name has non-ascii chars.

It's not pretty thought (but does not crash, so \0/):

"Maintainer for stressant is 'Antoine Beaupr\xe9 '."

Happy to do some more testing if needed.

Cheers,

-- 
pollo

On Tue, 11 Apr 2017 16:16:00 + Niels Thykier  wrote:
> On Fri, 24 Mar 2017 23:33:34 +0100 Nis Martensen 
> wrote:
> > Hi Stuart,
> > 
> > Thanks for your comments!
> > 
> > [...]
> > 
> > No problem with that idea :)
> > I just tried to keep the changes to a minimum since we're in deep freeze
> > at the moment.
> > 
> > Cheers,
> >  Nis
> > 
> > 
> 
> 
> Hi,
> 
> Is there an update on this bug? :)
> 
> Thanks,
> ~Niels
> 
> 
> 




signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#857794: reportbug: crash when encountering some non-ASCII characters

2017-04-14 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 patch
Bug #857794 [reportbug] reportbug: crash when encountering some non-ASCII 
characters
Added tag(s) patch.

-- 
857794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#859539: filezilla: Filezilla crashes at startup

2017-04-14 Thread Kienan Stewart
Hi,

I was unable to reproduce this bug on a clean install (QEMU VM), or on my 
laptop which had been upgraded from Jessie to Stretch some time ago. I followed 
the test proposed by John earlier.

Perhaps there are some details in the config file or the bookmark path that may 
be pertinent to provoking this bug? What is the "Language Code" setting in 
filezilla.xml?

filezilla:
  Installed: 3.24.0-1

Thanks,
Kienan



signature.asc
Description: PGP signature


Bug#860287: libosip2: CVE-2016-10324 CVE-2016-10325 CVE-2016-10326 CVE-2017-7853

2017-04-14 Thread anarcat
Control: fixed -1 4.1.0-2.1
Control: tags -1 +pending

I have made a NMU (diff in #860345) to fix this in sid/stretch, the
patches apply fairly cleanly, and since it's the same version in jessie,
it should be trivial to backport there...

I forgot to mention the bug # in the NMU, unfortunately...

A.



Processed: Re: Bug#860287: libosip2: CVE-2016-10324 CVE-2016-10325 CVE-2016-10326 CVE-2017-7853

2017-04-14 Thread Debian Bug Tracking System
Processing control commands:

> fixed -1 4.1.0-2.1
Bug #860287 [src:libosip2] libosip2: CVE-2016-10324 CVE-2016-10325 
CVE-2016-10326 CVE-2017-7853
The source 'libosip2' and version '4.1.0-2.1' do not appear to match any binary 
packages
Marked as fixed in versions libosip2/4.1.0-2.1.
> tags -1 +pending
Bug #860287 [src:libosip2] libosip2: CVE-2016-10324 CVE-2016-10325 
CVE-2016-10326 CVE-2017-7853
Added tag(s) pending.

-- 
860287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#856874: Confirm patch for bug #856874 is good

2017-04-14 Thread Long Vu

user debian-rele...@lists.debian.org
usertags 856874 bsp-2017-04-ca-montreal
thanks

Reproducing the bug:


dget -x 
http://httpredir.debian.org/debian/pool/main/r/resiprocate/resiprocate_1.11.0~beta1-1.dsc


cowbuilder build resiprocate_1.11.0~beta1-1.dsc

cd /var/cache/pbuilder/result
dpkg -i libresiprocate-1.11-dev_1.11.0~beta1-1_amd64.deb

ls -l /usr/lib/x86_64-linux-gnu/librepro.so
lrwxrwxrwx 1 root root 16 Jan 15 20:19 
/usr/lib/x86_64-linux-gnu/librepro.so -> librepro-1.11.so


ls -lL /usr/lib/x86_64-linux-gnu/librepro.so
ls: cannot access '/usr/lib/x86_64-linux-gnu/librepro.so': No such file 
or directory



Confirming the bug is fixed:


cd extracted_dir/resiprocate_1.11.0~beta1-1

dch -i  # update the changelog

debuild -us -uc -S -d  # build source package

cowbuilder build resiprocate_1.11.0~beta1-2.dsc  # build the binary new 
source package


cd /var/cache/pbuilder/result
dpkg -i libresiprocate-1.11_1.11.0~beta1-2_amd64.deb

ls -l /usr/lib/x86_64-linux-gnu/librepro.so
lrwxrwxrwx 1 root root 16 Apr 14 18:44 
/usr/lib/x86_64-linux-gnu/librepro.so -> librepro-1.11.so


ls -lL /usr/lib/x86_64-linux-gnu/librepro.so
-rw-r--r-- 1 root root 1390672 Apr 14 18:44 
/usr/lib/x86_64-linux-gnu/librepro.so




Bug#859927: Works, uploaded to DELAYED-3

2017-04-14 Thread micah anderson

That fix works, I've done a NMU fixed package and uploaded it to
DELAYED-3.

Micah



Bug#857992: openjdk-8-jre-headless: please add Breaks: tzdata-java

2017-04-14 Thread anarcat
user debian-rele...@lists.debian.org
usertags 857992 bsp-2017-04-ca-montreal
thanks

On Mon, Apr 10, 2017 at 12:28:07PM +0200, Andreas Beckmann wrote:
> Control: severity -1 serious
> 
> On 2017-03-17 00:33, Andreas Beckmann wrote:
> > I haven't rebuilt openjdk-8 to test whether this actually works (and
> > don't have the tiem to so now).
> 
> I just rebuilt openjdk-8 with that Breaks added and it fixed this
> previously failing upgrade path.

I have tried to do a NMU for this and failed to build OpenJDK through
pdebuild:

 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), quilt, m4, lsb-release, zip, unzip, sharutils, gawk, 
cpio, pkg-config, procps, wdiff, fastjar (>= 2:0.96-0ubuntu2), autoconf (>= 
2.69), automake, autotools-dev, ant, ant-optional, g++-6, openjdk-8-jdk | 
openjdk-7-jdk, libxtst-dev, libxi-dev, libxt-dev, libxaw7-dev, libxrender-dev, 
libcups2-dev, libasound2-dev, liblcms2-dev, libfreetype6-dev (>= 2.2.1), 
libgtk2.0-dev, libxinerama-dev, libkrb5-dev, xsltproc, libpcsclite-dev, 
libffi-dev, zlib1g-dev, libattr1-dev, libpng-dev, libjpeg-dev, libgif-dev, 
libpulse-dev (>= 0.9.12), systemtap-sdt-dev, libnss3-dev (>= 2:3.17.1), tzdata, 
mauve, jtreg, xvfb, xauth, xfonts-base, libgl1-mesa-dri, twm | metacity, twm | 
dbus-x11, x11-xkb-utils, time, openjdk-8-jdk-headless , dpkg-dev (>= 
1.17.14)
dpkg-deb: error: parsing file 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy/DEBIAN/control' 
near line 8 package 'pbuilder-satisfydepends-dummy':
 'Depends' field, syntax error after reference to package 
'openjdk-8-jdk-headless'
E: pbuilder-satisfydepends failed.

I couldn't even build a source-only package there..

So I'm giving up on this - but I'll not that there is a
${tzdata:Depends} in the headless package that may be the cause of the
problems here...

I also wonder if that affects other binary packages in openjdk, but
considering tzdata is present only in the headless version, that
shouldn't be an issue...

A.



Bug#859805: Patch proposal

2017-04-14 Thread JC
Control: user debian-rele...@lists.debian.org
Control: usertags -1 bsp-2017-04-ca-montreal

Here is a patch to manage the upgrade of postfix maps from postinst.

I know modifying a user config file is controversial, but here we only do
it for postfix libraries in standard Debian installation path, so I
consider it ok from my point of view. The worst case scenario would be a
sysadmin who'd put its own private library in /usr/lib/postfix/dict_XXX.so
which would have been wrong in the first place since (s)he should have put
it under /usr/local/ instead.

--- postfix.postinst.orig 2017-01-20 23:32:04.0 -0500
+++ postfix.postinst 2017-04-14 15:36:29.074921466 -0400
@@ -293,6 +293,10 @@
  fi
 done < /usr/share/postfix/dynamicmaps.cf > dynamicmaps.cf
 chmod 644 dynamicmaps.cf
+# Remove from postfix postinst after stretch
+elif grep -q "/usr/lib/postfix/dict_" dynamicmaps.cf; then
+echo "Updating /etc/postfix/dynamicmaps.cf from jessie to stretch
pathnames"
+sed -i "s|/usr/lib/postfix/dict_|postfix-|" dynamicmaps.cf
 fi

 # Remove from postfix postinst after stretch and uncomment in
postfix-sqlite.postinst


Bug#860343: unittest++: Incomplete debian/copyright?

2017-04-14 Thread Chris Lamb
Source: unittest++
Version: 2.0.0-1~exp1
Severity: serious
Justication: Policy 12.5
X-Debbugs-CC: Gianfranco Costamagna 

Hi,

I just ACCEPTed unittest++ from NEW but noticed it was missing 
attribution in debian/copyright for at least m4/ax_cxx_compile_stdcxx.m4
and m4/ax_cxx_compile_stdcxx_11.m4.

(This is not exhaustive so please check over the entire package 
carefully and address these on your next upload.)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#860342: python3-taglib: Newer upstream releases available since Jan 21, 2014

2017-04-14 Thread Robbie Harwood
Package: python3-taglib
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Please update to a newer version of the package.  This looks unmaintained and
I would have filed an RM request save that there are packages that depend on
this in the archive.

Thanks.

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (600, 'unstable-debug'), (600, 'testing-debug'), (600, 
'unstable'), (600, 'testing'), (200, 'experimental-debug'), (200, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-rt-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)



Processed: [cacti/debian-sid] Add enable_faster_polling_than_cron.patch

2017-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 860271 pending
Bug #860271 {Done: Paul Gevers } [cacti] cacti: polling at a 
higher frequency than cron doesn't work due to php 7 deprecation of split()
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
860271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860271
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#860271: [cacti/debian-sid] Add enable_faster_polling_than_cron.patch

2017-04-14 Thread Paul Gevers
tag 860271 pending
thanks

Date: Thu Apr 13 21:43:46 2017 +0200
Author: Paul Gevers 
Commit ID: 934091e6738b1f2939b63119141776f683afa156
Commit URL: 
http://git.debian.org/?p=pkg-cacti/cacti.git;a=commitdiff;h=934091e6738b1f2939b63119141776f683afa156
Patch URL: 
http://git.debian.org/?p=pkg-cacti/cacti.git;a=commitdiff_plain;h=934091e6738b1f2939b63119141776f683afa156

Add enable_faster_polling_than_cron.patch

Closes: #860271
  



Bug#860341: libmtp-common: libmtp does not work w/ recent Android phones

2017-04-14 Thread Julien AUBIN
Package: libmtp-common
Version: 1.1.12-1
Severity: grave
Justification: renders package unusable

Hi,

libmtp should be upgraded to version 1.1.13 as it renders many recent
smartphone unable to mount.

Issue is reported there :
https://sourceforge.net/p/libmtp/bugs/1625/

Many Android 6+ smartphones are actually affected, and users cannot mount them
at all.



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information



Bug#859655: golang-go.crypto: CVE-2017-3204

2017-04-14 Thread anarcat
Control: user -1 debian-rele...@lists.debian.org
Control: usertags -1 bsp-2017-04-ca-montreal
Control: tags -1 +patch

I looked into this during the Montreal BSP, and it's unclear what we
should do here, considering there has been multiple new uploads since
the stretch freeze. 

The patch is pretty long:

https://github.com/golang/crypto/commit/e4e2799dd7aab89f583e1d898300d96367750991

... and there's no way to just backport it into stretch at this point
(IIRC).

So I'm wondering if the next step here would not just be to ask for an
exception to unblock this for stretch, or just tell the release team to
just ignore this and drop the package from stretch.

Let me know,

A.

-- 
Celui qui ne connaît pas l'histoire est condamné à la revivre.
- Karl Marx



Bug#857444: [debian-mysql] Bug#857444: Bug#857444: mysql-server-5.5: upgrade from jessie to stretch leaves mysql server uninstalled

2017-04-14 Thread Gabriel Filion
Hi there,

I've traced inter-package links (depends, conflicts et al) and I think I
found the reason why the server gets removed.

stretch still has a mysql-common package that has a "Replaces:" for
mysql-server-5.5.

during a dist-upgrade mysql-common will get upgraded to the stretch
version, which in turn will remove the server package.

to test this hypothesis, I ran "apt-mark hold mysql-common" right before
doing a dist-upgrade from jessie to stretch and both mysql-server and
mysql-server-5.5 then don't get removed by apt/dpkg.



signature.asc
Description: OpenPGP digital signature


Processed (with 2 errors): Re: Bug#859655: golang-go.crypto: CVE-2017-3204

2017-04-14 Thread Debian Bug Tracking System
Processing control commands:

> user -1 debian-rele...@lists.debian.org
Unknown command or malformed arguments to command.

> usertags -1 bsp-2017-04-ca-montreal
Unknown command or malformed arguments to command.

> tags -1 +patch
Bug #859655 [src:golang-go.crypto] golang-go.crypto: CVE-2017-3204
Ignoring request to alter tags of bug #859655 to the same tags previously set

-- 
859655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#859927: Confirmed

2017-04-14 Thread micah anderson

I've confirmed this bug, as reported:

I installed lighttpd:

The following NEW packages will be installed:
  lighttpd spawn-fcgi
0 upgraded, 2 newly installed, 0 to remove and 326 not upgraded.
Need to get 299 kB of archives.
After this operation, 1,019 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://httpredir.debian.org/debian sid/main amd64 lighttpd amd64 1.4.45-1 
[284 kB]
Get:2 http://httpredir.debian.org/debian sid/main amd64 spawn-fcgi amd64 
1.6.4-1+b1 [14.9 kB]
Fetched 299 kB in 1s (194 kB/s)  
Selecting previously unselected package lighttpd.
(Reading database ... 206019 files and directories currently installed.)
Preparing to unpack .../lighttpd_1.4.45-1_amd64.deb ...
Unpacking lighttpd (1.4.45-1) ...
Selecting previously unselected package spawn-fcgi.
Preparing to unpack .../spawn-fcgi_1.6.4-1+b1_amd64.deb ...
Unpacking spawn-fcgi (1.6.4-1+b1) ...
Setting up spawn-fcgi (1.6.4-1+b1) ...
Setting up lighttpd (1.4.45-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/lighttpd.service → 
/lib/systemd/system/lighttpd.service.
Processing triggers for systemd (232-20) ...
Processing triggers for man-db (2.7.6.1-2) ...

and confirmed it is running:

root@reeds:/home/micah/debian/lighttpd-1.4.45# ps auxw |grep lighttpd
www-data  2129  0.0  0.0  58924  5452 ?Ss   15:03   0:00 
/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
root  4119  0.0  0.0  12788   956 pts/3S+   15:03   0:00 grep lighttpd

I enabled the module as described in the bug:

root@reeds:/home/micah/debian/lighttpd-1.4.45# lighttpd-enable-mod fastcgi-php
Met dependency: fastcgi
Enabling fastcgi-php: ok
Enabling fastcgi: ok
Run "service lighttpd force-reload" to enable changes
root@reeds:/home/micah/debian/lighttpd-1.4.45# service lighttpd force-reload

and now lighttpd is not running:

root@reeds:/home/micah/debian/lighttpd-1.4.45# ps auxw |grep lighttpd
root  4223  0.0  0.0  12788   980 pts/3S+   15:04   0:00 grep lighttpd

I will attempt to apply the patch and see if it works.

micah



Bug#860258: marked as done (i too got the same error when i m compiling ptxdist source, can i get help about this?)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 20:39:55 +0300
with message-id <20170414173955.u6mjgmlnivtwbuep@localhost>
and subject line This bug tracker is for bugs in packages in Debian
has caused the Debian Bug report #860258,
regarding i too got the same error when i m compiling ptxdist source, can i get 
help about this?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860258
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xf86-input-tslib
Version: 0.0.6-6
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -g -O2 -Wall -fvisibility=hidden 
> -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -c tslib.c  -fPIC -DPIC 
> -o .libs/tslib.o
> tslib.c:109:14: error: unknown type name 'LocalDevicePtr'
> tslib.c:138:24: error: unknown type name 'LocalDevicePtr'
> tslib.c: In function 'xf86TslibControlProc':
> tslib.c:385:13: error: too few arguments to function 'InitValuatorAxisStruct'
> /usr/include/xorg/exevents.h:43:23: note: declared here
> tslib.c:395:13: error: too few arguments to function 'InitValuatorAxisStruct'
> /usr/include/xorg/exevents.h:43:23: note: declared here
> tslib.c: In function 'xf86TslibUninit':
> tslib.c:437:2: warning: 'Xfree' is deprecated (declared at 
> /usr/include/xorg/os.h:235) [-Wdeprecated-declarations]
> tslib.c: At top level:
> tslib.c:448:35: error: unknown type name 'IDevPtr'
> tslib.c:550:2: error: 'xf86TslibInit' undeclared here (not in a function)
> tslib.c: In function 'xf86TslibPlug':
> tslib.c:581:14: warning: unused variable 'Initialised' [-Wunused-variable]
> tslib.c: At top level:
> tslib.c:90:1: warning: 'BellProc' defined but not used [-Wunused-function]
> tslib.c:97:1: warning: 'KeyControlProc' defined but not used 
> [-Wunused-function]
> make[3]: *** [tslib.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/xf86-input-tslib_0.0.6-6_lsid64.buildlog

A list of current common problems and possible solutions is available
at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to
contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
This bug tracker is for bugs in packages in Debian,
not for bugs in software no longer shipped in any
supported Debian release.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#831007: fix requires upgrading to newer upstream

2017-04-14 Thread Peter Silva
Control: severity -1 wishlist

It is painful that the behaviour changed, but if upstream decided that is
the way it is, we cannot break upstream.  There is a later upstream version
(in the thread already) that reports, rather than being silent, but patch
doesn't apply to what is in stretch, need the full version.


Processed: fix requires upgrading to newer upstream

2017-04-14 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 wishlist
Bug #831007 [tar] tar 1.29 silently ignores previously-supported --exclude 
options
Severity set to 'wishlist' from 'serious'

-- 
831007: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831007
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#859963: marked as done (mimetic FTBFS on architectures where char is unsigned)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 16:03:58 +
with message-id 
and subject line Bug#859963: fixed in mimetic 0.9.8-5
has caused the Debian Bug report #859963,
regarding mimetic FTBFS on architectures where char is unsigned
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
859963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mimetic
Version: 0.9.8-4
Severity: serious


mimetic FTBFS on architectures where char is unsigned
(originally reported by Frederic Bonnard):

...
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' 
inside { } [-Wnarrowing]
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' 
inside { } [-Wnarrowing]
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' 
inside { } [-Wnarrowing]
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' 
inside { } [-Wnarrowing]
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' 
inside { } [-Wnarrowing]
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' 
inside { } [-Wnarrowing]
...


Complete log is attached.


LOG.mimetic.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: mimetic
Source-Version: 0.9.8-5

We believe that the bug you reported is fixed in the latest version of
mimetic, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 859...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann  (supplier of updated mimetic package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Apr 2017 17:38:11 +0200
Source: mimetic
Binary: libmimetic-dev libmimetic-doc libmimetic0v5
Architecture: source
Version: 0.9.8-5
Distribution: unstable
Urgency: medium
Maintainer: gregor herrmann 
Changed-By: gregor herrmann 
Closes: 859963
Description: 
 libmimetic-dev - C++ MIME library (development)
 libmimetic-doc - C++ MIME library (documentation)
 libmimetic0v5 - C++ MIME library (runtime)
Changes:
 mimetic (0.9.8-5) unstable; urgency=medium
 .
   * Add patch signed-char.patch to fix build failure on architectures
 where char is unsigned.
 Thanks to Adrian Bunk for the bug report. (Closes: #859963)
Checksums-Sha1: 
 bbf6efdef56797e1c2cbc8e2e595323829c6123f 2207 mimetic_0.9.8-5.dsc
 324cdfed1382621babef7b023757cd77e4e7670d 5752 mimetic_0.9.8-5.debian.tar.xz
Checksums-Sha256: 
 564af066d10a51f5cf2f7f5a56b4d6bc8c1169893c57b55cd8bffe6783893c89 2207 
mimetic_0.9.8-5.dsc
 5c87bf12c9ac1e33b7aa295627d21f5c80244743613ba159d61b8af68a7acc66 5752 
mimetic_0.9.8-5.debian.tar.xz
Files: 
 df4a1934430fad202e429799b4db8ecd 2207 libs optional mimetic_0.9.8-5.dsc
 0110dd7aa20b98045e07547542d4cde0 5752 libs optional 
mimetic_0.9.8-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAljw7UhfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY1fA//SoryKaj6hR0+uQWY4NiaYBpDqYu+c9GfsMV6IZRcOrtsd8ozUK8q341/
bHKDE/NMX/FN5pNvXaB3yYlokS2zoq6MvzYOvkwGuVFcQbvktTLUdzcV602jN2b6
9j8vLdD0AaKi7hMjQfsXRR3oZx8/h5Y5dOYOBFt3PAFtRkO9AGIbh7rOlnttp2Ml
+dDH+QCiHvK5edz0LdRJwWK3R+CI3JdLcRXlAvyhmdq90h3EwLDoYXL/QtIJKIh2
8F6YfIWRkP14LPCtpoQAiBv69xb5M76ZKpjc6Jb2FPL1tJ0rvuKq3mBSvRFsSsCd
wBByBjWf5K92LhQCKwMkS01tLVtTumdDwS+VdoZjcq5DrC1A5Y1DS7UGC4hPHpZF
rV3VrWh5DL88lgsgV+Zr/zJJMl79HzUKVZQooVkYTjf7GUKIIvqTgQQ7SSJVaa60
IYlxTXgWwqLdYcdXaoyn/it8kB48Zg7pXcMkH/pdXilHq7SgIRT+pi/X507onDKA
Smpb/ScpdzoK+o8Z/4QA+3e6nXBRVigaODHCjonb2mguwjm6nZZd+Bya4+vXRdIj
bCM01IPYXrzHdrG0+RoWB4SqMqQbT6xfRUAt0lm5KwIu1OkWSChao81YLtuNxyvc
BK+H86aJ1tMdHwz0D68YNJJY1TIWnabbCq5JA6skPCy6HSHNVwU=
=fcH0
-END PGP SIGNATURE End Message ---


Processed: Re: Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-14 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 libgeo-ip-perl: should recommend geoip-database and 
> geoip-database-extra
Bug #860142 [libgeo-ip-perl] libgeo-ip-perl: incompatible with geoip-database - 
cannot load
Changed Bug title to 'libgeo-ip-perl: should recommend geoip-database and 
geoip-database-extra' from 'libgeo-ip-perl: incompatible with geoip-database - 
cannot load'.
> severity -1 normal
Bug #860142 [libgeo-ip-perl] libgeo-ip-perl: should recommend geoip-database 
and geoip-database-extra
Severity set to 'normal' from 'grave'
> tag -1 + pending
Bug #860142 [libgeo-ip-perl] libgeo-ip-perl: should recommend geoip-database 
and geoip-database-extra
Added tag(s) pending.

-- 
860142: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860142
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#860142: Pending fixes for bugs in the libgeo-ip-perl package

2017-04-14 Thread pkg-perl-maintainers
tag 860142 + pending
thanks

Some bugs in the libgeo-ip-perl package are closed in revision
aed87202233265db1b3f136bb02e9615a9dde290 in branch 'master' by gregor
herrmann

The full diff can be seen at
https://anonscm.debian.org/cgit/pkg-perl/packages/libgeo-ip-perl.git/commit/?id=aed8720

Commit message:

Add Recommends: geoip-database, geoip-database-extra.

Closes: #860142



Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-14 Thread gregor herrmann
Control: retitle -1 libgeo-ip-perl: should recommend geoip-database and 
geoip-database-extra
Control: severity -1 normal
Control: tag -1 + pending

On Wed, 12 Apr 2017 23:18:36 +0200, gregor herrmann wrote:

> On Wed, 12 Apr 2017 22:31:52 +0200, Jonas Smedegaard wrote:
> 
> > > This means that all functions that use the country .dat should work,
> > > and for the city-needing functions one would either need to get the
> > > file from https://dev.maxmind.com/geoip/legacy/geolite/ or convince
> > > the geoip-database maintainers to ship it (or them: ipv4 + ipv6) in
> > > the package a well.
> > 
> > Debian packages geoip-database-extra or geoip-database-contrib (the 
> > latter in contrib) should satisfy the need for city lookups (but I 
> > haven't tried).
> 
> Ha, indeed, thanks and sorry for missing this detail.
> 
> geoip-database-extra: /usr/share/GeoIP/GeoIPASNum.dat
> geoip-database-extra: /usr/share/GeoIP/GeoIPCity.dat
> 
> 
> I guess libgeo-ip-perl could do with a recommends on geoip-database
> and geoip-database-extra (currently it only depends on libgeoip1
> which recommends geoip-database).

Fixed in git, changing the bug metadata accordingly.


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Cat Stevens: Fill My Eyes


signature.asc
Description: Digital Signature


Bug#860026: marked as done (debian-parl: please update dependencies)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 15:33:48 +
with message-id 
and subject line Bug#860026: fixed in debian-parl 1.9.10
has caused the Debian Bug report #860026,
regarding debian-parl: please update dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860026
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: debian-parl
Version: 1.9.9
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + parl-desktop-world parl-desktop-eu

Hi,

during a test with piuparts I noticed apt fails to install your package
with --install-recommends enabled (see also apt wishlist bug #859900):


# apt-get install --install-recommends parl-desktop-world
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 parl-desktop-world : Depends: myspell-cs but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


The relevant bits of the dependency chain seem to be:

Package: parl-desktop-world, parl-desktop-eu
Depends: icedove-l10n-cs, myspell-cs

Package: icedove-l10n-cs
Depends: thunderbird-l10n-cs

Package: thunderbird-l10n-cs
Recommends: hunspell-cs | myspell-cs-cz

Package: hunspell-cs
Conflicts: myspell-cs

Package: myspell-cs
Replaces: myspell-cs-cz
Provides: myspell-cs-cz
Conflicts: myspell-cs-cz


Please update the dependencies to not use the transitional packages:
  icedove => thunderbird
  iceowl => lightning
  iceweasel => firefox-esr
(without guarantee on completeness :-))

For myspell-cs I recommend to either switch to
  hunspell-cs
or (matching thunderbird)
  hunspell-cs | myspell-cs-cz

Please also check the other *spell dependencies.


cheers,

Andreas


parl-desktop-world_1.9.9.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: debian-parl
Source-Version: 1.9.10

We believe that the bug you reported is fixed in the latest version of
debian-parl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard  (supplier of updated debian-parl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Apr 2017 14:26:17 +0200
Source: debian-parl
Binary: parl-data parl-desktop parl-desktop-world parl-desktop-eu 
parl-desktop-strict
Architecture: source
Version: 1.9.10
Distribution: unstable
Urgency: medium
Maintainer: DebianParl team 
Changed-By: Jonas Smedegaard 
Description:
 parl-data  - recipes to install DebianParl blends
 parl-desktop - DebianParl desktop for parliamentary work
 parl-desktop-eu - DebianParl desktop for parliamentary work - EU
 parl-desktop-strict - DebianParl desktop for parliamentary work - strict
 parl-desktop-world - DebianParl desktop for parliamentary work - global
Closes: 860026
Changes:
 debian-parl (1.9.10) unstable; urgency=medium
 .
   * Tighten build-dependency on recent boxer-data:
 + Fix avoid confusing APT by use of firefox-esr thunderbird icedove
   transitional packages.
   Closes: Bug#860026. Thanks to Andreas Beckmann.
 + Fix include libreoffice-gtk2 (not libreoffice-gtk).
Checksums-Sha1:
 3da82eae39d48321f97413dfcf3e9695303fcb06 1991 debian-parl_1.9.10.dsc
 dd7242d361b161ca02d229b0e31c6e5b3fafdb99 9508 debian-parl_1.9.10.tar.xz
 d6865e142e8fd9a7014c239bc9a8c096f6d6f321 9121 
debian-parl_1.9.10_amd64.buildinfo
Checksums-Sha256:
 75afb6ad07768831c4395ef755f92b3815e369321902a154d6b978c39ec9b7b1 1991 
debian-parl_1.9.10.dsc
 b3c410fdf78e2a5600f3f9789bfc562272291f81ffa333f895e372614d7ecf91 9508 
debian-parl_1.9.10.tar.xz
 467fe130a7cb70886ac887f1174208449cea62e1a3782582bce642b57cb4203d 9121 
debian-parl_1.9.10_amd64.buildinfo
Files:
 89864237cf05

Processed: fixed 854592 in 0.0.20160626.a-2

2017-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 854592 0.0.20160626.a-2
Bug #854592 {Done: Tanguy Ortolo } [dokuwiki] 
dokuwiki: Unable to login, missing usr/share/php/Crypt/AES.php
Marked as fixed in versions dokuwiki/0.0.20160626.a-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
854592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#854592: marked as done (dokuwiki: Unable to login, missing usr/share/php/Crypt/AES.php)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 16:06:43 +0200
with message-id <20170414140643.ga18...@ortolo.eu>
and subject line Re: Bug#854592: [pkg-php-pear] Bug#854592: dokuwiki: Unable to 
login, missing usr/share/php/Crypt/AES.php
has caused the Debian Bug report #854592,
regarding dokuwiki: Unable to login, missing usr/share/php/Crypt/AES.php
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
854592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dokuwiki
Version: 0.0.20160626.a-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I installed dokuwiki from testing on an up-to-date testing system. I set an 
admin password via the debconf questions and tried to login. I could open the 
login page, enter my password but after submitting the form I only got an empty 
page. I would have expected a successful login screen or a failed password 
screen.
This makes the package unusable as a new install, because it does not allow 
editing or adding pages for users that are not logged in.

Errors in apaches error.log:

[Wed Feb 08 14:15:06.653356 2017] [:error] [pid 8818] [client 127.0.0.1:44858] 
PHP Warning:  require(/usr/share/php/Crypt/AES.php): 
failed to open stream: No such file or directory in 
/usr/share/dokuwiki/inc/load.php on line 109, 
referer: http://localhost/dokuwiki/doku.php?id=start&do=login§ok=dc1ed9d
[Wed Feb 08 14:15:06.653406 2017] [:error] [pid 8818] [client 127.0.0.1:44858] 
PHP Fatal error:  require(): Failed opening required 
'/usr/share/php/Crypt/AES.php' 
(include_path='.:/usr/share/php') in /usr/share/dokuwiki/inc/load.php on line 
109, 
referer: http://localhost/dokuwiki/doku.php?id=start&do=login§ok=dc1ed9d

Here below I see dokuwiki depends on 
pn php-seclib 
however the dependency seems to be satisfied by
php-phpseclib 2.0.4-1 that was already installed on my system.

Regards,

Joost


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages dokuwiki depends on:
ii  debconf [debconf-2.0]  1.5.60
ii  javascript-common  11
ii  libjs-jquery   3.1.1-2
ii  libjs-jquery-cookie11-3
ii  libjs-jquery-ui1.12.1+dfsg-3
ii  libphp-simplepie   1.3.1+dfsg-3.1
ii  php1:7.0+49
ii  php-geshi  1.0.8.11-2.1
pn  php-seclib 
ii  php-xml1:7.0+49
ii  php7.0 [php]   7.0.15-1
ii  php7.0-xml [php-xml]   7.0.15-1
ii  ucf3.0036

Versions of packages dokuwiki recommends:
ii  imagemagick  8:6.9.7.4+dfsg-1
ii  imagemagick-6.q16 [imagemagick]  8:6.9.7.4+dfsg-1
ii  php-cli  1:7.0+49
ii  php-gd   1:7.0+49
ii  php-mysql1:7.0+49
ii  php7.0-cli [php-cli] 7.0.15-1
ii  php7.0-gd [php-gd]   7.0.15-1
ii  wget 1.18-4

Versions of packages dokuwiki suggests:
pn  libapache2-mod-xsendfile  

-- debconf information:
  dokuwiki/wiki/acl: true
  dokuwiki/system/restart-webserver: true
  dokuwiki/system/configure-webserver: apache2
  dokuwiki/wiki/failpass:
  dokuwiki/wiki/email: webmaster@localhost
  dokuwiki/wiki/fullname: DokuWiki Administrator
  dokuwiki/system/documentroot: /dokuwiki
  dokuwiki/wiki/title: Debian DokuWiki
  dokuwiki/wiki/license: cc-by-sa
  dokuwiki/wiki/superuser: admin
  dokuwiki/system/localnet: 10.0.0.0/24
* dokuwiki/system/purgepages: false
  dokuwiki/wiki/policy: public
  dokuwiki/system/writeconf: false
  dokuwiki/system/accessible: localhost only
  dokuwiki/system/writeplugins: false
--- End Message ---
--- Begin Message ---
Fixed in version dokuwiki_0.0.20160626.a-2, thought I forgot to indicate 
it in the changelog.


Sorry I was too busy lately, and dokuwiki will not make it into Stretch. 
:-(


--
 ,--.
: /` )   Tanguy Ortolo  
| `-'Debian Developer   
 \_


signature.asc
Description: Digital signature
--- End Message ---


Processed: retitle 860316 to grpc: CVE-2017-7860 CVE-2017-7861

2017-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 860316 grpc: CVE-2017-7860 CVE-2017-7861
Bug #860316 [src:grpc] CVE-2017-7861
Changed Bug title to 'grpc: CVE-2017-7860 CVE-2017-7861' from 'CVE-2017-7861'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
860316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#854592: [pkg-php-pear] Bug#854592: dokuwiki: Unable to login, missing usr/share/php/Crypt/AES.php

2017-04-14 Thread Tanguy Ortolo

Hello,

David Prévot, 2017-02-13 08:45-0900:

Then it sounds like this bug was incorrectly reassigned to
php-phpseclib: either dokuwiki should depend on version 1 of phpseclib
via the php-seclib package and have the files where expected, or it is
able to use version 2 via the php-phpseclib package installed where it
belongs. In any way, please, do keep both packages installable together,
the proposed patch is not acceptable.

Either way, dokuwiki should be able to use the provided autoloader:
- /usr/share/php/phpseclib/autoload.php for php-phpseclib
- /usr/share/php/phpseclib.autoloader.php for php-seclib


This is right, I though I already did that, but that modification got 
lost between two updates of the package. Let me reintegrate it.


--
 ,--.
: /` )   Tanguy Ortolo  
| `-'Debian Developer   
 \_


signature.asc
Description: Digital signature


Bug#860316: CVE-2017-7861

2017-04-14 Thread Moritz Mühlenhoff
Moritz Muehlenhoff wrote:
> Source: grpc
> Severity: grave
> Tags: security
> 
> Please see
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7861 for details.

Also http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7860

Cheers,
Moritz



Bug#860316: CVE-2017-7861

2017-04-14 Thread Moritz Muehlenhoff
Source: grpc
Severity: grave
Tags: security

Please see
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7861 for details.

Cheers,
Moritz



Processed: Re: Bug#860314: icu: CVE-2017-7867 CVE-2017-7868: Heap-buffer-overflow in utf8TextAccess

2017-04-14 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 icu: CVE-2017-7867 CVE-2017-7868: Heap-buffer-overflow in 
> utf8TextAccess
Bug #860314 [src:icu] icu: CVE-2017-7867: Heap-buffer-overflow in utf8TextAccess
Changed Bug title to 'icu: CVE-2017-7867 CVE-2017-7868: Heap-buffer-overflow in 
utf8TextAccess' from 'icu: CVE-2017-7867: Heap-buffer-overflow in 
utf8TextAccess'.

-- 
860314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#860314: icu: CVE-2017-7867 CVE-2017-7868: Heap-buffer-overflow in utf8TextAccess

2017-04-14 Thread Salvatore Bonaccorso
Control: retitle -1 icu: CVE-2017-7867 CVE-2017-7868: Heap-buffer-overflow in 
utf8TextAccess

Adding as well

CVE-2017-7868:
| International Components for Unicode (ICU) for C/C++ before 2017-02-13
| has an out-of-bounds write caused by a heap-based buffer overflow
| related to the utf8TextAccess function in common/utext.cpp and the
| utext_moveIndex32* function.

which has the same upstream ticket (closed) and same changeset to fix,
but are for issues via two different functions.

Still think both affect icu back to 52.1, but please double check if
I'm wrong possibly.

Regards,
Salvatore



Bug#860314: icu: CVE-2017-7867: Heap-buffer-overflow in utf8TextAccess

2017-04-14 Thread Salvatore Bonaccorso
Source: icu
Version: 52.1-8
Severity: grave
Tags: patch security upstream
Justification: user security hole
Forwarded: https://ssl.icu-project.org/trac/ticket/12888



*** /tmp/icu.reportbug
Package: icu
X-Debbugs-CC: t...@security.debian.org 
secure-testing-t...@lists.alioth.debian.org
Severity: grave
Tags: security

Hi,

the following vulnerability was published for icu.

CVE-2017-7867[0]:
| International Components for Unicode (ICU) for C/C++ before 2017-02-13
| has an out-of-bounds write caused by a heap-based buffer overflow
| related to the utf8TextAccess function in common/utext.cpp and the
| utext_setNativeIndex* function.

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities & Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2017-7867
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7867
[1] https://ssl.icu-project.org/trac/ticket/12888 (closed unfortunately)
[2] https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=213
[3] https://ssl.icu-project.org/trac/changeset/39671

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#859462: Fix from upstream

2017-04-14 Thread Frederic Bonnard
Hi,
here is attached part of the patch applied upstream (
https://github.com/TelepathyIM/telepathy-qt/commit/15374115fa910ffa41ac2acce71b7f4fc0937674
)
That fixed the problem here.

F.
--- a/tests/dbus/contacts-capabilities.cpp
+++ b/tests/dbus/contacts-capabilities.cpp
@@ -111,7 +111,7 @@
 QStringList ids = QStringList() << QLatin1String("alice")
 << QLatin1String("bob") << QLatin1String("chris");
 
-gboolean supportTextChat[] = { TRUE, FALSE, FALSE };
+bool supportTextChat[] = { true, false, false };
 
 TpHandleRepoIface *serviceRepo =
 tp_base_connection_get_handles(TP_BASE_CONNECTION(mConn->service()),


pgpvCWmc5bgZO.pgp
Description: PGP signature


Bug#860280: marked as done (imagemagick-doc upgrade failure: dpkg-maintscript-helper: error: missing arguments after --)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 11:19:09 +
with message-id 
and subject line Bug#860280: fixed in imagemagick 8:6.9.7.4+dfsg-5
has caused the Debian Bug report #860280,
regarding imagemagick-doc upgrade failure: dpkg-maintscript-helper: error: 
missing arguments after --
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860280: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860280
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: imagemagick-doc
Version: 8:6.9.7.4+dfsg-4
Severity: serious

...
Preparing to unpack .../03-imagemagick-doc_8%3a6.9.7.4+dfsg-4_all.deb ...
dpkg: warning: version 'imagemagick-doc' has bad syntax: version number does 
not start with digit
dpkg-maintscript-helper: error: missing arguments after --

Use 'dpkg-maintscript-helper help' for program usage information.
dpkg: error processing archive 
/tmp/apt-dpkg-install-hLDw5o/03-imagemagick-doc_8%3a6.9.7.4+dfsg-4_all.deb 
(--unpack):
...
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.9.7.4+dfsg-5

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastien Roucariès  (supplier of updated imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Apr 2017 12:19:36 +0200
Source: imagemagick
Binary: imagemagick-6-common imagemagick-6-doc libmagickcore-6-headers 
libmagickwand-6-headers libmagick++-6-headers libimage-magick-perl 
libmagickcore-6-arch-config imagemagick-6.q16 libmagickcore-6.q16-3 
libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6.q16-3 
libmagickwand-6.q16-dev libmagick++-6.q16-7 libmagick++-6.q16-dev 
libimage-magick-q16-perl imagemagick-6.q16hdri libmagickcore-6.q16hdri-3 
libmagickcore-6.q16hdri-3-extra libmagickcore-6.q16hdri-dev 
libmagickwand-6.q16hdri-3 libmagickwand-6.q16hdri-dev libmagick++-6.q16hdri-7 
libmagick++-6.q16hdri-dev libimage-magick-q16hdri-perl imagemagick-common 
imagemagick-doc perlmagick libmagickcore-dev libmagickwand-dev libmagick++-dev 
imagemagick
Architecture: source
Version: 8:6.9.7.4+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: ImageMagick Packaging Team 

Changed-By: Bastien Roucariès 
Description:
 imagemagick - image manipulation programs -- binaries
 imagemagick-6-common - image manipulation programs -- infrastructure
 imagemagick-6-doc - document files of ImageMagick
 imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
 imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
 imagemagick-common - image manipulation programs -- infrastructure dummy 
package
 imagemagick-doc - document files of ImageMagick -- dummy package
 libimage-magick-perl - Perl interface to the ImageMagick graphics routines
 libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines 
-- Q16 versio
 libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics 
routines -- Q16HDRI ve
 libmagick++-6-headers - object-oriented C++ interface to ImageMagick - header 
files
 libmagick++-6.q16-7 - C++ interface to ImageMagick -- quantum depth Q16
 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16)
 libmagick++-6.q16hdri-7 - C++ interface to ImageMagick -- quantum depth Q16HDRI
 libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files 
(Q16HDRI)
 libmagick++-dev - object-oriented C++ interface to ImageMagick -- dummy package
 libmagickcore-6-arch-config - low-level image manipulation library - 
architecture header files
 libmagickcore-6-headers - low-level image manipulation library - header files
 libmagickcore-6.q16-3 - low-level image manipulation library -- quantum depth 
Q16
 libmagickcore-6.q16-3-extra - low-level image manipulation library - extra 
codecs (Q16)
 libmagickcore-6.q16-dev - low-level image manipulation library - development 
files (Q16)
 libmagickcore-6.q16hdri-3 - low-level image manipulation library -- quantum 
depth Q16HDRI
 libmagickcore-6.q16hdri-3

Bug#860026: [Parl-devel] Bug#860026: debian-parl: please update dependencies

2017-04-14 Thread Jonas Smedegaard
Quoting Andreas Beckmann (2017-04-10 14:46:41)
> The following packages have unmet dependencies:
>  parl-desktop-world : Depends: myspell-cs but it is not going to be installed
> E: Unable to correct problems, you have held broken packages.
> 
> 
> The relevant bits of the dependency chain seem to be:
> 
> Package: parl-desktop-world, parl-desktop-eu
> Depends: icedove-l10n-cs, myspell-cs
> 
> Package: icedove-l10n-cs
> Depends: thunderbird-l10n-cs
> 
> Package: thunderbird-l10n-cs
> Recommends: hunspell-cs | myspell-cs-cz
> 
> Package: hunspell-cs
> Conflicts: myspell-cs
> 
> Package: myspell-cs
> Replaces: myspell-cs-cz
> Provides: myspell-cs-cz
> Conflicts: myspell-cs-cz
> 
> 
> Please update the dependencies to not use the transitional packages:
>   icedove => thunderbird
>   iceowl => lightning
>   iceweasel => firefox-esr
> (without guarantee on completeness :-))

Finalizing that change now, but...


> For myspell-cs I recommend to either switch to
>   hunspell-cs
> or (matching thunderbird)
>   hunspell-cs | myspell-cs-cz

I believe the myspell-cs versus hunspell-cs issue specifically, although 
triggered by parl-desktop-world, is caused by firefox-* (and 
task-czech-desktop not used by debian-parl) recommending only myspell-*, 
whereas libreoffice-*, thunderbird-* and lightning-* favor hunspell-* 
over mypsell-*.  I believe the latter - recommending either, and 
(generally¹) favoring hunspell over myspell - is correct.

debian-parl avoids hunspell-cs to be able to install locale packages not 
only for libreoffice/thundebird/lightning but also for firefox, but it 
is no surprise to me that APT may have trouble resolving a solution 
involving a selection discouraged by the majority of a package set.


> Please also check the other *spell dependencies.

firefox-esr-l10n-* for these locales recommend only myspell-* where 
hunspell-* also exist, so should _additionally_ recommend hunspell-*:

 * da (myspell favored¹)
 * bg
 * cs
 * de (hunspell-de-de | hunspell-dictionary-de | myspell-dictionary-de)²
 * el
 * es-ar
 * es-es
 * fr (hunspell-fr | myspell-fr | myspell-fr-gut)
 * he
 * hu
 * nb-no (no)
 * nl
 * nn-no (no)
 * pl
 * pt-br
 * pt-pt
 * ru
 * sk
 * uk

firefox-esr-l10n-* for these locales recommend dictionary only via 
transitional package, so should replace with _only_ hunspell-*:

 * ca (both real 0.20111230b-9 and transitional 3.0.1+repack1-3 exist)
 * en-gb
 * en-za (also wrongly transitions to en-gb)
 * it
 * lt
 * sl
 * sv-se (also should include and maybe¹ favor hunspell-sv)

firefox-esr-l10n-* for these locales recommend no dictionary and both 
hunspell and myspell exist, so should recommend _both_:

 * es-cl (es)
 * es-mx (es)
 * gd
 * hr

firefox-esr-l10n-* for these locales recommend no dictionary and only 
hunspell exist, so should recommend _only_ hunspell-*:

 * af
 * an
 * ar
 * be
 * bn-bd (bn)
 * bn-in (bn)
 * br
 * bs
 * eu
 * gl (hunspell-gl | hunspell-gl-es)³
 * gn
 * gu-in (gu)
 * hi-in (hi)
 * is
 * kk
 * km (kmr)
 * ko
 * ml
 * ro
 * si
 * sr
 * te
 * th
 * uz
 * vi

firefox-esr-l10n-* for these locales recommend no dictionary and only 
myspell exist, so should recommend _only_ myspell-*:

 * fa
 * ga-ie (ga)
 * hy-am (hy)


¹ myspell-da is arguably technically superior to hunspell-da: The former 
is built from a much larger wordlist - the latter is promoted by Mozilla 
and LibreOffice due to a more liberal license.  Similar licensing issue 
for -se dictionaries - uncertain which of those is technical superior.

² german myspell packages do not provide virtual hunspell-dictionary-de

³ uncertain which should be favored


Yes, above issues should ideally be reported separately - I thought I 
did so about a year ago, but apparently got axhausted before finishing 
reports for icedove and iceowl.  Help passing on the info to firefox 
much appreciated.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#860307: freetype: CVE-2017-7857 CVE-2017-7858

2017-04-14 Thread Salvatore Bonaccorso
Source: freetype
Version: 2.7.1-0.1
Severity: grave
Tags: security upstream experimental

Hi,

the following vulnerabilities were published for freetype. AFAICS
these affect only the version in experimental, so before it will
migrate at some point to unstable, fixes for those two CVEs should be
included.

CVE-2017-7857[0]:
| FreeType 2 before 2017-03-08 has an out-of-bounds write caused by a
| heap-based buffer overflow related to the TT_Get_MM_Var function in
| truetype/ttgxvar.c and the sfnt_init_face function in sfnt/sfobjs.c.

CVE-2017-7858[1]:
| FreeType 2 before 2017-03-07 has an out-of-bounds write related to the
| TT_Get_MM_Var function in truetype/ttgxvar.c and the sfnt_init_face
| function in sfnt/sfobjs.c.

If you fix the vulnerabilities please also make sure to include the
CVE (Common Vulnerabilities & Exposures) ids in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2017-7857
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7857
[1] https://security-tracker.debian.org/tracker/CVE-2017-7858
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7858

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore



Bug#858626: marked as done (libllvm-3.8-ocaml-dev: Package is empty)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 09:36:15 +
with message-id 
and subject line Bug#858626: fixed in llvm-toolchain-3.9 1:3.9.1-6
has caused the Debian Bug report #858626,
regarding libllvm-3.8-ocaml-dev: Package is empty
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
858626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libllvm-3.8-ocaml-dev
Version: 1:3.8.1-18
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The package `libllvm-3.8-ocaml-dev` does not ship any library. It only
contains the following files:

/usr/share/doc/libllvm-3.8-ocaml-dev/NEWS.Debian.gz
/usr/share/doc/libllvm-3.8-ocaml-dev/changelog.Debian.gz
/usr/share/doc/libllvm-3.8-ocaml-dev/copyright
/usr/share/lintian/overrides/libllvm-3.8-ocaml-dev
/var/lib/ocaml/lintian/libllvm-3.8-ocaml-dev.info
/var/lib/ocaml/md5sums/libllvm-3.8-ocaml-dev.md5sums

It misses the `/usr/lib/ocaml/llvm-3.8` folder, which should contain the
libraries, making the package totally unusable.

It looks like this folder is missing since `libllvm-3.6-ocaml-dev`, and
is still missing in `libllvm-3.9-ocaml-dev`. Last version containing it
was `libllvm-3.5-ocaml-dev`, but it is not installable on `stretch`.

The change log mentions that OCaml bindings were disabled in November
2014, because `libctypes-ocaml` 0.3.3 was needed, but not available.
Would it work with a current version of that library? (0.7.0 is
installed on my system)

Thanks in advance for your help.

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libllvm-3.8-ocaml-dev depends on:
ii  llvm-3.8-dev  1:3.8.1-18

libllvm-3.8-ocaml-dev recommends no packages.

Versions of packages libllvm-3.8-ocaml-dev suggests:
pn  llvm-3.8-doc  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.9
Source-Version: 1:3.9.1-6

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.9, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated llvm-toolchain-3.9 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Apr 2017 10:02:03 +0200
Source: llvm-toolchain-3.9
Binary: clang-3.9 clang-format-3.9 clang-tidy-3.9 clang-3.9-doc libclang1-3.9 
libclang1-3.9-dbg libclang-3.9-dev libclang-common-3.9-dev libfuzzer-3.9-dev 
python-clang-3.9 clang-3.9-examples libllvm3.9 libllvm3.9-dbg llvm-3.9 
llvm-3.9-runtime llvm-3.9-dev llvm-3.9-tools libllvm-3.9-ocaml-dev llvm-3.9-doc 
llvm-3.9-examples lldb-3.9 liblldb-3.9 liblldb-3.9-dbg python-lldb-3.9 
liblldb-3.9-dev
Architecture: source amd64 all
Version: 1:3.9.1-6
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team 
Changed-By: Sylvestre Ledru 
Description:
 clang-3.9  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.9-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.9-examples - Clang examples
 clang-format-3.9 - Tool to format C/C++/Obj-C code
 clang-tidy-3.9 - clang-based C++ linter tool
 libclang-3.9-dev - clang library - Development package
 libclang-common-3.9-dev - clang library - Common development package
 libclang1-3.9 - C interface to the clang library
 libclang1-3.9-dbg - clang library
 libfuzzer-3.9-dev - Library for coverage-guided fuzz testing
 liblldb-3.9 - Next generation, high-performance debugger, library
 liblldb-3.9-dbg - Next generation, high-performance debugger, debugging 
libraries
 liblldb-3.9-dev - Next generation, high-performance debugger, header files
 libllvm-3.9-ocaml-dev - Modular compiler and toolchain technologies, OCaml 
bindings
 libllvm3.9 - Modular compiler and toolchain technologi

Bug#860146: marked as done (python-formencode: Ships /usr/lib/py2.7/dist-p/docs/index.txt)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 08:52:43 +
with message-id 
and subject line Bug#860146: fixed in python-formencode 1.3.0-2
has caused the Debian Bug report #860146,
regarding python-formencode: Ships /usr/lib/py2.7/dist-p/docs/index.txt
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-formencode
Version: 1.3.0-1
Severity: serious
Justification: file conflict

See subject.

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (550, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-formencode depends on:
ii  python-dnspython  1.15.0-1
ii  python-pkg-resources  33.1.1-1
pn  python:any

python-formencode recommends no packages.

Versions of packages python-formencode suggests:
ii  python-egenix-mxdatetime  3.2.8-1

-- debconf-show failed
--- End Message ---
--- Begin Message ---
Source: python-formencode
Source-Version: 1.3.0-2

We believe that the bug you reported is fixed in the latest version of
python-formencode, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 860...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated python-formencode package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Apr 2017 09:11:53 +0100
Source: python-formencode
Binary: python-formencode python3-formencode
Architecture: source
Version: 1.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Fabio Tranchitella 
Changed-By: Chris Lamb 
Description:
 python-formencode - validation and form generation Python package
 python3-formencode - validation and form generation Python 3 package
Closes: 860146
Changes:
 python-formencode (1.3.0-2) unstable; urgency=medium
 .
   * Add myself to Uploaders field.
   * Don't ship files in /usr/lib/python{2.7,3}/dist-packages/docs.
 (Closes: #860146)
Checksums-Sha1:
 4a20371388b678d1482a21269ce75018c6bc7a43 2403 python-formencode_1.3.0-2.dsc
 a52b8b22b7ff15046fecf5fcbdf3fed4bb733e55 7948 
python-formencode_1.3.0-2.debian.tar.xz
 cfba4204ebb14266a128fcbbf954b4bdf4194320 6707 
python-formencode_1.3.0-2_amd64.buildinfo
Checksums-Sha256:
 93bf87321eecdc804e5f70738e5b26e4a00e45fecb533fc2f7937833264c828d 2403 
python-formencode_1.3.0-2.dsc
 55ba638ddc86da8d3bb3b2fe7e2b217418bd185ef84ce28b9a807b81feff7b13 7948 
python-formencode_1.3.0-2.debian.tar.xz
 8d87c12b0a0f147202cd971c3658f885189a18330e9f12e09ef22e4393215e06 6707 
python-formencode_1.3.0-2_amd64.buildinfo
Files:
 31ae14cc555064538f856178b877bbf4 2403 python optional 
python-formencode_1.3.0-2.dsc
 cbdd66dfc31c17053ff3163306681282 7948 python optional 
python-formencode_1.3.0-2.debian.tar.xz
 7262617c1af42845ac041b67e12effe3 6707 python optional 
python-formencode_1.3.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAljwhKAACgkQHpU+J9Qx
HlhIlQ//XB8JFawavhOG5f4ivgSc/PQ+HhjZhGz7z6YTeU6y6dxXlJDMAk2eJPWa
Fe36rVGOgPtzQfq5pnk6yCDP3mMgvKj/BvIMnkVP0i0WGA54kBtNYdwbIQF09zc/
DRRonGgVmQ6O6AqxeYSMlDNj/s6ZJwXkZ4Q7W0CNlcmkmwDdpkW2rAkaWYB7vY9h
z5Y9hWqhtJumD+k5ozdZaCoSyHvJCQfvD/z+A8C9s9iMyKf3Gl/hVf0BiYh8oH2E
Pr2TRLQ/ivY+hMEqzjdN9RB4lXOS0MoTt3dPfPlOM+eyDo7fZgL6U2ATf0Sb81k/
4bD0vhhSxB9EMUaRsTTCmz3JsaAY9mSSRsK1Qco3AJUDiMqzGmorSKQhwMqGvv9f
W8aHzuwTJ01All+BkdcDeB4tWf05FAQkQoyjdN6ISGSBgZeAUZrq3Cl5+pyiLVuk
HyhGOunWbieIGPzYSFRXJn19Fiy+1oZzeUZUosyR1YyuPP2SFvGeZliZviJcSrVO
+FXCSO2HBc5/o321XUc9LqMqWeNPKFHGIxox7RxXS5KUg4b98IlsNJf56A+SNT5L
NY3aFtKwBzZpQcrwcQwPsPbbnxC9Yj/aSL8/w87yj/WMB9q0y/W4cGtqVw9kqo61
AaFwc9ZPZtyIBeB3F+msKbxVPPYcvIh265NmIJhABwaFtmmJGI4=
=bQOC
-END PGP SIGNATURE End Message ---


Bug#858626: marked as done (libllvm-3.8-ocaml-dev: Package is empty)

2017-04-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Apr 2017 08:50:44 +
with message-id 
and subject line Bug#858626: fixed in llvm-toolchain-3.8 1:3.8.1-19
has caused the Debian Bug report #858626,
regarding libllvm-3.8-ocaml-dev: Package is empty
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
858626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libllvm-3.8-ocaml-dev
Version: 1:3.8.1-18
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The package `libllvm-3.8-ocaml-dev` does not ship any library. It only
contains the following files:

/usr/share/doc/libllvm-3.8-ocaml-dev/NEWS.Debian.gz
/usr/share/doc/libllvm-3.8-ocaml-dev/changelog.Debian.gz
/usr/share/doc/libllvm-3.8-ocaml-dev/copyright
/usr/share/lintian/overrides/libllvm-3.8-ocaml-dev
/var/lib/ocaml/lintian/libllvm-3.8-ocaml-dev.info
/var/lib/ocaml/md5sums/libllvm-3.8-ocaml-dev.md5sums

It misses the `/usr/lib/ocaml/llvm-3.8` folder, which should contain the
libraries, making the package totally unusable.

It looks like this folder is missing since `libllvm-3.6-ocaml-dev`, and
is still missing in `libllvm-3.9-ocaml-dev`. Last version containing it
was `libllvm-3.5-ocaml-dev`, but it is not installable on `stretch`.

The change log mentions that OCaml bindings were disabled in November
2014, because `libctypes-ocaml` 0.3.3 was needed, but not available.
Would it work with a current version of that library? (0.7.0 is
installed on my system)

Thanks in advance for your help.

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libllvm-3.8-ocaml-dev depends on:
ii  llvm-3.8-dev  1:3.8.1-18

libllvm-3.8-ocaml-dev recommends no packages.

Versions of packages libllvm-3.8-ocaml-dev suggests:
pn  llvm-3.8-doc  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.8
Source-Version: 1:3.8.1-19

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.8, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated llvm-toolchain-3.8 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Apr 2017 19:19:09 +0200
Source: llvm-toolchain-3.8
Binary: clang-3.8 clang-format-3.8 clang-tidy-3.8 clang-3.8-doc libclang1-3.8 
libclang1-3.8-dbg libclang-3.8-dev libclang-common-3.8-dev libfuzzer-3.8-dev 
python-clang-3.8 clang-3.8-examples libllvm3.8 libllvm3.8-dbg llvm-3.8 
llvm-3.8-runtime llvm-3.8-dev llvm-3.8-tools libllvm-3.8-ocaml-dev llvm-3.8-doc 
llvm-3.8-examples lldb-3.8 liblldb-3.8 liblldb-3.8-dbg python-lldb-3.8 
liblldb-3.8-dev lldb-3.8-dev
Architecture: source amd64 all
Version: 1:3.8.1-19
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team 
Changed-By: Sylvestre Ledru 
Description:
 clang-3.8  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.8-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.8-examples - Clang examples
 clang-format-3.8 - Tool to format C/C++/Obj-C code
 clang-tidy-3.8 - clang-based C++ linter tool
 libclang-3.8-dev - clang library - Development package
 libclang-common-3.8-dev - clang library - Common development package
 libclang1-3.8 - C interface to the clang library
 libclang1-3.8-dbg - clang library
 libfuzzer-3.8-dev - Library for coverage-guided fuzz testing
 liblldb-3.8 - Next generation, high-performance debugger, library
 liblldb-3.8-dbg - Next generation, high-performance debugger, debugging 
libraries
 liblldb-3.8-dev - Next generation, high-performance debugger - Header files
 libllvm-3.8-ocaml-dev - Modular compiler and toolchain technologies, OCaml 
bindings
 libllvm3.8 - Modular compiler and too

Processed: Bug#860146 marked as pending

2017-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 860146 pending
Bug #860146 [python-formencode] python-formencode: Ships 
/usr/lib/py2.7/dist-p/docs/index.txt
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
860146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#860146: marked as pending

2017-04-14 Thread Chris Lamb
tag 860146 pending
thanks

Hello,

Bug #860146 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


https://anonscm.debian.org/cgit/python-modules/packages/python-formencode.git/commit/?id=984eb01

---
commit 984eb01bf22aab2475e1e8d47f53b2b5f531b2a7
Author: Chris Lamb 
Date:   Fri Apr 14 09:06:45 2017 +0100

Don't ship files in /usr/lib/python{2.7,3}/dist-packages/docs. (Closes: 
#860146)

diff --git a/debian/changelog b/debian/changelog
index 5644417..75c1759 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-formencode (1.3.0-2) UNRELEASED; urgency=medium
+
+  * Don't ship files in /usr/lib/python{2.7,3}/dist-packages/docs.
+(Closes: #860146)
+
+ -- Chris Lamb   Fri, 14 Apr 2017 09:05:44 +0100
+
 python-formencode (1.3.0-1) unstable; urgency=low
 
   [ Neil Muller]



Processed: Re: python-formencode: Ships /usr/lib/py2.7/dist-p/docs/index.txt

2017-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 860146 + pending
Bug #860146 [python-formencode] python-formencode: Ships 
/usr/lib/py2.7/dist-p/docs/index.txt
Ignoring request to alter tags of bug #860146 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
860146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#860146: python-formencode: Ships /usr/lib/py2.7/dist-p/docs/index.txt

2017-04-14 Thread Chris Lamb
tags 860146 + patch
thanks

Patch attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/debian/python-formencode.docs b/debian/python-formencode.docs
new file mode 100644
index 000..bf4cbd5
--- /dev/null
+++ b/debian/python-formencode.docs
@@ -0,0 +1 @@
+docs/*.txt
diff --git a/debian/python3-formencode.docs b/debian/python3-formencode.docs
new file mode 100644
index 000..bf4cbd5
--- /dev/null
+++ b/debian/python3-formencode.docs
@@ -0,0 +1 @@
+docs/*.txt
diff --git a/debian/rules b/debian/rules
index 59fa9b9..7fd8f5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME=formencode
 override_dh_auto_install:
dh_auto_install --buildsystem=pybuild
find debian/python-formencode/ -type d -name i18n -print0 | xargs 
--null --no-run-if-empty rm -rf
-   dh_install -X.po -X.py formencode/i18n/* /usr/share/locale/
+   find debian/python-formencode/ -type d \( -name i18n -or -name docs \) 
-print0 | xargs --null --no-run-if-empty rm -rf
 
 override_dh_auto_test:
# network is required for the 
http://this.domain.does.not.exist.example.org/test.html test


Processed: Re: python-formencode: Ships /usr/lib/py2.7/dist-p/docs/index.txt

2017-04-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 860146 + patch
Bug #860146 [python-formencode] python-formencode: Ships 
/usr/lib/py2.7/dist-p/docs/index.txt
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
860146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems