Bug#881694: Blueman do not remember bluetooth turned off

2017-11-27 Thread Christopher Schramm
Hi Wiktor,

blueman-applet uses the rfkill system to soft-block bluetooth. See
https://github.com/blueman-project/blueman/issues/794#issuecomment-347432973
on how to check that it's really blocked and if it's actually
blueman-applet that unblocks it during boot.

Regards



Bug#882247: Confirmed for me, working with mozilla's own build

2017-11-27 Thread Bart Libert
Everything is fine with firefox 57, but with 58b4 I have the same issue.
Using mozilla's own build works.
I tried safe mode and clean profile, but this does not help.


Bug#882973: O: pidgin-nateon -- Pidgin plugin for NateOn instant messaging service

2017-11-27 Thread Changwoo Ryu
Package: wnpp
Severity: normal

I intend to orphan the pidgin-nateon package.

The package description is:
 This is a plugin for Pidgin which provides connections to NateOn instant
 messaging service by SK Communications, Inc. (http://nateon.nate.com)


Information:

There is no replacement. This is why I orphan it rather than removing
it.

The NateOn messaging service is still in service but it has lost most of
the market share. I see no one using it around, but the popcon
graph still shows some installations.

The upstream and its forked version stopped the maintanance.



Bug#868655: gnome-software: Missing dependancy to libgnome-menu-3-0

2017-11-27 Thread Matthias Klumpp
2017-11-27 17:53 GMT+01:00 Jeremy Bicha :
> On Mon, Nov 27, 2017 at 10:43 AM, Darthcat  wrote:
>> Thank you so much Jeremy for this quick and detailed answer. Moreover,
>> I really like to understand what does not work properly when this is
>> the case.
>
> The problem is that the DEP-11 icons and metadata need to be present.
> 'sudo apt update' will download them for you. unattended-upgrades will
> do it in the background but you may have to wait a day for that to
> run.
>
> gnome-software is always running as a background app and in this case,
> it looks like it needs to be restarted (manually or by logging out and
> logging back in) for it to recognize the updated DEP-11 files.
>
> I suggest talking to the debian-installer people about this bug.

Aktually, if no metadata is available, GNOME Software will display a
"Preparing software catalog..." panel while running an apt update in
the background to obtain fresh data.
Apparently, that is not working for everyone, and I haven't
investigated yet why.
My guess is though that people do get data from the Snappy store,
Flatpak or the GNOME Shell extensions catalog, which makes GNOME
Software skip the loading screen and jump right to the catalog filled
with less applications. If that is the case, I don't know yet how to
fix this issue without annoying sideeffects, the potentially easiest
thing to do would be to run an apt update once when GNOME SOftware is
first started and it finds no AppStream component with the OS vendor
as origin_kind.

Cheers,
Matthias



Bug#875989: console-setup: generated cached_setup_keyboard.sh references /tmp/ file

2017-11-27 Thread OGAWA Hirofumi
Hi,

I got same issue with this bug, and checked the details of bug.

  # stat /etc/console-setup/cached_ISO-8859-1_del.kmap.gz 
File: /etc/console-setup/cached_ISO-8859-1_del.kmap.gz
Size: 4793  Blocks: 16 IO Block: 4096   regular file
  Device: 801h/2049dInode: 18350479Links: 1
  Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
  Access: 2017-01-29 19:32:33.001665826 +0900
  Modify: 2017-11-28 14:10:18.621974890 +0900
  Change: 2017-11-28 14:10:18.621974890 +0900
   Birth: -

  # stat /etc/default/console-setup 
File: /etc/default/console-setup
Size: 281   Blocks: 8  IO Block: 4096   regular file
  Device: 801h/2049dInode: 18350186Links: 1
  Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
  Access: 2017-11-28 14:10:18.009968364 +0900
  Modify: 2017-11-28 14:10:18.005968321 +0900
  Change: 2017-11-28 14:10:18.005968321 +0900
   Birth: -

Here is timestamps of some of affected files. Like above, FS is using
nanoseconds timestamp, and cached is newer than config file
(/etc/default/console-setup) as expected.

But the issue in bash,

  # if [ /etc/default/console-setup -ot 
/etc/console-setup/cached_ISO-8859-1_del.kmap.gz ]; then echo yes; else echo 
no; fi
  no

On debian, bash is not compiled with nanoseconds support (this seems be
the bug of bash). So, if same timestamp in seconds resolution, setupcon
confuses like the following log.

  + '[' -z '' -a -f /etc/console-setup/cached_ISO-8859-1_del.kmap.gz ']'
  + '[' /etc/default/keyboard -ot 
/etc/console-setup/cached_ISO-8859-1_del.kmap.gz -a /etc/default/console-setup 
-ot /etc/console-setup/cached_ISO-8859-1_del.kmap .gz ']'
  + '[' '' ']'
  + tempfile
  ++ mktemp /tmp/tmpkbd.XX
  + TMPFILE=/tmp/tmpkbd.kmP7z9
  + tempfiles=' /tmp/tmpkbd.kmP7z9'

So, my suggestion to fix this bug, choose the cached file if same
timestamp, not only older. With this patch, seems to be working as
expected in my case (if console-setup and cached_* was updated within
same second).

Thanks.

--- setupcon~   2017-11-28 14:33:16.030927321 +0900
+++ setupcon2017-11-28 15:05:46.735112236 +0900
@@ -1121,9 +1121,12 @@ if [ "$do_kbd" = linux ]; then
 fi
 fi
 
+# If timestamp is same, use cached
 if \
-[ -z "$KMAP" -a -f "$cached" ] \
-&& [ "$CONFIG" -ot "$cached" -a "$CONFIG2" -ot "$cached" ]
+[ -z "$KMAP" ] \
+   && [ -f "$cached" ] \
+   && [ ! "$cached" -ot "$CONFIG" ] \
+   && [ ! "$cached" -ot "$CONFIG2" ]
 then
 KMAP="$cached"
 fi

-- 
OGAWA Hirofumi 



Bug#882972: invada-studio-plugins FTCBFS: uses the build architecture linker

2017-11-27 Thread Helmut Grohne
Source: invada-studio-plugins
Version: 0.3.1-4
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

invada-studio-plugins fails to cross build from source, because its
Makefile uses the not so standard variable LD with a default of gcc for
linking. Unlike CC, this variable is not substituted by dh_auto_build.
After substituting it as well, invada-studio-plugins cross builds
successfully. Please consider applying the attached patch.

