Date: Tuesday, November 1, 2022 @ 22:39:44
Author: felixonmars
Revision: 1340471
archrelease: copy trunk to community-staging-x86_64
Added:
monit/repos/community-staging-x86_64/
monit/repos/community-staging-x86_64/PKGBUILD
(from rev 1340469, monit/trunk/PKGBUILD)
monit/repos/community-staging-x86_64/monit.changelog
(from rev 1340470, monit/trunk/monit.changelog)
-----------------+
PKGBUILD | 32 ++++++++++++
monit.changelog | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 174 insertions(+)
Copied: monit/repos/community-staging-x86_64/PKGBUILD (from rev 1340469,
monit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-11-01 22:39:44 UTC (rev 1340471)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Marco Bartholomew <[email protected]>
+
+pkgname=monit
+pkgver=5.32.0
+pkgrel=2
+pkgdesc="Utility for managing and monitoring, processes, files, directories
and devices on a *NIX system"
+arch=('x86_64')
+url="https://mmonit.com/monit/"
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm700 monitrc "${pkgdir}"/etc/monitrc
+ install -Dm644 system/startup/$pkgname.service
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
+}
Copied: monit/repos/community-staging-x86_64/monit.changelog (from rev 1340470,
monit/trunk/monit.changelog)
===================================================================
--- community-staging-x86_64/monit.changelog (rev 0)
+++ community-staging-x86_64/monit.changelog 2022-11-01 22:39:44 UTC (rev
1340471)
@@ -0,0 +1,142 @@
+2022-05-22 Jaroslav Lichtblau <[email protected]>
+ * monit 5.32.0-1
+
+2022-02-11 Jaroslav Lichtblau <[email protected]>
+ * monit 5.31.0-1
+
+2022-02-11 Jaroslav Lichtblau <[email protected]>
+ * monit 5.30.0-1
+
+2021-09-12 Jaroslav Lichtblau <[email protected]>
+ * monit 5.29.0-1
+
+2021-07-31 Jaroslav Lichtblau <[email protected]>
+ * monit 5.28.1-1
+
+2021-07-31 Jaroslav Lichtblau <[email protected]>
+ * monit 5.28.0-1
+
+2020-11-25 Jaroslav Lichtblau <[email protected]>
+ * monit 5.27.1-1
+
+2020-07-10 Jaroslav Lichtblau <[email protected]>
+ * monit 5.27.0-1
+
+2019-07-09 Jaroslav Lichtblau <[email protected]>
+ * monit 5.26.0-1
+
+2019-03-05 Jaroslav Lichtblau <[email protected]>
+ * monit 5.25.3-1
+
+2018-06-13 Jaroslav Lichtblau <[email protected]>
+ * monit 5.25.2-1
+
+2017-12-24 Jaroslav Lichtblau <[email protected]>
+ * monit 5.25.1-1
+
+2017-11-06 Jaroslav Lichtblau <[email protected]>
+ * monit 5.25.0-1
+
+2017-10-03 Jaroslav Lichtblau <[email protected]>
+ * monit 5.24.0-1
+
+2017-06-08 Jaroslav Lichtblau <[email protected]>
+ * monit 5.23.0-1
+
+2017-04-25 Jaroslav Lichtblau <[email protected]>
+ * monit 5.22.0-2 openssl rebuild
+
+2017-04-22 Jaroslav Lichtblau <[email protected]>
+ * monit 5.22.0-1
+
+2017-03-08 Jaroslav Lichtblau <[email protected]>
+ * monit 5.21.0-1
+
+2016-12-05 Jaroslav Lichtblau <[email protected]>
+ * monit 5.20.0-1
+
+2016-08-18 Jaroslav Lichtblau <[email protected]>
+ * monit 5.19.0-1
+
+2016-06-07 Jaroslav Lichtblau <[email protected]>
+ * monit 5.18-1
+
+2016-03-17 Jaroslav Lichtblau <[email protected]>
+ * monit 5.17.1-1
+
+2016-02-05 Jaroslav Lichtblau <[email protected]>
+ * monit 5.16-1
+
+2015-10-26 Jaroslav Lichtblau <[email protected]>
+ * monit 5.15-1
+
+2015-06-15 Jaroslav Lichtblau <[email protected]>
+ * monit 5.14-1
+
+2015-05-16 Jaroslav Lichtblau <[email protected]>
+ * monit 5.13-1
+
+2015-03-28 Jaroslav Lichtblau <[email protected]>
+ * monit 5.12.2-1
+
+2015-01-27 Jaroslav Lichtblau <[email protected]>
+ * monit 5.11-1
+
+2014-10-30 Jaroslav Lichtblau <[email protected]>
+ * monit 5.10-1
+
+2014-10-16 Jaroslav Lichtblau <[email protected]>
+ * monit 5.9-1
+
+2014-05-14 Jaroslav Lichtblau <[email protected]>
+ * monit 5.8.1-1
+
+2014-04-02 Jaroslav Lichtblau <[email protected]>
+ * monit 5.8-1
+
+2014-03-01 Jaroslav Lichtblau <[email protected]>
+ * monit 5.7-1
+
+2013-09-28 Jaroslav Lichtblau <[email protected]>
+ * monit 5.6-1
+
+2012-10-28 Jaroslav Lichtblau <[email protected]>
+ * monit 5.5-2 systemd .service file added
+
+2012-10-02 Jaroslav Lichtblau <[email protected]>
+ * monit 5.5-1
+
+2012-05-20 Jaroslav Lichtblau <[email protected]>
+ * monit 5.4-1
+
+2012-03-18 Jaroslav Lichtblau <[email protected]>
+ * monit 5.3.2-1
+
+2011-11-20 Jaroslav Lichtblau <[email protected]>
+ * monit 5.3.1-1
+
+2011-10-09 Jaroslav Lichtblau <[email protected]>
+ * monit 5.3-1
+
+2011-07-19 Jaroslav Lichtblau <[email protected]>
+ * monit 5.2.5-1
+
+2011-03-21 Jaroslav Lichtblau <[email protected]>
+ * monit 5.2.4-1
+
+2010-11-24 Jaroslav Lichtblau <[email protected]>
+ * monit 5.2.3-1
+
+2010-09-26 Jaroslav Lichtblau <[email protected]>
+ * monit 5.2-1
+
+2010-08-30 Jaroslav Lichtblau <[email protected]>
+ * monit 5.1.1-2
+ * fixed FS#20666
+
+2010-08-29 Jaroslav Lichtblau <[email protected]>
+ * monit 5.1.1-1
+ * fixed FS#20559
+
+2009-12-21 Jaroslav Lichtblau <[email protected]>
+ * monit 5.0.3-1