Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nrpe: update to 4.0.3
@ 2020-04-28 22:23 rmccask
  2020-04-28 22:53 ` [PR PATCH] [Updated] " rmccask
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rmccask @ 2020-04-28 22:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by rmccask against master on the void-packages repository

https://github.com/rmccask/void-packages nrpe-4.0.3
https://github.com/void-linux/void-packages/pull/21444

nrpe: update to 4.0.3


A patch file from https://github.com/void-linux/void-packages/pull/21444.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nrpe-4.0.3-21444.patch --]
[-- Type: text/x-diff, Size: 1505 bytes --]

From e0007c111a49559aa842c1b9c73dab3be2d3217b Mon Sep 17 00:00:00 2001
From: Randy McCaskill <randy@mccaskill.us>
Date: Tue, 28 Apr 2020 18:22:06 -0400
Subject: [PATCH] nrpe: update to 4.0.3

---
 srcpkgs/nrpe/template | 5 +++--
 srcpkgs/nrpe/update   | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/nrpe/update

diff --git a/srcpkgs/nrpe/template b/srcpkgs/nrpe/template
index 4723d3be278..a18de10293b 100644
--- a/srcpkgs/nrpe/template
+++ b/srcpkgs/nrpe/template
@@ -1,6 +1,6 @@
 # Template file for 'nrpe'
 pkgname=nrpe
-version=4.0.2
+version=4.0.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-pkgsysconfdir=/etc/nagios
@@ -17,8 +17,9 @@ short_desc="Nagios Remote Plugin Executor"
 maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/NagiosEnterprises/nrpe"
+changelog="https://github.com/NagiosEnterprises/nrpe/blob/master/CHANGELOG.md"
 distfiles="https://github.com/NagiosEnterprises/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=c5d9d7023eaa49e6fe8cf95c6d101731f07972cf0f8818fa130c171bc9eabd55
+checksum=f907ba15381adfc6eef211508abd027f8e1973116080faa4534a1191211c0340
 system_accounts="_nagios"
 
 post_install() {
diff --git a/srcpkgs/nrpe/update b/srcpkgs/nrpe/update
new file mode 100644
index 00000000000..2d82dee270a
--- /dev/null
+++ b/srcpkgs/nrpe/update
@@ -0,0 +1 @@
+site=https://github.com/NagiosEnterprises/nrpe/releases/latest

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] nrpe: update to 4.0.3
  2020-04-28 22:23 [PR PATCH] nrpe: update to 4.0.3 rmccask
@ 2020-04-28 22:53 ` rmccask
  2020-04-28 23:07 ` Chocimier
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rmccask @ 2020-04-28 22:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by rmccask against master on the void-packages repository

https://github.com/rmccask/void-packages nrpe-4.0.3
https://github.com/void-linux/void-packages/pull/21444

nrpe: update to 4.0.3


A patch file from https://github.com/void-linux/void-packages/pull/21444.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nrpe-4.0.3-21444.patch --]
[-- Type: text/x-diff, Size: 1515 bytes --]

From 5b4d4b621015ed06f2b6418295a9444817eae08a Mon Sep 17 00:00:00 2001
From: Randy McCaskill <randy@mccaskill.us>
Date: Tue, 28 Apr 2020 18:22:06 -0400
Subject: [PATCH] nrpe: update to 4.0.3

---
 srcpkgs/nrpe/template | 5 +++--
 srcpkgs/nrpe/update   | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/nrpe/update

diff --git a/srcpkgs/nrpe/template b/srcpkgs/nrpe/template
index 4723d3be278..a18de10293b 100644
--- a/srcpkgs/nrpe/template
+++ b/srcpkgs/nrpe/template
@@ -1,6 +1,6 @@
 # Template file for 'nrpe'
 pkgname=nrpe
-version=4.0.2
+version=4.0.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-pkgsysconfdir=/etc/nagios
@@ -17,8 +17,9 @@ short_desc="Nagios Remote Plugin Executor"
 maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/NagiosEnterprises/nrpe"
+changelog="https://github.com/NagiosEnterprises/nrpe/blob/master/CHANGELOG.md"
 distfiles="https://github.com/NagiosEnterprises/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=c5d9d7023eaa49e6fe8cf95c6d101731f07972cf0f8818fa130c171bc9eabd55
+checksum=f907ba15381adfc6eef211508abd027f8e1973116080faa4534a1191211c0340
 system_accounts="_nagios"
 
 post_install() {
diff --git a/srcpkgs/nrpe/update b/srcpkgs/nrpe/update
new file mode 100644
index 00000000000..8ba318f124b
--- /dev/null
+++ b/srcpkgs/nrpe/update
@@ -0,0 +1,2 @@
+site=https://github.com/NagiosEnterprises/nrpe/releases
+pkgname=NRPE

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nrpe: update to 4.0.3
  2020-04-28 22:23 [PR PATCH] nrpe: update to 4.0.3 rmccask
  2020-04-28 22:53 ` [PR PATCH] [Updated] " rmccask
