From c345d555ac397fff41f9f2f4507dde03265877f3e8ea549275f0935fbbfd7836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 24 Oct 2015 18:10:39 +0000 Subject: [PATCH] - Update to version 4.0.4 * Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large allocations that have been randomly assigned an offset of 0 when --enable-cache-oblivious configure option is enabled. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=28 --- jemalloc-4.0.3.tar.bz2 | 3 --- jemalloc-4.0.4.tar.bz2 | 3 +++ jemalloc.changes | 8 ++++++++ jemalloc.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 jemalloc-4.0.3.tar.bz2 create mode 100644 jemalloc-4.0.4.tar.bz2 diff --git a/jemalloc-4.0.3.tar.bz2 b/jemalloc-4.0.3.tar.bz2 deleted file mode 100644 index 24255b5..0000000 --- a/jemalloc-4.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1f7686c30eebf58261ae235752a0251d092ca13184b7fe0447b7915ad72f6d6 -size 390286 diff --git a/jemalloc-4.0.4.tar.bz2 b/jemalloc-4.0.4.tar.bz2 new file mode 100644 index 0000000..0613786 --- /dev/null +++ b/jemalloc-4.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fda8d8d7fcd041aa0bebbecd45c46b28873cf37bd36c56bf44961b36d0f42d0 +size 391483 diff --git a/jemalloc.changes b/jemalloc.changes index 71e1c22..d614261 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Oct 24 18:07:12 UTC 2015 - idonmez@suse.com + +- Update to version 4.0.4 + * Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page + of large allocations that have been randomly assigned an offset of + 0 when --enable-cache-oblivious configure option is enabled. + ------------------------------------------------------------------- Wed Sep 25 08:31:08 UTC 2015 - idonmez@suse.com diff --git a/jemalloc.spec b/jemalloc.spec index 94a8de7..065d398 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -17,7 +17,7 @@ Name: jemalloc -Version: 4.0.3 +Version: 4.0.4 Release: 0 %define lname libjemalloc2 Summary: General-purpose scalable concurrent malloc implementation