components/pigz/Makefile
changeset 7063 c478967a99d2
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
--- a/components/pigz/Makefile	Thu Oct 06 01:32:44 2016 -0700
+++ b/components/pigz/Makefile	Thu Oct 06 13:05:51 2016 -0700
@@ -26,13 +26,13 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		pigz
-COMPONENT_VERSION=	2.2.5
+COMPONENT_VERSION=	2.3.3
 COMPONENT_PROJECT_URL=	http://zlib.net/pigz/
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:e37498cbf3a475d7ebe2519751188c29564bf8dd27ba68bd3c7fe1ac08792759
+    sha256:4e8b67b432ce7907575a549f3e1cac4709781ba0f6b48afea9f59369846b509c
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
 
-TPNO=			11152
+TPNO=			31875
 
 BUILD_STYLE= justmake
 INSTALL_TARGET= build
@@ -51,7 +51,9 @@
 COMPONENT_TEST_TARGETS=	test
 # Ignore these warnings that can come in random order.
 COMPONENT_TEST_TRANSFORMS += \
-    '-e "/^.*does not .* -- skipping/d" ' \
-    '-e "s|/usr/bin|\\$$(@D)|g" '
+    '-e "/skipping:/d" ' \
+    '-e "/Entering/d"' \
+    '-e "/Leaving/d"'
 
 REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += system/library/math