Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] collectd: update to 5.11.0
@ 2020-04-21 13:03 felix
  2020-04-28  3:24 ` [PR PATCH] [Updated] " felix
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: felix @ 2020-04-21 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages collectd-5.11
https://github.com/void-linux/void-packages/pull/21203

collectd: update to 5.11.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-collectd-5.11-21203.patch --]
[-- Type: text/x-diff, Size: 1077 bytes --]

From 9fc0062722b8b18c4f5c58e2ce54f1abb870b0f5 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 21 Apr 2020 23:03:20 +1000
Subject: [PATCH] collectd: update to 5.11.0

---
 srcpkgs/collectd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index c29dd0c7b0a..84ce3ef4ecd 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,6 +1,6 @@
 # Template file for 'collectd'
 pkgname=collectd
-version=5.9.0
+version=5.11.0
 revision=5
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
@@ -18,7 +18,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-only, MIT"
 homepage="https://collectd.org"
 distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
-checksum=7b220f8898a061f6e7f29a8c16697d1a198277f813da69474a67911097c0626b
+checksum=37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2
 LDFLAGS="-lgcrypt"
 
 build_options="rrdtool perl notify"

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

* Re: [PR PATCH] [Updated] collectd: update to 5.11.0
  2020-04-21 13:03 [PR PATCH] collectd: update to 5.11.0 felix
@ 2020-04-28  3:24 ` felix
  2020-04-29  1:29 ` felix
  2020-04-29  8:08 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: felix @ 2020-04-28  3:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages collectd-5.11
https://github.com/void-linux/void-packages/pull/21203

collectd: update to 5.11.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-collectd-5.11-21203.patch --]
[-- Type: text/x-diff, Size: 1808 bytes --]

From 9fc0062722b8b18c4f5c58e2ce54f1abb870b0f5 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 21 Apr 2020 23:03:20 +1000
Subject: [PATCH 1/2] collectd: update to 5.11.0

---
 srcpkgs/collectd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index c29dd0c7b0a..84ce3ef4ecd 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,6 +1,6 @@
 # Template file for 'collectd'
 pkgname=collectd
-version=5.9.0
+version=5.11.0
 revision=5
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
@@ -18,7 +18,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-only, MIT"
 homepage="https://collectd.org"
 distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
-checksum=7b220f8898a061f6e7f29a8c16697d1a198277f813da69474a67911097c0626b
+checksum=37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2
 LDFLAGS="-lgcrypt"
 
 build_options="rrdtool perl notify"

From fbdcad4cc3a3cc96087f01a933b022fbe0f03c2e Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 28 Apr 2020 13:23:58 +1000
Subject: [PATCH 2/2] Reset revision number

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index 84ce3ef4ecd..73c29bc2667 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=5
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

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

* Re: [PR PATCH] [Updated] collectd: update to 5.11.0
  2020-04-21 13:03 [PR PATCH] collectd: update to 5.11.0 felix
  2020-04-28  3:24 ` [PR PATCH] [Updated] " felix
@ 2020-04-29  1:29 ` felix
  2020-04-29  8:08 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: felix @ 2020-04-29  1:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/felix/void-packages collectd-5.11
https://github.com/void-linux/void-packages/pull/21203

collectd: update to 5.11.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-collectd-5.11-21203.patch --]
[-- Type: text/x-diff, Size: 1159 bytes --]

From 8de7d21d50c429a9b12d7f7eac2fd05999f89047 Mon Sep 17 00:00:00 2001
From: Felix Hanley <felix@userspace.com.au>
Date: Tue, 21 Apr 2020 23:03:20 +1000
Subject: [PATCH] collectd: update to 5.11.0

---
 srcpkgs/collectd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index c29dd0c7b0a..73c29bc2667 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
-version=5.9.0
-revision=5
+version=5.11.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt
@@ -18,7 +18,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-only, MIT"
 homepage="https://collectd.org"
 distfiles="https://collectd.org/files/${pkgname}-${version}.tar.bz2"
-checksum=7b220f8898a061f6e7f29a8c16697d1a198277f813da69474a67911097c0626b
+checksum=37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2
 LDFLAGS="-lgcrypt"
 
 build_options="rrdtool perl notify"

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

* Re: [PR PATCH] [Merged]: collectd: update to 5.11.0
  2020-04-21 13:03 [PR PATCH] collectd: update to 5.11.0 felix
  2020-04-28  3:24 ` [PR PATCH] [Updated] " felix
  2020-04-29  1:29 ` felix
@ 2020-04-29  8:08 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-04-29  8:08 UTC (permalink / raw)
  To: ml

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

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

collectd: update to 5.11.0
https://github.com/void-linux/void-packages/pull/21203

Description:


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

end of thread, other threads:[~2020-04-29  8:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 13:03 [PR PATCH] collectd: update to 5.11.0 felix
2020-04-28  3:24 ` [PR PATCH] [Updated] " felix
2020-04-29  1:29 ` felix
2020-04-29  8:08 ` [PR PATCH] [Merged]: " Hoshpak

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).