Re: Subversion 1.15.0-rc3 up for testing/signing

Timofei Zhakov <[email protected]>
Newsgroups gmane.comp.version-control.subversion.devel
Message-ID <CAPD1kXTUoW-=UEv0SLdRTc-b_vUaC-tAjgZebDdCcxmeQkpRbQ@mail.gmail.com>
On Sun, Jul 19, 2026 at 2:32 PM Timofei Zhakov <[email protected]> wrote:

> On Mon, Jul 13, 2026 at 1:38 PM Evgeny Kotkov via dev <
> [email protected]> wrote:
>
>> The 1.15.0-rc3 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 (Unix).
>
> Platform:
>
>    "Arch Linux" [Linux 7.0.10-arch1-1]
>
> Verified:
>
>   - CMake tests
>   - make check
>   - make svnserveautocheck
>   - make davautocheck
>   - PGP signatures
>   - contents of the tar-balls
>
> Dependencies:
>
>   - gcc 16.1.1
>   - cmake 4.3.3
>   - apr util 1.6.3
>   - apr 1.7.6
>   - expat 2.8.1
>   - serf 1.3.10
>   - sqlite3 3.53.1
>   - zlib 1.3.2
>   - python 3.14.5
>   - swig 4.4.1
>   - py3c 1.4-6
>   - lz4 1.10.0
>   - utf8proc 2.11.3
>
> Known issues:
>
>   CMake tests are broken [1].
>
> Warnings:
>
> [[[
> [35/807] Building C object
> CMakeFiles/libsvn_subr.dir/subversion/libsvn_subr/gpg_agent.c.o
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_subr/gpg_agent.c:
> In function ‘find_running_gpg_agent’:
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_subr/gpg_agent.c:391:6:
> warning: assignment discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>   391 |   ep = strchr(p, '\n');
>       |      ^
> [76/807] Building C object
> CMakeFiles/libsvn_subr.dir/subversion/libsvn_subr/subst.c.o
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_subr/subst.c:
> In function ‘build_keywords’:
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_subr/subst.c:309:15:
> warning: assignment discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>   309 |           sep = strchr(keyword, '=');
>       |               ^
> [90/807] Building C object
> CMakeFiles/libsvn_subr.dir/subversion/libsvn_subr/version.c.o
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_subr/version.c:
> In function ‘svn_version__parse_version_string’:
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_subr/version.c:257:22:
> warning: initialization discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>   257 |       char *hyphen = strchr(piece, '-');
>       |                      ^~~~~~
> [146/807] Building C object
> CMakeFiles/libsvn_fs_fs.dir/subversion/libsvn_fs_fs/tree.c.o
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_fs_fs/tree.c:
> In function ‘check_newline’:
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_fs_fs/tree.c:2488:13:
> warning: initialization discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>  2488 |   char *c = strchr(path, '\n');
>       |             ^~~~~~
> [185/807] Building C object
> CMakeFiles/libsvn_fs.dir/subversion/libsvn_fs/fs-loader.c.o
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_fs/fs-loader.c:
> In function ‘svn_fs__path_valid’:
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_fs/fs-loader.c:493:5:
> warning: assignment discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>   493 |   c = strchr(path, '\n');
>       |     ^
> [219/807] Building C object
> CMakeFiles/libsvn_diff.dir/subversion/libsvn_diff/parse-diff.c.o
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_diff/parse-diff.c:
> In function ‘git_start’:
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_diff/parse-diff.c:1582:19:
> warning: assignment discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>  1582 |   new_path_marker = strstr(old_path_marker, " b/");
>       |                   ^
> /home/tima/dev/release-signing/1.15.0-rc3/subversion-1.15.0-rc3/subversion/libsvn_diff/parse-diff.c:1610:23:
> warning: assignment discards ‘const’ qualifier from pointer target type
> [-Wdiscarded-qualifiers]
>  1610 |       new_path_marker = strstr(new_path_start, " b/");
>       |                       ^
> ]]]
>
> [1] https://lists.apache.org/thread/3s8d1t8r6x5d8xvvmqfqsfcm6fs1o56t
>
>
For the archives: Signatures are committed in r86079 and r86096. I had to
follow-up because I forgot to sign bz2. The second time I only verified
that the contents are identical to tar.gz.

-- 
Timofei Zhakov
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.