[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion1.10.0-rc1 up for testing/signing

From: Stefan <luke1410_at_posteo.de>
Date: Tue, 27 Feb 2018 00:17:14 +0100

On 19/02/2018 17:16, Julian Foad wrote:
> The 1.10.0-rc1 release artifacts are now available for testing/signing.
> Please get the tarballs from
>   https://dist.apache.org/repos/dist/dev/subversion
> and add your signatures there.
>
> Thanks!

Summary
-------
    +1 to release

Platform
--------
    - Windows 10 (build 1709) 64-bit
    - Visual Studio 2015 Update 3

    - ActivePerl: 5.24.0.2400 (for OpenSSL)
    - AWK: 20070501
    - CMake 3.7.0 (for OpenSSL)
    - NASM 2.12.02 (for OpenSSL)
    - Python 2.7.12
    - SCons 2.5.1 (for Apache Serf)

Verified
--------
subversion-1.10.0-rc1.tar.bz2:
    Signature verified.
    SHA-1: 162dc785b5b1460c2f67af7460fe9b0b44e7aab7 (matches provided
SHA-1-checksum)
    SHA-512:
b31bdbdc2ddd927e5ccc0ead8baebe641682eed58b7aee00bb775f0b5397a326eb25249b1138adfa92ac2724839b7a71012d77cf6be74edaaf13afd3fea76007
(matches provided SHA-512-checksum)

subversion-1.10.0-rc1.tar.gz:
    Signature verified.
    SHA-1: f16d5d7c1757c91edd4fd83738948a0a7baa68d5 (matches provided
SHA-1-checksum)
    SHA-512:
65ff2fba11d4697fe24af831e80a5c700f929f4eeae95b8580e95c7ab28352c50d43a9adf93d9a7b11e40b3db3e5debe0b3856c859b6c9b2885a4f91f19d7a90
(matches provided SHA-512-checksum)

subversion-1.10.0-rc1.zip:
    Signature verified.
    SHA-1: d9452b4e3510567c8e53c7e1caa7de8ab3f30965 (matches provided
SHA-1-checksum)
    SHA-512:
df18a10385b83d4360b3eb1589dd745c8b1663ae024b33dabdd85e0961bea4c68bdfcad20ae8bec4cbb307b8f1c4bf20e7b76a268fcbaa1e2f2c40471e28a4bc
(matches provided SHA-512-checksum)

Contents of subversion-1.10.0-rc1.tar.bz2 equals contents of
subversion-1.10.0-rc1.tar.gz.
Contents of subversion-1.10.0-rc1.zip equals contents of
subversion-1.10.0-rc1.tar.bz2 with the expected differences and some
(acceptable) new ones:
    - Windows vs. Linux line ending changes
    - non-Windows-specific generated files missing in zip archive
    - different time stamp in subversion\po\subversion.pot
    new differences:
    - difference in header comment about the source of the generated files:
      bz2 file reading: [...] This file is automatically generated from
rep-cache-db.sql and subversion/libsvn_fs_fs/token-map.h. [...]
      zip file reading: [...] This file is automatically generated from
rep-cache-db.sql and
/opt/svnrm/tempdir/subversion-1.10.0-rc1/subversion/libsvn_fs_fs/token-map.h.
[...]
        - subversion/libsvn_fs_fs/rep-cache-db.h
        - subversion/libsvn_fs_x/rep-cache-db.h
        - subversion/libsvn_subr/internal_statements.h
        - subversion/libsvn_wc/wc-queries.h
        - subversion/tests/libsvn_wc/wc-test-queries.h
Contents of subversion-1.10.0-rc1.zip equals contents of tags/1.10.0-rc1
with the expected differences:
    - differences related to svn-keywords in files (URL, timestamps)
    - differences related to symlinks in nominate.pl, svnpubsub, svnwcsub
    - generated header files and subversion.pot file only present in zip
archive
    - excluded folders from zip archive: contrib, notes
    - excluded files from zip archive: STATUS

Dependencies
------------
    - APR: 1.5.2 (patched with MAXSVN-42, MAXSVN-43, MAXSVN-94)
    - APRICONV: 1.2.1 (patched with MAXSVN-45, MAXSVN-46)
    - APRUTIL: 1.5.4 with Expat 2.2.0 (patched with MAXSVN-44,
MAXSVN-46, MAXSVN-47, MAXSVN-76, MAXSVN-94)
    - Apache httpd: 2.4.23 (patched with MAXSVN-48, MAXSVN-91)
    - Apache Serf: 1.3.9 (patched with MAXSVN-51, MAXSVN-84)
    - OpenSSL: 1.0.2j
    - PCRE: 8.39
    - SQLite: 3.15.1 (amalgamation)
    - ZLib: 1.2.8

Patches applied to SVN
----------------------
    - MAXSVN-59 (build file generation fix related to locating
apr-binaries in httpd/srclib-directory)
    - MAXSVN-65 (test fixes due to drive-letter issue)
    - MAXSVN-93 (disabled patch-test #69)

Patches mentioned above can be downloaded here:
http://www.luke1410.de:8090/browse/MAXSVN-94?jql=project%20%3D%20MAXSVN%20AND%20%22Patch%20Version%2Fs%22%20%3D%201.10.0-alpha3-1

Tested
------
    - [fsfs | fsx] x [ra_local | ra_svn | ra_serf (http) | ra_serf
(https)] x [64-bit] x [release]

Results
-------
    General issues (i.e. issues not specific to my test/build environment):
    - several tests deadlock, when testing fsx (circumventing by
applying the patch for MAXSVN-94) - see
http://mail-archives.apache.org/mod_mbox/subversion-dev/201701.mbox/%3Cfc54e934-7135-18d5-84fa-8ec5695af3af%40gmx.de%3E

    Issues specific to my test/build environment:
    - Build error due to apr-detection issue on my environment
(circumventing by applying the patch for MAXSVN-59)- see
http://mail-archives.apache.org/mod_mbox/subversion-dev/201607.mbox/%3Ce9a90843-fc66-e0ea-0e94-75ab89eefbc2%40posteo.de%3E
    - patch-test #69 failure due to AV interruption (circumventing by
applying the patch for MAXSVN-93) - see
https://svn.haxx.se/dev/archive-2017-01/0075.shtml
    - checkout-test #14 and update-test #31 failure due to drive letter
issue (circumventing by applying the patch for MAXSVN-65) - see
http://mail-archives.apache.org/mod_mbox/subversion-dev/201607.mbox/%3Cf6f6e917-0b31-e87c-22e7-68cce2b601e9%40posteo.de%3E

Signatures
----------
subversion-1.10.0-rc1.tar.bz2:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJalI/BAAoJEDdqPP0RCxyVZkkP/RVsMwj4r/YVVQfW+IxJTNEO
FU5m2+CKM34knUZYujvVgBB1aPfE/Jbn+JiMQxoKKgSe0SGdBoW+/ZyXZL8gfTPK
4Bl4b/qqL8vAfFW+95zelqNO+wZPsOI3mf9lRFbt/kpO0T1rOGUplGrq9r93yqvo
3rEl09gzBUghVpn1EhyplD0X9LpbzACPz220Zl15DPyN59URhv3wJmUwKV64qygb
XwnN+qXeOj4v22/N60j86lUgQex+OPbzd/mqQsS8S5jt08Aynp8xJFlkVGrUBBpo
9MDFq4WJMA1XsomtIPAjNUF61Bl0QYKvsyaZMpzdFYT4mR4Rz8gQkyH8RsZ5nY6H
zGFNQibh08UI1RE0psBoybSKhDDsvjwkA9xNS9c0K0BAtTiSBLgYZzk5k8cm6nLD
HWgze5N1TAus3TtlYQf4B5KC6gOiVpg4qBnbeVB85xxc5MAXZGJCrMtTaWvPj+XU
RPXc303KewpnvnWS8CbuF5n3oCd08Q0wTn/uV4ItuO9lw7fKEknqq8PnJ7DEK8EI
GA143diYznOlqs360FUufQC+rM7Y5fp3L9U9LbmRb1K6Az2OrbaSQFP6maxeSgon
ZlSZx/ABjM/Y7+VoE07E1ytSLnBqApcLvlu5R4XF5Foohc+BLUEwjCZ5UFG22xBl
fNCd2Akef8OvWZAlhlmL
=IZw/
-----END PGP SIGNATURE-----

subversion-1.10.0-rc1.tar.gz:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJalI/IAAoJEDdqPP0RCxyVCsgP/RBmDfmKpWr7kIeHhZbTLKbW
GOX9rzyMWmbFgW+FbvekmeYQrQEt2/sZXjlzCkKYlFZLM7c1Y6irfyFggA6/wbiZ
fpCowuBKMBErnwfsqWJfu9pwtBSqJsT7pDgizkNTqNED1s0RyTIiNQYU0yJxLNxU
JOzlqTBw+No3muB25AhJMJFku9YCCJM0gb4IWZ5cmk8owXW1Uga/CvLw4uEJkfsn
vhoj8wXcVpQ1V7d7CagGnGD99ob1QPEDAnAWXH057iQJebZZtz+liGRT4jPvY7Ub
V2OgnVKmwbip961aR5L2FPueXyG7MsOjFw0sJCigzSvVtWIBTdC4WZXtfyu+vYiM
+F9TAW79dsu+eXENBq1KKdiA+f8EybSHRjPK70gnvTapNpAf6i1F3UHdhDJ44dQo
Xw4lwJrUiKN+iL5C9GnDj0n8g8fuITl3vKopcJOGczpn9SLbYT5cPchOLL1RlHXN
lkFK3T5HiCM80EhpkirkNFlPexvBINkvmblAY0aZFqrKArfuxC3WVL1Gwbjmlcjg
a1pbSduv0zpEIan4g0Y63ROSlz9flqWm8xGyfPTak1//20QXhT5RtzM6r4aJdY/4
8aZeTB9hwxUSbSP7Ymlll2e3G2wgLRHvBMdlwApmxGF01P5yjT2hiz35hvlwNunV
3RbX2u7hODzDFn8A7+2M
=u9mK
-----END PGP SIGNATURE-----

subversion-1.10.0-rc1.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCAAGBQJalI/JAAoJEDdqPP0RCxyVw+MQAKGDuOZHtwG9BWhtbE6smvK+
lfYOHHqS4jyRrbZm5WqlBBX1dcOZQXNIWid7Oab672MzkH/a/C4NBSxhrN0ukZr3
qKaHMmIzaZDwFHkWnAL0jIWXnyi7zBWAW/on34GN7KMkImvqlg3LugQCNzQJqGFX
C/tTIklLa9odexRhNULIFza1kByFPRKp6BKnQItTioDWkdi5DCvWLcP2FBK58wQ9
gbZ8D2Kog94hHH4SvPavo3UqZOzyPNNbV/uDWkWE5B8cEJ4sp3CDpbM50+4Vlm9N
pn/5kaepet6cACasgrvOAgBBGKoZfJ8WzBoVjBhfY/SMlm7fso3Gt0BBT++DsPSH
xUWcO9iOqWiAVm7q0O02/IEev4R3sCf6POePxzypb4usxq/5Fh3/vfS9n5IAm3yB
A9SuXqFzKvFCnD4nKn+IdTnA1G0aqgfrZYVIjLaYTh/P2gBasd0nrizDfPFVQ4Qi
p/SGNEX1NkX6QzSyfDyRfMDE+tlp5JND2WBMlxgvBrCAvponXj6UvZcg3qA/bWS0
NJww6Ipm3Jku8CvoRugaGxXMdbAN1NptAztI0/+7VIRGKgakeMU88We+lCLO204J
nhcxP1wfPgvP8OSfkcKJMpKMcUVmSSMkIAqb57tSSUSeuQSbLkxI/myN9/3NlUOl
ExV/YrFGtSnapNV6VVzr
=XJEw
-----END PGP SIGNATURE-----
Received on 2018-02-27 00:17:28 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.