@ 2020-04-28 23:07 ` Chocimier
  2020-04-29  0:42 ` [PR PATCH] [Updated] " rmccask
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-28 23:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21444#issuecomment-620901000

Comment:
no `update` file just works

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] nrpe: update to 4.0.3
  2020-04-28 22:23 [PR PATCH] nrpe: update to 4.0.3 rmccask
  2020-04-28 22:53 ` [PR PATCH] [Updated] " rmccask
  2020-04-28 23:07 ` Chocimier
@ 2020-04-29  0:42 ` rmccask
  2020-04-29  1:48 ` rmccask
  2020-04-30 19:04 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: rmccask @ 2020-04-29  0:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by rmccask against master on the void-packages repository

https://github.com/rmccask/void-packages nrpe-4.0.3
https://github.com/void-linux/void-packages/pull/21444

nrpe: update to 4.0.3


A patch file from https://github.com/void-linux/void-packages/pull/21444.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nrpe-4.0.3-21444.patch --]
[-- Type: text/x-diff, Size: 1210 bytes --]

From d3dfe16ba58f7fe6647fd3bd00a3949f873a44c4 Mon Sep 17 00:00:00 2001
From: Randy McCaskill <randy@mccaskill.us>
Date: Tue, 28 Apr 2020 18:22:06 -0400
Subject: [PATCH] nrpe: update to 4.0.3

---
 srcpkgs/nrpe/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nrpe/template b/srcpkgs/nrpe/template
index 4723d3be278..a18de10293b 100644
--- a/srcpkgs/nrpe/template
+++ b/srcpkgs/nrpe/template
@@ -1,6 +1,6 @@
 # Template file for 'nrpe'
 pkgname=nrpe
-version=4.0.2
+version=4.0.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-pkgsysconfdir=/etc/nagios
@@ -17,8 +17,9 @@ short_desc="Nagios Remote Plugin Executor"
 maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/NagiosEnterprises/nrpe"
+changelog="https://github.com/NagiosEnterprises/nrpe/blob/master/CHANGELOG.md"
 distfiles="https://github.com/NagiosEnterprises/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=c5d9d7023eaa49e6fe8cf95c6d101731f07972cf0f8818fa130c171bc9eabd55
+checksum=f907ba15381adfc6eef211508abd027f8e1973116080faa4534a1191211c0340
 system_accounts="_nagios"
 
 post_install() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nrpe: update to 4.0.3
  2020-04-28 22:23 [PR PATCH] nrpe: update to 4.0.3 rmccask
                   ` (2 preceding siblings ...)
  2020-04-29  0:42 ` [PR PATCH] [Updated] " rmccask
@ 2020-04-29  1:48 ` rmccask
  2020-04-30 19:04 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: rmccask @ 2020-04-29  1:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

New comment by rmccask on void-packages repository

https://github.com/void-linux/void-packages/pull/21444#issuecomment-620944895

Comment:
I removed "update" and you are correct that it works without it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: nrpe: update to 4.0.3
  2020-04-28 22:23 [PR PATCH] nrpe: update to 4.0.3 rmccask
                   ` (3 preceding siblings ...)
  2020-04-29  1:48 ` rmccask
@ 2020-04-30 19:04 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-04-30 19:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

There's a merged pull request on the void-packages repository

nrpe: update to 4.0.3
https://github.com/void-linux/void-packages/pull/21444

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-30 19:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 22:23 [PR PATCH] nrpe: update to 4.0.3 rmccask
2020-04-28 22:53 ` [PR PATCH] [Updated] " rmccask
2020-04-28 23:07 ` Chocimier
2020-04-29  0:42 ` [PR PATCH] [Updated] " rmccask
2020-04-29  1:48 ` rmccask
2020-04-30 19:04 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).