Helmut
diff --minimal -Nru invada-studio-plugins-0.3.1/debian/changelog 
invada-studio-plugins-0.3.1/debian/changelog
--- invada-studio-plugins-0.3.1/debian/changelog2016-12-19 
19:01:10.0 +0100
+++ invada-studio-plugins-0.3.1/debian/changelog2017-11-28 
06:09:59.0 +0100
@@ -1,3 +1,10 @@
+invada-studio-plugins (0.3.1-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Override gcc set in LD. (Closes: #-1)
+
+ -- Helmut Grohne   Tue, 28 Nov 2017 06:09:59 +0100
+
 invada-studio-plugins (0.3.1-4) unstable; urgency=medium
 
   * Set dh/compat 10.
diff --minimal -Nru invada-studio-plugins-0.3.1/debian/rules 
invada-studio-plugins-0.3.1/debian/rules
--- invada-studio-plugins-0.3.1/debian/rules2016-12-19 19:01:10.0 
+0100
+++ invada-studio-plugins-0.3.1/debian/rules2017-11-28 06:09:57.0 
+0100
@@ -7,5 +7,8 @@
 %:
dh $@
 
+override_dh_auto_build:
+   dh_auto_build -- 'LD=$$(CC)'
+
 override_dh_auto_install:
$(MAKE) install 
INSTALL_PLUGINS_DIR=$(CURDIR)/debian/invada-studio-plugins-ladspa/usr/lib/ladspa
 
INSTALL_LRDF_DIR=$(CURDIR)/debian/invada-studio-plugins-ladspa/usr/share/ladspa/rdf


Bug#872368: gpgme: please adjust libgpgme11 dependency on gnupg package

2017-11-27 Thread Daniel Kahn Gillmor
On Mon 2017-11-27 13:54:06 +0100, Pierre Ynard wrote:
> I understand your point, and your drive for security is great. However
> to foster the use of free software we should get away from forcing users
> to install unwanted software. Due to the current circumstances, I refuse
> to proceed to any gnupg upgrade that would force on me all these new
> packages and services that I don't need. How does that make you feel?

Perhaps we need to consider shipping the same software (the full GnuPG
suite) in a single, monolithic package.  That way, there won't be any
"new packages" for people to be upset about.

The current package split is designed to try to accomodate people who
really want a minimalist installation.  However, it appears that it is
antagonizing those same people, so it might not be worth maintaining.
Would you be happier if there were fewer binary packages?

As for "new services", there are *no* new services started by any of
these packages on a standard debian system if the functionality is not
requested.  There are sockets opened by the user's systemd session
manager, but the services themselves do not run unless someone tries to
access them.  If they try to access them, then presumably that implies
that they want them installed, no?

The fact is, libgpgme explicitly fails in many use cases if gpg-agent or
dirmngr are not available.  This partial, unpredictable failure is not
acceptable for a library package.

> Regarding what I said about the manual setup step: if you want to foster
> and implement the core role of encryption in email, then I would suggest
> to go all the way with an out-of-the-box experience and set up automatic
> private key creation on package configuration or first launch;

reasonable mail user agents are doing exactly that.  Please see
https://autocrypt.org/ for more discussion of this approach.

If you would like to encourage the Mutt developers to consider
the Autocrypt, that would be great!

Regards,

  --dkg


signature.asc
Description: PGP signature


Bug#882969: package fails to build from source

2017-11-27 Thread Matthias Klose
Control: severity -1 important

looks like this was caused by an already installed libqt4-dev, mixing qt4 and
qt5 build dependencies.  So maybe just drop all the qt4 alternatives?



Bug#882971: lvm2: Cannot uninstall lvm2: pre-removal script subprocess returned error exit status 1

2017-11-27 Thread Jason Rhinelander
Package: lvm2
Version: 2.02.176-4
Severity: normal

Dear Maintainer,

Attempting to `apt-get remove lvm2` fails in the pre-removal script:



jagerman@keynes:~$ sudo apt-get -y remove lvm2
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  lvm2
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 3,374 kB disk space will be freed.
(Reading database ... 343047 files and directories currently installed.)
Removing lvm2 (2.02.176-4) ...
Syntax: /usr/bin/deb-systemd-invoke   [ ...]
dpkg: error processing package lvm2 (--remove):
 installed lvm2 package pre-removal script subprocess returned error exit 
status 1
Failed to start lvm2-monitor.service: Unit dm-event.socket is masked.
Syntax: /usr/bin/deb-systemd-invoke   [ ...]
Errors were encountered while processing:
 lvm2
E: Sub-process /usr/bin/dpkg returned an error code (1)




-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental'), (1, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages lvm2 depends on:
pn  dmeventd  
ii  dmsetup   2:1.02.145-4
ii  libblkid1 2.30.2-0.1
ii  libc6 2.24-17
pn  libdevmapper-event1.02.1  
ii  libdevmapper1.02.12:1.02.145-4
pn  liblvm2app2.2 
ii  libreadline5  5.2+dfsg-3+b1
ii  libsystemd0   235-3
ii  libudev1  235-3
ii  lsb-base  9.20170808

Versions of packages lvm2 recommends:
pn  thin-provisioning-tools  

lvm2 suggests no packages.

-- no debconf information



Bug#882159: Recent order 023265 hY

2017-11-27 Thread Elaine Shije
I never made an order with Amazon. Don't know what this email is about.


Bug#878945: Request from cloud team: please add a debconf option for PasswordAuthentication

2017-11-27 Thread Jimmy Kaplowitz
Hi Colin,

On Wed, Oct 18, 2017 at 08:17:49AM +0100, Colin Watson wrote:
> On Tue, Oct 17, 2017 at 02:50:24PM -0700, Jimmy Kaplowitz wrote:
> > Hello from the Debian cloud team sprint at Microsoft! We were just
> > discussing the appropriate default value for the PasswordAuthentication
> > option in sshd_config in Debian's cloud images. Most of these currently
> > set it to 'no' by modifying the config file; we'd like a debconf option
> > for this to be added, so that we make the change that way and offer a better
> > user experience across package upgrades.
> 
> Thanks for the suggestion.  Does this patch look OK?  It seems to do the
> job in my local testing.

Your reply was impressively fast, and mine was depressingly slow! I
apologize for the latter. We reviewed it during the sprint and marveled
at your quick response time, but I failed to send a follow-up email.

The patch looks great. The description would make more sense to me
without the "(for internal use)" caveat, but I'm not going to bikeshed
over such a detail.

Once this is applied to unstable and migrates to testing, we can update
our image build scripts to use this debconf option in lieu of a manual
sed command on buster, or alternatively, in general except for the one
or two older releases (stretch and maybe jessie) we still care about.

I note when reviewing our build scripts that we also add a
ClientAliveInterval line (not using sed), as befits a cloud environment
where a network-level firewall will drop connections after extended
periods of inactivity. Would you like me to file a separate wishlist bug
for a debconf option for that value, or do you think it should stay a
manual modification?

Thanks!

- Jimmy Kaplowitz
ji...@debian.org



Bug#882970: ImportError: No module named 'pkg_resources'

2017-11-27 Thread Ivan Kozik
Package: asciinema
Version: 1.3.0-2

Dear maintainer,

asciinema appears to be missing a depends on python3-pkg-resources:

# apt-get install --no-install-recommends asciinema
Reading package lists... Done
Building dependency tree
Reading state information... Done
asciinema is already the newest version (1.3.0-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

# asciinema
Traceback (most recent call last):
  File "/usr/bin/asciinema", line 6, in 
from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'

Best regards,

Ivan



Bug#670467: Closing abandoned RFP (Bug#670467: RFP: udev-notify -- Display notifications about newly plugged hardware)

2017-11-27 Thread Axel Beckert
Control: reopen -1
Control: submitter -1 !

Hi,

On Tue, Nov 28, 2017 at 01:13:18AM +0100, nodiscc wrote:
> RFP has no visible progress for a long time, so closing.

I'm still interested in such a feature in Debian, hence reopening.

And since the bug report has been closed by the original submitter,
I'm setting myself as submitter now so the original submitter won't be
bothered anymore.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#874928: [kalternatives] Future Qt4 removal from Buster

2017-11-27 Thread Boyuan Yang
X-Debbugs-CC: p...@kde.org debian-qt-...@lists.debian.org

Hello all,

I'm wondering about the future of package "kalternatives" in Debian. It has 
not been updated for 7 years, now affected by Qt4 removal and I cannot find 
the upstream VCS for it.

Will there be any porting efforts? If yes, please let me know; if not, we 
could consider submitting removal request to get this out of Debian unstable.

PS: I'm the current maintainer of package "galternatives" in Debian.

Thanks,
Boyuan Yang

signature.asc
Description: This is a digitally signed message part.


Bug#882159:

2017-11-27 Thread Sandra Powell
Y'all done to me off once not going happen again. I did a survey and said
what I got was free just shipping and handling charge. That was so in true
you too it out my back now I'm in the negative at my bank .want happen
again and no I never recommend anyone to you


Bug#882048: [pkg-apparmor] Bug#882048: Re: Bug#882048: apparmor should let thunderbird use signatures from files

2017-11-27 Thread Seth Arnold
On Sat, Nov 25, 2017 at 05:23:16PM +0200, Vincas Dargis wrote:
> $ sudo sysdig "proc.name=thunderbird and fd.name=/home/vincas/.vimrc"
> 257671 17:14:42.523705164 7 thunderbird (8712) < open
> fd=69(/home/vincas/.vimrc) name=/home/vincas/.vimrc flags=1(O_RDONLY)
> mode=0

> So glib/gio libraries not just opens, it actually reads these files
> visible in file dialog. Twice!

This is likely to be intentional: I'm guessing it's part of thumbnailing
the contents, or selecting the proper icon after running each file through
something like libmagic.

Can sysdig grab stacktraces at the time of the open() call? It might be
educational to find out what exactly is doing the reading.

Thanks


signature.asc
Description: PGP signature


Bug#882969: package fails to build from source

2017-11-27 Thread Matthias Klose
Package: src:pcp
Version: 3.2.2-1
Severity: serious
Tags: sid buster

Apparently there are some issues building with the new Qt:

=== libpcp_qed ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then /bin/echo
=== $d ===; /usr/bin/make --no-print-directory -C $d default || exit $?; fi; 
done
=== src ===
QT_SELECT=5 /usr/bin/qmake CONFIG+=release && /usr/bin/gawk --posix '$1 ==
"LIBS" { printf $1; for (i=2;i<=NF;i++) { if ($i~/^-L\//) { save=save " " $i;
continue } else if (save!="" && $i~/^-l/) { printf " %s",save; save="" } printf
" %s",$i } if (save!="") printf " %s",save; print ""; next } { print }'
Makefile.fix && mv Makefile.fix Makefile && /usr/bin/make
--no-print-directory -f Makefile
Info: creating stash file
/home/packages/tmp/pcp-3.12.2/src/libpcp_qed/src/.qmake.stash
Project ERROR: Unknown module(s) in QT: svg
GNUmakefile:13: recipe for target 'build-me' failed
make[4]: *** [build-me] Error 3
GNUmakefile:21: recipe for target 'default' failed
make[3]: *** [default] Error 2
GNUmakefile:129: recipe for target 'default_pcp' failed
make[2]: *** [default_pcp] Error 2
make[2]: Leaving directory '/home/packages/tmp/pcp-3.12.2/src'
GNUmakefile:49: recipe for target 'default_pcp' failed
make[1]: *** [default_pcp] Error 2
make[1]: Leaving directory '/home/packages/tmp/pcp-3.12.2'
debian/rules:152: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2



Bug#882782: cannot download or send attachements: permission denied to read recently-used.xbel

2017-11-27 Thread Benjamin Menant

Hello,

I’m experiencing a similar issue after I upgraded my system.

Installing Thunderbird from the experimental repository did partially 
solve the problem: I can open attached files (tried with a pdf file 
(evince)).

However, I’m still unable to open links.


All packages are up to date.
$ sudo apt install -t experimental thunderbird
Reading package lists... Done
Building dependency tree   
Reading state information... Done

The following additional packages will be installed:
  lightning
The following packages will be upgraded:
  lightning thunderbird
2 upgraded, 0 newly installed, 0 to remove and 120 not upgraded.
Need to get 42,7 MB of archives.
After this operation, 1 247 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://cdn-fastly.deb.debian.org/debian experimental/main amd64 lightning 
amd64 1:52.4.0-2~exp1 [1 135 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian experimental/main amd64 
thunderbird amd64 1:52.4.0-2~exp1 [41,6 MB]
Fetched 42,7 MB in 6s (7 064 kB/s)
Reading changelogs... Done

(Reading database ... 231784 files and directories currently installed.)
Preparing to unpack .../lightning_1%3a52.4.0-2~exp1_amd64.deb ...
Unpacking lightning (1:52.4.0-2~exp1) over (1:52.4.0-1) ...
Preparing to unpack .../thunderbird_1%3a52.4.0-2~exp1_amd64.deb ...
Unpacking thunderbird (1:52.4.0-2~exp1) over (1:52.4.0-1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-2) ...
Setting up thunderbird (1:52.4.0-2~exp1) ...
Installing new version of config file /etc/apparmor.d/usr.bin.thunderbird ...
Setting up lightning (1:52.4.0-2~exp1) ...
Processing triggers for man-db (2.7.6.1-4) ...
Processing triggers for gnome-menus (3.13.3-9) ...
Processing triggers for hicolor-icon-theme (0.17-1) ...
$ thunderbird 


** (thunderbird:11558): WARNING **: Could not launch default application for 
URI: Failed to execute child process “/usr/lib/firefox/firefox” (Permission 
denied)

** (thunderbird:11558): WARNING **: Could not launch default application for 
URI: Failed to execute child process “/usr/lib/firefox/firefox” (Permission 
denied)

(thunderbird:11558): Gtk-WARNING **: Attempting to read the recently used 
resources file at '/home/xyz/.local/share/recently-used.xbel', but the parser 
failed: Failed to open file “/home/xyz/.local/share/recently-used.xbel”: 
Permission denied.

(thunderbird:11558): GVFS-WARNING **: can't init metadata tree 
/home/xyz/.local/share/gvfs-metadata/root: open: Permission denied

(thunderbird:11558): GVFS-WARNING **: can't init metadata tree 
/home/xyz/.local/share/gvfs-metadata/root: open: Permission denied

(evince:11662): Gtk-WARNING **: Allocating size to EvSidebar 0x5631fc5bd6b0 
without calling gtk_widget_get_preferred_width/height(). How does the code know 
the size to allocate?

(thunderbird:11558): Gtk-WARNING **: Attempting to read the recently used 
resources file at '/home/xyz/.local/share/recently-used.xbel', but the parser 
failed: Failed to open file “/home/xyz/.local/share/recently-used.xbel”: 
Permission denied.

(thunderbird:11558): Gtk-WARNING **: Attempting to read the recently used 
resources file at '/home/xyz/.local/share/recently-used.xbel', but the parser 
failed: Failed to open file “/home/xyz/.local/share/recently-used.xbel”: 
Permission denied.




Bug#882968: network-manager: Build with support for dhcpcanon

2017-11-27 Thread ju xor
Package: network-manager
Version: 1.10.0-1
Severity: wishlist
Tags: patch

Dear Maintainer,

It would be great to revert support for dhcpcanon [1], as it is not used anyway 
unless manually added in the configuration. That way it would be easier to test 
it and eventually not be experimental.
It was requested to be marked as experimental for the Fedora build [2], it 
doesn't have to be the same in Debian, unless there're reasons for it.

Thanks.


[1] 
https://anonscm.debian.org/git/pkg-utopia/network-manager.git/commit/?id=5f0d2fd81ab4bf574dba5046cd92dc7107acfeb8
[2] 
https://github.com/NetworkManager/NetworkManager/pull/31#issuecomment-337881457
diff --git a/debian/changelog b/debian/changelog
index 66bcc12f..54fa99b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,3 @@
-network-manager (1.10.0-1.1) UNRELEASED; urgency=medium
-
-  * Non-maintainer upload.
-  * add support for dhcpcanon
-
- -- ju xor   Fri, 24 Nov 2017 10:04:26 +
-
 network-manager (1.10.0-1) unstable; urgency=medium
 
   * New upstream version 1.10.0
diff --git a/debian/control b/debian/control
index f92180a9..0913ff66 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,6 @@ Depends: ${shlibs:Depends},
  libpam-systemd,
  policykit-1
 Recommends: ppp,
-dhcpcanon,
 dnsmasq-base,
 iptables,
 modemmanager,
diff --git a/debian/rules b/debian/rules
index 0675f950..a224a16a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_configure:
--with-nmcli \
--with-selinux \
--with-libaudit \
-   --with_dhcpcanon=/sbin/dhcpcanon \
+   --without-dhcpcanon \
--enable-polkit \
--enable-polkit-agent \
--enable-ppp \


Bug#882967: Request for CONFIG_FUNCTION_PROFILER=y

2017-11-27 Thread Ivan Kozik
Source: linux
Version: 4.14.2-1~exp1

Dear maintainer,

Please consider setting CONFIG_FUNCTION_PROFILER=y for perf-tools'
cachestat and funccount:

# apt-get install --no-install-recommends perf-tools-unstable
...

# cachestat-perf
Counting cache functions... Output every 1 seconds.
/usr/sbin/cachestat-perf: line 115: function_profile_enabled: Permission denied
ERROR: enabling function profiling. Have CONFIG_FUNCTION_PROFILER? Exiting.

# funccount-perf 'vfs*'
Tracing "vfs*"... Ctrl-C to end.
/usr/sbin/funccount-perf: line 114: function_profile_enabled: Permission denied
ERROR: enabling function profiling. Have CONFIG_FUNCTION_PROFILER? Exiting.

Best regards,

Ivan



Bug#881959: python3.5-doc: Please include documentation in info format

2017-11-27 Thread Benjamin Moody
On 11/16/17, Matthias Klose  wrote:
>
> sure, I can fix the description. I don't have any intent to work on
> providing the info docs. Feel free to send a patch for the python3.7
> packages.

Here is a patch to do that.  There are a few minor changes beyond
simply enabling texinfo output:

The version number is added to the name of the info file as well as to
the dir entry, so that multiple versions can be installed
simultaneously.

The images are moved to a subdirectory /usr/share/info/python3.7/,
where the individual files are symbolic links to
/usr/share/doc/python3.7/html/_images/ (assuming that all of the
images referenced by the info document are installed in that location,
which seems to be the case.)

(I'm not at all familiar with sphinx - it may be possible to change
these things through sphinx's configuration rather than editing the
generated .texi file.)

Trailing whitespace is also removed (it's a minor annoyance if, like
me, you have show-trailing-whitespace turned on in emacs by default.)
This should probably be fixed in sphinx or in makeinfo, but it's easy
enough to fix here.

At first I tried simply making /usr/share/info/python3.7 a link to
/usr/share/doc/python3.7/html/_images, but lintian doesn't like that.
(Arguably a bug in lintian.)  This is probably cleaner anyway.
diff -uNr python3.7-3.7.0~a2.orig/debian/PVER-doc.info.in python3.7-3.7.0~a2/debian/PVER-doc.info.in
--- python3.7-3.7.0~a2.orig/debian/PVER-doc.info.in	1969-12-31 19:00:00.0 -0500
+++ python3.7-3.7.0~a2/debian/PVER-doc.info.in	2017-11-27 16:59:32.075212677 -0500
@@ -0,0 +1 @@
+Doc/build/texinfo/@PVER@.info
diff -uNr python3.7-3.7.0~a2.orig/debian/control python3.7-3.7.0~a2/debian/control
--- python3.7-3.7.0~a2.orig/debian/control	2017-09-20 10:09:55.0 -0400
+++ python3.7-3.7.0~a2/debian/control	2017-11-27 16:30:16.930304108 -0500
@@ -16,7 +16,7 @@
   libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
   mime-support, netbase, bzip2, time, python3:any,
   net-tools, xvfb, xauth
-Build-Depends-Indep: python3-sphinx
+Build-Depends-Indep: python3-sphinx, texinfo
 Standards-Version: 4.1.0
 Vcs-Browser: https://code.launchpad.net/~doko/python/pkg3.7-debian
 Vcs-Bzr: http://bazaar.launchpad.net/~doko/python/pkg3.7-debian
diff -uNr python3.7-3.7.0~a2.orig/debian/control.in python3.7-3.7.0~a2/debian/control.in
--- python3.7-3.7.0~a2.orig/debian/control.in	2017-09-20 10:09:09.0 -0400
+++ python3.7-3.7.0~a2/debian/control.in	2017-11-27 16:29:50.030044673 -0500
@@ -16,7 +16,7 @@
   libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
   mime-support, netbase, bzip2, time, python3@bd_qual@,
   net-tools, xvfb, xauth
-Build-Depends-Indep: python3-sphinx
+Build-Depends-Indep: python3-sphinx, texinfo
 Standards-Version: 4.1.0
 Vcs-Browser: https://code.launchpad.net/~doko/python/pkg@VER@-debian
 Vcs-Bzr: http://bazaar.launchpad.net/~doko/python/pkg@VER@-debian
diff -uNr python3.7-3.7.0~a2.orig/debian/patches/doc-build-texinfo.patch python3.7-3.7.0~a2/debian/patches/doc-build-texinfo.patch
--- python3.7-3.7.0~a2.orig/debian/patches/doc-build-texinfo.patch	1969-12-31 19:00:00.0 -0500
+++ python3.7-3.7.0~a2/debian/patches/doc-build-texinfo.patch	2017-11-27 16:24:09.058754270 -0500
@@ -0,0 +1,27 @@
+Description: Add the option to build Texinfo-format documentation.
+Author: Benjamin Moody 
+Bug-Debian: https://bugs.debian.org/881959
+Last-Update: 2017-11-27
+
+--- python3.7-3.7.0~a2.orig/Doc/Makefile
 python3.7-3.7.0~a2/Doc/Makefile
+@@ -27,6 +27,7 @@ help:
+ 	@echo "  htmlview   to open the index page built by the html target in your browser"
+ 	@echo "  htmlhelp   to make HTML files and a HTML help project"
+ 	@echo "  latex  to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
++	@echo "  texinfoto make Texinfo files"
+ 	@echo "  text   to make plain text files"
+ 	@echo "  epub   to make EPUB files"
+ 	@echo "  changesto make an overview over all changed/added/deprecated items"
+@@ -72,6 +73,11 @@ latex: build
+ 	@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \
+ 	  "run these through (pdf)latex."
+ 
++texinfo: BUILDER = texinfo
++texinfo: build
++	@echo "Build finished; the Texinfo files are in build/texinfo."
++	@echo "Run \`make\' in that directory to run these through makeinfo."
++
+ text: BUILDER = text
+ text: build
+ 	@echo "Build finished; the text files are in build/text."
diff -uNr python3.7-3.7.0~a2.orig/debian/patches/series python3.7-3.7.0~a2/debian/patches/series
--- python3.7-3.7.0~a2.orig/debian/patches/series	2017-09-20 09:40:37.0 -0400
+++ python3.7-3.7.0~a2/debian/patches/series	2017-11-27 16:23:32.730403419 -0500
@@ -32,3 +32,4 @@
 pydoc-use-pager.diff
 pyhash.diff
 temporary-changes.diff
+doc-build-texinfo.patch
diff -uNr python3.7-3.7.0~a2.orig/debian/rules python3.7-3.7.0~a2/debian/rules
--- python3.7-3.7.0~a2.orig/debian/rules	2017-09-22 07:11:53.0 -0400
+++ 

Bug#882966: ITP: golang-github-labstack-gommon -- common package that provides parser, coloring, logging for go

2017-11-27 Thread iwamatsu
Package: wnpp
Severity: wishlist
Owner: Nobuhiro Iwamatsu 

* Package name: golang-github-labstack-gommon
  Version : 0.2.2
  Upstream Author : labstack
* URL : https://github.com/labstack/gommon
* License : Expat
  Programming Lang: golang
  Description : common package that provides parser, coloring, logging for 
go

 This is a library that provides parser, coloring, logging tool for go.
 These are provided with the following package names.
 
 - Bytes - Format/parse bytes.
 - Color - Style terminal text.
 - Log - Simple logging



Bug#882964: node-serve-favicon: should depend on node-ms

2017-11-27 Thread Paolo Greppi
Package: node-serve-favicon
Version: 2.1.5-1
Severity: important
X-Debbugs-Cc: paolo.gre...@libpf.com

Dear maintainer, this package imports humanize from node-debug as ms.
With node-debug 3.1.0 the embedded copy of the ms module will be stripped.
There is a new node-ms module for that (currently in the NEW queue).
Please update your package to remove the -use_ms_from_debug.patch and
depend on node-ms instead.
Thanks ! Paolo

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

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

Versions of packages node-serve-favicon depends on:
ii  node-debug  2.5.1-1
ii  node-etag   1.4.0-1
ii  node-fresh  0.2.0-1
ii  nodejs  4.8.2~dfsg-1

node-serve-favicon recommends no packages.

node-serve-favicon suggests no packages.

-- no debconf information



Bug#882965: node-connect-timeout: should depend on node-ms

2017-11-27 Thread Paolo Greppi
Package: node-connect-timeout
Version: 1.3.0-1
Severity: important
X-Debbugs-Cc: paolo.gre...@libpf.com

Dear maintainer, this package imports humanize from node-debug as ms.
With node-debug 3.1.0 the embedded copy of the ms module will be stripped.
There is a new node-ms module for that (currently in the NEW queue).
Please update your package to remove the -use_ms_from_debug.patch and
depend on node-ms instead.
Thanks ! Paolo

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

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

Versions of packages node-connect-timeout depends on:
ii  node-debug   2.5.1-1
ii  node-on-headers  1.0.0-1
ii  nodejs   4.8.2~dfsg-1

node-connect-timeout recommends no packages.

node-connect-timeout suggests no packages.

-- no debconf information



Bug#882963: node-send: should depend on node-ms

2017-11-27 Thread Paolo Greppi
Package: node-send
Version: 0.9.4-1
Severity: important
X-Debbugs-Cc: paolo.gre...@libpf.com

Dear maintainer, this package imports humanize from node-debug as ms.
With node-debug 3.1.0 the embedded copy of the ms module will be stripped.
There is a new node-ms module for that (currently in the NEW queue).
Please update your package to remove the 0001-use_ms_from_debug.patch and
depend instead on node-ms.
Thanks ! Paolo

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

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

Versions of packages node-send depends on:
ii  node-debug 2.5.1-1
ii  node-depd  1.0.0-1
ii  node-escape-html   1.0.1-1
ii  node-etag  1.4.0-1
ii  node-fresh 0.2.0-1
ii  node-mime  1.3.4-1
ii  node-on-finished   2.1.0-2
ii  node-range-parser  0.0.4+git7d1cd72a-1
ii  nodejs 4.8.2~dfsg-1

node-send recommends no packages.

node-send suggests no packages.

-- no debconf information



Bug#882767: ITP: libreoffice-texmaths -- TexMaths is a LaTeX equation editor for LibreOffice

2017-11-27 Thread Nicholas D Steeves
Hi Kurt,

On Mon, Nov 27, 2017 at 03:50:55AM -0600, kkremit...@gmail.com wrote:
> Hello Nicholas,
> 
> On Sun, 2017-11-26 at 22:06 -0500, Nicholas D Steeves wrote:
> > Hi Kurt,
> > 
> > On Sun, Nov 26, 2017 at 08:44:44AM -0600, Kurt Kremitzki wrote:
> > > 
> > > TexMaths is an extension for LibreOffice designed to provide LaTeX
> > > support. 
> > > LaTeX equations can be inserted as images (SVG or PNG formats) and
> > > the LaTeX
> > > code is saved into the image attribute for further editing.
> > > 
> > 
> > I know it's missing from the upstream description, but if TexMaths
> > can
> > also generate an SVG or PNG (I'm assuming it can) can the Debian
> > description read more like this?:
> > 
> > - LaTeX equations can be inserted as images (SVG or PNG formats) and
> > the LaTeX
> > - code is saved into the image attribute for further editing.
> > + TexMaths generates SVG or PNG images from LaTeX equations, inserts
> > them into
> > + the document, and the LaTeX code is embedded into the image
> > attribute for
> > + further editing.
> > 
> 
> Thanks for the feedback, this sounds better.

You're welcome. :-)

> > Also, re: "the image attribute" I'm curious if it's embedded as
> > SVG/PNG metadata ( maybe XMP, or something from
> > https://www.w3.org/TR/2003/REC-PNG-20031110/#11textinfo )?  Or is it
> > as a LibreOffice property of the inserted image object?  Either way,
> > cool stuff!
> > 
> > Cheers,
> > Nicholas
> 
> I can't exactly tell if it's SVG or LibreOffice metadata, but I created
> a simple test.odt with only a TexMaths equation inside. After unzipping
> this .odt, I can see the original LaTeX in content.xml in a 
> node. I tried copying and pasting the image from LibreOffice to
> Inkscape, but I couldn't find the original LaTeX in the resultant SVG.

Thank you for investigating this.  It sounds like the "image
attribute" is an attribute specific to the "" node, which is
specific to the odt format (content.xml), and not to SVG or PNG
metadata.  Because of this, I think the following phrase should be
changed like this:

- and the LaTeX code is embedded into the image attribute for further
- editing.
+ and the LaTeX [code|expression|equation|source, your choice. I like
+ "source"] is stored alongside the image in the ODT format. You can
+ later use TexMaths to edit the LaTeX [source] and regenerate the
+ image. If ever you find yourself without LibreOffice, you can unzip
+ the ODT and extract the source from content.xml to transfer the
+ LaTeX to another TeX editor.

This is possibly a bit verbose, but I think it's important to say how
work done with TexMaths can be transferred to another editor.  eg:
someone begins work with TexMaths and he/she needs to get some work
done on a system where LibreOffice cannot be installed.  And besides,
isn't that sort of thing part of the beauty/utility of TeX? ;-)

Kind regards,
Nicholas


signature.asc
Description: PGP signature


Bug#882875: [Pkg-opencl-devel] Bug#882875: pocl: FTBFS with cmake: kernel/test_printf fails on i386

2017-11-27 Thread Andreas Beckmann
On 2017-11-27 22:16, James Price wrote:
> Reproduced on my 32-bit VM.
> 
> The issue is that the top level CMakeLists.txt checks CMAKE_SYSTEM_PROCESSOR 
> to determine whether the machine is i386, but on some systems the processor 
> is actually i686 or similar. Probably just needs to match against "i.86” 
> instead, which is what the old `fix-tests-i386.patch` used to do for 
> autotools.

Thanks. At least that is fixed in 0.14 :-)


Andreas



Bug#882962: ITP: golang-github-valyala-fasttemplate -- Simple and fast template engine for Go

2017-11-27 Thread iwamatsu
Package: wnpp
Severity: wishlist
Owner: Nobuhiro Iwamatsu 

* Package name: golang-github-valyala-fasttemplate
  Version : 0.0~git20170224.0.dcecefd
  Upstream Author : Aliaksandr Valialkin
* URL : https://github.com/valyala/fasttemplate
* License : Expat
  Programming Lang: golang
  Description : Simple and fast template engine for Go

  fasttemplate Simple and fast template engine for Go.

  Fasttemplate peforms only a single task - it substitutes template
  placeholders with user-defined values.



Bug#882961: jessie-pu: package pdns/3.4.1-4+deb8u8

2017-11-27 Thread Chris Hofstaedtler
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

Security update for CVE-2017-15091. DSA has marked this
no-DSA but suggested this goes through (old)-stable-updates.

debdiff attached.

Thanks,
Chris
diff -Nru pdns-3.4.1/debian/changelog pdns-3.4.1/debian/changelog
--- pdns-3.4.1/debian/changelog 2017-01-07 00:45:53.0 +
+++ pdns-3.4.1/debian/changelog 2017-11-27 21:19:19.0 +
@@ -1,3 +1,10 @@
+pdns (3.4.1-4+deb8u8) jessie; urgency=medium
+
+  * Add patch fixing security issue:
+  * Missing check on API operations: CVE-2017-15091
+
+ -- Christian Hofstaedtler   Mon, 27 Nov 2017 21:19:19 +
+
 pdns (3.4.1-4+deb8u7) jessie-security; urgency=high
 
   * Security upload.
diff -Nru pdns-3.4.1/debian/patches/CVE-2017-15091.patch 
pdns-3.4.1/debian/patches/CVE-2017-15091.patch
--- pdns-3.4.1/debian/patches/CVE-2017-15091.patch  1970-01-01 
00:00:00.0 +
+++ pdns-3.4.1/debian/patches/CVE-2017-15091.patch  2017-11-27 
21:19:19.0 +
@@ -0,0 +1,16 @@
+Index: pdns/pdns/ws-auth.cc
+===
+--- pdns.orig/pdns/ws-auth.cc
 pdns/pdns/ws-auth.cc
+@@ -1144,6 +1144,11 @@ void AuthWebServer::jsonstat(HttpRequest
+ {
+   string command;
+ 
++  if (::arg().mustDo("experimental-api-readonly")) {
++resp->body = returnJsonError("Unavailable when API is readonly");
++resp->status = 405;
++  }
++
+   if(req->getvars.count("command")) {
+ command = req->getvars["command"];
+ req->getvars.erase("command");
diff -Nru pdns-3.4.1/debian/patches/series pdns-3.4.1/debian/patches/series
--- pdns-3.4.1/debian/patches/series2017-01-07 00:45:53.0 +
+++ pdns-3.4.1/debian/patches/series2017-11-27 21:19:19.0 +
@@ -9,3 +9,4 @@
 CVE-2016-7072.patch
 CVE-2016-7068.patch
 CVE-2016-2120.patch
+CVE-2017-15091.patch


Bug#882960: jessie-pu: package pdns-recursor/3.6.2-2+deb8u4

2017-11-27 Thread Chris Hofstaedtler
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

Security update using upstream patch for CVE-2017-15093.
DSA has marked this non-DSA but suggested fixing this
through an (old)stable update.

debdiff attached.

Thanks,
Chris
diff -Nru pdns-recursor-3.6.2/debian/changelog 
pdns-recursor-3.6.2/debian/changelog
--- pdns-recursor-3.6.2/debian/changelog2017-01-07 00:45:53.0 
+
+++ pdns-recursor-3.6.2/debian/changelog2017-11-27 21:26:46.0 
+
@@ -1,3 +1,10 @@
+pdns-recursor (3.6.2-2+deb8u4) jessie; urgency=medium
+
+  * Add upstream patch fixing security issue:
+  * Configuration file injection in the API. CVE-2017-15093
+
+ -- Christian Hofstaedtler   Mon, 27 Nov 2017 21:26:46 +
+
 pdns-recursor (3.6.2-2+deb8u3) jessie-security; urgency=high
 
   * Security upload.
diff -Nru pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch 
pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch
--- pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch   
1970-01-01 00:00:00.0 +
+++ pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch   
2017-11-27 21:26:46.0 +
@@ -0,0 +1,48 @@
+diff -ru pdns-recursor-3.7.4.orig/ws-recursor.cc 
pdns-recursor-3.7.4/ws-recursor.cc
+--- pdns-recursor-3.7.4.orig/ws-recursor.cc2017-01-13 12:03:03.0 
+0100
 pdns-recursor-3.7.4/ws-recursor.cc 2017-11-02 18:10:54.764426426 +0100
+@@ -79,10 +79,11 @@
+   throw ApiException("'value' must be an array");
+ }
+ 
++NetmaskGroup nmg;
+ for (SizeType i = 0; i < jlist.Size(); ++i) {
+   try {
+-Netmask(jlist[i].GetString());
+-  } catch (NetmaskException ) {
++nmg.addMask(jlist[i].GetString());
++  } catch (const NetmaskException ) {
+ throw ApiException(e.reason);
+   }
+ }
+@@ -94,9 +95,7 @@
+ 
+ // Clear allow-from, and provide a "parent" value
+ ss << "allow-from=" << endl;
+-for (SizeType i = 0; i < jlist.Size(); ++i) {
+-  ss << "allow-from+=" << jlist[i].GetString() << endl;
+-}
++ss << "allow-from+=" << nmg.toString() << endl;
+ 
+ apiWriteConfigFile("allow-from", ss.str());
+ 
+@@ -233,10 +232,16 @@
+ string serverlist;
+ if (servers.IsArray()) {
+   for (SizeType i = 0; i < servers.Size(); ++i) {
+-if (!serverlist.empty()) {
+-  serverlist += ";";
++string server = servers[i].GetString();
++try {
++  ComboAddress ca = parseIPAndPort(server, 53);
++  if (!serverlist.empty()) {
++serverlist += ";";
++  }
++  serverlist += ca.toStringWithPort();
++} catch (const PDNSException ) {
++  throw ApiException(e.reason);
+ }
+-serverlist += servers[i].GetString();
+   }
+ }
+ 
diff -Nru pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch.asc 
pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch.asc
--- pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch.asc   
1970-01-01 00:00:00.0 +
+++ pdns-recursor-3.6.2/debian/patches/CVE-2017-15093-3.7.4.patch.asc   
2017-11-27 21:26:46.0 +
@@ -0,0 +1,12 @@
+-BEGIN PGP SIGNATURE-
+
+iQFOBAABCgA4FiEE1jAMq8v0abvjkuUDogjtT4r1hEYFAloStJ8aHHJlbWkuZ2Fj
+b2duZUBwb3dlcmRucy5jb20ACgkQogjtT4r1hEaoHgf/dAebO/MSvtvymt0pz0Kb
+lMvmkv6INpsh7bssVyY8v9HAMtkVRBSNAEiGjAJbLaDxsfgr0a+vGCd0C2v7sDXl
+8rZHuMlNpvxU0/i6O9k4AY9T7/G+Go567xbIK1PcZhZ+ixNaP7sms9a9ooISb4/R
++1wBz3D8TXUbWQsHkxX2GE6oihhqRdhvbOWpQ7aPNglE/wI4Eb5V2bIapM3M/o8N
+jFPm2kDZvNrcEMIW60vHdujrJMY85KiMGO9LMV9LCDj0nSO6jRTGI+2CteT2jnUq
+7w4L22ODxT1g5sIH/60swoHbIJ5zXWXDcxM3jPgh5kYIa7gvZoC6v1udsMyOYFu6
+Lw==
+=Y7Eg
+-END PGP SIGNATURE-
diff -Nru pdns-recursor-3.6.2/debian/patches/series 
pdns-recursor-3.6.2/debian/patches/series
--- pdns-recursor-3.6.2/debian/patches/series   2017-01-07 00:45:53.0 
+
+++ pdns-recursor-3.6.2/debian/patches/series   2017-11-27 21:26:46.0 
+
@@ -1,3 +1,4 @@
 CVE-2015-1868.patch
 CVE-2015-1868-2.patch
 CVE-2016-7068.patch
+CVE-2017-15093-3.7.4.patch


Bug#882959: stretch-pu: package pdns/4.0.3-1+deb9u2

2017-11-27 Thread Chris Hofstaedtler
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Security update using upstream patch, for CVE-2017-15091.
DSA has marked this no-DSA but suggested that this should
be fixed via stable-updates.

4.0.3-1+deb9u1 is already in p-u, the attached debdiff is
against that version. Please let me know if this is bad.

Thanks,
Chris
diff -Nru pdns-4.0.3/debian/changelog pdns-4.0.3/debian/changelog
--- pdns-4.0.3/debian/changelog 2017-10-30 07:12:17.0 +
+++ pdns-4.0.3/debian/changelog 2017-11-27 22:02:24.0 +
@@ -1,3 +1,10 @@
+pdns (4.0.3-1+deb9u2) stretch; urgency=medium
+
+  * Add upstream patch fixing security issue:
+  * Missing check on API operations. CVE-2017-15091
+
+ -- Christian Hofstaedtler   Mon, 27 Nov 2017 22:02:24 +
+
 pdns (4.0.3-1+deb9u1) stretch; urgency=medium
 
   * Fix incorrect qname casing in NSEC3 generation (Closes: #869222)
diff -Nru pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch 
pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch
--- pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch1970-01-01 
00:00:00.0 +
+++ pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch2017-11-27 
22:02:24.0 +
@@ -0,0 +1,30 @@
+diff -ru pdns-4.0.4.orig/pdns/ws-auth.cc pdns-4.0.4/pdns/ws-auth.cc
+--- pdns-4.0.4.orig/pdns/ws-auth.cc2017-06-22 22:07:25.0 +0200
 pdns-4.0.4/pdns/ws-auth.cc 2017-11-02 18:07:20.986764858 +0100
+@@ -860,7 +860,7 @@
+ static void apiServerZoneAxfrRetrieve(HttpRequest* req, HttpResponse* resp) {
+   DNSName zonename = apiZoneIdToName(req->parameters["id"]);
+ 
+-  if(req->method != "PUT")
++  if(req->method != "PUT" || ::arg().mustDo("api-readonly"))
+ throw HttpMethodNotAllowedException();
+ 
+   UeberBackend B;
+@@ -879,7 +879,7 @@
+ static void apiServerZoneNotify(HttpRequest* req, HttpResponse* resp) {
+   DNSName zonename = apiZoneIdToName(req->parameters["id"]);
+ 
+-  if(req->method != "PUT")
++  if(req->method != "PUT" || ::arg().mustDo("api-readonly"))
+ throw HttpMethodNotAllowedException();
+ 
+   UeberBackend B;
+@@ -1191,7 +1191,7 @@
+ }
+ 
+ void apiServerCacheFlush(HttpRequest* req, HttpResponse* resp) {
+-  if(req->method != "PUT")
++  if(req->method != "PUT" || ::arg().mustDo("api-readonly"))
+ throw HttpMethodNotAllowedException();
+ 
+   DNSName canon = apiNameToDNSName(req->getvars["domain"]);
diff -Nru pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch.asc 
pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch.asc
--- pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch.asc1970-01-01 
00:00:00.0 +
+++ pdns-4.0.3/debian/patches/CVE-2017-15091-4.0.4.patch.asc2017-11-27 
22:02:24.0 +
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+
+iQFNBAABCgA4FiEE1jAMq8v0abvjkuUDogjtT4r1hEYFAloStHQaHHJlbWkuZ2Fj
+b2duZUBwb3dlcmRucy5jb20ACgkQogjtT4r1hEYtRgf3bMwaR4tdR0p5f0TMCuFN
+7QbOpyLFLhatNYQFhUEFXQ7nesgNtNObu6qLOTi9fxD4zpcvnkz/a22m5S9tkf0W
+Y6E2fMy9NoLysSvTwgBCrXKbqttzFvpYRCWVzKnWgz67hjF4U57Wp1rY88XWmVHE
+5T4unYv7Kn+C2mDfBl1cOnRO2Y1VeJ79hS802q1WrnqREJkIZrN+CzpXGX/512Tg
+PLQ6Dke25kvlqGqsC7PRI8lU9Sm9UPLkR1ILKQCoIgxi7RXXYNmIE2dPgI2z06pm
+Cu9wFIYiaYtUjG+u4N6heJSfDvJZbWX+c8Xhvy16u3i1M/xPhB2Sq/IgZQV7S+NK
+=0Skb
+-END PGP SIGNATURE-
diff -Nru pdns-4.0.3/debian/patches/series pdns-4.0.3/debian/patches/series
--- pdns-4.0.3/debian/patches/series2017-10-30 07:12:17.0 +
+++ pdns-4.0.3/debian/patches/series2017-11-27 22:02:24.0 +
@@ -1 +1,2 @@
 869222-lowercase-qname-before-NSEC-generation.patch
+CVE-2017-15091-4.0.4.patch


Bug#882957: emacs25: 'simple' elisp can segfault emacs (if max-specpdl-size/max-lisp-eval-depth changed)

2017-11-27 Thread Jeff Cliff
Package: emacs25
Version: 25.2+1-6
Severity: minor

This bug has been reproducible since at least the emacs23 days, and is 
available in emacs in both stretch/testing/sid as well
as ubuntu from 9.04 'jaunty' through to 18.04 'bionic'

Heavily recursive emacs lisp functions are hitting some limit, that is not the 
limit of how much memory emacs has access to.
To hit this limit you need a simple file that is made by 2 parts.

1) seq 11718 > seqfile

you can then edit seqfile with emacs and copy the contents.  you'll need that 
for later.

2) some helper functions (F, nullp & map), 2 setqs to set max-lisp-eval-depth 
and max-specsdl-size and the function G 

File Edit Options Buffers Tools Help
(defun nullp (l)
"is this null?"
(equal '() l))
(defun map (f l)
 "map function?"
 (if
 (nullp l)
  '()
  (if (listp l)
   (if (= 1 (length l))
  (list (funcall f (car l)))
  (if (> (length l) 1)
(cons (map f (car l))
 (map f (cdr l)
   (funcall f l)
 )))
 (setq max-lisp-eval-depth (expt 2 17))
 (setq max-specpdl-size (expt 2 17))
 (defun F (L)
  (message ".") )
(defun G (L) (map 'F L))
(G
'(

))

then run the above, line by line.  if you try to run G

...the result is a crash of emacs in its entirety.

themusicgod1@wicksell:~/emacs$ emacs seqfile0-simple
Fatal error 11: Segmentation fault
Backtrace:
emacs[0x50a5fe]
emacs[0x4f0bf9]
emacs[0x508d4e]
emacs[0x508f08]
emacs[0x508f95]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x110c0)[0x7fcbe20fe0c0]
emacs[0x44515b]
emacs[0x447985]
emacs[0x44e961]
emacs[0x4517ce]
emacs[0x432568]
emacs[0x455ff6]
emacs[0x4562ff]
emacs[0x45646c]
emacs[0x55adee]
emacs[0x565bc9]
emacs[0x5660bd]
emacs[0x563b2b]
emacs[0x565bc9]
emacs[0x566365]
emacs[0x5659d9]
emacs[0x566365]
emacs[0x5659d9]
emacs[0x5660bd]
emacs[0x566263]
emacs[0x5657f8]
emacs[0x5658da]
emacs[0x5659d9]
emacs[0x566365]
emacs[0x5659d9]
emacs[0x5659d9]
emacs[0x566365]
emacs[0x5659d9]
emacs[0x5660bd]
emacs[0x566263]
emacs[0x5657f8]
emacs[0x5658da]
emacs[0x5659d9]
emacs[0x566365]
emacs[0x5659d9]
emacs[0x5659d9]
...
Segmentation fault

I've looked a little bit at the stack trace of what this crash looks like in 
the ubuntu bug report.
As you can imagine with a highly recursive program, it's deep.

https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/508618

one thing that is *not* causing this is the memory of emacs being exhausted, 
since monitoring the memory used by the
process in question leads to observing it's using a small % of the system 
memory on any machine I've tested.

What should happen is that emacs should give some error message(some suggested 
in the ubuntu ticket), and not crash.
Or it should be documented somewhere what this limit is, and why is it in 
emacs.  Segfaulting at random when you have
hundreds of frames can be quite...jolting :)













-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages emacs25 depends on:
ii  emacs25-bin-common 25.2+1-6
ii  libacl12.2.52-3+b1
ii  libasound2 1.1.3-5
ii  libatk1.0-02.22.0-1
ii  libc6  2.24-11+deb9u1
ii  libcairo-gobject2  1.14.8-1
ii  libcairo2  1.14.8-1
ii  libdbus-1-31.10.22-0+deb9u1
ii  libfontconfig1 2.12.6-0.1
ii  libfreetype6   2.6.3-3.2
ii  libgdk-pixbuf2.0-0 2.36.5-2+deb9u1
ii  libgif75.1.4-0.4
ii  libglib2.0-0   2.50.3-2
ii  libgnutls303.5.8-5+deb9u3
ii  libgomp1   6.3.0-18
ii  libgpm21.20.4-6.2+b1
ii  libgtk-3-0 3.22.11-1
ii  libice62:1.0.9-2
ii  libjpeg62-turbo1:1.5.1-2
ii  libm17n-0  1.7.0-3+b1
ii  libmagickcore-6.q16-3  8:6.9.7.4+dfsg-11+deb9u3
ii  libmagickwand-6.q16-3  8:6.9.7.4+dfsg-11+deb9u3
ii  libotf00.9.13-3+b1
ii  libpango-1.0-0 1.40.5-1
ii  libpangocairo-1.0-01.40.5-1
ii  libpng16-161.6.28-1
ii  librsvg2-2 2.40.16-1+b1
ii  libselinux12.6-3+b3
ii  libsm6 2:1.2.2-1+b3
ii  libtiff5   4.0.8-2+deb9u1
ii  libtinfo5  6.0+20161126-1+deb9u1
ii  libx11-6   2:1.6.4-3
ii  libx11-xcb12:1.6.4-3
ii  libxcb11.12-1
ii  libxfixes3 1:5.0.3-1
ii  libxft22.3.2-1+b2
ii  libxinerama1   2:1.1.3-1+b3
ii  libxml22.9.4+dfsg1-2.2+deb9u1
ii  libxpm41:3.5.12-1
ii  libxrandr2 2:1.5.1-1
ii  libxrender11:0.9.10-1
ii  zlib1g 1:1.2.8.dfsg-5

emacs25 recommends no packages.

Versions of packages emacs25 suggests:
pn  emacs25-common-non-dfsg 

Bug#882958: stretch-pu: package pdns-recursor/4.0.4-1+deb9u2

2017-11-27 Thread Chris Hofstaedtler
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Security update using upstream patches to fix CVE-2017-15090,
CVE-2017-15092, CVE-2017-15093, CVE-2017-15094.
DSA has marked those as non-DSA but suggested fixing through
a stable update instead.

debdiff against deb9u1 (in stable proper) attached.

Thanks,
Chris
diff -Nru pdns-recursor-4.0.4/debian/changelog 
pdns-recursor-4.0.4/debian/changelog
--- pdns-recursor-4.0.4/debian/changelog2017-06-27 12:31:08.0 
+
+++ pdns-recursor-4.0.4/debian/changelog2017-11-27 21:44:40.0 
+
@@ -1,3 +1,13 @@
+pdns-recursor (4.0.4-1+deb9u2) stretch; urgency=medium
+
+  * Add upstream patches fixing security issues:
+  * Insufficient validation of DNSSEC signatures. CVE-2017-15090
+  * Cross-Site Scripting in the web interface. CVE-2017-15092
+  * Configuration file injection in the API. CVE-2017-15093
+  * Memory leak in DNSSEC parsing. CVE-2017-15094
+
+ -- Christian Hofstaedtler   Mon, 27 Nov 2017 21:44:40 +
+
 pdns-recursor (4.0.4-1+deb9u1) stretch; urgency=medium
 
   * Add new root trust anchor KSK-2017 to embedded root trust list.
diff -Nru pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch 
pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch
--- pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch   
1970-01-01 00:00:00.0 +
+++ pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch   
2017-11-27 21:44:40.0 +
@@ -0,0 +1,15 @@
+diff -ru pdns-recursor-4.0.6.orig/validate-recursor.cc 
pdns-recursor-4.0.6/validate-recursor.cc
+--- pdns-recursor-4.0.6.orig/validate-recursor.cc  2017-07-04 
17:43:07.0 +0200
 pdns-recursor-4.0.6/validate-recursor.cc   2017-11-02 18:29:16.612520450 
+0100
+@@ -87,6 +87,11 @@
+ bool first = true;
+ for(const auto& csp : cspmap) {
+   for(const auto& sig : csp.second.signatures) {
++
++if (!csp.first.first.isPartOf(sig->d_signer)) {
++  return increaseDNSSECStateCounter(Bogus);
++}
++
+ vState newState = getKeysFor(sro, sig->d_signer, keys); // XXX check 
validity here
+ 
+ if (newState == Bogus) // No hope
diff -Nru pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch.asc 
pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch.asc
--- pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch.asc   
1970-01-01 00:00:00.0 +
+++ pdns-recursor-4.0.4/debian/patches/CVE-2017-15090-4.0.6.patch.asc   
2017-11-27 21:44:40.0 +
@@ -0,0 +1,12 @@
+-BEGIN PGP SIGNATURE-
+
+iQFOBAABCgA4FiEE1jAMq8v0abvjkuUDogjtT4r1hEYFAloStE4aHHJlbWkuZ2Fj
+b2duZUBwb3dlcmRucy5jb20ACgkQogjtT4r1hEbDZwf+JDDe7box5QLp+5T4gaQj
+1SyU2UaL2LVgIZbkvMoM03mGEc5LOushKLE0aoTKPwYbz2m5Oz1We3d1/Bv2OtJD
+9AXslTaaqSg0rmdeEJIPYUa393TXLXhCjKUcF/5kbo0Y6+T5dcukGMw/LkZqt4/O
+RLnj51eN0lSQrS+nCXHfREmIP2nj8+T6xAjNGIZ3NEQ9c3m1dPAzvd/skYiJkm/P
+dC3uyEYFRlN33fQp8LYL/mK3HDApX9DESfJUsqvnpJlX6qyUejxkGeJZ3ro1IStE
+NI5m1GRoI3FBbywIn9BPcllU0RkIS5X7r0wRWZ7D0e1nWHcgPqtyVkjvh6kUbRgs
+VA==
+=3aIe
+-END PGP SIGNATURE-
diff -Nru pdns-recursor-4.0.4/debian/patches/CVE-2017-15092-4.0.6.patch 
pdns-recursor-4.0.4/debian/patches/CVE-2017-15092-4.0.6.patch
--- pdns-recursor-4.0.4/debian/patches/CVE-2017-15092-4.0.6.patch   
1970-01-01 00:00:00.0 +
+++ pdns-recursor-4.0.4/debian/patches/CVE-2017-15092-4.0.6.patch   
2017-11-27 21:44:40.0 +
@@ -0,0 +1,85 @@
+diff -ru pdns-recursor-4.0.6.orig/html/local.js 
pdns-recursor-4.0.6/html/local.js
+--- pdns-recursor-4.0.6.orig/html/local.js 2017-07-04 17:43:07.0 
+0200
 pdns-recursor-4.0.6/html/local.js  2017-11-02 18:26:04.624586674 +0100
+@@ -63,7 +63,7 @@
+ 
+   $.getJSON(qstring,
+ function(data) {
+-var 
bouw="NumberDomainType";
++var table = 
$('NumberDomainType');
+ var num=0;
+ var total=0, rest=0;
+ $.each(data["entries"], function(a,b) {
+@@ -75,12 +75,26 @@
+ if(b[1].length > 25)
+ b[1]=b[1].substring(0,25);
+ 
+-
bouw=bouw+(""+b[0]+""+b[1]+""+b[2]+"");
+-});
+-bouw+=""+rest+"Rest";
+-bouw=bouw+"";
+-$("#queryring").html(bouw);
+-
++var line = $('');
++var number = $('');
++number.text(b[0]);
++var domain = $('');
++domain.text(b[1]);
++var type = $('');
++type.text(b[2]);
++line.append(number);
++line.append(domain);
++line.append(type);
++table.append(line);
++   

Bug#882956: firefox: Get ride of Conflicts from 2008

2017-11-27 Thread Sylvestre Ledru
Source: firefox
Severity: minor

Hello,

During HDR presentation of Zack today, he presented Firefox as an example of 
package.
I noticed that the Firefox package still Conflicts against old packages like 
j2re1.4
and pango-graphite packages. 

The attached patch removes them.

Sylvestre
>From 796656458edf3e183737d8f48161e58889e46b9a Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru 
Date: Mon, 27 Nov 2017 23:19:05 +0100
Subject: [PATCH] Remove some old Conflicts back from 2008

---
 debian/changelog  | 6 ++
 debian/control| 2 --
 debian/control.in | 4 +---
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5dd688137b4..2691ab5c892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+firefox (57.0-2) unstable; urgency=medium
+
+  * Remove some old Conflicts back from 2008
+
+ -- Sylvestre Ledru   Mon, 27 Nov 2017 23:18:49 +0100
+
 firefox (57.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 3a01c33c333..1c1bce08468 100644
--- a/debian/control
+++ b/debian/control
@@ -72,8 +72,6 @@ Suggests: fonts-stix | otf-stix,
   mozplugger,
   libgssapi-krb5-2 | libkrb53,
   libcanberra0
-Conflicts: j2re1.4,
-   pango-graphite (<< 0.9.3),
 Breaks: xul-ext-torbutton
 Provides: www-browser,
   gnome-www-browser
diff --git a/debian/control.in b/debian/control.in
index 8633698a0aa..045655c82d5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -99,10 +99,8 @@ Suggests: fonts-stix | otf-stix,
   mozplugger,
   libgssapi-krb5-2 | libkrb53,
   libcanberra0
-Conflicts: j2re1.4,
-   pango-graphite (<< 0.9.3),
 %if TRANSITION
-   iceweasel (<< 45)
+Conflicts: iceweasel (<< 45)
 %endif
 Breaks: xul-ext-torbutton
 Provides: www-browser,
-- 
2.15.0



Bug#882159: Who are you?

2017-11-27 Thread Brandi Thompson
Why are you using my email to do illegal activity? I have many random money
based incoming emails that I have no clue what or why they are being sent.
And it's because of you


Bug#869483: ITP: python3-ansi -- ANSI cursor movement and graphics

2017-11-27 Thread Muri Nicanor
Hi,

On 11/18/2017 01:55 PM, Herbert Fortes wrote:
>> O did a review and have some comments. Please do:
thanks a lot!

>>
>>  - debian/changelog needs an update on timestamp:
>>      - run 'dch -r'
done.

>>  - debian/control:
>>      - add python3-setuptools to Build-Depends
done.

>>      - Standards-Version is 4.1.1
done.

>>      - Depends field:  ${python3:Depends} not ${python:Depends}
done.

>>  - Remove ${python:Recommends} and ${python:Suggests} or see the 
>> lintian-info
i'm not sure what you're referring to, but there are no more
lintian-info warnings

>>  - Add two more lines on long description. Can be something like:
done.

>>  - debian/watch:
>>  - the line seems ok, but it is version 4 not 3
done.

>>  - run wrap-and-sort at the end.
done.

>>
> 
> I forgot one thing:
> 
>   - debian/python-ansi.docs should be debian/python3-ansi.docs
> And README and README.md are the same file.
done, only installing with .md now

thanks for the review, i've uploade an updated version to mentors and
pushed the changes to the git repo on alioth.

muri



signature.asc
Description: OpenPGP digital signature


Bug#849077: please upgrade wpa and report your experience

2017-11-27 Thread Nicolas Kuttler
On 2017-11-25 10:06, Andrew Shadura wrote:
> I've just uploaded wpa 2.6 into unstable once again. Please upgrade,
> test and let me know if it works for you.

Hm, installing wpasupplicant:amd64 2:2.6-8 lead to me not being able to
connect to wireless networks again.

Adding the following lines to /etc/NetworkManager/NetworkManager.conf
fixed this problem:

[device]
wifi.scan-rand-mac-address=no



Bug#683495: Mandating use of /usr/bin/perl in Policy

2017-11-27 Thread Bill Allombert
On Mon, Nov 27, 2017 at 02:08:37PM -0700, Sean Whitton wrote:
> Hello Bill,
> 
> On Mon, Nov 27 2017, Bill Allombert wrote:
> 
> > Before we make it a must, is there a lintian test for it ?
> 
> I am not sure.
> 
> > How may packages need to be fixed ?
> 
> I don't think we need to worry about this because it is already a 'must'
> in the Perl policy, and it has been for some time.

It depends what you want to achieve. In my experience, a lintian test is 
much more effective than a policy change to get package fixed.

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



Bug#882159: your recent munted offer 911549 hrD9

2017-11-27 Thread Graham Robey
Hello, Joachim Wiedorn schrob: > Hello Jan, FYI: >  original message
 > From: e...@users.sourceforge.net > Date: Sun, 26 Nov 2017 21:55:28
+0100 > To: Joachim Wiedorn , cont...@bugs.debian.org, >
882...@bugs.debian.org > > can the reporter maybe test the current
snapshot? it should fix the issue. > http://duply.net/wiki/index.
php/Duply-code#Latest_Development_Snapshot The "2.0.4dev" version I
downloaded just now from http://duply.net/tmp/duply.sh works for me,
outputs times like | --- Finished state OK at 19:34:48.724 - Runtime
00:00:00.075 --- and takes the "date_fix %s%N" branch (verified via debug
printf). The diff looks good to me as well. Thanks a lot for the quick fix!
I noticed two unrelated minor oddities: 1) On the first run (per profile)
with the new version, duply would re-sync all the metadata. That's because
of the bugfix for #117, which moved the metadata location from
"$ARCH_DIR/duply_$profile" to "$ARCH_DIR/$profile". That leaves around the
old, now-useless metadata folder. Not a big deal, but maybe it would have
been better to adjust the comment to match the code instead of the other
way around? 2) In line 2172, | # for sec�rity reasons, we url_encode
username to protect special chars there's some (for me undisplayable)
unicode (%EF%BF%BD) instead of the 'u' in "security". Funny, given the
context. :D HTH and thanks again, Jan

On 28 Nov 2017 5:16 am, "Amazon FinalNotice"  wrote:

> Notice for graham.robey1
>
>
> 
>
>
> 
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hello, Joachim Wiedorn schrob: > Hello Jan, FYI: >  original message
>  > From: e...@users.sourceforge.net > Date: Sun, 26 Nov 2017 21:55:28
> +0100 > To: Joachim Wiedorn , cont...@bugs.debian.org, >
> 882...@bugs.debian.org > > can the reporter maybe test the current
> snapshot? it should fix the issue. > http://duply.net/wiki/index.
> php/Duply-code#Latest_Development_Snapshot The "2.0.4dev" version I
> downloaded just now from http://duply.net/tmp/duply.sh works for me,
> outputs times like | --- Finished state OK at 19:34:48.724 - Runtime
> 00:00:00.075 --- and takes the "date_fix %s%N" branch (verified via debug
> printf). The diff looks good to me as well. Thanks a lot for the quick fix!
> I noticed two unrelated minor oddities: 1) On the first run (per profile)
> with the new version, duply would re-sync all the metadata. That's because
> of the bugfix for #117, which moved the metadata location from
> "$ARCH_DIR/duply_$profile" to "$ARCH_DIR/$profile". That leaves around the
> old, now-useless metadata folder. Not a big deal, but maybe it would have
> been better to adjust the comment to match the code instead of the other
> way around? 2) In line 2172, | # for sec�rity reasons, we url_encode
> username to protect special chars there's some (for me undisplayable)
> unicode (%EF%BF%BD) instead of the 'u' in "security". Funny, given the
> context. :D HTH and thanks again, Jan


Bug#882159: linda, your recent order 304578 au

2017-11-27 Thread lindawine1957
No I don't


Sent from my T-Mobile 4G LTE Device

Bug#882159: linda, your recent order 396611 op

2017-11-27 Thread lindawine1957
On I didn't 


Sent from my T-Mobile 4G LTE Device

Bug#669171: [git-buildpackage/master] dch: Create changelog if missing

2017-11-27 Thread Guido Günther
tag 669171 pending
thanks

Date:   Mon Nov 27 19:59:32 2017 +0100
Author: Guido Günther 
Commit ID: 45a0652fa344e63b00970202003ff63ecfa9a2d9
Commit URL: 
https://git.sigxcpu.org/cgit/git-buildpackage//commit/?id=45a0652fa344e63b00970202003ff63ecfa9a2d9
Patch URL: 
https://git.sigxcpu.org/cgit/git-buildpackage//patch/?id=45a0652fa344e63b00970202003ff63ecfa9a2d9

dch: Create changelog if missing

Closes: #669171
Thanks: Daniel Dehennin for the groundwork on this

  



Bug#882874: glibc 2.25 FTBFS on ia64

2017-11-27 Thread Jason Duerstock
I understand.  Thank you.

On Mon, Nov 27, 2017 at 3:23 PM, Aurelien Jarno 
wrote:

> Hi,
>
> On 2017-11-27 13:08, Jason Duerstock wrote:
> > Source: glibc
> > Version: 2.25
> > Severity: normal
> >
> > Dear Maintainer,
> > When trying to build glibc 2.25 under ia64, ld.so does not build
> properly,
> > and produces a segmentation fault immediately upon execution.
>
> Just to be clear, Debian doesn't support ia64 anymore. There is no
> problem to add patches to fix this issue, but don't expect an active
> work on our side to fix it.
>
> Aurelien
>
> --
> Aurelien Jarno  GPG: 4096R/1DDD8C9B
> aurel...@aurel32.net http://www.aurel32.net
>


Bug#882955: ufo-filters FTBFS with glibc 2.25

2017-11-27 Thread Adrian Bunk
Source: ufo-filters
Version: 0.14.1+dfsg1-1
Severity: serious

cd /build/1st/ufo-filters-0.14.1+dfsg1/obj-x86_64-linux-gnu/src && /usr/bin/cc 
-DG_LOG_DOMAIN=\"Ufo\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
-Dufofilterread_EXPORTS -I/build/1st/ufo-filters-0.14.1+dfsg1/deps/oclfft 
-I/usr/include/x86_64-linux-gnu -I/usr/include/hdf5/serial 
-I/build/1st/ufo-filters-0.14.1+dfsg1/obj-x86_64-linux-gnu/src 
-I/build/1st/ufo-filters-0.14.1+dfsg1/src -I/usr/include/ufo-0 
-I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c99 
-std=c99 -pedantic -Wall -Wextra -fPIC -Wno-unused-parameter 
-Wno-deprecated-declarations -fopenmp -fPIC   -Wall -Wextra -fPIC 
-Wno-unused-parameter -o CMakeFiles/ufofilterread.dir/ufo-read-task.c.o   -c 
/build/1st/ufo-filters-0.14.1+dfsg1/src/ufo-read-task.c
...
/build/1st/ufo-filters-0.14.1+dfsg1/src/ufo-read-task.c: In function 
'read_filenames':
/build/1st/ufo-filters-0.14.1+dfsg1/src/ufo-read-task.c:159:32: error: 
'GLOB_TILDE' undeclared (first use in this function); did you mean 'G_IS_FILE'?
 glob (pattern, GLOB_MARK | GLOB_TILDE, NULL, );
^~
G_IS_FILE
/build/1st/ufo-filters-0.14.1+dfsg1/src/ufo-read-task.c:159:32: note: each 
undeclared identifier is reported only once for each function it appears in
cd /build/1st/ufo-filters-0.14.1+dfsg1/obj-x86_64-linux-gnu/src && 
/usr/bin/cmake -E cmake_link_script 
CMakeFiles/ufofiltervolumerender.dir/link.txt --verbose=1
cd /build/1st/ufo-filters-0.14.1+dfsg1/obj-x86_64-linux-gnu/src && 
/usr/bin/cmake -E cmake_link_script 
CMakeFiles/ufofiltermedianfilter.dir/link.txt --verbose=1
make[3]: Leaving directory 
'/build/1st/ufo-filters-0.14.1+dfsg1/obj-x86_64-linux-gnu'
src/CMakeFiles/ufofilterread.dir/build.make:65: recipe for target 
'src/CMakeFiles/ufofilterread.dir/ufo-read-task.c.o' failed
make[3]: *** [src/CMakeFiles/ufofilterread.dir/ufo-read-task.c.o] Error 1


GLOB_TILDE is a GNU extension, therefore it looks correct
that it is (no longer) available with -std=c99.



Bug#880380: [pkg-horde] Bug#880380: patch correction

2017-11-27 Thread Mathieu Parent
Control: forwarded -1 https://github.com/horde/Db/pull/1
Control: tag -1 + upstream

2017-11-21 10:17 GMT+01:00 Ivan Sergio Borgonovo :
> Hi,
>
> finally I got the time to look at it, I saw someone was already working on a
> patch.
>
> I added few comments to the proposed patch. I hope it will get into new
> release.

OK. We'll wait that the patch is merged.

Regards

-- 
Mathieu Parent



Bug#882954: lintian: warn about "team upload" but uploader is an uploader

2017-11-27 Thread Mattia Rizzolo
Package: lintian
Severity: wishlist

please warn if somebody tries to do a "Team upload" (i.e. that string is
in the changelog) but the person in the changelog trailer is among the
Maintainer/Uploaders.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#683495: Mandating use of /usr/bin/perl in Policy

2017-11-27 Thread Damyan Ivanov
-=| Bill Allombert, 27.11.2017 21:10:12 +0100 |=-
> Before we make it a must, is there a lintian test for it ?

(Disclaimer: I am not an expert on lintian internals.)

I looked at lintian's collection/scripts file (lines 39-66) and there 
doesn't seem to be such a check.

The lines above serve to collect data about the script, and everything 
after the interpreter is removed.

Later (checks/scripts.pm, lines 314-316) /usr/bin/env is considered as 
an allowed way to avoid specifying absolute path to the interpreter.

A proper check would need to first collect the parameters of the 
interpreter (collection/scripts) and later see if /usr/bin/env has 
'perl' as argument (check/scripts.pm).


-- dam



Bug#834663: speech-tools: typo in debian/rules (override_dh_shlibsdeps -> override_dh_shlibdeps)

2017-11-27 Thread Paul Gevers
Control: tags -1 pending

On Wed, 17 Aug 2016 22:33:43 +0100 Chris Lamb  wrote:
> I believe there is a typo in your debian/rules (override_dh_shlibsdeps -> 
> override_dh_shlibdeps).

I removed the target¹, it seems it isn't needed anymore.

Paul

¹
https://anonscm.debian.org/git/tts/speech-tools.git/commit/?id=e1becf537fa54ad1269a428e0619e97992ca9ee1



signature.asc
Description: OpenPGP digital signature


Bug#882797: [Pkg-samba-maint] Bug#882797: samba: time machine support

2017-11-27 Thread Mathieu Parent
Control: forwarded -1 https://bugzilla.samba.org/show_bug.cgi?id=12380
Control:  tag -1 + upstream fixed-upstream

2017-11-26 22:24 GMT+01:00 Matt Taggart :
> Package: samba
> Version: 2:4.7.3+dfsg-1
> Severity: wishlist
>
> I was searching for support for using Apple's (proprietary) Time Machine
> MacOS backup system over the network to a Debian system.
>
> In the past Time Machine used Apple's AFP and people were successful using
> the netatalk software (with some tweaks on the client) to make this work.
>
> But I just found this forum post that indicated that Apple is moving away
> from AFP and to SMB instead,
>
> https://discussions.apple.com/message/30723500#message30723500
>
> The thread indicates that Apple has talked to the samba project about what
> is needed to support this. I searched and I found this upstream bug,
>
> https://bugzilla.samba.org/show_bug.cgi?id=12380
>
> So it's coming in 4.8!
> This is a wishlist bug to help others that might be looking for the same
> info. I'd love to help test this once 4.8 goes into experimental/unstable,
> maintainers please let us know when people can help test.

...

We'll wait then ...

Regards

-- 
Mathieu Parent



Bug#882159: (no subject)

2017-11-27 Thread Todd Bizzak
I'm replying to get details

Bug#882953: php-phpdocumentor-reflection FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-phpdocumentor-reflection
Version: 1.1.0-1
Severity: serious
Tags: buster sid experimental

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-phpdocumentor-reflection.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-phpdocumentor-reflection-1.1.0'
phpunit --include-path src --bootstrap debian/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-phpdocumentor-reflection-1.1.0/tests/unit/phpDocumentor/Reflection/BaseReflectorTest.php
 on line 25
debian/rules:15: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882952: php-phpdocumentor-reflection-docblock FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-phpdocumentor-reflection-docblock
Version: 2.0.4-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-phpdocumentor-reflection-docblock.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory 
'/build/1st/php-phpdocumentor-reflection-docblock-2.0.4'
phpunit --bootstrap src/phpDocumentor/Reflection/DocBlock/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-phpdocumentor-reflection-docblock-2.0.4/tests/phpDocumentor/Reflection/DocBlock/DescriptionTest.php
 on line 23
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882875: [Pkg-opencl-devel] Bug#882875: pocl: FTBFS with cmake: kernel/test_printf fails on i386

2017-11-27 Thread James Price
Reproduced on my 32-bit VM.

The issue is that the top level CMakeLists.txt checks CMAKE_SYSTEM_PROCESSOR to 
determine whether the machine is i386, but on some systems the processor is 
actually i686 or similar. Probably just needs to match against "i.86” instead, 
which is what the old `fix-tests-i386.patch` used to do for autotools.

James

> On 27 Nov 2017, at 18:31, Andreas Beckmann  wrote:
> 
> Source: pocl
> Version: 0.13-12
> Severity: serious
> Justification: fails to build from source (but built successfully in the past)
> 
> https://buildd.debian.org/status/fetch.php?pkg=pocl=i386=0.13-12=1511803243=0
> 
> Can't reproduce this on my amd64 machine in a i386 chroot.
> 
> It may be related to set-POCL_DEVICE_ADDRESS_BITS-before-use.patch which
> fixed that for me.
> 
> As I understood, the test is supposed to fail on i386 and succeed on
> amd64. That is being fixed up by fix-tests-i386.patch for autotest, and
> tests/kernel/CMakeLists.txt also should set WILL_FAIL 1 as well.
> Unless I386 detection is still not working.
> 
> Packaging is in branch experimental.
> 
> 
> Andreas
> 
> PS: I want this to work like 0.13-11 in sid before I even start
>debugging new issues with 0.14
> 
> ___
> Pkg-opencl-devel mailing list
> pkg-opencl-de...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-opencl-devel



Bug#882951: symfony FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: symfony
Version: 2.8.7+dfsg-1.3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/symfony.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/symfony-2.8.7+dfsg'
ln -s ./src/Symfony ./Symfony
mkdir --parents vendor
ln -s ../debian/autoload.build.php ./vendor/autoload.php
# Actual tests suite
components=$(find src/Symfony -mindepth 3 -type f -name phpunit.xml.dist 
-printf '%h\n') && \
 echo "$components" | parallel --gnu --keep-order '/bin/echo -e "\\nRunning {} 
tests"; phpunit --colors=always --exclude-group 
online,network,tty,benchmark,intl-data,dns-sensitive {} || (/bin/echo -e 
"\\e[41mKO\\e[0m {}" && $(exit 1));';

Running src/Symfony/Component/Yaml tests
KO src/Symfony/Component/Yaml
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Yaml/Tests/DumperTest.php 
on line 17

Running src/Symfony/Component/VarDumper tests
KO src/Symfony/Component/VarDumper
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php
 on line 22

Running src/Symfony/Component/Validator tests
KO src/Symfony/Component/Validator
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Validator/Tests/ConstraintTest.php
 on line 22

Running src/Symfony/Component/Translation tests
KO src/Symfony/Component/Translation
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTest.php
 on line 17

Running src/Symfony/Component/Templating tests
KO src/Symfony/Component/Templating
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Templating/Tests/DelegatingEngineTest.php
 on line 18

Running src/Symfony/Component/Stopwatch tests
KO src/Symfony/Component/Stopwatch
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php
 on line 23

Running src/Symfony/Component/Serializer tests
KO src/Symfony/Component/Serializer
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php
 on line 19

Running src/Symfony/Component/Security tests
KO src/Symfony/Component/Security
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php
 on line 20

Running src/Symfony/Component/Security/Http tests
KO src/Symfony/Component/Security/Http
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php
 on line 16

Running src/Symfony/Component/Security/Guard tests
KO src/Symfony/Component/Security/Guard
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Guard/Tests/Firewall/GuardAuthenticationListenerTest.php
 on line 23

Running src/Symfony/Component/Security/Csrf tests
KO src/Symfony/Component/Security/Csrf
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php
 on line 20

Running src/Symfony/Component/Security/Core tests
KO src/Symfony/Component/Security/Core
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php
 on line 20

Running src/Symfony/Component/Routing tests
KO src/Symfony/Component/Routing
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php
 on line 16

Running src/Symfony/Component/PropertyInfo tests
KO src/Symfony/Component/PropertyInfo
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/PropertyInfo/Tests/Extractors/PhpDocExtractorTest.php
 on line 20

Running src/Symfony/Component/PropertyAccess tests
KO src/Symfony/Component/PropertyAccess
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTest.php
 on line 17

Running src/Symfony/Component/Process tests
KO src/Symfony/Component/Process
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 

Bug#882949: php-sabre-xml FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-sabre-xml
Version: 1.4.2-1
Severity: serious
Tags: buster sid 

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sabre-xml.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sabre-xml-1.4.2'
phpunit --configuration tests/phpunit.xml.dist
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sabre-xml-1.4.2/tests/Sabre/Xml/ContextStackTest.php on line 12
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#683495: Mandating use of /usr/bin/perl in Policy

2017-11-27 Thread Sean Whitton
Hello Bill,

On Mon, Nov 27 2017, Bill Allombert wrote:

> Before we make it a must, is there a lintian test for it ?

I am not sure.

> How may packages need to be fixed ?

I don't think we need to worry about this because it is already a 'must'
in the Perl policy, and it has been for some time.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#882950: phpdox FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: phpdox
Version: 0.8.1.1-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/phpdox.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/phpdox-0.8.1.1'
phpunit --bootstrap src/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/phpdox-0.8.1.1/tests/Unit/DirectoryCleanerTest.php on line 39
debian/rules:9: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882723: src:keepassxc: Generated file without preferred form of source: src/zxcvbn/dict-src.h

2017-11-27 Thread Sean Whitton
Hello,

On Mon, Nov 27 2017, Joerg Jaspert wrote:

> And what guarantees that they will always be together? On CDs, partial
> mirrors (ok, not so important), when something gets removed? And our
> download links (say, packages.d.o) dont tell you to also download file
> X, y and z for getting all of the source you need.

What I was thinking was that README.source would point to src:zxcvbn-c.
But I see what you mean about CDs.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#882948: php-sabre-http FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-sabre-http-3
Version: 3.0.5-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sabre-http-3.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sabre-http-3-3.0.5'
phpunit --configuration tests/phpunit.xml --bootstrap lib/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sabre-http-3-3.0.5/tests/HTTP/Auth/AWSTest.php on line 9
PHP Stack trace:
PHP   1. {main}() /usr/bin/phpunit:0
PHP   2. PHPUnit\TextUI\Command::main() /usr/bin/phpunit:34
PHP   3. PHPUnit\TextUI\Command->run() 
/usr/share/php/PHPUnit/TextUI/Command.php:148
PHP   4. PHPUnit\TextUI\Command->handleArguments() 
/usr/share/php/PHPUnit/TextUI/Command.php:159
PHP   5. PHPUnit\Util\Configuration->getTestSuiteConfiguration() 
/usr/share/php/PHPUnit/TextUI/Command.php:837
PHP   6. PHPUnit\Util\Configuration->getTestSuite() 
/usr/share/php/PHPUnit/Util/Configuration.php:910
PHP   7. PHPUnit\Framework\TestSuite->addTestFiles() 
/usr/share/php/PHPUnit/Util/Configuration.php:1014
PHP   8. PHPUnit\Framework\TestSuite->addTestFile() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:392
PHP   9. PHPUnit\Util\Fileloader::checkAndLoad() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:319
PHP  10. PHPUnit\Util\Fileloader::load() 
/usr/share/php/PHPUnit/Util/Fileloader.php:48
PHP  11. include_once() /usr/share/php/PHPUnit/Util/Fileloader.php:64
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882946: composer FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: composer
Version: 1.5.2-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/composer.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/composer-1.5.2'
phpunit --include-path src --verbose --exclude-group remote,git
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/composer-1.5.2/tests/Composer/TestCase.php on line 22
debian/rules:17: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882945: phpunit-global-state FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: phpunit-global-state
Version: 2.0.0really1.1.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/phpunit-global-state.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/phpunit-global-state-2.0.0really1.1.1'
mkdir -p vendor SebastianBergmann
# Workaround to ensure the local class takes precedence during tests.
ln -s ../src SebastianBergmann/GlobalState
phpab   --output vendor/autoload.php \
--basedir vendor \
src tests/_fixture
phpab %development% - Copyright (C) 2009 - 2017 by Arne Blankerts and 
Contributors

Scanning directory src
Scanning directory tests/_fixture

Autoload file vendor/autoload.php generated.

ant phpunit
Unable to locate tools.jar. Expected to find it in 
/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: /build/1st/phpunit-global-state-2.0.0really1.1.1/build.xml

phpunit:
 [exec] PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/phpunit-global-state-2.0.0really1.1.1/tests/BlacklistTest.php on 
line 17

BUILD FAILED
/build/1st/phpunit-global-state-2.0.0really1.1.1/build.xml:28: exec returned: 
255

Total time: 0 seconds
debian/rules:15: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1



Bug#882947: php-phpdocumentor-type-resolver FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-phpdocumentor-type-resolver
Version: 0.2.1-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-phpdocumentor-type-resolver.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-phpdocumentor-type-resolver-0.2.1'
phpunit --bootstrap debian/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-phpdocumentor-type-resolver-0.2.1/tests/unit/TypeResolverTest.php
 on line 24
debian/rules:19: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882943: php-guzzlehttp-psr7 FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-guzzlehttp-psr7
Version: 1.3.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-guzzlehttp-psr7.html

...
   dh_auto_test
make -j1 test
make[1]: Entering directory '/build/1st/php-guzzlehttp-psr7-1.3.1'
phpunit 
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-guzzlehttp-psr7-1.3.1/tests/AppendStreamTest.php on line 7
Makefile:4: recipe for target 'test' failed
make[1]: *** [test] Error 255



Bug#882944: php-monolog FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-monolog
Version: 1.23.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-monolog.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-monolog-1.23.0'
phpunit --bootstrap autoload.php --include-path src
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-monolog-1.23.0/tests/Monolog/ErrorHandlerTest.php on line 16
debian/rules:20: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#868848: debian-installer-utils: "list-devices partition" should report LVM logical volumes too

2017-11-27 Thread Raphael Hertzog
Control: tag -1 + pending

Hi,

On Sun, 29 Oct 2017, Colin Watson wrote:
> I think this is basically a reasonable thing to do, but it seems to me
> that it's going to cause rescue-mode to list LVs twice (see the
> choose_root function).  Could you fix that?  A sensible approach would
> probably be to exclude entries from LVMPARTS that are already in
> PARTITIONS, and we can simplify that later once the new list-devices is
> in place.

I fixed that by simply deduplicating the entries (with sort -u) after
having collated all entries to display.

See 
https://anonscm.debian.org/cgit/d-i/rescue.git/commit/?id=cfcb7296b519f462395bcf7a63c1ed7da897b5d7

> > and I'm not convinced that it's really required either (it's not a
> > requirement for iso-scan at least). I'm ccing Colin, he might have
> > some insight to share on this.
> 
> I could go either way on this, but I think it would probably make most
> sense to exclude partitions already in use by VGs.  "list-devices
> partition" is generally used to offer menus of partitions to find
> various files on, for which in-use PVs aren't going to be eligible; and
> the LVM assembly code uses its own code to find partitions.

Done. I pushed my changes.

https://anonscm.debian.org/cgit/d-i/debian-installer-utils.git/commit/?id=7e7e7905fb9805244274b93ae5280354d642125b
https://anonscm.debian.org/cgit/d-i/debian-installer-utils.git/commit/?id=3b2e9de85580f384e234aa787ae8a9e0b677f62e

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Bug#882942: [sieve-connect] perl regex deprecation warning

2017-11-27 Thread Michał Mirosław
Package: sieve-connect
Version: 0.88-1
Severity: normal

--- Please enter the report below this line. ---

When started, sieve-connect spews warning:

$ sieve-connect 
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 
5.30), passed through in regex; marked by <-- HERE in m/^{ <-- HERE 
(\d+)\+?}\r?$/ at /usr/bin/sieve-connect line 926.
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 
5.30), passed through in regex; marked by <-- HERE in m/^{ <-- HERE 
(\d+)\+?}\r?$/ at /usr/bin/sieve-connect line 1509.
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 
5.30), passed through in regex; marked by <-- HERE in m/^{ <-- HERE 
\d+\+?}\r?\n?/ at /usr/bin/sieve-connect line 1525.
Connection to  failed.

Fix attached.

--- System information. ---
Architecture: 
Kernel:   Linux 4.13.11mq+

Debian Release: buster/sid
  900 testing-debug   debug.mirrors.debian.org 
  900 testing ftp.pl.debian.org 
  800 stretch-backports ftp.pl.debian.org 
  750 stable  security.debian.org 
  750 stable  ftp.pl.debian.org 
  750 proposed-updates ftp.pl.debian.org 
  700 unstableftp.pl.debian.org 
  600 experimentalftp.pl.debian.org 
  500 unstable-debug  debug.mirrors.debian.org 
  500 stable-debugdebug.mirrors.debian.org 
  500 stable  repository.spotify.com 
  500 stable  dl.google.com 
1 experimental-debug debug.mirrors.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
perl:any| 
libauthen-sasl-perl (>= 2.11-1) | 2.1600-1
libio-socket-inet6-perl | 2.72-2
libnet-dns-perl | 1.10-2
libio-socket-ssl-perl   | 2.052-1
libmime-base64-perl | 
libterm-readkey-perl| 2.37-1+b2


Recommends (Version) | Installed
-+-===
libterm-readline-gnu-perl| 1.35-1+b2


Package's Suggests field is empty.
--- sieve-connect.orig	2016-08-30 12:13:26.0 +0200
+++ sieve-connect	2017-11-27 21:37:19.548717710 +0100
@@ -923,11 +923,11 @@
 		if (/^"(.*)"\r?\n?$/) {
 			$challenge = $1;
 		} else {
-			unless (/^{(\d+)\+?}\r?$/m) {
+			unless (/^\{(\d+)\+?\}\r?$/m) {
 sfinish $sock, "*";
 closedie($sock, "Failure to parse server SASL response.\n");
 			}
-			($challenge = $_) =~ s/^{\d+\+?}\r?\n?//;
+			($challenge = $_) =~ s/^\{\d+\+?\}\r?\n?//;
 		}
 		$challenge = decode_base64($challenge);
 
@@ -1506,7 +1506,7 @@
 		warn qq{Empty script "$remotefn"?  Not saved.\n};
 		return;
 	}
-	unless (/^{(\d+)\+?}\r?$/m) {
+	unless (/^\{(\d+)\+?\}\r?$/m) {
 		die "QUIT:Failed to parse server response to GETSCRIPT";
 	}
 	my $contentdata = $_;
@@ -1522,7 +1522,7 @@
 			or die "write-open($localfn) failed: $!\n";
 		$oldouthandle = select $fh;
 	}
-	$contentdata =~ s/^{\d+\+?}\r?\n?//m;
+	$contentdata =~ s/^\{\d+\+?\}\r?\n?//m;
 	print $contentdata;
 	select $oldouthandle if defined $oldouthandle;
 	if (defined $fh) {
@@ -1909,7 +1909,7 @@
 		$LOST_CONNECTION = 1;
 		die "Connection dropped unexpectedly when trying to read.\n";
 	}
-	if ($l =~ /{(\d+)\+?}\s*\n?\z/) {
+	if ($l =~ /\{(\d+)\+?\}\s*\n?\z/) {
 		debug "... literal string response, length $1";
 		my $len = $1;
 		if ($len == 0) {


Bug#882941: twig FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: twig
Version: 1.24.0-2
Severity: serious
Tags: buster sid experimental

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/twig.html

...
   debian/rules override_dh_auto_test-indep
make[1]: Entering directory '/build/1st/twig-1.24.0'
phpunit --bootstrap lib/Twig/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/twig-1.24.0/test/Twig/Tests/AutoloaderTest.php on line 12
debian/rules:30: recipe for target 'override_dh_auto_test-indep' failed
make[1]: *** [override_dh_auto_test-indep] Error 255



Bug#882940: php-guzzlehttp-promises FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-guzzlehttp-promises
Version: 1.1.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-guzzlehttp-promises.html

...
   dh_auto_test
make -j1 test
make[1]: Entering directory '/build/1st/php-guzzlehttp-promises-1.1.0'
phpunit
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-guzzlehttp-promises-1.1.0/tests/AggregateExceptionTest.php on 
line 6
Makefile:4: recipe for target 'test' failed
make[1]: *** [test] Error 255



Bug#882939: php-sabredavroot@localhost:/tmp#

2017-11-27 Thread Adrian Bunk
Source: php-sabredav
Version: 1.8.12-3
Severity: serious
Tags: buster sid experimental
Control: found -1 3.2.0-1

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sabredav.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sabredav-1.8.12'
/usr/bin/phpunit --configuration tests/phpunit.xml
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sabredav-1.8.12/tests/Sabre/DAVServerTest.php on line 27
debian/rules:20: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882937: apparmor: cupsd profile blocks creation of PDF files with printer-driver-cups-pdf

2017-11-27 Thread Nuno Oliveira
Package: apparmor
Version: 2.11.1-3
Severity: normal

Dear Maintainer,

Enabling apparmor blocks the creation of PDF files with 
printer-driver-cups-pdf, since the output files are created in 
~/PDF. Temporarily disabling the /etc/apparmor.d/usr.sbin.cupsd profile 
restores printing to pdf files.

Thanks,

Nuno.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable'), (300, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=pt_PT.UTF8, LC_CTYPE=pt_PT.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to pt_PT.UTF8), LANGUAGE=pt_PT:pt_BR:en (charmap=UTF-8) (ignored: LC_ALL 
set to pt_PT.UTF8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apparmor depends on:
ii  debconf [debconf-2.0]  1.5.65
ii  libc6  2.25-2
ii  lsb-base   9.20170808
ii  python33.6.3-2

apparmor recommends no packages.

Versions of packages apparmor suggests:
ii  apparmor-profiles2.11.1-3
ii  apparmor-profiles-extra  1.16
ii  apparmor-utils   2.11.1-3

-- debconf information:
* apparmor/homedirs:


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable'), (300, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/24 CPU cores)
Locale: LANG=pt_PT.UTF8, LC_CTYPE=pt_PT.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to pt_PT.UTF8), LANGUAGE=pt:pt_BR:en (charmap=UTF-8) (ignored: LC_ALL set 
to pt_PT.UTF8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apparmor depends on:
ii  debconf [debconf-2.0]  1.5.65
ii  libc6  2.24-17
ii  lsb-base   9.20170808
ii  python33.6.3-2

apparmor recommends no packages.

Versions of packages apparmor suggests:
ii  apparmor-profiles2.11.1-3
ii  apparmor-profiles-extra  1.16
ii  apparmor-utils   2.11.1-3

-- debconf information:
* apparmor/homedirs:



Bug#882938: php-net-ldap2 FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-net-ldap2
Version: 2.2.0-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-net-ldap2.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-net-ldap2-2.2.0'
phpunit --include-path Net_LDAP2-*/ Net_LDAP2-*/tests
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-net-ldap2-2.2.0/Net_LDAP2-2.2.0/tests/Net_LDAP2_TestBase.php on 
line 2
debian/rules:7: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#853485: closed by Balint Reczey <rbal...@ubuntu.com> (Bug#853485: fixed in libcec 4.0.2+dfsg1-1)

2017-11-27 Thread Bálint Réczey
Hi Mattia,

2017-11-13 18:42 GMT+01:00 Mattia Rizzolo :
> On Tue, Sep 05, 2017 at 10:09:03PM +, Debian Bug Tracking System wrote:
>> This is an automatic notification regarding your Bug report
>> which was filed against the src:libcec package:
>>
>> #853485: libcec: ftbfs with GCC-7
>>
>> It has been closed by Balint Reczey .
>
> Hi,
>
> is there any reason to keep this in experimental, or can it be moved to
> unstable as well?

I kept it in experimental while kodi (reverse dependency) was FTBFS,
but now it can be uploaded to unstable.
I already prepared the update and I'm also in the process of updating kodi.

Cheers,
Balint



Bug#882936: php-email-validator FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-email-validator
Version: 1.2.14-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-email-validator.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-email-validator-1.2.14'
phpunit --bootstrap src/Egulias/EmailValidator/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-email-validator-1.2.14/tests/egulias/Tests/EmailValidator/EmailLexerTest.php
 on line 7
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882935: php-sabre-http FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-sabre-http
Version: 4.2.1-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sabre-http.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sabre-http-4.2.1'
phpunit --configuration tests/phpunit.xml
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sabre-http-4.2.1/tests/HTTP/Auth/AWSTest.php on line 8
PHP Stack trace:
PHP   1. {main}() /usr/bin/phpunit:0
PHP   2. PHPUnit\TextUI\Command::main() /usr/bin/phpunit:34
PHP   3. PHPUnit\TextUI\Command->run() 
/usr/share/php/PHPUnit/TextUI/Command.php:148
PHP   4. PHPUnit\TextUI\Command->handleArguments() 
/usr/share/php/PHPUnit/TextUI/Command.php:159
PHP   5. PHPUnit\Util\Configuration->getTestSuiteConfiguration() 
/usr/share/php/PHPUnit/TextUI/Command.php:837
PHP   6. PHPUnit\Util\Configuration->getTestSuite() 
/usr/share/php/PHPUnit/Util/Configuration.php:910
PHP   7. PHPUnit\Framework\TestSuite->addTestFiles() 
/usr/share/php/PHPUnit/Util/Configuration.php:1014
PHP   8. PHPUnit\Framework\TestSuite->addTestFile() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:392
PHP   9. PHPUnit\Util\Fileloader::checkAndLoad() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:319
PHP  10. PHPUnit\Util\Fileloader::load() 
/usr/share/php/PHPUnit/Util/Fileloader.php:48
PHP  11. include_once() /usr/share/php/PHPUnit/Util/Fileloader.php:64
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#880542: Segfault in wget: seconded.

2017-11-27 Thread Wyatt Ward
I too am getting segfaults from wget when downloading certain files, citing the 
same problem (when running with gdb).
Program received signal SIGSEGV, Segmentation fault.
__strchr_sse2 () at ../sysdeps/x86_64/multiarch/../strchr.S:32
32../sysdeps/x86_64/multiarch/../strchr.S: No such file or directory.



Bug#882873: patch to add memhog and migspeed under /usr/bin

2017-11-27 Thread Manoj Iyer


Please consider this patch to add memhog and migspeed under /usr/bin in 
numactl.


Other distros add these utils under /usr/bin or /usr and scripts and tests 
that use them expect to find these utils there. I have attached a patch 
that installs memhog and migspeed under /usr/bin and updated the 
README.debian accordingly.


Regards
--

Manoj Iyer
Ubuntu/Canonical
ARM Servers - Cloud
Description: Install memhog and migspeed under /usr/bin
 Other distros seem to install memhog and migspeed under /usr/bin or /bin, scripts that use them expect these utils to be installed there. This patch installs memhog and migspeed under /usr/bin
Author: Manoj Iyer manoj.i...@canonical.com
Origin: other
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882873
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -2,9 +2,9 @@ numactl for Debian
 --
 
 Note the example applications, memhog and numademo, are installed in
-/usr/share/doc/numctl/examples.  The upstream source code comes with a
-small test suite which is not included in the Debian package.  You may
-like to investigate this if you are having problems.
+/usr/bin.  The upstream source code comes with a small test suite which
+is not included in the Debian package.  You may like to investigate this
+if you are having problems.
 
 This code is not finalised as yet, so please be sure to report any
 bugs or other mis-behaviour.
--- a/debian/numactl.install
+++ b/debian/numactl.install
@@ -1,3 +1,5 @@
 debian/tmp/usr/bin/numactl
 debian/tmp/usr/bin/numastat
-debian/tmp/usr/bin/migratepages
\ No newline at end of file
+debian/tmp/usr/bin/memhog
+debian/tmp/usr/bin/migratepages
+debian/tmp/usr/bin/migspeed


Bug#882159: Fw: Bug #882159: duply: occasionally shows negative runtimes

2017-11-27 Thread edso
hey Jan,

On 11/27/2017 21:06, Jan Braun wrote:
> Hello,
> Joachim Wiedorn schrob:

i like your past tense of "schreiben"

>> Hello Jan, FYI:
>>  original message 
>> From: e...@users.sourceforge.net
>> Date: Sun, 26 Nov 2017 21:55:28 +0100
>> To: Joachim Wiedorn , cont...@bugs.debian.org,
>> 882...@bugs.debian.org
>>
>> can the reporter maybe test the current snapshot? it should fix the issue.
>>   http://duply.net/wiki/index.php/Duply-code#Latest_Development_Snapshot
> 
> The "2.0.4dev" version I downloaded just now from
> http://duply.net/tmp/duply.sh works for me, outputs times like
> | --- Finished state OK at 19:34:48.724 - Runtime 00:00:00.075 ---
> and takes the "date_fix %s%N" branch (verified via debug printf).
> The diff looks good to me as well.
> Thanks a lot for the quick fix!

you're welcome!
 
> I noticed two unrelated minor oddities:
> 1) On the first run (per profile) with the new version, duply would re-sync
>all the metadata. That's because of the bugfix for #117, which moved
>the metadata location from "$ARCH_DIR/duply_$profile" to
>"$ARCH_DIR/$profile". That leaves around the old, now-useless
>metadata folder. Not a big deal, but maybe it would have been better
>to adjust the comment to match the code instead of the other way
>around?

good argument, let confer w/ the bug reporter on this. on the other hand it is 
just resynching the archive dir not the volumes, so the traffic overhead should 
be manageable. the stale folder is unfortunate.

how about a backward compatibility hack, that uses it as long as it exists, but 
new backups will create it as it was documented all the time?
 
> 2) In line 2172,
> | # for sec�rity reasons, we url_encode username to protect special chars
>there's some (for me undisplayable) unicode (%EF%BF%BD) instead of
>the 'u' in "security". Funny, given the context. :D

finally somebody who get's it, see
  https://sourceforge.net/p/ftplicity/bugs/75/

have fun.. ede/duply.net



Bug#882934: pcb: Segfault on window operations

2017-11-27 Thread Joe Rowan
Package: pcb
Version: 1:4.0.2-4
Severity: grave
Justification: renders package unusable

Used PCB for the first time since early June, so I don't know when this problem 
began. Most movement or closing of program windows causes a segfault.
Here are the last few, in case there is anything useful in the numbers;

Nov 27 18:19:51 jresid kernel: [ 8849.901223] pcb[17889]: segfault at 12c ip 
7fec3e52b333 sp 7ffebc690060 error 4
Nov 27 18:20:32 jresid kernel: [ 8890.836129] pcb[17897]: segfault at 1f08 ip 
7f783385c333 sp 7ffca6825ea0 error 4
Nov 27 18:56:53 jresid kernel: [11072.665606] pcb[23727]: segfault at 298 ip 
7f38767b6333 sp 7ffcd2d92100 error 4
Nov 27 18:58:49 jresid kernel: [11188.635560] pcb[23738]: segfault at 110 ip 
7f5fa0d3c333 sp 7da2f3c0 error 4
Nov 27 19:01:59 jresid kernel: [11377.840046] pcb[23783]: segfault at 6a4 ip 
7f5d78eaf333 sp 7fffd2435560 error 4
Nov 27 19:28:10 jresid kernel: [   66.940661] pcb[1426]: segfault at 164 ip 
7f90fb674333 sp 7ffdfadf0ea0 error 4
Nov 27 19:39:14 jresid kernel: [  376.254327] pcb[4231]: segfault at 340 ip 
7fa198d60333 sp 7ffd2488b2c0 error 4

I tried completely reinstalling, no change.

I tried removing pcb-gtk and installing pcb-lesstif. The program is now stable, 
but I've used the GTK version for years, and I don't think I can get used to 
the Lesstif version.
This appears to be a GTK problem of some kind, but nobody else seems to have 
it. 
What can I try to provide further information?

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

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

Versions of packages pcb depends on:
ii  pcb-common  1:4.0.2-4
ii  pcb-gtk 1:4.0.2-4

pcb recommends no packages.

pcb suggests no packages.

-- no debconf information



Bug#882874: glibc 2.25 FTBFS on ia64

2017-11-27 Thread Aurelien Jarno
Hi,

On 2017-11-27 13:08, Jason Duerstock wrote:
> Source: glibc
> Version: 2.25
> Severity: normal
> 
> Dear Maintainer,
> When trying to build glibc 2.25 under ia64, ld.so does not build properly,
> and produces a segmentation fault immediately upon execution.

Just to be clear, Debian doesn't support ia64 anymore. There is no
problem to add patches to fix this issue, but don't expect an active
work on our side to fix it.

Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net



Bug#882933: php-parser FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-parser
Version: 1.4.1-2
Severity: serious
Tags: buster sid experimental
Control: found -1 3.1.2-1

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-parser.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-parser-1.4.1'
phpunit
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-parser-1.4.1/test/PhpParser/AutoloaderTest.php on line 10
debian/rules:10: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882932: php7cc FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php7cc
Version: 1.1.0-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php7cc.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php7cc-1.1.0'
phpunit --verbose
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php7cc-1.1.0/test/code/CompatibilityViolation/FileContextTest.php on 
line 8
debian/rules:18: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882930: php-symfony-polyfill FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-symfony-polyfill
Version: 1.6.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-symfony-polyfill.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-symfony-polyfill-1.6.0'
phpunit --bootstrap debian/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-symfony-polyfill-1.6.0/tests/Apcu/ApcuTest.php on line 17
debian/rules:61: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882928: php-enum FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-enum
Version: 2.3.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-enum.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-enum-2.3.1'
phpunit
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-enum-2.3.1/tests/MabeEnumTest/EnumMapTest.php on line 18
debian/rules:10: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882929: php-phar-io-manifest FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-phar-io-manifest
Version: 1.0.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-phar-io-manifest.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-phar-io-manifest-1.0.1'
phpunit --bootstrap src/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-phar-io-manifest-1.0.1/tests/ManifestDocumentMapperTest.php on 
line 45
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882931: php-fig-link-util FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-fig-link-util
Version: 1.0.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-fig-link-util.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-fig-link-util-1.0.0'
phpunit --bootstrap=src/autoload.php test
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-fig-link-util-1.0.0/test/GenericLinkProviderTest.php on line 9
debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882736: [pkg-gnupg-maint] Bug#882736: gpg-agent: does not always use same socketdir

2017-11-27 Thread Werner Koch
On Mon, 27 Nov 2017 18:24, ans...@debian.org said:

>> this is a deliberate choice by upstream.
>
> Yes, I saw it in the source :-/

There is a clear reason for this.  In the past we had lot of troubles
with too freely configurable socket names and file systems which don't
support local sockets.  Recall that GnuPG 2.x goes back to 2003 and it
has always used the local socket and fully relied on it for gpgsm - a
maybe nice application but nevertheless a tool which has been in wide
use since about 2005 by a few large sites.  So with 2.2 removed the
trouble by using a fixed socket dir utilizing the /var/run hierarchy
which is on all known Unices a local file system supporting sockets.
The only overhead a _Unix_ sysadm has to do is putting this into
rc.local:

  [ ! -d /run/user ] && mkdir /run/user
  awk -F: = 1000 && $3 < 65000 {print $3}' \
| ( while read uid rest; do
  if [ ! -d "/run/user/$uid" ]; then
mkdir /run/user/$uid
chown $uid /run/user/$uid
chmod 700 /run/user/$uid
  fi
done )

Unfortunately Debian GNU/Linux is no longer a standard Unix system and
thus long standing things don't work anymore. nohup.

On such semi-Unix systems you need to work around their shortcomings; in
your case cron.  Adding yet another thing and in particular XDG, which
more targets the desktop than the server, would make things more
complicate.

However, there is another proposal on the gnupg-devel list to try
another socketdir first.  The suggestion is to try the socket names in
this order:

 1. /var/run/gnupg/user/UID/S.gpg-agent
 2. /var/run/user/UID/gnupg/S.gpg-agent
 3. HOME/.gnupg/S.gpg-agent

The first one would be new.  It has the advantage that systemd does not
know about it and thus can't remove it (and should not because it
belongs to gnupg).  The disadvantage is that systemd does not remove
this directory and gpg-agent can't use the directory removal as trigger
to terminate itself.  However, it is at the discretion of the sysadm to
create such directories in the first place.

The other option would be a global config file to list additional socket
directories to try.  That would a require a bit more code but that shall
not be the problem.

> Yes, but that depends on the internal gpg logic to decide where to put
> sockets (which is unstable).  If one could tell gpg which directory to

That is not unstable due to gpg but because something removes or creates
directories which are supposed to exist right after system startup or at
least before calling gpg the first time.

> It also requires to call gpgconf to configure the supervisor (and the
> location might change at any time in the future so gpgconf needs to be

The directories are fixed and won't change: Iff /var/run/user/UID exists
it is used, if not ~/.gnupg is used (with all its problems). 


Shalom-Salam,

   Werner


--
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgpiqhccJmTEI.pgp
Description: PGP signature


Bug#882927: php-sabre-dav-2.1 FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-sabre-dav-2.1
Version: 2.1.10-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sabre-dav-2.1.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sabre-dav-2.1-2.1.10'
phpunit --configuration tests/phpunit.xml
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sabre-dav-2.1-2.1.10/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
 on line 10
debian/rules:28: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882926: php-klogger FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-klogger
Version: 1.2.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-klogger.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-klogger-1.2.1'
phpunit --bootstrap src/Logger.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-klogger-1.2.1/tests/LoggerTest.php on line 6
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882924: php-symfony-security-acl FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-symfony-security-acl
Version: 3.0.0-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-symfony-security-acl.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-symfony-security-acl-3.0.0'
phpunit --bootstrap autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-symfony-security-acl-3.0.0/Tests/Dbal/AclProviderBenchmarkTest.php
 on line 23
debian/rules:14: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882925: php-webmozart-assert FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-webmozart-assert
Version: 1.2.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-webmozart-assert.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-webmozart-assert-1.2.0'
phpunit --bootstrap src/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-webmozart-assert-1.2.0/tests/AssertTest.php on line 28
debian/rules:10: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882792: [Pkg-xfce-devel] Bug#882792: Bug#882792: xfce4-panel: some icons not appearing in notification panel

2017-11-27 Thread Julian Gilbey
On Mon, Nov 27, 2017 at 08:17:43PM +0100, Yves-Alexis Perez wrote:
> On Mon, 2017-11-27 at 20:03 +0100, Yves-Alexis Perez wrote:
> > On Mon, 2017-11-27 at 18:24 +, Julian Gilbey wrote:
> > > This might be a small hint as to what might be going on: the
> > > .xsession-errors file (attached) is full of errors and warnings
> > > related to /usr/share/themes/Xfce/gtk-3.0/gtk.css.
> > 
> > Was gtk-3 updated recently on your system?
> 
> Seems that gtk-3 broke theming again, but I'm unsure it's actually related.
> Can you try with another theme like Arc?

Ha ha, good catch!  That's half the problem - I've just removed
gtk3-engines-xfce, and now the window menu titles are back to
something sensible.  My libgtk-3-0 is 3.22.24, but that's been
installed for ages, so I don't know why it only just broke.

So the only remaining problem is the icons not appearing in the
notification area, and removing gtk3-engines-xfce hasn't helped there,
unfortunately.

Thanks!!

   Julian



Bug#882922: libgarmin FTCBFS: configures for the build architecture

2017-11-27 Thread Helmut Grohne
Source: libgarmin
Version: 0~svn320-4
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

libgarmin fails to cross build from source, because it configures for
the build architecture by not passing any --host to ./configure.
Deferring that task to dh_auto_configure makes libgarmin cross build
successfully. Please consider applying the attached patch.

Helmut
diff --minimal -Nru libgarmin-0~svn320/debian/changelog 
libgarmin-0~svn320/debian/changelog
--- libgarmin-0~svn320/debian/changelog 2013-07-13 20:11:20.0 +0200
+++ libgarmin-0~svn320/debian/changelog 2017-11-27 21:09:18.0 +0100
@@ -1,3 +1,10 @@
+libgarmin (0~svn320-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure (closes: #-1)
+
+ -- Helmut Grohne   Mon, 27 Nov 2017 21:09:18 +0100
+
 libgarmin (0~svn320-4) unstable; urgency=low
 
   * New patch: automake
diff --minimal -Nru libgarmin-0~svn320/debian/rules 
libgarmin-0~svn320/debian/rules
--- libgarmin-0~svn320/debian/rules 2013-07-13 20:07:08.0 +0200
+++ libgarmin-0~svn320/debian/rules 2017-11-27 21:09:16.0 +0100
@@ -16,7 +16,7 @@
 
 override_dh_auto_configure:
[ -f configure ] || sh autosh.sh
-   ./configure --prefix=/usr
+   dh_auto_configure
 
 override_dh_auto_clean:
[ ! -f Makefile ] || $(MAKE) clean


Bug#882923: php-sabre-uri FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-sabre-uri
Version: 1.1.0-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sabre-uri.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sabre-uri-1.1.0'
phpunit --configuration tests/phpunit.xml.dist --bootstrap lib/autoload.php
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sabre-uri-1.1.0/tests/BuildTest.php on line 5
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882909: Acknowledgement (jessie-pu: package mariab-10.1/10.0.33-1)

2017-11-27 Thread Otto Kekäläinen
Attached the final debdiff (also visible at
https://anonscm.debian.org/cgit/pkg-mysql/mariadb-10.0.git/diff/debian/?id2=debian/10.0.32-1=debian/10.0.33-0%2bdeb8u1)



Sorry for double submission. I thought the first email got lost in
cyberspace as there was no confirmation in 15 minutes, so I resent,
then in 3 minutes I got two confirmations...
diff --git a/debian/changelog b/debian/changelog
index 3b8346c8..84f917d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+mariadb-10.0 (10.0.33-0+deb8u1) jessie; urgency=medium
+
+  * New upstream version 10.0.33.  Includes fixes for the following
+security vulnerabilities:
+- CVE-2017-10378, MDEV-13819
+- CVE-2017-10268
+  * Refresh patches on top of MariaDB 10.0.33
+
+ -- Otto Kekäläinen   Tue, 21 Nov 2017 11:05:51 +0100
+
 mariadb-10.0 (10.0.32-1) jessie-security; urgency=medium
 
   * New upstream version 10.0.32.  Includes fixes for the following
diff --git a/debian/control b/debian/control
index ea171aca..7891fe3d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mariadb-10.0
 Section: database
 Priority: optional
 Maintainer: Debian MySQL Maintainers 
-Uploaders: Otto Kekäläinen , Arnaud Fontaine 
+Uploaders: Otto Kekäläinen , Ondřej Surý 
 Build-Depends: bison,
chrpath,
cmake,
diff --git a/debian/patches/fix-spelling-errors.patch 
b/debian/patches/fix-spelling-errors.patch
index 0067159e..b5914021 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -2,8 +2,8 @@ Description: Fix spelling errors
 Author: Otto Kekäläinen 
 Last-Update: 2014-10-02
 
 mariadb-10.0.orig/storage/connect/tabxml.cpp
-+++ mariadb-10.0/storage/connect/tabxml.cpp
+--- a/storage/connect/tabxml.cpp
 b/storage/connect/tabxml.cpp
 @@ -1845,7 +1845,7 @@ void XMULCOL::ReadColumn(PGLOBAL g)
  
if (N > Tdbp->Limit) {
@@ -13,9 +13,9 @@ Last-Update: 2014-10-02
  PushWarning(g, Tdbp);
  } // endif N
  
 mariadb-10.0.orig/storage/connect/mysql-test/connect/r/xml_mult.result
-+++ mariadb-10.0/storage/connect/mysql-test/connect/r/xml_mult.result
-@@ -51,14 +51,14 @@ WEBXQuery Kick Start   en  Per Bothner 
200
+--- a/storage/connect/mysql-test/connect/r/xml_mult.result
 b/storage/connect/mysql-test/connect/r/xml_mult.result
+@@ -49,14 +49,14 @@ WEBXQuery Kick Start   en  Per Bothner 
200
  WEB   XQuery Kick Start   en  Kurt Cagle  200349.99
  WEB   Learning XMLen  Erik T. Ray 200339.95
  Warnings:
@@ -32,7 +32,7 @@ Last-Update: 2014-10-02
  #
  # Testing concatenated values
  #
-@@ -91,12 +91,12 @@ CHILDREN   Harry Potteren  J K. Rowling20
+@@ -89,12 +89,12 @@ CHILDREN   Harry Potteren  J K. Rowling20
  WEB   XQuery Kick Start   en  James McGovern, Per Bothner, Kurt 
Cagle, James Linn 200349.99
  WEB   Learning XMLen  Erik T. Ray 200339.95
  Warnings:
diff --git a/debian/patches/mysql-test__db_test.patch 
b/debian/patches/mysql-test__db_test.patch
index 3942d011..a5542ecc 100644
--- a/debian/patches/mysql-test__db_test.patch
+++ b/debian/patches/mysql-test__db_test.patch
@@ -4,17 +4,17 @@
 ## DP: Patch 33_scripts__mysql_create_system_tables__no_test removes the
 ## DP: rights for anybody to connect to the test database but the test
 ## DP: suite depends on them.
 mariadb-10.0.orig/mysql-test/mysql-test-run.pl
-+++ mariadb-10.0/mysql-test/mysql-test-run.pl
-@@ -3603,6 +3603,11 @@ sub mysql_install_db {
- mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
-  $bootstrap_sql_file);
+--- a/mysql-test/mysql-test-run.pl
 b/mysql-test/mysql-test-run.pl
+@@ -3606,6 +3606,11 @@ sub mysql_install_db {
+   mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
+$bootstrap_sql_file);
  
-+mtr_tofile($bootstrap_sql_file, "-- Debian removed the default privileges 
on the 'test' database\n");
-+mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES 
('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
-+mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES 
('%','test\\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
++  mtr_tofile($bootstrap_sql_file, "-- Debian removed the default 
privileges on the 'test' database\n");
++  mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES 
('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
++  mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES 
('%','test\\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
 +
 +
- # Add test data 

Bug#683495: Mandating use of /usr/bin/perl in Policy

2017-11-27 Thread Bill Allombert
On Mon, Nov 27, 2017 at 11:34:15AM -0600, Gunnar Wolf wrote:
> Sean Whitton dijo [Sat, Oct 14, 2017 at 11:49:59AM -0700]:
> > I am seeking seconds for the following patch to close this bug, which I
> > think is uncontroversial at this point.
> > 
> > > @@ -185,7 +185,7 @@ All command scripts, including the package maintainer 
> > > scripts inside the
> > >  package and used by ``dpkg``, should have a ``#!`` line naming the shell
> > >  to be used to interpret them.
> > >
> > > -In the case of Perl scripts this should be ``#!/usr/bin/perl``.
> > > +In the case of Perl scripts this must be ``#!/usr/bin/perl``.
> > >
> > >  When scripts are installed into a directory in the system PATH, the
> > >  script name should not include an extension such as ``.sh`` or ``.pl``
> 
> Seconded.

Before we make it a must, is there a lintian test for it ?
How may packages need to be fixed ?

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



Bug#882921: php-token-stream FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-token-stream
Version: 1.4.11-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-token-stream.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-token-stream-1.4.11'
ln -s src PHP
ant phpunit
Unable to locate tools.jar. Expected to find it in 
/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: /build/1st/php-token-stream-1.4.11/build.xml

phpunit:
 [exec] PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-token-stream-1.4.11/tests/Token/ClassTest.php on line 23

BUILD FAILED
/build/1st/php-token-stream-1.4.11/build.xml:28: exec returned: 255

Total time: 0 seconds
debian/rules:10: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1



Bug#882159: Fw: Bug #882159: duply: occasionally shows negative runtimes

2017-11-27 Thread Jan Braun
Hello,
Joachim Wiedorn schrob:
> Hello Jan, FYI:
>  original message 
> From: e...@users.sourceforge.net
> Date: Sun, 26 Nov 2017 21:55:28 +0100
> To: Joachim Wiedorn , cont...@bugs.debian.org,
> 882...@bugs.debian.org
> 
> can the reporter maybe test the current snapshot? it should fix the issue.
>   http://duply.net/wiki/index.php/Duply-code#Latest_Development_Snapshot

The "2.0.4dev" version I downloaded just now from
http://duply.net/tmp/duply.sh works for me, outputs times like
| --- Finished state OK at 19:34:48.724 - Runtime 00:00:00.075 ---
and takes the "date_fix %s%N" branch (verified via debug printf).
The diff looks good to me as well.
Thanks a lot for the quick fix!

I noticed two unrelated minor oddities:
1) On the first run (per profile) with the new version, duply would re-sync
   all the metadata. That's because of the bugfix for #117, which moved
   the metadata location from "$ARCH_DIR/duply_$profile" to
   "$ARCH_DIR/$profile". That leaves around the old, now-useless
   metadata folder. Not a big deal, but maybe it would have been better
   to adjust the comment to match the code instead of the other way
   around?

2) In line 2172,
| # for sec�rity reasons, we url_encode username to protect special chars
   there's some (for me undisplayable) unicode (%EF%BF%BD) instead of
   the 'u' in "security". Funny, given the context. :D

HTH and thanks again,
Jan


signature.asc
Description: PGP signature


Bug#882920: php-zeta-console-tools FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-zeta-console-tools
Version: 1.7-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-zeta-console-tools.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-zeta-console-tools-1.7'
phpunit --exclude-group interactive
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/usr/share/php/ezc/UnitTest/test/case.php on line 33
debian/rules:20: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882919: php-text-password FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-text-password
Version: 1.2.1-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-text-password.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-text-password-1.2.1'
cd Text_Password-* && \
phpunit tests
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-text-password-1.2.1/Text_Password-1.2.1/tests/Text_Password_Test.php
 on line 48
debian/rules:7: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



Bug#882918: php-sql-formatter FTBFS with phpunit 6.4.4-2

2017-11-27 Thread Adrian Bunk
Source: php-sql-formatter
Version: 1.2.17-2
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/php-sql-formatter.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/php-sql-formatter-1.2.17'
phpunit --include-path lib
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/php-sql-formatter-1.2.17/tests/SqlFormatterTest.php on line 7
debian/rules:14: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 255



  1   2   3   >