From 609c0499d9a1dd616ee6b6ab70b4ff423605d9d5 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 20 Sep 2020 10:57:16 +0200 Subject: [PATCH] numactl: update to 2.0.14. --- srcpkgs/numactl/patches/hardening.patch | 13 +++++-------- srcpkgs/numactl/template | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/numactl/patches/hardening.patch b/srcpkgs/numactl/patches/hardening.patch index 03c21e98958..88adec6de80 100644 --- a/srcpkgs/numactl/patches/hardening.patch +++ b/srcpkgs/numactl/patches/hardening.patch @@ -1,11 +1,8 @@ ---- Makefile.am.orig 2015-12-12 07:25:52.299910471 +0100 -+++ Makefile.am 2015-12-12 07:26:15.027143050 +0100 -@@ -23,11 +23,11 @@ numastat_CFLAGS = $(AM_CFLAGS) -std=gnu9 - - numademo_SOURCES = numademo.c stream_lib.c stream_lib.h mt.c mt.h clearcache.c clearcache.h - numademo_CPPFLAGS = $(AM_CPPFLAGS) -DHAVE_STREAM_LIB -DHAVE_MT -DHAVE_CLEAR_CACHE --numademo_CFLAGS = -O3 -ffast-math -funroll-loops -+numademo_CFLAGS = $(AM_CFLAGS) -O3 -ffast-math -funroll-loops +diff --git Makefile.am Makefile.am +index 44d0d76..ee66e54 100644 +--- Makefile.am ++++ Makefile.am +@@ -28,7 +28,7 @@ numademo_CFLAGS = $(AM_CFLAGS) -O3 -ffast-math -funroll-loops if HAVE_TREE_VECTORIZE numademo_CFLAGS += -ftree-vectorize endif diff --git a/srcpkgs/numactl/template b/srcpkgs/numactl/template index e162c40df80..ca5ecf3b3f1 100644 --- a/srcpkgs/numactl/template +++ b/srcpkgs/numactl/template @@ -1,6 +1,6 @@ # Template file for 'numactl' pkgname=numactl -version=2.0.13 +version=2.0.14 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos " license="LGPL-2.1-only" homepage="https://github.com/numactl/numactl" distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz" -checksum=97ee012b2f294903530424b4ff7f28bcaad6a356897ce8777383f87e5c2e325d +checksum=1ee27abd07ff6ba140aaf9bc6379b37825e54496e01d6f7343330cf1a4487035 if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then # XXX