summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-libs/libevent: Enable verify-sigMichał Górny2023-05-211-5/+16
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libevent: fix the build with clang-16orbea2023-05-021-0/+1
| | | | | | | | Closes: https://bugs.gentoo.org/880381 Upstream-Commit: https://github.com/libevent/libevent/commit/35375101e741d78bf49642c6929c1eb69a7c3d79 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30840 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libevent: add upstream libressl patchorbea2023-05-021-0/+4
| | | | | | | | | | | | This fixes the build with LibreSSL >= 3.5 when the BIO_get_init() function became available. Bug: https://bugs.gentoo.org/903001 Upstream-Issue: https://github.com/libevent/libevent/issues/1277 Upstream-PR: https://github.com/libevent/libevent/pull/1227 Upstream-Commit: https://github.com/libevent/libevent/commit/883630f76cbf512003b81de25cd96cb75c6cf0f9 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libevent: enable thread support unconditionallyMike Gilbert2023-02-131-0/+74
Closes: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym@gentoo.org>