Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/monit/
Date: Wed, 01 Feb 2017 09:13:55
Message-Id: 1485940397.c11bf58830fb251d1cd212617a2c1fb6a4a880a3.bman@gentoo
1 commit: c11bf58830fb251d1cd212617a2c1fb6a4a880a3
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 09:13:17 2017 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 09:13:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11bf588
7
8 app-admin/monit: remove vulnerable wrt sec bug #598322
9
10 Package-Manager: portage-2.3.3
11
12 app-admin/monit/Manifest | 2 --
13 app-admin/monit/monit-5.17.1.ebuild | 52 -------------------------------------
14 app-admin/monit/monit-5.19.0.ebuild | 52 -------------------------------------
15 3 files changed, 106 deletions(-)
16
17 diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
18 index 56e8252..1e11f15 100644
19 --- a/app-admin/monit/Manifest
20 +++ b/app-admin/monit/Manifest
21 @@ -1,3 +1 @@
22 -DIST monit-5.17.1.tar.gz 1231823 SHA256 f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42 SHA512 e28534ce3a5a95eac70f05c34b5a8545a0eb925ac90f82f71bcea8f3568be45288ddbd196c2352a390820244143511ecf2e0de21cdcab1dd2f3e4788dad71015 WHIRLPOOL 9416020cecb49473299f0603448a79c0f3992bad995dbd78a282cf8440b9957edcefc419a56ed71f583efbce2d0ba50a338d2df5b736d9d32e0116ecc5bf5ef1
23 -DIST monit-5.19.0.tar.gz 1260248 SHA256 befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8 SHA512 87bd21660c8ef1f1663abe24d5024c2f6d2d6a782a0a37432c5afff45d906ecf12d477569309a6be80c6bb855d04da5ac51818cdcc46542cdac2df88bad91517 WHIRLPOOL 0bd22cef1b42a31393af59284e5a3d08f6974fb6daf557f2dd27d31fecf0f8b1657d7050ce8cfea8d2c423a5a83f7dae8ec1af3f6eb7340abb16253d3d3e9b43
24 DIST monit-5.20.0.tar.gz 1267991 SHA256 ebac395ec50c1ae64d568db1260bc049d0e0e624c00e79d7b1b9a59c2679b98d SHA512 653cba9d63fad42acf8c27ee9c050d047fc78e0b7e8cdb0f3d0a533d5b5e01ccf1b82d443cb6518d286547087a021e37a59cbffedbb3daf49ff8f95e8c64b884 WHIRLPOOL 28f9fcfa86c346fb390654e4730cc52ce30b794b2dc1e02a484079b55a8bcb50d78a71e2e856f1ce1e161dc99bcd6913b4db92ed0deab64e969c5c6a464c584d
25
26 diff --git a/app-admin/monit/monit-5.17.1.ebuild b/app-admin/monit/monit-5.17.1.ebuild
27 deleted file mode 100644
28 index f701c9e..00000000
29 --- a/app-admin/monit/monit-5.17.1.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=6
37 -inherit pam systemd
38 -
39 -DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system"
40 -HOMEPAGE="http://mmonit.com/monit/"
41 -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
42 -
43 -LICENSE="AGPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux"
46 -IUSE="libressl pam ssl"
47 -
48 -RDEPEND="
49 - ssl? (
50 - !libressl? ( dev-libs/openssl:0= )
51 - libressl? ( dev-libs/libressl:0= )
52 - )"
53 -DEPEND="${RDEPEND}
54 - sys-devel/flex
55 - sys-devel/bison
56 - pam? ( virtual/pam )"
57 -
58 -src_prepare() {
59 - default
60 -
61 - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
62 -}
63 -
64 -src_configure() {
65 - econf $(use_with ssl) $(use_with pam)
66 -}
67 -
68 -src_install() {
69 - default
70 -
71 - dodoc README
72 -
73 - insinto /etc; insopts -m600; doins monitrc
74 - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
75 - systemd_dounit "${FILESDIR}"/${PN}.service
76 -
77 - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
78 -}
79 -
80 -pkg_postinst() {
81 - elog "Sample configurations are available at:"
82 - elog "http://mmonit.com/monit/documentation/"
83 -}
84
85 diff --git a/app-admin/monit/monit-5.19.0.ebuild b/app-admin/monit/monit-5.19.0.ebuild
86 deleted file mode 100644
87 index 369c57a..00000000
88 --- a/app-admin/monit/monit-5.19.0.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 1999-2016 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=6
96 -inherit pam systemd
97 -
98 -DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system"
99 -HOMEPAGE="http://mmonit.com/monit/"
100 -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
101 -
102 -LICENSE="AGPL-3"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
105 -IUSE="libressl pam ssl"
106 -
107 -RDEPEND="
108 - ssl? (
109 - !libressl? ( dev-libs/openssl:0= )
110 - libressl? ( dev-libs/libressl:0= )
111 - )"
112 -DEPEND="${RDEPEND}
113 - sys-devel/flex
114 - sys-devel/bison
115 - pam? ( virtual/pam )"
116 -
117 -src_prepare() {
118 - default
119 -
120 - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
121 -}
122 -
123 -src_configure() {
124 - econf $(use_with ssl) $(use_with pam)
125 -}
126 -
127 -src_install() {
128 - default
129 -
130 - dodoc README
131 -
132 - insinto /etc; insopts -m600; doins monitrc
133 - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
134 - systemd_dounit "${FILESDIR}"/${PN}.service
135 -
136 - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
137 -}
138 -
139 -pkg_postinst() {
140 - elog "Sample configurations are available at:"
141 - elog "http://mmonit.com/monit/documentation/"
142 -}