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