diff --git a/programming/misc/libevent/pspec.xml b/programming/misc/libevent/pspec.xml
index 4470c0217e..8cffea7a33 100644
--- a/programming/misc/libevent/pspec.xml
+++ b/programming/misc/libevent/pspec.xml
@@ -12,7 +12,7 @@
library
A library to execute a function when a specific event occurs on a file descriptor
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.
- https://github.com/libevent/libevent/archive/release-2.1.11-stable.tar.gz
+ https://github.com/libevent/libevent/archive/release-2.1.12-stable.tar.gz
openssl-devel
zlib-devel
@@ -50,6 +50,13 @@
+
+ 2023-11-18
+ 2.1.12
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-09-15
2.1.11