[DRE-maint] ruby-omniauth-saml 1.10.0-1 MIGRATED to testing

2018-04-01 Thread Debian testing watch
FYI: The status of the ruby-omniauth-saml source package
in Debian's testing distribution has changed.

  Previous version: 1.7.0-1
  Current version:  1.10.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#836369: marked as done (redmine: install after purge fails due to missing ucf(r) call during postrm)

2018-04-01 Thread Debian Bug Tracking System
Your message dated Mon, 02 Apr 2018 12:14:24 +0900
with message-id <1823e513f64ab133399c86da5765d...@duckcorp.org>
and subject line Re: redmine: install after purge fails due to missing ucf(r) 
call  during postrm
has caused the Debian Bug report #836369,
regarding redmine: install after purge fails due to missing ucf(r) call during 
postrm
to be marked as done.

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

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


-- 
836369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836369
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: redmine
Version: 3.2.3-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

During my investigation of bug 835987¹, I noticed that redmine fails to install
properly if you installed and purged it before. The problem is that redmine
fails to call ucf and ucfr during postrm for the configuration files that are
created by dbconfig-common. The documentation of dbconfig-common contains the
following paragraph (the last paragraph of 3.2.1)¹:
"""
NOTE if you use this feature, you should also ensure that the generated file is
properly removed in the postrm script. dbconfig-common can not handle this
itself, unfortunately, because it may be possible that it is purged before your
package is purged. therefore, you should do the following in your postrm
script:

 if [ "$1" = "purge" ]; then
 rm -f yourconfigfile
 if which ucf >/dev/null 2>&1; then
 ucf --purge yourconfigfile
 ucfr --purge yourpackage yourconfigfile
 fi
 fi
"""

Relevant part of the logging:
root@sid:~# DEBIAN_FRONTEND=noninteractive apt-get install redmine

root@sid:~# DEBIAN_FRONTEND=readline apt-get purge redmine

Removing redmine (3.2.3-1) ...

Deconfigure database for redmine/instances/default with dbconfig-common? 
[yes/no] yes

Delete the database for redmine/instances/default? [yes/no] yes

dbconfig-common: dumping sqlite3 database redmine_default to 
/var/tmp/redmine/instances/default.redmine_default.2016-09-02-08.09.sqlite3.m3LLGd.
dbconfig-common: dropping sqlite3 database redmine_default.
dropping database redmine_default: success.
verifying database redmine_default was dropped: success.
dbconfig-common: revoking privileges for user redmine_default on 
redmine_default.
Removing redmine (3.2.3-1) ...
Purging configuration files for redmine (3.2.3-1) ...

root@sid:~# DEBIAN_FRONTEND=noninteractive apt-get install redmine

Setting up redmine (3.2.3-1) ...
dbconfig-common: writing config to 
/etc/dbconfig-common/redmine/instances/default.conf

Creating config file /etc/dbconfig-common/redmine/instances/default.conf with 
new version
Not replacing deleted config file /etc/redmine/default/database.yml

^^^

creating database redmine_default: success.
verifying database redmine_default exists: success.
rake aborted!
Cannot load `Rails.application.database_configuration`:
Could not load database configuration. No such file - 
["/usr/share/redmine/instances/default/config/database.yml"]
/usr/share/redmine/lib/plugins/acts_as_activity_provider/init.rb:2:in `block in 
'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `eval'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `block in '
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `each'
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `'
/usr/share/redmine/config/environment.rb:14:in `'
Could not load database configuration. No such file - 
["/usr/share/redmine/instances/default/config/database.yml"]
/usr/share/redmine/lib/plugins/acts_as_activity_provider/init.rb:2:in `block in 
'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `eval'
/usr/share/redmine/config/initializers/00-core_plugins.rb:12:in `block in '
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `each'
/usr/share/redmine/config/initializers/00-core_plugins.rb:2:in `'
/usr/share/redmine/config/environment.rb:14:in `'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
dpkg: error processing package redmine (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 redmine
E: Sub-process /usr/bin/dpkg returned an error code (1)


¹ 
https://www.debian.org/doc/manuals/dbconfig-common/ch-develguide.html#s-genconfig

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJXyTZOAAoJEJxcmesFvXUK93IIAMembELcEDWHuO9U9FF1TWAw

[DRE-maint] Bug#882006: redmine: "no_notification" option is not honored in mail_handler.rb

2018-04-01 Thread duck

Quack,

I had a look at your problem and the current code. I can see in 
`create_user_from_email` that the code is much different now (in 3.4.4):

  if handler_options[:no_notification]
user.mail_notification = 'none'
  end

So I think you problem is solved now.

Could you have a look at 3.4.4-1 (soon to be uploaded) and tell us if 
this is fine?


Regards.
\_o<

--
Marc Dequènes

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] ruby-xmlrpc_0.3.0-1_amd64.changes ACCEPTED into unstable, unstable

2018-04-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 31 Mar 2018 15:03:47 -0300
Source: ruby-xmlrpc
Binary: ruby-xmlrpc
Architecture: source all
Version: 0.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Antonio Terceiro 
Description:
 ruby-xmlrpc - XMLRPC library for Ruby
Changes:
 ruby-xmlrpc (0.3.0-1) unstable; urgency=medium
 .
   * Initial release
Checksums-Sha1:
 715dd75833e730a6997180728f5a3dd7d84aa54d 2015 ruby-xmlrpc_0.3.0-1.dsc
 3160ffc0de0dec9011319d7e3ba81f2e7e6f1a16 34157 ruby-xmlrpc_0.3.0.orig.tar.gz
 639b219b15618b1694108bbc64de2d53c3a15da6 2416 ruby-xmlrpc_0.3.0-1.debian.tar.xz
 0554e240d60ddb6417916a51f03283fc39bdf74d 23536 ruby-xmlrpc_0.3.0-1_all.deb
 0f8cdfa4a903370e4ab161e07da40fedf4adeb91 6462 
