[arch-commits] Commit in sysstat/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Wed Sep 25 23:03:51 UTC 2019


    Date: Wednesday, September 25, 2019 @ 23:03:50
  Author: shibumi
Revision: 511797

upgpkg: sysstat 12.1.6-1

New version + FULL RELRO builds :)

Modified:
  sysstat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 22:10:53 UTC (rev 511796)
+++ PKGBUILD	2019-09-25 23:03:50 UTC (rev 511797)
@@ -2,7 +2,7 @@
 # Contributor: Martin Devera <devik at cdi.cz>
 
 pkgname=sysstat
-pkgver=12.1.5
+pkgver=12.1.6
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 	'etc/conf.d/sysstat.ioconf')
 source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz"
 	      'lib64-fix.patch')
-sha512sums=('2965b3421392341f4288f9184e222dcf42a6b6e3dd7cacfb7f7b65e9e3e300111ac232f52864bbd7ee98104fb8551de22d229f907e3010e9fd8942bebe58e240'
+sha512sums=('3e7585eea0940ad57becb35765ad49501d3f775ca550acfc9f24c277ea24f7c898a789d53fa9a6c7efe55c29cc0699e746509b88c2d4878a52844e4b3362f89d'
             '46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
 
 prepare() {
@@ -35,6 +35,8 @@
 	--enable-install-cron \
 	--enable-copy-only \
 	--disable-man-group
+  # patch makefile for FULL RELRO builds
+  sed -e 's|CFLAGS = |CFLAGS += \$(CPPFLAGS) |' -e 's|LFLAGS = |LFLAGS = $(LDFLAGS) |' -i Makefile
   make
 }
 



More information about the arch-commits mailing list