package/jemalloc: bump to version 5.2.1
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 6 Aug 2019 17:58:00 +0000 (19:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 6 Aug 2019 20:16:07 +0000 (22:16 +0200)
Remove patch: documentation can be disabled through --disable-doc
since
https://github.com/jemalloc/jemalloc/commit/702d76dbd03e4fe7347399e1e322c80102c95544,
and the autotools infra already passes --disable-doc to all packages.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/jemalloc/0001-Disable-documentation.patch [deleted file]
package/jemalloc/jemalloc.hash
package/jemalloc/jemalloc.mk

diff --git a/package/jemalloc/0001-Disable-documentation.patch b/package/jemalloc/0001-Disable-documentation.patch
deleted file mode 100644 (file)
index a5f252c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-From b9113f8dc939dab775dbc64bae03b927f0679467 Mon Sep 17 00:00:00 2001
-From: Eric Le Bihan <eric.le.bihan.dev@free.fr>
-Date: Sun, 2 Apr 2017 19:26:04 +0200
-Subject: [PATCH] Disable documentation
-
-As there is no option to disable documentation, update Makefile.in to
-skip it.
-
-Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index e49a871..74a7541 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -383,7 +383,7 @@ done
- install_doc: install_doc_html install_doc_man
--install: install_bin install_include install_lib install_doc
-+install: install_bin install_include install_lib
- tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE))
- tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE))
--- 
-2.9.3
-
index 874c7c858d33e1502fe1ec619e02dde261972625..5db53d0535ebb543d0c56a08a2143bea3d66e06b 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 74be9f44a60d2a99398e706baa921e4efde82bf8fd16e5c0643c375c5851e3b4  jemalloc-5.2.0.tar.bz2
+sha256 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6  jemalloc-5.2.1.tar.bz2
 sha256 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53  COPYING
index f4d64851bf2ff77b9143c6c90d89dc07a5eed887..aedc1f04bf6eed4780f160ef48279a00bcb3644b 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JEMALLOC_VERSION = 5.2.0
+JEMALLOC_VERSION = 5.2.1
 JEMALLOC_SOURCE = jemalloc-$(JEMALLOC_VERSION).tar.bz2
 JEMALLOC_SITE = https://github.com/jemalloc/jemalloc/releases/download/$(JEMALLOC_VERSION)
 JEMALLOC_LICENSE = BSD-2-Clause