[tbb-commits] [tor-browser-build/master] Bug 40064: Bump libevent to 2.1.12

sysrqb at torproject.org sysrqb at torproject.org
Sun Nov 8 19:33:27 UTC 2020


commit 88c013e56ec2d1d4dde4493559cff9626a634809
Author: Georg Koppen <gk at torproject.org>
Date:   Sat Nov 7 23:00:47 2020 +0000

    Bug 40064: Bump libevent to 2.1.12
---
 projects/libevent/build  | 2 +-
 projects/libevent/config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/libevent/build b/projects/libevent/build
index cc9d6b5..ae15551 100644
--- a/projects/libevent/build
+++ b/projects/libevent/build
@@ -6,7 +6,7 @@ mkdir -p /var/tmp/build
 tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz
 cd /var/tmp/build/[% project %]-[% c('version') %]
 ./autogen.sh
-./configure [% c("var/configure_opt") %] --disable-libevent-regress --disable-samples --prefix=$distdir
+./configure [% c("var/configure_opt") %] --disable-libevent-regress --disable-samples --disable-openssl --prefix=$distdir
 [% IF c("var/osx") -%]
   export LD_PRELOAD=[% c("var/faketime_path") %]
   export FAKETIME="[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"
diff --git a/projects/libevent/config b/projects/libevent/config
index 2e5dee6..f7209d2 100644
--- a/projects/libevent/config
+++ b/projects/libevent/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 2.1.11
+version: 2.1.12
 git_url: https://github.com/libevent/libevent.git
 git_hash: 'release-[% c("version") %]-stable'
 tag_gpg_id: 1



More information about the tbb-commits mailing list