summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libevent: Disable signalfd by default in 2.2.1Michał Górny2023-07-111-0/+152
| | | | | | | | Backport the upstream pull request that disables signalfd by default, as it turned out to cause lots of unexpected breakage. In particular, app-misc/tmux was broken and it can't be trivially fixed. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libevent: fix the build with clang-16orbea2023-05-021-0/+105
| | | | | | | | 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/+30
| | | | | | | | | | | | 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: Old.Jeroen Roovers2017-02-021-34/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/libevent: Clean up/properly name patch.Jeroen Roovers2015-10-161-2/+0
| | | | Package-Manager: portage-2.2.23
* dev-libs/libevent: Add patch to fix Zombie leftoversTobias Klausmann2015-10-151-0/+36
When-if upstream makes a release that contains this patch, we can drop it. But since it has been six months without a release, let'suse it directly ourselves. Gentoo-Bug: 540456 Libevent-Bug: http://sourceforge.net/p/levent/bugs/350/ Package-Manager: portage-2.2.23