]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
libevent: Update to 2.1.12
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Dec 2022 08:41:51 +0000 (08:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Dec 2022 08:41:51 +0000 (08:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libevent/libevent.nm

index f2c8ef13a5ad3e5a37662406f6ec5f17ed650b48..8d5a05d88f2c61df795234f4b496da5619710ca7 100644 (file)
@@ -4,13 +4,14 @@
 ###############################################################################
 
 name       = libevent
-version    = 2.0.22
-release    = 2.1
+version    = 2.1.12
+release    = 1
+thisapp    = %{name}-%{version}-stable
 
 groups     = Development/Tools
-url        = http://libevent.org
+url        = https://libevent.org
 license    = BSD
-summary    = Abstract asynchronous event notification library.
+summary    = Abstract asynchronous event notification library
 
 description
        The libevent API provides a mechanism to execute a callback
@@ -22,12 +23,9 @@ description
        change the event loop.
 end
 
-source_dl  = http://sourceforge.net/projects/levent/files/%{name}/libevent-2.0/
-sources    = %{thisapp}-stable.tar.gz
+source_dl  = https://github.com/libevent/libevent/releases/download/release-%{version}-stable/
 
 build
-       DIR_APP = %{DIR_SRC}/%{thisapp}-stable
-
        requires
                openssl-devel
        end