libevent-2.1.12

This commit is contained in:
Rmys
2023-11-18 14:36:17 +03:00
parent dcce6314a5
commit 1da8d5ced6
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A library to execute a function when a specific event occurs on a file descriptor</Summary>
<Description>The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.</Description>
<Archive sha1sum="43cd4462b63c1fe9f155a1579817e12377d44580" type="targz">https://github.com/libevent/libevent/archive/release-2.1.11-stable.tar.gz</Archive>
<Archive sha1sum="eba253ac0dcdd6572c6631b0c579471d88d3dc8d" type="targz">https://github.com/libevent/libevent/archive/release-2.1.12-stable.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.1.1d">openssl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="7">
<Date>2023-11-18</Date>
<Version>2.1.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-09-15</Date>
<Version>2.1.11</Version>