samba fixed.
This commit is contained in:
@@ -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="3e6674772eb77de24908c6267c698146420ab699" type="targz">https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz</Archive>
|
||||
<Archive sha1sum="d8b93def5269877a89537bcdd9b44bac8ae69fc8" type="targz">https://github.com/libevent/libevent/archive/release-2.0.22-stable.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -20,7 +20,7 @@
|
||||
<Patches>
|
||||
<Patch level="0">libevent-linkage_fix.diff</Patch>
|
||||
<Patch level="1">libevent-2.0.13-manpages-on.patch</Patch>
|
||||
<Patch level="1">libevent-2.0.21-stable-automake-fix.patch</Patch>
|
||||
<!--Patch level="1">libevent-2.0.21-stable-automake-fix.patch</Patch-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-07-30</Date>
|
||||
<Version>2.0.22</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-05-31</Date>
|
||||
<Version>2.0.21</Version>
|
||||
@@ -86,4 +93,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user