ruby-xmlrpc_0.3.0-1_amd64.buildinfo
Checksums-Sha256:
 8f99db14cb2371c400a1a51630ee6a14e69c63c2b76f729ad29a1361fc763564 2015 
ruby-xmlrpc_0.3.0-1.dsc
 22cc05f6c74027b0a5f4036fda80598b5dc23f37f6004ec4c870ca1343a56677 34157 
ruby-xmlrpc_0.3.0.orig.tar.gz
 3db3a5877bbbcc97f321cce33a3b5e77dc34ebe9532fa0e3c078fd9492027ff5 2416 
ruby-xmlrpc_0.3.0-1.debian.tar.xz
 89251238953a0f750e7247da85404b56511d3a7cfb5beaa3a7434459a3693aa4 23536 
ruby-xmlrpc_0.3.0-1_all.deb
 459ffe529300bd9b3bf165b65f7fc7c3dd761dc7cd3c1ded8c2f0a62e6cf0346 6462 
ruby-xmlrpc_0.3.0-1_amd64.buildinfo
Files:
 7e1d52acc97b2cfdbb802bf41cbfa0d3 2015 ruby optional ruby-xmlrpc_0.3.0-1.dsc
 e143867b2a51d98052ec0cb94db8d347 34157 ruby optional 
ruby-xmlrpc_0.3.0.orig.tar.gz
 6e7c52661bf7644d1d43f2a4dcf4a9c4 2416 ruby optional 
ruby-xmlrpc_0.3.0-1.debian.tar.xz
 239cfcf49bb6bf27ec1c97942ac0d969 23536 ruby optional 
ruby-xmlrpc_0.3.0-1_all.deb
 d2d11527c3e906246f8347cbc89a0469 6462 ruby optional 
ruby-xmlrpc_0.3.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAlq/zk8ACgkQ/A2xu81G
C975jxAAyAd0Ph2eBeqtXBv9ggoeyg+ywRsa4+ZQfuoabHfuPqKrP304mn4PGb0L
LZI1TK+EFCeJF+RPFi4QM6nKLqmypw3wYvKrFn3nkUY7jn2ZrtIOGRh0n/3robrT
BklVm9hXdtRVjzrKiBYYByGext13fNc1wpMBPgfxXtuhngeU5EaWi1bG31SYGozi
KkTlTWtHjHAjjMXAcXtoeKS08mjp7AM7IidIoOA0NfV59LBqoP7Qa5I1p8SWjTXF
zZo4cctU56R+V8zI+zztsNHKt7Sk96TJUyz0L1yfWlgCgt7NKx+N/eXghe/YOcTd
43on5zEVVaZH4loiLk91EP0gtv7NqAmZDa4e2U25iRJMMEfluNHG3JZ3h31qA8b2
LXGKeujDv4vje/k6OOOZskskTTkRvKbXCL8RzDdBHwHKf5+QcTYPFBSS93onAbA0
zba9G1vb0JQsRgXtmpjZbuPz54xz95HHsUEzcn9qHkXcEMDi8k38mE7ue3tAuS0K
aVhF9bie9IjPRGXtk704Z8o3PKXmWsNVzMyUXLuJmNWe5k9y9JsmCN1h0/Ev2yQY
4fL77LgsvpHyhlb6PIWRIBYGUVhNmGaBEBArzrBTJUiLjk1+JuVBGGdipJMAtErc
Vh7WyNmWhrthARG49qG2EYevpLf9PHoKZ4pPL33f7atsjlOoYlY=
=SlG1
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#881773: ruby2.5: FTBFS on hppa: recursive once test fails

