summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/yubikey-manager: remove dev-python/cryptography version cap in 4.0.8Marek Szuba2023-02-211-1/+1
| | | | | | | | | | | | | | | Seems to have no problems with 39.0.1: - all standard tests pass; - several device-specific PIV tests fail due to newer cryptography not allowing the use of SHA1, which could easily be fixed by patching the offending tests not to use that algorithm - and in any case we do not run any of these in src_test(); - rudimentary run-time testing has shown no issues yet. Going straight to stable due to Bug #893576. Bug: https://bugs.gentoo.org/893522 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/keybase: Add `fuse` USE flagNicolas Bock2023-02-212-1/+7
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* app-crypt/yubikey-manager-qt: Remove oldMichał Górny2023-02-212-59/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/tpm2-abrmd: Stabilize 3.0.0-r1 amd64, #894968Sam James2023-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-abrmd: Stabilize 3.0.0-r1 x86, #894968Arthur Zamarin2023-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/gnupg: Stabilize 2.2.41 amd64, #893994Arthur Zamarin2023-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/tpm2-abrmd: Stabilize 3.0.0-r1 arm, #894968Arthur Zamarin2023-02-201-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/keybase: bump to 6.0.2, update ebuilds, new maintainerRandall T. Vasquez2023-02-204-0/+159
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27373 Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* app-crypt/swtpm: Stabilize 0.8.0 arm64, #895170Arthur Zamarin2023-02-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/swtpm: Stabilize 0.8.0 arm, #895170Sam James2023-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/swtpm: Stabilize 0.8.0 ppc64, #895170Sam James2023-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tools: Stabilize 5.4 amd64, #894966Sam James2023-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tools: Stabilize 5.4 arm, #894966Sam James2023-02-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/swtpm: Stabilize 0.8.0 amd64, #895170Joonas Niilola2023-02-201-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/kbfs: Fix kbfs-9999.ebuildNicolas Bock2023-02-181-1/+1
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* app-crypt/kbfs: new package, add 6.0.2, 9999Randall T. Vasquez2023-02-184-0/+155
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27372 Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* app-crypt/certbot-nginx: brings multiple reworks (bug 881043)Thibaud CANALE2023-02-165-13/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/881043 The purpose of this rework is to use parent package archive as common base for all the modules. Warnings: some modifications might require some reviews, tests were done but maybe not thoroughly enough. Reworks: - replaces deprecated DISTUTILS_USE_SETUPTOOLS by DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build); - integrates parent mechanism for base source; - stores archive with ".gh" in its extension (PythonGHDistfileSuffix) also use parent’s file; - uses plaintext URL for SRC_URI; - common "S" path definition for live ebuild. Also removes zope since 2.0.0 version, see upstream commit 9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4: https://github.com/certbot/certbot/commit/9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4 Signed-off-by: Thibaud CANALE <thican@thican.net> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot-apache: brings multiple reworks (bug 881043)Thibaud CANALE2023-02-165-13/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/881043 The purpose of this rework is to use parent package archive as common base for all the modules. Warnings: some modifications might require some reviews, tests were done but maybe not thoroughly enough. Reworks: - replaces deprecated DISTUTILS_USE_SETUPTOOLS by DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build); - integrates parent mechanism for base source; - stores archive with ".gh" in its extension (PythonGHDistfileSuffix) also use parent’s file; - uses plaintext URL for SRC_URI; - common "S" path definition for live ebuild. Also removes zope since 2.0.0 version, see upstream commit 9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4: https://github.com/certbot/certbot/commit/9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4 Signed-off-by: Thibaud CANALE <thican@thican.net> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/certbot: brings multiple reworks (bug 881043)Thibaud CANALE2023-02-165-12/+219
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/881043 The purpose of this commit is to provide a common base for this package and its bindings. For example, we should keep only one and single archive name to avoid duplication, saving storage and download time. Warnings: some modifications might require some reviews, tests were done but maybe not thorough. Reworks: - replaces deprecated DISTUTILS_USE_SETUPTOOLS by DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build); - stores archive with ".gh" in its extension (PythonGHDistfileSuffix); - uses plaintext URL for SRC_URI. Also removes zope since 2.0.0 version, see upstream commit 9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4: https://github.com/certbot/certbot/commit/9d736d5c9c939ef5a47b001ef9cb3ea97122c1c4 Signed-off-by: Thibaud CANALE <thican@thican.net> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/acme: brings multiple reworks (bug 881043)Thibaud CANALE2023-02-165-7/+207
| | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/881043 The purpose of this rework is to use parent package archive as common base for all the modules. Warnings: some modifications might require some reviews, tests were done but maybe not thoroughly enough. Reworks: - replaces deprecated DISTUTILS_USE_SETUPTOOLS by DISTUTILS_USE_PEP517, with "setuptools" (DistutilsNonPEP517Build); - integrates parent mechanism for base source; - stores archive with ".gh" in its extension (PythonGHDistfileSuffix) also use parent’s file; - common "S" path definition for live ebuild. Signed-off-by: Thibaud CANALE <thican@thican.net> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/tpm2-tss: Stabilize 3.2.2 x86, #894662Sam James2023-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tss: Stabilize 3.2.2 amd64, #894662Sam James2023-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg: Stabilize 2.2.41 x86, #893994Sam James2023-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tools: drop 5.3Christopher Byrne2023-02-162-55/+0
| | | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29586 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tools: add 5.5Christopher Byrne2023-02-162-0/+67
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tools: Add missing python_check_depsChristopher Byrne2023-02-161-1/+9
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tools: add missing python_check_deps and enable py3.11Christopher Byrne2023-02-161-1/+9
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tss: Stabilize 3.2.2 ppc64, #894662Sam James2023-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tss: Stabilize 3.2.2 arm64, #894662Sam James2023-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-tss: Stabilize 3.2.2 arm, #894662Sam James2023-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/tpm2-pkcs11: drop 1.8.0Christopher Byrne2023-02-152-62/+0
| | | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29362 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-crypt/tpm2-pkcs11: add 1.9.0Christopher Byrne2023-02-152-0/+62
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-crypt/gpgstats: fix build w/ clang 16Sam James2023-02-141-2/+5
| | | | | | | No patch as upstream is 404, apparently. Closes: https://bugs.gentoo.org/894350 Signed-off-by: Sam James <sam@gentoo.org>
* Rename dev-python/{sphinx_rtd_theme → sphinx-rtd-theme}Michał Górny2023-02-145-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/tpm-tools: revbump to depend on app-crypt/trousers-0.3.15-r1Stijn Tintel2023-02-141-0/+52
| | | | | | | Closes: https://bugs.gentoo.org/713444 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Closes: https://github.com/gentoo/gentoo/pull/29384 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/trousers: add musl patchStijn Tintel2023-02-142-0/+142
| | | | | | | | [sam: This has been sent upstream but pending moderator approval.] Bug: https://bugs.gentoo.org/713444 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager-qt: add github upstream metadataMarek Szuba2023-02-131-0/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager-qt: update HOMEPAGEMarek Szuba2023-02-132-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager-qt: 1.2.2 requires older versions of yubikey-managerMarek Szuba2023-02-131-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager-qt: add 1.2.5, drop 1.2.4Marek Szuba2023-02-132-2/+2
| | | | | Closes: https://bugs.gentoo.org/893220 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/libmd: drop liveSam James2023-02-132-28/+1
| | | | | | | It's not like there's tonnes of changes upstream often and the live ebuild isn't in sync here anyway. Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/libmd: Backport Clang 16 configure fixViolet Purcell2023-02-132-1/+50
| | | | | | | Closes: https://bugs.gentoo.org/894010 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/29565 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/certbot: stabilize 2.2.0-r1 for amd64, x86Matthew Thode2023-02-121-1/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/acme: stabilize 2.2.0 for amd64, x86Matthew Thode2023-02-121-1/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-crypt/gnupg: Stabilize 2.2.41 arm64, #893994Sam James2023-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg: Stabilize 2.2.41 hppa, #893994Sam James2023-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/gnupg: Stabilize 2.2.41 arm, #893994Sam James2023-02-121-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/sequoia-chameleon-gnupg: backport test fixSam James2023-02-112-1/+53
| | | | | | | | ... but it doesn't get them passing yet. Ideas welcome! They don't pass for me outside of Portage either, but way more _do_ pass outside of Portage for me, as opposed to none right now inside. Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/sequoia-chameleon-gnupg: add Clang BDEPENDSam James2023-02-111-6/+2
| | | | | Closes: https://bugs.gentoo.org/893738 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/rhash: Drop old 1.4.2James Le Cuirot2023-02-093-174/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>