From: Michael Tremer Date: Sat, 31 Dec 2022 08:41:51 +0000 (+0000) Subject: libevent: Update to 2.1.12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e4d55d9f206300b091ddfcff27b249e39e3a2a6;p=people%2Fstevee%2Fipfire-3.x.git libevent: Update to 2.1.12 Signed-off-by: Michael Tremer --- diff --git a/libevent/libevent.nm b/libevent/libevent.nm index f2c8ef13a..8d5a05d88 100644 --- a/libevent/libevent.nm +++ b/libevent/libevent.nm @@ -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