From 8fb0045d28070f03bfddbb31fb513bee6911bccb Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Thu, 22 Jul 2021 14:57:40 +0200 Subject: [PATCH] chkrootkit: update to 0.55. Closes: #32136 [via git-merge-pr] --- srcpkgs/chkrootkit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chkrootkit/template b/srcpkgs/chkrootkit/template index 01558c933f8..9a8327259e1 100644 --- a/srcpkgs/chkrootkit/template +++ b/srcpkgs/chkrootkit/template @@ -1,6 +1,6 @@ # Template file for 'chkrootkit' pkgname=chkrootkit -version=0.53 +version=0.55 revision=1 build_style=gnu-makefile depends="binutils net-tools" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="http://www.chkrootkit.org" distfiles="ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-${version}.tar.gz" -checksum=7262dae33b338976828b5d156b70d159e0043c0db43ada8dee66c97387cf45b5 +checksum=a81c0286ec449313f953701202a00e81b204fc2cf43e278585a11c12a5e0258b CFLAGS="-fPIC" LDFLAGS="-fPIC"