From 213feb57419ab41c8de89bc73cafd09851482110 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 3 Sep 2019 21:14:31 +0200 Subject: [PATCH 1/3] jemalloc: Update version from 3.6.0 to 5.2.1 https://github.com/jemalloc/jemalloc/releases --- jemalloc.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jemalloc.be0 b/jemalloc.be0 index 00f4addea..e9da90625 100755 --- a/jemalloc.be0 +++ b/jemalloc.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION jemalloc-3.6.0-0 +# BEE_VERSION jemalloc-5.2.1-0 ## The source URL(s) array SRCURL[0]="https://github.com/jemalloc/jemalloc/archive/${PKGVERSION}.tar.gz" From a43d802183f626b938752fc1ada1d3601d047da8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 3 Sep 2019 21:20:40 +0200 Subject: [PATCH 2/3] nghttp2: Rebuild against jemalloc 5.2.1 --- nghttp2.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nghttp2.be0 b/nghttp2.be0 index 0e29377fd..8cf16a5a9 100755 --- a/nghttp2.be0 +++ b/nghttp2.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION nghttp2-1.39.2-0 +# BEE_VERSION nghttp2-1.39.2-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From cf15f5fca61d9725da8719ee0e6ecff1793a2b4d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 3 Sep 2019 21:21:50 +0200 Subject: [PATCH 3/3] qemu: Update version from 3.1.0 to 4.1.0 1. https://wiki.qemu.org/ChangeLog/4.0 2. https://wiki.qemu.org/ChangeLog/4.1 Also, rebuild against jemalloc 5.2.1 --- qemu.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.be0 b/qemu.be0 index 91c877f1e..42fc0a800 100755 --- a/qemu.be0 +++ b/qemu.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION qemu-3.1.0-0 +# BEE_VERSION qemu-4.1.0-0 SRCURL[0]="http://wiki.qemu.org/download/qemu-${PKGVERSION}.tar.bz2"