FS#59342 - [subversion] needs libsecret instead of libgnome-keyring for saving credentials

Attached to Project: Arch Linux
Opened by Chih-Hsuan Yen (yan12125) - Sunday, 15 July 2018, 11:54 GMT
Last edited by Balló György (City-busz) - Wednesday, 07 June 2023, 14:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:
In the latest subversion, libsecret is used to save credentials instead of libgnome-keyring. optdepends should be updated.

readelf -d /usr/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [libsvn_subr-1.so.0]
0x0000000000000001 (NEEDED) Shared library: [libaprutil-1.so.0]
0x0000000000000001 (NEEDED) Shared library: [libexpat.so.1]
0x0000000000000001 (NEEDED) Shared library: [libz.so.1]
0x0000000000000001 (NEEDED) Shared library: [libsqlite3.so.0]
0x0000000000000001 (NEEDED) Shared library: [libmagic.so.1]
0x0000000000000001 (NEEDED) Shared library: [liblz4.so.1]
0x0000000000000001 (NEEDED) Shared library: [libutf8proc.so.2]
0x0000000000000001 (NEEDED) Shared library: [libapr-1.so.0]
0x0000000000000001 (NEEDED) Shared library: [libsecret-1.so.0] <------
0x0000000000000001 (NEEDED) Shared library: [libgio-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]


Additional info:
subversion 1.10.0-3

Steps to reproduce:
1. Install gnome-keyring, libsecret and subversion, but NOT libgnome-keyring
2. Check that subversion can still fetch server credentials
This task depends upon

Closed by  Balló György (City-busz)
Wednesday, 07 June 2023, 14:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  subversion 1.14.2-8
Comment by mattia (nTia89) - Sunday, 20 March 2022, 13:37 GMT
Still an issue

Loading...