libevent 2.1.11
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<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="8a37ad06dd28ed3da785819da297b1a3b2ea9307" type="targz">https://github.com/libevent/libevent/archive/release-2.1.8-stable.tar.gz</Archive>
|
||||
<Archive sha1sum="43cd4462b63c1fe9f155a1579817e12377d44580" type="targz">https://github.com/libevent/libevent/archive/release-2.1.11-stable.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.0.2j">openssl-devel</Dependency>
|
||||
<Dependency versionFrom="1.1.1d">openssl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -27,7 +27,7 @@
|
||||
<Package>
|
||||
<Name>libevent</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="1.0.2j">openssl</Dependency>
|
||||
<Dependency versionFrom="1.1.1d">openssl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>2.1.11</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>aidriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-05</Date>
|
||||
<Version>2.1.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user