commit add672ea6ad72cc67aa146c90d8e06d0f26178c5 Author: Dhanuka Warusadura Date: 2024-01-06 Release version 46.0 Signed-off-by: Dhanuka Warusadura NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit e128078e434288019ddcbe7754ccd9fab618884d Merge: 793e8689 25c5a198 Author: Dhanuka Warusadura Date: 2023-10-19 Merge branch 'build' into 'master' build: Remove build with ssh component from default build instructions See merge request GNOME/gnome-keyring!60 commit 25c5a1982467802fa12c6852b03c57924553ba73 Author: Dhanuka Warusadura Date: 2023-10-18 build: Remove build with ssh component from default build instructions The SSH functionality of gnome-keyring has been moved to gcr [1] as part of the modular gnome-keyring Fedora change [2] proposal. And currently the SSH functionality is provided by `gcr-ssh-agent`. So, it is recommended to build gnome-keyring without the `ssh` component. [1] https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/67 [2] https://fedoraproject.org/wiki/Changes/ModularGnomeKeyring Signed-off-by: Dhanuka Warusadura configure.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 793e8689e03f20330f2eba0d04f94e96a6181cd8 Merge: 085f8b45 214d4d65 Author: Dhanuka Warusadura Date: 2023-10-14 Merge branch 'fix_scope' into 'master' main: Reduce scope of ssh_started variable See merge request GNOME/gnome-keyring!59 commit 214d4d6568a6ba4259e49436eb6c827658158d08 Author: Dhanuka Warusadura Date: 2023-10-11 main: Reduce scope of ssh_started variable This change fixes the "‘ssh_started’ defined but not used [-Wunused-variable]" warning, during build with `--disable-ssh-agent` option. Signed-off-by: Dhanuka Warusadura daemon/gkd-main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 085f8b457270e823c1d698aa74efc2d61e3dae40 Author: Kristjan SCHMIDT Date: 2023-09-27 Update Esperanto translation po/eo.po | 167 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 87 insertions(+), 80 deletions(-) commit b839689e5525a5e924916d2ebf9e68753e1f6d52 Author: Sabri Ünal Date: 2023-08-08 Update Turkish translation po/tr.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit d0a4901c63a01e5f6d2e319cf118a58197bdd6a2 Merge: 027c9e3f 391edc89 Author: Niels De Graef Date: 2023-05-24 Merge branch 'valentindavid/fix-desktop-files' into 'master' desktop: Expand variables Closes #131 See merge request GNOME/gnome-keyring!58 commit 391edc89ccf1d404886c3f00ff20cc5085f34ae8 Author: Valentin David Date: 2023-05-18 desktop: Expand variables 2f202ab68ab2185cc6a0cf32d92fc9f30a573d5f removed expansion of variables, but `@bindir@` still needed to be expanded. This partially reverts that commit, without re-introducing Bugzilla related data. Also the makefile rule for `$(desktop_DATA)` was using the same .in file as input for all the desktop outputs. Resulting in the same file instead of having the correct `--components`. daemon/.gitignore | 3 +++ daemon/Makefile.am | 14 ++++++++------ ...kcs11.desktop.in => gnome-keyring-pkcs11.desktop.in.in} | 0 ...rets.desktop.in => gnome-keyring-secrets.desktop.in.in} | 0 ...ring-ssh.desktop.in => gnome-keyring-ssh.desktop.in.in} | 0 po/POTFILES.in | 6 +++--- po/POTFILES.skip | 3 +++ 7 files changed, 17 insertions(+), 9 deletions(-) commit 027c9e3fe1514881d6a8a19af7f6f1f8a2813590 Author: Andre Klapper Date: 2023-04-28 DOAP: Replace defunct mailing-list with support-forum (GNOME Discourse) gnome-keyring.doap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 353b9868b5ed5805a1af8a06edbf63ba210f5dad Author: Nart Tlisha Date: 2023-04-05 Update Abkhazian translation po/ab.po | 3304 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 3285 insertions(+), 19 deletions(-) commit 0b8753075560590e33277f034e85c4d34d9b02a7 Author: Sabri Ünal Date: 2023-03-10 Update Turkish translation po/tr.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 7c38f99fb4d0b862a5c33a37857fe8ea200da4fe Author: Sabri Ünal Date: 2023-02-22 Update Turkish translation po/tr.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit ef29e23d7add087e97e602d6a9a3c2403e8aff5d Author: Vasil Pupkin <3abac@3a.by> Date: 2022-12-13 Update Belarusian translation po/be.po | 456 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 233 insertions(+), 223 deletions(-) commit cb981ada8da7d6b3f6b07f61bcb58692c064d529 Merge: 12eeabc2 2f202ab6 Author: Niels De Graef Date: 2022-11-13 Merge branch 'jakedane-master-patch-02769' into 'master' desktop: Remove obsolete Bugzilla entries See merge request GNOME/gnome-keyring!55 commit 2f202ab68ab2185cc6a0cf32d92fc9f30a573d5f Author: Jake Dane <3689-jakedane@users.noreply.gitlab.gnome.org> Date: 2022-09-11 desktop: Remove obsolete Bugzilla entries The `X-GNOME-Bugzilla-*` entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed from the desktop files. The desktop files then have no variables so do not need to be configured. They are renamed from `*.in.in` to `*.in` to reflect that and build files are updated for this change. daemon/.gitignore | 3 --- daemon/Makefile.am | 14 ++++++-------- ...kcs11.desktop.in.in => gnome-keyring-pkcs11.desktop.in} | 4 ---- ...rets.desktop.in.in => gnome-keyring-secrets.desktop.in} | 4 ---- ...ring-ssh.desktop.in.in => gnome-keyring-ssh.desktop.in} | 4 ---- po/POTFILES.in | 6 +++--- po/POTFILES.skip | 3 --- 7 files changed, 9 insertions(+), 29 deletions(-) commit 12eeabc28daded121dbf6bbc452a2678946983e6 Author: Nart Tlisha Date: 2022-10-31 Update Abkhazian translation po/ab.po | 3079 +------------------------------------------------------------- 1 file changed, 21 insertions(+), 3058 deletions(-) commit 96b31dec1fc7c1079afbbdcf1917f67d69331518 Author: Nart Tlisha Date: 2022-10-03 Update Abkhazian translation po/ab.po | 3909 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 3906 insertions(+), 3 deletions(-) commit 2030a2cd4045bbdd9d0b1cd4bce471dd5cc00cfa Author: Sabri Ünal Date: 2022-09-18 Update Turkish translation po/tr.po | 103 ++------------------------------------------------------------- 1 file changed, 3 insertions(+), 100 deletions(-) commit 7917041f1bd90a40d855ad2fd93bd2bd40e7edea Author: Sveinn í Felli Date: 2022-09-05 Update Icelandic translation (cherry picked from commit bb785db03489b5d3ae93657fdb6ad3e4ed72b19f) po/is.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 1892a4948441efd6cb812c293945e12ca50c10f5 Author: Sveinn í Felli Date: 2022-09-05 Update Icelandic translation (cherry picked from commit c2ce16ef7acb7074063d6bcecb5eeb6b075f5b7d) po/is.po | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) commit 93b2384e83fe856c695da32fd17cf53c450c6140 Author: Sveinn í Felli Date: 2022-09-05 Update Icelandic translation (cherry picked from commit 435896013603bbd5d89ec928ccb30475f38b6ba7) po/is.po | 172 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 81 insertions(+), 91 deletions(-) commit 0040a970d2ccb2c2efcd8666c770c6a6939c17fa Author: Nart Tlisha Date: 2022-08-25 Update Abkhazian translation po/ab.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 1d591c260e93fd8583976c0cb661d48a70cb1fea Author: Nart Tlisha Date: 2022-07-29 Update Abkhazian translation po/ab.po | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) commit f50925c7535280e1718f5f71dd1e9b2a826a9a91 Author: Nart Tlisha Date: 2022-07-25 Add Abkhazian translation po/LINGUAS | 1 + po/ab.po | 483 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 484 insertions(+) commit 992a2558c6f0986b67ecee567715a75dcdcdb298 Merge: 6c4ad4cf 2d867686 Author: Daiki Ueno Date: 2022-07-04 Merge branch 'wip/dueno/pc' into 'master' configure.ac: Stop using deprecated pkgconfig variable in p11-kit See merge request GNOME/gnome-keyring!54 commit 2d867686b75630ad480640afc6fcb73514167a03 Author: Daiki Ueno Date: 2022-07-03 configure.ac: Stop using deprecated pkgconfig variable in p11-kit p11_system_config_modules has been deprecated for a long time, in favor of p11_module_configs. Signed-off-by: Daiki Ueno configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6c4ad4cff086ba7fd79ef406311a283c6a942baf Author: Matt Turner Date: 2022-05-22 pkcs11: Don't use strncpy when copying paths Using strncpy produces the following warning, which indicates that the destination string could be left unterminated. CC daemon/control/gkd-control-server.lo CCLD libgkd-control.la CC pkcs11/rpc-layer/libgkm_rpc_layer_la-gkm-rpc-dispatch.lo In file included from /usr/include/string.h:519, from /usr/include/glib-2.0/glib/galloca.h:33, from /usr/include/glib-2.0/glib.h:30, from ./egg/egg-error.h:24, from pkcs11/rpc-layer/gkm-rpc-dispatch.c:31: In function ‘strncpy’, inlined from ‘gkm_rpc_layer_startup’ at pkcs11/rpc-layer/gkm-rpc-dispatch.c:2382:2: /usr/include/bits/string_fortified.h:95:10: warning: ‘__builtin_strncpy’ specified bound 108 equals destination size [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11/rpc-layer/gkm-rpc-dispatch.c | 4 +++- pkcs11/rpc-layer/gkm-rpc-module.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) commit a76ebb68bc5d7b9176603902d329283c33422522 Author: Zurab Kargareteli Date: 2022-05-25 Update Georgian translation po/ka.po | 660 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 322 insertions(+), 338 deletions(-) commit 5bc5f32c60b450b19ee8fac2555862537f986a89 Author: Pawan Chitrakar Date: 2022-05-24 Update Nepali translation (cherry picked from commit 8e43ecc3f6c7756310d24b0614858f6508256b0d) po/ne.po | 523 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 256 insertions(+), 267 deletions(-) commit 53c4b0743c92ad723ffe8f5906450a212c89e88e