summaryrefslogtreecommitdiff
path: root/app-crypt/gcr/files
AgeCommit message (Collapse)Author
2025-09-07app-crypt/gcr: test fixes for 3.41.2Sam James
* Fix tests with LTO (or possibly some other optimisations, seems like it sort of worked by chance before as a library got linked twice) * Fix tests w/ new openssh Signed-off-by: Sam James <sam@gentoo.org>
2023-03-07app-crypt/gcr: add bug ref to patchSam James
Bug: https://bugs.gentoo.org/900152 Signed-off-by: Sam James <sam@gentoo.org>
2023-03-07app-crypt/gcr: fix implicit func declsSam James
It doesn't make sense to default XOPEN_SOURCE and subsequently DEFAULT_SOURCE as DEFAULT_SOURCE is asking for no extensions. Anyway, just ask for GNU_SOURCE as it'll placate both musl and glibc for all of strptime/timegm/getpass and gcr-3 is obsolete anyway. gcr-4 is fine. Closes: https://bugs.gentoo.org/900152 Signed-off-by: Sam James <sam@gentoo.org>
2022-10-14app-crypt/gcr: Drop old versionsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-05-07app-crypt/gcr: Version bump to 3.41.0Matt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-01-18app-crypt/gcr: fix build with meson 0.61Sam James
Closes: https://bugs.gentoo.org/831428 Signed-off-by: Sam James <sam@gentoo.org>
2021-05-30app-crypt/gcr: Drop old versionsMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2021-04-14app-crypt/gcr: remove unused patchesMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/20378 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Matt Turner <mattst88@gentoo.org>
2021-01-08app-crypt/gcr: Version bump to 3.38.0Matt Turner
Closes: https://bugs.gentoo.org/751346 Closes: https://bugs.gentoo.org/762799 Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-11-07app-crypt/gcr: remove oldMart Raudsepp
Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-08-18app-crypt/gcr: bump to 3.36.0Mart Raudsepp
* Port to meson and EAPI-7 * The compatibility libgcr-3.so is now gone * virtualx usage is gone, as that was needed only for dbus autolaunch, which is now handled manually to not need autolaunch * libtasn1 dep with subslot operator dep is gone, as I don't see any direct linkages to it, probably only p11-kit private in modern days * Added missing gnupg runtime dep, which hopefully doesn't cause a build-time circular dep in the way it is done now (including an upstream MR that is needed to avoid this at upstream level) * Dropped unnecessary unconditional libxslt/libxml2 deps, which were checked for in autotools (but apparently never used), but are not used with meson. However libxml2 is still used as part of gresources when ui (USE=gtk) is enabled Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2019-12-25app-crypt/gcr: fix desktop filesMart Raudsepp
Closes: https://bugs.gentoo.org/702040 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2015-11-26app-crypt/gcr: drop old revisionGilles Dartiguelongue
Package-Manager: portage-2.2.25
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed