From d96362a64a73277c8843bce59952e0e8dfccbdd2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 6 Sep 2015 17:20:40 +0200 Subject: [PATCH] - updated to 2.0.22-stable (fixes CVE-2014-6272) - remoevd obsolete am patch --- libevent-am.patch | 22 ---------------------- libevent.spec | 10 ++++------ 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 libevent-am.patch diff --git a/libevent-am.patch b/libevent-am.patch deleted file mode 100644 index d6d946a..0000000 --- a/libevent-am.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- libevent-2.0.21-stable/configure.in.orig 2012-11-18 07:34:13.000000000 +0100 -+++ libevent-2.0.21-stable/configure.in 2013-02-12 16:13:21.323122429 +0100 -@@ -12,7 +12,7 @@ - AC_CONFIG_MACRO_DIR([m4]) - - AM_INIT_AUTOMAKE(libevent,2.0.21-stable) --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version]) - - dnl Initialize prefix. ---- libevent-2.0.21-stable/test/Makefile.am.orig 2012-05-31 06:08:19.000000000 +0200 -+++ libevent-2.0.21-stable/test/Makefile.am 2013-02-12 16:28:56.406416519 +0100 -@@ -19,7 +19,7 @@ - EXTRA_PROGRAMS = regress - noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h - --TESTS = $(top_srcdir)/test/test.sh -+TESTS = test.sh - - BUILT_SOURCES = - if BUILD_REGRESS diff --git a/libevent.spec b/libevent.spec index 3766833..620666c 100644 --- a/libevent.spec +++ b/libevent.spec @@ -6,15 +6,14 @@ Summary: libevent - an event notification library Summary(pl.UTF-8): libevent - biblioteka powiadamiająca o zdarzeniach Name: libevent -Version: 2.0.21 -Release: 2 +Version: 2.0.22 +Release: 1 License: BSD Group: Libraries -Source0: https://github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz -# Source0-md5: b2405cc9ebf264aa47ff615d9de527a2 +Source0: http://downloads.sourceforge.net/levent/%{name}-%{version}-stable.tar.gz +# Source0-md5: c4c56f986aa985677ca1db89630a2e11 Patch0: %{name}-fpm.patch Patch1: %{name}-link.patch -Patch2: %{name}-am.patch URL: http://libevent.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -66,7 +65,6 @@ Statyczna biblioteka libevent. %setup -q -n %{name}-%{version}-stable %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__libtoolize} -- 2.44.0