Accepting request 340788 from devel:libraries:c_c++

- 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/request/show/340788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2015-10-25 13:18:19 +00:00 committed by Git OBS Bridge
commit 744ec03257
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1f7686c30eebf58261ae235752a0251d092ca13184b7fe0447b7915ad72f6d6
size 390286

3
jemalloc-4.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fda8d8d7fcd041aa0bebbecd45c46b28873cf37bd36c56bf44961b36d0f42d0
size 391483

View File

@ -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

View File

@ -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