2018-04-01 Thread Antonio Terceiro
On Sat, Mar 31, 2018 at 04:42:36PM -0400, John David Anglin wrote:
> Source: ruby2.5
> Version: 2.5.x
> Followup-For: Bug #881773
> 
> Dear Maintainer,
> 
> In the 2.5.1 build, test #361 fails as follows:
> 
> #361 test_insns.rb:389:in `block in ' F 0.090
> stderr output is not empty
>bootstraptest.tmp.rb:3:in `once': stack level too deep (SystemStackError)
>from bootstraptest.tmp.rb:7:in `block in once'
>from bootstraptest.tmp.rb:3:in `once'
>from bootstraptest.tmp.rb:7:in `block in once'
>from bootstraptest.tmp.rb:3:in `once'
>from bootstraptest.tmp.rb:7:in `block in once'
>from bootstraptest.tmp.rb:3:in `once'
>from bootstraptest.tmp.rb:7:in `block in once'
>from bootstraptest.tmp.rb:3:in `once'
> ... 97 levels...
>from bootstraptest.tmp.rb:3:in `once'
>from bootstraptest.tmp.rb:7:in `block in once'
>from bootstraptest.tmp.rb:3:in `once'
>from bootstraptest.tmp.rb:11:in `'
> 
> So, it appears the test causes a stack overflow on hppa.
> 
> It is not uncommon for hppa to require twice the stack space x86 needs.
> Is there a way to increase the stack allocation for hppa (e.g., using ulimit)?
> Otherwise, I would say the test needs to be skipped on hppa.

I don't think working around this in the tests is the correct solution
to the issue. There was a similar problem on ppc64el recently, maybe you
can find a similar solution for hppa:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881772

I don't have the cycles to go after this myself, but I'll be happy to
take a patch (but please also send it upstream).


signature.asc
Description: PGP signature
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Accepted ruby-mail-gpg 0.3.3-1 (source) into unstable

2018-04-01 Thread Georg Faerber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Apr 2018 17:33:01 +0200
Source: ruby-mail-gpg
Binary: ruby-mail-gpg
Architecture: source
Version: 0.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Georg Faerber 
Description:
 ruby-mail-gpg - GPG/MIME encryption plugin for the Ruby Mail Library
Changes:
 ruby-mail-gpg (0.3.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/changelog: Remove trailing whitespace.
   * debian/compat: Bump debhelper compatibility level to 11.
   * debian/control:
 - Drop unneeded versioning of (build) dependencies.
 - Wrap and sort build dependencies.
 - Bump required debhelper version to >= 11~.
 - Bump Standards-Version to 4.1.3 (no changes needed).
 - Use salsa.debian.org in Vcs-* fields.
   * debian/copyright: Fix paragraph order, bump years to include 2018 and use
 HTTPS in link to copyright format specification.
   * debian/rules: Install upstream changelog.
Checksums-Sha1:
 8697ff76f7ca82d8e0860bbf24c5b86828568b0f 2410 ruby-mail-gpg_0.3.3-1.dsc
 b8c53f12950c5115a3c0f9295b0b38e17fa49b5f 28557 ruby-mail-gpg_0.3.3.orig.tar.gz
 ef8b0bb3342a0fadd3c9e44a50b51ae736f655ac 949 
ruby-mail-gpg_0.3.3.orig.tar.gz.asc
 71e3098ab28519eb37db093482f2ad52047dbf83 14416 
ruby-mail-gpg_0.3.3-1.debian.tar.xz
 fc2b2e27e34f5d7f24c2299bc860190593d8c6ac 8413 
ruby-mail-gpg_0.3.3-1_amd64.buildinfo
Checksums-Sha256:
 68475eb00c1b0fcbccc427f4a1579db00e5bc6e43874bb4971184d9b7caa12fa 2410 
ruby-mail-gpg_0.3.3-1.dsc
 26e3997ce6b2e4f5da3b1e8f6c8664aa1ade5a621bdc892b79ddd6abfba81082 28557 
ruby-mail-gpg_0.3.3.orig.tar.gz
 dbc571913001e82f08b28430e92144ec94834489c06e3ef9b2c8f392c1e0f6de 949 
ruby-mail-gpg_0.3.3.orig.tar.gz.asc
 934c971035cab5a200debed4c50bb32e8ead3af9ef90fbf14d05314a869aff55 14416 
ruby-mail-gpg_0.3.3-1.debian.tar.xz
 69d607c11b1dcc6892868fa3c2d203e9b3dcb2d498579c7b60f058c4286ac71c 8413 
ruby-mail-gpg_0.3.3-1_amd64.buildinfo
Files:
 aa4372d13a1d8cfae38fb38cfc44349d 2410 ruby optional ruby-mail-gpg_0.3.3-1.dsc
 7a7d3bf7235abcac0c9743831f257dec 28557 ruby optional 
ruby-mail-gpg_0.3.3.orig.tar.gz
 c9159b95c01715faa4d8ba5781b1e650 949 ruby optional 
ruby-mail-gpg_0.3.3.orig.tar.gz.asc
 1585aaedfab42b21d4b79131b5315e49 14416 ruby optional 
ruby-mail-gpg_0.3.3-1.debian.tar.xz
 c08725f99cf3c4334dea3d4faf57b623 8413 ruby optional 
ruby-mail-gpg_0.3.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE4p3Q++yWB9ljva4NWtdbQU6kFmcFAlrA/ZkACgkQWtdbQU6k
Fme5vhAAicKZrRDOVF9TyPfOm2rKco6757m7odMsnGW4YW/OFRmLzYlRyTPb4Wwg
0DzBW2qVkWxoRy0RwWmyrDERb9gFT+id0xOYLyR4Bq6AkHHgiSom7pHxXZgdZXIR
MUC6RrHn/4pUnenfyL2lBvdsYlCmWhzKCgR8xGg+p1lmQoroP4acgWsnh0KIwPgD
SNuTlRIHq/GEA4mDGdKku8pXhZxSdhuKQIvSyP2CGo2IzUZQj/PJZwHUxHGiQDjB
g7RjFKO1c7PXgUM/8fAsmyYNZFsKOakzxeY4ByKvtRIz2vIM7NoL/4YOqyneGCd4
IABu3eu9cMu9a4MUFUaUyd5dpmakxUQGg/dYspQABWuNrc5GG9j7PDR+/brtw5OM
Y/lDFZqAYfEYC23FIt+7ldZ8gN9wTA0DW2BauUXksEgC0siztycyD/AsEr7RhEG+
7spK+HmHaznNgEUHKTnWBL1BFySAnxjkLH1PpRY3dg+5RkmewpHOc4pmiSqqvPW+
ofHeemhAqrsZRaxfYskiaahFDSZWajYZW2KkIdhU5EZ/MTiD0kxfTC2+2sKw3+vV
edRilay97MMRcyQs1pAHTCobcnlSZyzJqkXy0i8uqiYNMS6zzmHv8IH1SaDpOStV
L7+uOWo6l+24L7b6mrsE/fXfH+fpUJIYOgmFT9wEVeOao463Bgs=
=0CoM
-END PGP SIGNATURE-


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] ruby-mail-gpg_0.3.3-1_source.changes ACCEPTED into unstable

2018-04-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Apr 2018 17:33:01 +0200
Source: ruby-mail-gpg
Binary: ruby-mail-gpg
Architecture: source
Version: 0.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Georg Faerber 
Description:
 ruby-mail-gpg - GPG/MIME encryption plugin for the Ruby Mail Library
Changes:
 ruby-mail-gpg (0.3.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/changelog: Remove trailing whitespace.
   * debian/compat: Bump debhelper compatibility level to 11.
   * debian/control:
 - Drop unneeded versioning of (build) dependencies.
 - Wrap and sort build dependencies.
 - Bump required debhelper version to >= 11~.
 - Bump Standards-Version to 4.1.3 (no changes needed).
 - Use salsa.debian.org in Vcs-* fields.
   * debian/copyright: Fix paragraph order, bump years to include 2018 and use
 HTTPS in link to copyright format specification.
   * debian/rules: Install upstream changelog.
Checksums-Sha1:
 8697ff76f7ca82d8e0860bbf24c5b86828568b0f 2410 ruby-mail-gpg_0.3.3-1.dsc
 b8c53f12950c5115a3c0f9295b0b38e17fa49b5f 28557 ruby-mail-gpg_0.3.3.orig.tar.gz
 ef8b0bb3342a0fadd3c9e44a50b51ae736f655ac 949 
ruby-mail-gpg_0.3.3.orig.tar.gz.asc
 71e3098ab28519eb37db093482f2ad52047dbf83 14416 
ruby-mail-gpg_0.3.3-1.debian.tar.xz
 fc2b2e27e34f5d7f24c2299bc860190593d8c6ac 8413 
ruby-mail-gpg_0.3.3-1_amd64.buildinfo
Checksums-Sha256:
 68475eb00c1b0fcbccc427f4a1579db00e5bc6e43874bb4971184d9b7caa12fa 2410 
ruby-mail-gpg_0.3.3-1.dsc
 26e3997ce6b2e4f5da3b1e8f6c8664aa1ade5a621bdc892b79ddd6abfba81082 28557 
ruby-mail-gpg_0.3.3.orig.tar.gz
 dbc571913001e82f08b28430e92144ec94834489c06e3ef9b2c8f392c1e0f6de 949 
ruby-mail-gpg_0.3.3.orig.tar.gz.asc
 934c971035cab5a200debed4c50bb32e8ead3af9ef90fbf14d05314a869aff55 14416 
ruby-mail-gpg_0.3.3-1.debian.tar.xz
 69d607c11b1dcc6892868fa3c2d203e9b3dcb2d498579c7b60f058c4286ac71c 8413 
ruby-mail-gpg_0.3.3-1_amd64.buildinfo
Files:
 aa4372d13a1d8cfae38fb38cfc44349d 2410 ruby optional ruby-mail-gpg_0.3.3-1.dsc
 7a7d3bf7235abcac0c9743831f257dec 28557 ruby optional 
ruby-mail-gpg_0.3.3.orig.tar.gz
 c9159b95c01715faa4d8ba5781b1e650 949 ruby optional 
ruby-mail-gpg_0.3.3.orig.tar.gz.asc
 1585aaedfab42b21d4b79131b5315e49 14416 ruby optional 
ruby-mail-gpg_0.3.3-1.debian.tar.xz
 c08725f99cf3c4334dea3d4faf57b623 8413 ruby optional 
ruby-mail-gpg_0.3.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE4p3Q++yWB9ljva4NWtdbQU6kFmcFAlrA/ZkACgkQWtdbQU6k
Fme5vhAAicKZrRDOVF9TyPfOm2rKco6757m7odMsnGW4YW/OFRmLzYlRyTPb4Wwg
0DzBW2qVkWxoRy0RwWmyrDERb9gFT+id0xOYLyR4Bq6AkHHgiSom7pHxXZgdZXIR
MUC6RrHn/4pUnenfyL2lBvdsYlCmWhzKCgR8xGg+p1lmQoroP4acgWsnh0KIwPgD
SNuTlRIHq/GEA4mDGdKku8pXhZxSdhuKQIvSyP2CGo2IzUZQj/PJZwHUxHGiQDjB
g7RjFKO1c7PXgUM/8fAsmyYNZFsKOakzxeY4ByKvtRIz2vIM7NoL/4YOqyneGCd4
IABu3eu9cMu9a4MUFUaUyd5dpmakxUQGg/dYspQABWuNrc5GG9j7PDR+/brtw5OM
Y/lDFZqAYfEYC23FIt+7ldZ8gN9wTA0DW2BauUXksEgC0siztycyD/AsEr7RhEG+
7spK+HmHaznNgEUHKTnWBL1BFySAnxjkLH1PpRY3dg+5RkmewpHOc4pmiSqqvPW+
ofHeemhAqrsZRaxfYskiaahFDSZWajYZW2KkIdhU5EZ/MTiD0kxfTC2+2sKw3+vV
edRilay97MMRcyQs1pAHTCobcnlSZyzJqkXy0i8uqiYNMS6zzmHv8IH1SaDpOStV
L7+uOWo6l+24L7b6mrsE/fXfH+fpUJIYOgmFT9wEVeOao463Bgs=
=0CoM
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processing of ruby-mail-gpg_0.3.3-1_source.changes

2018-04-01 Thread Debian FTP Masters
ruby-mail-gpg_0.3.3-1_source.changes uploaded successfully to localhost
along with the files:
  ruby-mail-gpg_0.3.3-1.dsc
  ruby-mail-gpg_0.3.3.orig.tar.gz
  ruby-mail-gpg_0.3.3.orig.tar.gz.asc
  ruby-mail-gpg_0.3.3-1.debian.tar.xz
  ruby-mail-gpg_0.3.3-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#894272: Gitlab: Bug#894272: Some problems fixed.

2018-04-01 Thread Pirate Praveen


On April 1, 2018 5:24:05 AM GMT+05:30, "David López Zajara" 
 wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA256
>
>
>Hi,
>
>After latest updates (Including gitlab-workhorse), login page are
>working
>now.
>
>I've recovered the old database and repositories now. Gitlab detected
>it
>and it's working.
>
>I have two problems now.
>
>First:
>Gitlab API is not working. Error 401:
>
>Running /usr/share/gitlab-shell/bin/check
>Check GitLab API access: FAILED. code: 401
>gitlab-shell self-check failed
>  Try fixing it:
>  Make sure GitLab is running;
>  Check the gitlab-shell configuration file:
>  sudo -u gitlab -H editor /usr/share/gitlab-shell/config.yml
>  Please fix the error above and rerun the checks.

You will need to start gitaly manually. We are trying to do that automatically, 
but facing some issues currently.

>gitlab-shell error log:
>I, [2018-04-01T01:42:02.543546 #30418]  INFO -- : GET
>http://localhost:8080/api/v4/internal/check 0.06425
>E, [2018-04-01T01:42:02.573128 #30418] ERROR -- : API call http://localhost:8080/api/v4/internal/check> failed: 401 =>
><{"message":"401 Unauthorized"}>.
>
>gitlab production.log:
>Started GET "/api/v4/internal/check" for 127.0.0.1 at 2018-04-01
>01:42:02
>+0200
>
>
>Second:
>Gitlab interfaces got an error viewing repository: On Overview ->
>Details
>page:
>message: "Error loading viewer".
>
>production.log:
>
>Started GET "/repository" for x.x.x.x at 2018-04-01 01:31:03 +0200
>Completed 200 OK in 225ms (Views: 184.2ms | ActiveRecord: 17.2ms)
>Started GET "/repository/blob/master/README.md?format=json=rich"
>for
>x.x.x.x at 2018-04-01 01:31:05 +0200
>Started GET "/repository/refs/master/logs_tree/?format=js" for x.x.x.x
>at
>2018-04-01 01:31:05 +0200
>Processing by Projects::BlobController#show as JSON
>Processing by Projects::RefsController#logs_tree as JS
>Completed 500 Internal Server Error in 69ms (ActiveRecord: 2.0ms)
>
>ActionView::Template::Error (undefined method `html_escape' for
>#

