Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tripwire/
Date: Tue, 03 May 2016 10:50:12
Message-Id: 1462272852.bd8d12fe900116d98316fec375396712bdac6dc5.nimiux@gentoo
1 commit: bd8d12fe900116d98316fec375396712bdac6dc5
2 Author: José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 10:53:39 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 10:54:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8d12fe
7
8 app-admin/tripwire: Bump to version 2.4.3.1.
9
10 Package-Manager: portage-2.2.26
11
12 app-admin/tripwire/Manifest | 1 +
13 app-admin/tripwire/tripwire-2.4.3.1.ebuild | 79 ++++++++++++++++++++++++++++++
14 2 files changed, 80 insertions(+)
15
16 diff --git a/app-admin/tripwire/Manifest b/app-admin/tripwire/Manifest
17 index 33124b9..12ae58c 100644
18 --- a/app-admin/tripwire/Manifest
19 +++ b/app-admin/tripwire/Manifest
20 @@ -1 +1,2 @@
21 DIST tripwire-2.4.2.2-src.tar.bz2 716616 SHA256 e09a7bdca9302e704cc62067399e0b584488f825b0e58c82ad6d54cd2e899fad SHA512 be39757aac7b74d4deac6c5048d0964d839a32f8f2a0d1878c4246888c4d59e35a503413595178c7af3a0da80725d0b36c21026dc734e1f760c9affda017bbbb WHIRLPOOL beb99e1ae055947a4b94a45f51492bcc453def5a41188f853ff3285a85ef8e2921274b86b095b77dbcdc8f549358f6216996a75ba391247e17bf7a29c78849c5
22 +DIST tripwire-2.4.3.1.tar.gz 932665 SHA256 9744af4de7ecb1d643442eb22f08c819556494bb6f56f5879e22c3438f2db896 SHA512 fb5f0ad353da826a0e8381e534e0da1ac9335851e108a23053e378afd3aec6e66931446addbf0ba8d55eaa8d3148c471056e26095aeff7696ed9b6d3633cdf90 WHIRLPOOL b87447869d845be840399389a3e3ed5f9c961f6777c1b463755994876b191e08cca359273826466d34f2f32a26b597f23d130f6cb689224ed3ff58810efceed1
23
24 diff --git a/app-admin/tripwire/tripwire-2.4.3.1.ebuild b/app-admin/tripwire/tripwire-2.4.3.1.ebuild
25 new file mode 100644
26 index 0000000..5bbf2a1
27 --- /dev/null
28 +++ b/app-admin/tripwire/tripwire-2.4.3.1.ebuild
29 @@ -0,0 +1,79 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +inherit autotools eutils flag-o-matic
37 +
38 +DESCRIPTION="Open Source File Integrity Checker and IDS"
39 +HOMEPAGE="http://www.tripwire.org/"
40 +SRC_URI="https://github.com/Tripwire/tripwire-open-source/archive/${PV}.tar.gz -> ${PF}.tar.gz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
45 +IUSE="libressl ssl static +tools"
46 +
47 +DEPEND="sys-devel/automake
48 + sys-devel/autoconf
49 + ssl? (
50 + !libressl? ( dev-libs/openssl:0= )
51 + libressl? ( dev-libs/libressl:0= )
52 + )"
53 +RDEPEND="virtual/cron
54 + virtual/mta
55 + ssl? ( dev-libs/openssl )"
56 +PDEPEND="tools? ( app-admin/mktwpol )"
57 +
58 +S="${WORKDIR}/tripwire-open-source-${PV}"
59 +
60 +src_prepare() {
61 + mv configure.in configure.ac || die
62 + eautoreconf
63 +}
64 +
65 +src_configure() {
66 + # tripwire can be sensitive to compiler optimisation.
67 + # see #32613, #45823, and others.
68 + # -taviso@g.o
69 + strip-flags
70 + append-cppflags -DCONFIG_DIR='"\"/etc/tripwire\""' -fno-strict-aliasing
71 + econf $(use_enable ssl openssl) $(use_enable static)
72 +}
73 +
74 +src_install() {
75 + dosbin "${S}"/bin/{siggen,tripwire,twadmin,twprint}
76 + doman "${S}"/man/man{4/*.4,5/*.5,8/*.8}
77 + dodir /etc/tripwire /var/lib/tripwire{,/report}
78 + keepdir /var/lib/tripwire{,/report}
79 +
80 + exeinto /etc/cron.daily
81 + doexe "${FILESDIR}"/tripwire
82 +
83 + dodoc ChangeLog policy/policyguide.txt TRADEMARK \
84 + "${FILESDIR}"/tripwire.txt
85 +
86 + insinto /etc/tripwire
87 + doins "${FILESDIR}"/twcfg.txt policy/twpol-GENERIC.txt
88 +
89 + fperms 750 /etc/cron.daily/tripwire
90 +}
91 +
92 +pkg_postinst() {
93 + if [[ -z ${REPLACING_VERSIONS} ]] ; then
94 + elog "Tripwire needs to be configured before its first run. You can"
95 + elog "do this by manually editing the twpol-GENERIC.txt file shipped with"
96 + elog "the package to suit your needs. A quickstart guide is provided"
97 + elog "in tripwire.txt file to help you with this."
98 + elog "To configure tripwire automatically, you can use the twsetup.sh"
99 + elog "script provided by the app-admin/mktwpol package. This package is"
100 + elog "installed for you by the \"tools\" USE flag (which is enabled by"
101 + elog "default."
102 +else
103 + elog "Maintenance of tripwire policy files as packages are added"
104 + elog "and deleted from your system can be automated by the mktwpol.sh"
105 + elog "script provided by the app-admin/mktwpol package. This package"
106 + elog "is installed for you if you append \"tools\" to your USE flags"
107 + fi
108 +}