summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/gnutls: only run seccomp tests w/ USE=test-fullSam James2024-12-242-12/+8
| | | | | | | | They're unreliable in sandboxes. Closes: https://bugs.gentoo.org/649396 Closes: https://bugs.gentoo.org/711104 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: drop 3.7.8, 3.7.9Sam James2024-12-074-545/+0
| | | | | Bug: https://bugs.gentoo.org/893880 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: drop 3.8.0, 3.8.3, 3.8.5-r1, 3.8.6-r1Sam James2024-12-075-606/+0
| | | | | | | Bug: https://bugs.gentoo.org/918663 Bug: https://bugs.gentoo.org/922262 Bug: https://bugs.gentoo.org/927557 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: add 3.8.8Sam James2024-11-272-0/+165
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 sparc, #940086Sam James2024-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 hppa, #940086Sam James2024-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 arm64, #940086Sam James2024-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 arm, #940086Sam James2024-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 arm64, #911020Sam James2024-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 arm, #911020Sam James2024-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 amd64, #940086Arthur Zamarin2024-09-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 x86, #940086Arthur Zamarin2024-09-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 ppc64, #940086Sam James2024-09-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.7.1-r1 ppc, #940086Arthur Zamarin2024-09-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-127-7/+7
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/gnutls: drop flag-o-maticMike Gilbert2024-09-021-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-libs/gnutls: improve tools USE flag descriptionFilip Kobierski2024-09-021-1/+1
| | | | | | | | Modeled after networkmanager's tools Closes: https://bugs.gentoo.org/600738 Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-libs/gnutls-3.8.7.1-r1: replace one gnulib hack for another (Solaris)Fabian Groffen2024-08-211-7/+6
| | | | | | | No longer need the previous hacks, but now need another to fix symbol versioning problems. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-libs/gnutls: fix testSam James2024-08-212-0/+46
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: fix configure handling of brotli argsSam James2024-08-172-2/+165
| | | | | | | Revbump given it could be automagic. Closes: https://bugs.gentoo.org/937997 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: add 3.8.7.1Sam James2024-08-162-0/+163
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls-3.8.6-r1: adapt Solaris fix, deal with allocaFabian Groffen2024-07-291-2/+7
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-libs/gnutls-3.8.6-r1: fix compilation on SolarisFabian Groffen2024-07-281-1/+3
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-libs/gnutls: depend on >=nettle-3.10Sam James2024-07-221-1/+2
| | | | | | | | As a workaround for the backport/import upstream of sha3_* being broken, it seems. Closes: https://bugs.gentoo.org/936011 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: add 3.8.6Sam James2024-07-042-0/+151
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: drop 3.8.5Sam James2024-04-291-149/+0
| | | | | | Use 3.8.5-r1 instead with a regression fix. Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Add patch to fix Wireshark testsChristopher Fore2024-04-272-0/+416
| | | | | | | | | | | | | - GnuTLS tests pass - Wireshark tests pass now with this [sam: add more references to patch] Closes: https://bugs.gentoo.org/930529 Closes: https://bugs.gentoo.org/930752 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/36392 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: remove unused patch(es)Michael Mair-Keimberger2024-04-171-46/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-libs/gnutls: add 3.8.5Sam James2024-04-152-0/+151
| | | | | Bug: https://bugs.gentoo.org/927557 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: drop 3.8.1-r1, 3.8.2Sam James2024-03-223-292/+0
| | | | | Bug: https://bugs.gentoo.org/922262 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: drop 3.7.6, 3.7.7Sam James2024-03-223-283/+0
| | | | | Bug: https://bugs.gentoo.org/831573 Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-build}/gtk-doc-amMichał Górny2024-01-178-15/+15
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34819 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/gnutls: add 3.8.3Sam James2024-01-172-0/+151
| | | | | Bug: https://bugs.gentoo.org/922262 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: add 3.8.2Sam James2023-12-022-0/+144
| | | | | Bug: https://bugs.gentoo.org/918663 Signed-off-by: Sam James <sam@gentoo.org>
* Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATHMike Gilbert2023-10-316-6/+6
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-libs/gnutls: Remove redundant local flag descsMichał Górny2023-10-271-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/gnutls: stable 3.8.0 for hppa, bug #911020Rolf Eike Beer2023-09-301-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: fix 3.8.0 headersSam James2023-08-082-0/+50
| | | | | Closes: https://bugs.gentoo.org/911872 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: add 3.8.1Sam James2023-08-072-0/+144
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 ppc, #911020Sam James2023-08-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 amd64, #911020Sam James2023-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 x86, #911020Sam James2023-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 sparc, #911020Arthur Zamarin2023-07-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-libs/gnutls: Stabilize 3.8.0 ppc64, #911020Jakov Smolić2023-07-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-libs/gnutls: drop dead prefix targetsSam James2023-05-295-15/+0
| | | | | | The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x64-cygwin keywordFabian Groffen2023-05-255-5/+5
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-255-5/+5
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-255-5/+5
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-245-5/+5
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-libs/gnutls: cleanup further (invalid) USE=valgrind remnantsSam James2023-05-145-15/+8
| | | | | Fixes: 05ae3326995131af0c877597d8bdfe6fd5e3badc Signed-off-by: Sam James <sam@gentoo.org>