We dropped one patch in this version, I think we need to adapt that patch.

>Did you mean?  html_safe?):
>1: - blob = viewer.blob
>2: - rendered_markup = blob.rendered_markup if
>blob.respond_to?(:rendered_markup)
>3: .file-content.wiki
>4:   = markup(blob.name, blob.data, rendered: rendered_markup)
>  lib/banzai/renderer/redcarpet/html.rb:9:in `block_code'
>  lib/banzai/filter/markdown_engines/redcarpet.rb:27:in `render'
>  lib/banzai/filter/markdown_engines/redcarpet.rb:27:in `render'
>  lib/banzai/filter/markdown_filter.rb:12:in `call'
>lib/banzai/pipeline/base_pipeline.rb:21:in `block (2 levels) in
>singleton
>class'
>  lib/banzai/renderer.rb:108:in `render_result'
>  lib/banzai/renderer.rb:139:in `block in cacheless_render'
>  lib/gitlab/metrics/influx_db.rb:98:in `measure'
>  lib/banzai/renderer.rb:138:in `cacheless_render'
>  lib/banzai/renderer.rb:28:in `render'
>  lib/banzai.rb:3:in `render'
>  app/helpers/markup_helper.rb:244:in `markdown_unsafe'
>  app/helpers/markup_helper.rb:143:in `markup_unsafe'
>  app/helpers/markup_helper.rb:110:in `markup'
>  app/views/projects/blob/viewers/_markup.html.haml:4:in
>`_app_views_projects_blob_viewers__markup_html_haml__60150874817435_3348073215480'
>  app/views/projects/blob/_viewer.html.haml:20:in
>`_app_views_projects_blob__viewer_html_haml__3018189872610422686_3348073432260'
> app/controllers/application_controller.rb:252:in `view_to_html_string'
>  app/controllers/concerns/renders_blob.rb:18:in `blob_json'
>  app/controllers/projects/blob_controller.rb:200:in `show_json'
> app/controllers/projects/blob_controller.rb:47:in `block (2 levels) in
>show'
>  app/controllers/projects/blob_controller.rb:39:in `show'
>  lib/gitlab/i18n.rb:50:in `with_locale'
>  lib/gitlab/i18n.rb:56:in `with_user_locale'
>  app/controllers/application_controller.rb:330:in `set_locale'
>  lib/gitlab/middleware/multipart.rb:95:in `call'
>  lib/gitlab/request_profiler/middleware.rb:14:in `call'
>  lib/gitlab/middleware/go.rb:17:in `call'
>  lib/gitlab/etag_caching/middleware.rb:11:in `call'
>  lib/gitlab/middleware/read_only/controller.rb:28:in `call'
>  lib/gitlab/middleware/read_only.rb:16:in `call'
>  lib/gitlab/request_context.rb:18:in `call'
>  lib/gitlab/metrics/requests_rack_middleware.rb:27:in `call'
>  lib/gitlab/middleware/release_env.rb:10:in `call'
>
>
>On gitlab interface, I cannot view readme.md file.
>Also, on commits list, I see this error:
>message: An error ocurred while loading commits.
>
>Production.log:
>Completed 500 Internal Server Error in 760ms (ActiveRecord: 45.2ms)
>
>ActiveRecord::StatementInvalid (PG::CharacterNotInRepertoire: ERROR:
>invalid byte sequence for encoding "UTF8": 0xf3 0x70 0x65 0x7a
>: INSERT INTO "gpg_signatures" ("gpg_key_primary_keyid", "commit_sha",
>"project_id", "gpg_key_id", "gpg_key_user_name", "gpg_key_user_email",
>"verification_status", "created_at", "updated_at") VALUES ($1, $2, $3,
>$4,
>$5, $6, $7, $8, $9) RETURNING "id"):
>  

[DRE-maint] ruby-lumberjack_1.0.13-1_amd64.changes ACCEPTED into unstable

2018-04-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Apr 2018 21:16:32 +0900
Source: ruby-lumberjack
Binary: ruby-lumberjack
Architecture: source all
Version: 1.0.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: HIGUCHI Daisuke (VDR dai) 
Description:
 ruby-lumberjack - Lumberjack is a logging implementation in Ruby
Changes:
 ruby-lumberjack (1.0.13-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * New upstream release.
   * d/docs: include .md instead of .rdoc
   * eliminate lintian warning: insecure-copyright-format-uri
   * Use salsa.debian.org in Vcs-* fields
   * Bump debhelper compatibility level to 11
   * Bump Standards-Version to 4.1.3 (no changes needed)
Checksums-Sha1:
 a572906e020c657b24046297d8f94b2ba09bf590 2171 ruby-lumberjack_1.0.13-1.dsc
 61062658bdb7a6f3585179ec6526dcd11a477111 23393 
ruby-lumberjack_1.0.13.orig.tar.gz
 56dd5d73a5a61c34dff9b5ab13868aea9b0683db 2952 
ruby-lumberjack_1.0.13-1.debian.tar.xz
 568f130ef682dd444d87892f3b56284222e058e2 17564 ruby-lumberjack_1.0.13-1_all.deb
 7492acfaf6649636d75c4cb9c99cedef4055ac1d 6746 
ruby-lumberjack_1.0.13-1_amd64.buildinfo
Checksums-Sha256:
 7c65a68f8b239ba94c3aeb8f117a1d89c79aa143b26cd2d111c0cb2cef7929ac 2171 
ruby-lumberjack_1.0.13-1.dsc
 5972350eb4dd359c52df01d233e5a3b5e8fb93bf315bd979babccefd3df7c46a 23393 
ruby-lumberjack_1.0.13.orig.tar.gz
 b3a8ccf354d74cfefe7b0272fd1a9badf95a05f27d7f9887b13051468c2322e1 2952 
ruby-lumberjack_1.0.13-1.debian.tar.xz
 a1d592b8d62c1e2a26571048893760be3c9696557cdfc015046213ec7ddcc9b7 17564 
ruby-lumberjack_1.0.13-1_all.deb
 47196f737b204c685bb05cea2cfed9d7b02b729637a17203ed377c31ff81bfd9 6746 
ruby-lumberjack_1.0.13-1_amd64.buildinfo
Files:
 8eb0c4147dc8a269f36e132208c7db57 2171 ruby optional 
ruby-lumberjack_1.0.13-1.dsc
 702ad9f8f8dac7e6a93f583c4077ccef 23393 ruby optional 
ruby-lumberjack_1.0.13.orig.tar.gz
 a714b215b71f91cf6cc65994d42afb67 2952 ruby optional 
ruby-lumberjack_1.0.13-1.debian.tar.xz
 20d65764f1b5c11611b1a97db3657ba1 17564 ruby optional 
ruby-lumberjack_1.0.13-1_all.deb
 21b64ee3afc65b3c10df2e067baf9e70 6746 ruby optional 
ruby-lumberjack_1.0.13-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAlrAzk4ACgkQeDlhndQ5
Zo6wEg//YG5Qlf8UIAaR5iau6B0FmuBvl1lfo8AV2f9b7VxwnPp82ExlRki5ve2w
mjz/ezY/e7EOQCgQyMqCZ0WmixJkUmAFQth+/Eder6ZNZE2FUs0pnPTBYoYqhyjw
ci0zltEIVGk49LGJkD6xK+H8a7aIUCuuEG6TaBFxtfxpAdhwFpoGVakstwhHl2xC
ySRfJyXteIZbOp5HGYlFBWSZrhi7fEh4EyLPsZWj6vW38n5L40Rb3BGU4Cbk3IcT
zfb2447mR6a8d4le2fqNrO7SfCi0FJGyAREBQJDQPd/4qALpC5wKGOT7A9HClC97
SUAPVTAB/zrNjXolu08i44p6uLBWbBCuurYj4ZwCVr9f2ZlEK5ZEUm3wF2AhC7xP
4FqgGjUV5aWjNs3yF7iAqxbZRNQmTBXk4QJCcnFR6di8uVW/7PB1Bid+g8nuIEPq
arhFjc8NUJnYvDAJiVz2FsV4hdZxwETILJ2dNDqgzePcZXoraN4CrCLOYV1rS0bQ
TMbO+jiEH7LZNn4fiLepU4RcbtpI4qMaSJwOMJex1BVo0Xy/HKj7IaqjAA37VDma
uFqx0Sl9T1MRQ4Ktt8i5Jr4/nbljNdKfC9wERDzCkDlJjTszFgbVRGuLiWZM8NM5
0YBWsqjmPI5eeLd9iMnlqtYV0uK7ZpJr5p5bum3ZFeiNr2z94kc=
=ElsB
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Accepted ruby-lumberjack 1.0.13-1 (source all) into unstable

2018-04-01 Thread VDR dai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Apr 2018 21:16:32 +0900
Source: ruby-lumberjack
Binary: ruby-lumberjack
Architecture: source all
Version: 1.0.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: HIGUCHI Daisuke (VDR dai) 
Description:
 ruby-lumberjack - Lumberjack is a logging implementation in Ruby
Changes:
 ruby-lumberjack (1.0.13-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * New upstream release.
   * d/docs: include .md instead of .rdoc
   * eliminate lintian warning: insecure-copyright-format-uri
   * Use salsa.debian.org in Vcs-* fields
   * Bump debhelper compatibility level to 11
   * Bump Standards-Version to 4.1.3 (no changes needed)
Checksums-Sha1:
 a572906e020c657b24046297d8f94b2ba09bf590 2171 ruby-lumberjack_1.0.13-1.dsc
 61062658bdb7a6f3585179ec6526dcd11a477111 23393 
ruby-lumberjack_1.0.13.orig.tar.gz
 56dd5d73a5a61c34dff9b5ab13868aea9b0683db 2952 
ruby-lumberjack_1.0.13-1.debian.tar.xz
 568f130ef682dd444d87892f3b56284222e058e2 17564 ruby-lumberjack_1.0.13-1_all.deb
 7492acfaf6649636d75c4cb9c99cedef4055ac1d 6746 
ruby-lumberjack_1.0.13-1_amd64.buildinfo
Checksums-Sha256:
 7c65a68f8b239ba94c3aeb8f117a1d89c79aa143b26cd2d111c0cb2cef7929ac 2171 
ruby-lumberjack_1.0.13-1.dsc
 5972350eb4dd359c52df01d233e5a3b5e8fb93bf315bd979babccefd3df7c46a 23393 
ruby-lumberjack_1.0.13.orig.tar.gz
 b3a8ccf354d74cfefe7b0272fd1a9badf95a05f27d7f9887b13051468c2322e1 2952 
ruby-lumberjack_1.0.13-1.debian.tar.xz
 a1d592b8d62c1e2a26571048893760be3c9696557cdfc015046213ec7ddcc9b7 17564 
ruby-lumberjack_1.0.13-1_all.deb
 47196f737b204c685bb05cea2cfed9d7b02b729637a17203ed377c31ff81bfd9 6746 
ruby-lumberjack_1.0.13-1_amd64.buildinfo
Files:
 8eb0c4147dc8a269f36e132208c7db57 2171 ruby optional 
ruby-lumberjack_1.0.13-1.dsc
 702ad9f8f8dac7e6a93f583c4077ccef 23393 ruby optional 
ruby-lumberjack_1.0.13.orig.tar.gz
 a714b215b71f91cf6cc65994d42afb67 2952 ruby optional 
ruby-lumberjack_1.0.13-1.debian.tar.xz
 20d65764f1b5c11611b1a97db3657ba1 17564 ruby optional 
ruby-lumberjack_1.0.13-1_all.deb
 21b64ee3afc65b3c10df2e067baf9e70 6746 ruby optional 
ruby-lumberjack_1.0.13-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAlrAzk4ACgkQeDlhndQ5
Zo6wEg//YG5Qlf8UIAaR5iau6B0FmuBvl1lfo8AV2f9b7VxwnPp82ExlRki5ve2w
mjz/ezY/e7EOQCgQyMqCZ0WmixJkUmAFQth+/Eder6ZNZE2FUs0pnPTBYoYqhyjw
ci0zltEIVGk49LGJkD6xK+H8a7aIUCuuEG6TaBFxtfxpAdhwFpoGVakstwhHl2xC
ySRfJyXteIZbOp5HGYlFBWSZrhi7fEh4EyLPsZWj6vW38n5L40Rb3BGU4Cbk3IcT
zfb2447mR6a8d4le2fqNrO7SfCi0FJGyAREBQJDQPd/4qALpC5wKGOT7A9HClC97
SUAPVTAB/zrNjXolu08i44p6uLBWbBCuurYj4ZwCVr9f2ZlEK5ZEUm3wF2AhC7xP
4FqgGjUV5aWjNs3yF7iAqxbZRNQmTBXk4QJCcnFR6di8uVW/7PB1Bid+g8nuIEPq
arhFjc8NUJnYvDAJiVz2FsV4hdZxwETILJ2dNDqgzePcZXoraN4CrCLOYV1rS0bQ
TMbO+jiEH7LZNn4fiLepU4RcbtpI4qMaSJwOMJex1BVo0Xy/HKj7IaqjAA37VDma
uFqx0Sl9T1MRQ4Ktt8i5Jr4/nbljNdKfC9wERDzCkDlJjTszFgbVRGuLiWZM8NM5
0YBWsqjmPI5eeLd9iMnlqtYV0uK7ZpJr5p5bum3ZFeiNr2z94kc=
=ElsB
-END PGP SIGNATURE-


___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processing of ruby-lumberjack_1.0.13-1_amd64.changes

2018-04-01 Thread Debian FTP Masters
ruby-lumberjack_1.0.13-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-lumberjack_1.0.13-1.dsc
  ruby-lumberjack_1.0.13.orig.tar.gz
  ruby-lumberjack_1.0.13-1.debian.tar.xz
  ruby-lumberjack_1.0.13-1_all.deb
  ruby-lumberjack_1.0.13-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Bug#889848: marked as done (ruby2.5: Please include upstream patch to fix FTBFS on ia64)

2018-04-01 Thread John Paul Adrian Glaubitz
We currently have a broken binutils on ia64, so ruby2.5 most likely got 
miscompiled.

Please ignore this crash.

Adrian

On Apr 1, 2018, at 6:11 AM, Antonio Terceiro  wrote:

>> Date: Wed, 07 Feb 2018 22:09:23 +0100
>> From: John Paul Adrian Glaubitz 
>> To: Debian Bug Tracking System 
>> Subject: ruby2.5: Please include upstream patch to fix FTBFS on ia64
>> Message-ID: 
>> <151803776351.18433.12367250620839726943.report...@z6.physik.fu-berlin.de>
>> X-Mailer: reportbug 7.1.8
>> 
>> Source: ruby2.5
>> Version: 2.5.0-4
>> Severity: normal
>> Tags: patch
>> User: debian-i...@lists.debian.org
>> Usertags: ia64
>> 
>> Hello!
>> 
>> ruby2.5 currently FTBFS on ia64 with:
>> 
>> gcc -g -O2 -fdebug-prefix-map=/<>=. -Wformat 
>> -Werror=format-security -fPIC  -D_FORTIFY_SOURCE=2 -fno-strict-overflow 
>> -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -Wdate-time 
>> -D_FORTIFY_SOURCE=2   -I. -I.ext/include/ia64-linux-gnu -I./include -I. 
>> -I./enc/unicode/10.0.0 -o cont.o -c cont.c
>> cont.c: In function 'cont_save_machine_stack':
>> cont.c:478:7: error: 'rb_thread_t {aka struct rb_thread_struct}' has no 
>> member named 'machine'
>> th->machine.register_stack_end = rb_ia64_bsp();
>>   ^~
>> cont.c:502:50: error: 'rb_thread_t {aka struct rb_thread_struct}' has no 
>> member named 'machine'
>> size = cont->machine.register_stack_size = 
>> th->machine.register_stack_end - th->machine.register_stack_start;
>>  ^~
>> cont.c:502:83: error: 'rb_thread_t {aka struct rb_thread_struct}' has no 
>> member named 'machine'
>> size = cont->machine.register_stack_size = 
>> th->machine.register_stack_end - th->machine.register_stack_start;
>>  
>>  ^~
>> cont.c:503:42: error: 'rb_thread_t {aka struct rb_thread_struct}' has no 
>> member named 'machine'
>> cont->machine.register_stack_src = th->machine.register_stack_start;
>>  ^~
>> Makefile:375: recipe for target 'cont.o' failed
>> 
>> This has already been fixed upstream [1]. I am attaching the backported patch
>> for ruby2.5. It would be nice if it could be included in the next upload.
> 
> Well, it seems that the issue is deeper than getting it to build. it segfaults
> beatifully while building documentation ... unfortunately I don't have the
> cycles to go after this, but I will happily take a tested patch (which should
> also be sent upstream, of course).
> 
> Generating RDoc documentation
> ./miniruby -I./lib -I. -I.ext/common  ./tool/runruby.rb --extout=.ext  -- 
> --disable-gems "./bin/rdoc" --root "." --page-dir "./doc" --encoding=UTF-8 
> --no-force-update --all --ri --op ".ext/rdoc"  "."
> Parsing sources...
>  0% [ 1/871]  /<>/doc/NEWS-1.8.7
>  0% [ 2/871]  /<>/doc/NEWS-1.9.1
>  0% [ 3/871]  /<>/doc/NEWS-1.9.2
>  0% [ 4/871]  /<>/doc/NEWS-1.9.3
>  0% [ 5/871]  /<>/doc/NEWS-2.0.0
>  0% [ 6/871]  /<>/doc/NEWS-2.1.0
>  0% [ 7/871]  /<>/doc/NEWS-2.2.0
>  0% [ 8/871]  /<>/doc/NEWS-2.3.0
>  1% [ 9/871]  /<>/doc/NEWS-2.4.0
>  1% [10/871]  /<>/doc/contributing.rdoc
>  1% [11/871]  /<>/doc/contributors.rdoc
>  1% [12/871]  /<>/doc/dtrace_probes.rdoc
>  1% [13/871]  /<>/doc/extension.ja.rdoc
>  1% [14/871]  /<>/doc/extension.rdoc
>  1% [15/871]  /<>/doc/globals.rdoc
>  1% [16/871]  /<>/doc/keywords.rdoc
>  1% [17/871]  /<>/doc/maintainers.rdoc
>  2% [18/871]  /<>/doc/marshal.rdoc
>  2% [19/871]  /<>/doc/regexp.rdoc
>  2% [20/871]  /<>/doc/security.rdoc
>  2% [21/871]  /<>/doc/standard_library.rdoc
>  2% [22/871]  /<>/doc/syntax.rdoc
>  2% [23/871]  /<>/doc/syntax/assignment.rdoc
>  2% [24/871]  
> ...d/ruby2.5-TpDw3s/ruby2.5-2.5.1/doc/syntax/calling_methods.rdoc
>  2% [25/871]  
> ...by2.5-TpDw3s/ruby2.5-2.5.1/doc/syntax/control_expressions.rdoc
>  2% [26/871]  /<>/doc/syntax/exceptions.rdoc
>  3% [27/871]  /<>/doc/syntax/literals.rdoc
>  3% [28/871]  /<>/doc/syntax/methods.rdoc
>  3% [29/871]  /<>/doc/syntax/miscellaneous.rdoc
>  3% [30/871]  
> ...by2.5-TpDw3s/ruby2.5-2.5.1/doc/syntax/modules_and_classes.rdoc
>  3% [31/871]  /<>/doc/syntax/precedence.rdoc
>  3% [32/871]  /<>/doc/syntax/refinements.rdoc
>  3% [33/871]  NEWS
>  3% [34/871]  README.ja.md
>  4% [35/871]  README.md
>  4% [36/871]  addr2line.c
>  4% [37/871]  array.c
>  4% [38/871]  bignum.c
>  4% [39/871]  class.c
>  4% [40/871]  compar.c
>  4% [41/871]  compile.c
>  4% [42/871]  complex.c
>  4% [43/871]  cont.c
>  5% [44/871]  debug.c
>  5% [45/871]  debug_counter.c
>  5% [46/871]  dir.c
>  5% [47/871]  dln.c
>  5% [48/871]  dln_find.c
>  5% [49/871]  dmydln.c
>  5% [50/871]  dmyenc.c
>  5% [51/871]  dmyext.c
>  5% [52/871]  doc/NEWS-1.8.7
>  6% [53/871]  doc/NEWS-1.9.1
>  6% [54/871]  doc/NEWS-1.9.2
>  6% [55/871]  doc/NEWS-1.9.3
>  6% [56/871]  doc/NEWS-2.0.0
>  6% [57/871]  doc/NEWS-2.1.0
>  6% [58/871]  doc/NEWS-2.2.0
>  6%