summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/mit-krb5: add e2fsprogs to BDEPEND without MULTILIB_USEDEPMike Gilbert21 hours1-0/+1
| | | | | Bug: https://bugs.gentoo.org/944040 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Revert "app-crypt/mit-krb5: Add missing sys-fs/e2fsprogs to BDEPEND"Mike Gilbert21 hours1-155/+0
| | | | | | | | | | | | It is never appropriate to use MULTILIB_USEDEP in BDEPEND. Library depdnedencies belong in DEPEND. This also breaks cross-compiles. Bug: https://bugs.gentoo.org/941161 Closes: https://bugs.gentoo.org/944040 Reverts: de41a3ba38ba1ccb98bae20e443a1af8d8df5c6a Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-crypt/swtpm: Stabilize 0.9.0 amd64, #943558Michał Górny4 days1-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/swtpm: Stabilize 0.9.0 arm64, #943558Michał Górny4 days1-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/swtpm: Stabilize 0.9.0 arm, #943558Sam James4 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/swtpm: Stabilize 0.9.0 x86, #943558Sam James4 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/swtpm: Stabilize 0.9.0 ppc64, #943558Sam James4 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/p11-kit: build w/ -std=gnu17Sam James4 days1-1/+4
| | | | | Bug: https://github.com/p11-glue/p11-kit/issues/664 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/pgpdump: fix C23 compatSam James4 days2-0/+36
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/acme: 9999 update cap on josepyMatthew Thode6 days1-0/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot: 9999 update dep cap on josepyMatthew Thode6 days1-0/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot: add 3.0.1Thibaud CANALE6 days2-0/+67
| | | | | | | | Closes: https://bugs.gentoo.org/937889 Closes: https://bugs.gentoo.org/943522 Signed-off-by: Thibaud CANALE <thican@thican.net> Closes: https://github.com/gentoo/gentoo/pull/39320 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/acme: add 3.0.1Thibaud CANALE6 days2-0/+66
| | | | | | | Closes: https://bugs.gentoo.org/937889 Closes: https://bugs.gentoo.org/943522 Signed-off-by: Thibaud CANALE <thican@thican.net> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/xca: Stabilize 2.7.0 amd64, #943336Sam James8 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/loop-aes-losetup: use HTTPS againSam James8 days1-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/loop-aes-losetup: drop 2.39.2Hank Leininger8 days2-73/+0
| | | | | | Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://github.com/gentoo/gentoo/pull/38949 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/loop-aes-losetup: add 2.40.2, various fixesHank Leininger8 days2-0/+119
| | | | | | | | | | | | | | | Sync against newer upstream util-linux and loop-aes. Fix keyring selection when USE=verify-sig. Updated signature checking logic to match current util-linux package. Also build loop-aes-mount{,.static} for times when that is needed. Fix Automake issues. Closes: https://bugs.gentoo.org/942097 Closes: https://bugs.gentoo.org/942927 Closes: https://bugs.gentoo.org/939689 Closes: https://bugs.gentoo.org/936055 Signed-off-by: Hank Leininger <hlein@korelogic.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/xca: Stabilize 2.7.0 x86, #943336Sam James9 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/xca: Stabilize 2.7.0 ppc, #943336Sam James9 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: rename account andrewammerlaan -> nowaNowa Ammerlaan9 days1-2/+2
| | | | | Closes: https://bugs.gentoo.org/940905 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
* app-crypt/onak: drop 0.5.0-r1Petr Vaněk9 days2-55/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-crypt/gpgme: add 1.24.0Sam James10 days2-0/+180
| | | | | | | Upstrem now support building qt5+qt6 in the same build, so the ebuild becomes significantly simpler (and quicker). Signed-off-by: Sam James <sam@gentoo.org>
* */*: fix rust eclass usedep/mutlilib handling; inherit orderMatt Jolly10 days10-10/+10
| | | | | | | | | | | | The rust eclass has been updated to directly inject a required MULTILIB_USEDEP when requested. RUST_USEDEP has been renamed to RUST_REQUIRED_USE to be consistent with other eclasses. llvm-r1 should be imported after cargo and the eclass now enables this. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* Rename dev-python/{gmpy → gmpy2}Michał Górny10 days2-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/libsecret: Handle crypto implementations in a more consistent wayPacho Ramos12 days2-1/+167
| | | | | | | | | | | This allow to more easily switch among implementations. Use gcrypt as default (following upstream and most of the other distributions). Also fix pam dependency (as pam module building also checks for libpam) Thanks-to: Michał Górny Closes: https://bugs.gentoo.org/943031 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-crypt/*: fix typo llvm_r1_pkg_setup → llvm-r1_pkg_setupTakuya Wakazono12 days9-9/+9
| | | | | | Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39248 Signed-off-by: Sam James <sam@gentoo.org>
* */*: update for slotted RustMatt Jolly12 days11-88/+142
| | | | | | | | | | | | | | Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* app-crypt/libsecret: enable py3.13Pacho Ramos13 days1-1/+1
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-crypt/libsecret: Bump to 0.21.4Guillermo Joandet13 days3-0/+170
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34206 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-crypt/keysmith: drop 24.08.2Andreas Sturmlechner14 days2-37/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/keysmith: 24.08.3 version bumpAndreas Sturmlechner14 days2-0/+37
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/pinentry: drop 1.3.0-r3Andreas Sturmlechner2024-11-033-271/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/gnupg: clarify/refresh Solaris workaroundsFabian Groffen2024-11-032-8/+10
| | | | | | | | | | - Filed upstream bug for the standards problems: https://dev.gnupg.org/T7368 - Define _XOPEN_SOURCE=500 for 2.4.6 to resolve the mismatch - Force configure machinery to kick in for 2.5.1 Closes: https://bugs.gentoo.org/942793 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-crypt/gnupg: fix implicit func decl (on musl) for 2.4.6Sam James2024-11-032-0/+29
| | | | | Closes: https://bugs.gentoo.org/942467 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg: add 2.2.45Sam James2024-11-033-0/+214
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gpgme: Stabilize 1.23.2-r2 hppa, #941133Sam James2024-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/pinentry: Stabilize 1.3.1 hppa, #940069Sam James2024-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/onak: drop 0.5.0Petr Vaněk2024-11-011-50/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-crypt/onak: add 0.6.3Petr Vaněk2024-11-014-0/+122
| | | | | | | | | | | | - update EAPI 7 -> 8 - upstream switched to cmake - new USE=hkp backend - introduce USE=dynamic for dynaically loaded backends - enable tests Closes: https://bugs.gentoo.org/881011 Closes: https://bugs.gentoo.org/922152 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-crypt/keysmith: drop 24.05.2Andreas Sturmlechner2024-10-312-37/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/veracrypt: add 1.26.15Göktürk Yüksek2024-10-302-0/+112
| | | | Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/gnupg: Stabilize 2.4.5-r2 hppa, #940880Sam James2024-10-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg: add 2.4.6Sam James2024-10-292-0/+199
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg-pkcs11-scd: bump 0.10 -> 0.11Adrian Ratiu2024-10-282-0/+61
| | | | | | | | | | | | Upstream released 0.11 recently which contains the config fix for libassuan v3, so we can drop the hardcoded v2 depend. Otherwise this ebuild is already in sync with the 9999 ebuild (thanks thesamesam!). Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/39143 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg-pkcs11-scd: sync 0.10.0 with live template, fixupsSam James2024-10-282-8/+29
| | | | | | | * Sync 0.10.0 with the new live template * Move eautoreconf to src_prepare and only call it conditionally Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg-pkcs11-scd: add 9999 ebuildAdrian Ratiu2024-10-281-0/+53
| | | | | | | | | | | | | | | | | This project depends upon the old libassuan v2 due to a build bug which got fixed upstream in the latest "master" branch, however upstream releases are very far in between (last was in Jan 2022) so we add the 9999 ebuild which works nicely with libassuan 3.0. I've asked upstream to cut a new release containing the fix [1] however I don't know how long that will take and we can still have the same problems down the line, so it's useful to have a 9999 git ebuild. Link: [1] https://github.com/alonbl/gnupg-pkcs11-scd/issues/65 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/39056 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/certbot: Stabilize 2.11.0 ALLARCHES, #942172Sam James2024-10-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/acme: Stabilize 2.11.0 ALLARCHES, #942171Sam James2024-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/keysmith: Stabilize 24.08.1 arm64, #940669Arthur Zamarin2024-10-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/heimdal: fix build w/ autoconf-2.72Sam James2024-10-232-0/+20
| | | | | Closes: https://bugs.gentoo.org/924213 Signed-off-by: Sam James <sam@gentoo.org>