mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
samhain: v4.2.3 bump
This commit is contained in:
parent
64705b1655
commit
8dcf94ada4
2 changed files with 4 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST samhain_signed-4.1.4.tar.gz 2206332 SHA256 32ee7477af11d9f2f64f30b9cb316c351897c1c994c7b98b0ef17fc0ca5e1d1a SHA512 72e75e7a34705fa61d48c82e4c0ab1ac523c9bd5480c9335e305230e04d7c6295094ef616d9fca05b091d99659982d130812be36e9676ede68d743a4a1c46013 WHIRLPOOL 515e5d2c297e2ca2e0d69d0bad200eb4bc81449a907346c9976124381a9ab910a6fca6024853ce76d21928d12281aa236b5ed76ac3df511cef3b4f5766a865fc
|
||||
DIST samhain_signed-4.2.2.tar.gz 2148749 SHA256 0f3e64afb3f00064c9b136d34a72d580cd41248c5941eba0452f364a109003c7 SHA512 c57916020f45652ac63356d811ab597f7e47d6eaea4398aa882c3f90c7d333e6a9c28f2a80a5118af822d051e222914d8df87c6efb430923acab83d7d5fa406e WHIRLPOOL 4feb568dad112fae4d689c0171bd7de276680421cc8912242204076d17d48160bfbf8eed7d599433de4e939b72fdd604d1b5740466a320552153ff7ad7922a7f
|
||||
DIST samhain_signed-4.2.3.tar.gz 2137336 SHA256 d2bf44abdcfbd1048af39fcbecc21914f57cc7ad6da612886d86cbc6526aa46f SHA512 17cb37548068fb682a5e6b8d7bff5d7c5826f80ef80a116dafb371c79e34f9ab5d31ff88ef7a03453e2f4c4adf0f2f11595bcee8eca200239b04c3d9a75df71d WHIRLPOOL b18c004d8b95208f4910ea04b4f441f35b6071fda4b90e88ba0da8f70589a45baf63507765b5dc36648d282e77235d63d1ee982706235b9b788b4164fd7b2dad
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
@ -20,6 +19,7 @@ DEPEND="crypt? ( >=app-crypt/gnupg-1.2 )
|
|||
app-arch/tar
|
||||
app-arch/gzip"
|
||||
|
||||
|
||||
# Samhain stealth mode options
|
||||
#
|
||||
# If you would like to enable stealth mode, please set and uncomment the
|
||||
|
|
@ -130,8 +130,7 @@ src_configure() {
|
|||
|
||||
myconf="${myconf} --localstatedir=/var --disable-asm"
|
||||
|
||||
econf ${myconf} || die "configure failed"
|
||||
# make || die "compile failed"
|
||||
econf ${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Loading…
Reference in a new issue