Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] routinator: update to 0.6.1.
@ 2019-09-13  5:19 voidlinux-github
  2019-10-12  5:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-13  5:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages routinator-0.6.0
https://github.com/void-linux/void-packages/pull/14430

routinator: update to 0.6.1.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-routinator-0.6.0-14430.patch --]
[-- Type: text/x-diff, Size: 1028 bytes --]

From 938a95ead13845aadc3f26ae5ad821c052bf9f1a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 10 Sep 2019 18:48:53 -0700
Subject: [PATCH] routinator: update to 0.6.1.

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

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 0a276f51b7d..b7fe17f787c 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.5.0
+version=0.6.1
 revision=1
 build_style=cargo
 depends="rsync"
@@ -9,7 +9,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/NLnetLabs/routinator"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e3a0da6d557436e7276f63f9c943df9f1d147f520d09c2fa87fded62a90bb2d7
+checksum=725aff83d39c6fef82d62f0fa0b676b61da7aab1dd460723eed4ef64f647b828
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="ftbfs in ring" ;;

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

* Re: [PR PATCH] [Updated] routinator: update to 0.6.1.
  2019-09-13  5:19 [PR PATCH] routinator: update to 0.6.1 voidlinux-github
@ 2019-10-12  5:01 ` voidlinux-github
  2019-10-12  5:01 ` voidlinux-github
  2019-10-25 22:50 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-12  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages routinator-0.6.0
https://github.com/void-linux/void-packages/pull/14430

routinator: update to 0.6.1.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-routinator-0.6.0-14430.patch --]
[-- Type: text/x-diff, Size: 1257 bytes --]

From 1c3d39f87a9125aca696d1ba9d15a4a545ae5a0a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Fri, 11 Oct 2019 22:01:15 -0700
Subject: [PATCH] routinator: update to 0.6.1.

---
 srcpkgs/routinator/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 0a276f51b7d..720cdde2777 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,15 +1,15 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.5.0
+version=0.6.1
 revision=1
 build_style=cargo
 depends="rsync"
 short_desc="Resource Public Key Infrastructure (RPKI) validator"
-maintainer="Cameron Nemo <camerontnorman@gmail.com>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
-homepage="https://github.com/NLnetLabs/routinator"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e3a0da6d557436e7276f63f9c943df9f1d147f520d09c2fa87fded62a90bb2d7
+homepage="https://rpki.readthedocs.io/"
+distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
+checksum=725aff83d39c6fef82d62f0fa0b676b61da7aab1dd460723eed4ef64f647b828
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="ftbfs in ring" ;;

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

* Re: [PR PATCH] [Updated] routinator: update to 0.6.1.
  2019-09-13  5:19 [PR PATCH] routinator: update to 0.6.1 voidlinux-github
  2019-10-12  5:01 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12  5:01 ` voidlinux-github
  2019-10-25 22:50 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-12  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages routinator-0.6.0
https://github.com/void-linux/void-packages/pull/14430

routinator: update to 0.6.1.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-routinator-0.6.0-14430.patch --]
[-- Type: text/x-diff, Size: 1257 bytes --]

From 1c3d39f87a9125aca696d1ba9d15a4a545ae5a0a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Fri, 11 Oct 2019 22:01:15 -0700
Subject: [PATCH] routinator: update to 0.6.1.

---
 srcpkgs/routinator/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 0a276f51b7d..720cdde2777 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,15 +1,15 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.5.0
+version=0.6.1
 revision=1
 build_style=cargo
 depends="rsync"
 short_desc="Resource Public Key Infrastructure (RPKI) validator"
-maintainer="Cameron Nemo <camerontnorman@gmail.com>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
-homepage="https://github.com/NLnetLabs/routinator"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=e3a0da6d557436e7276f63f9c943df9f1d147f520d09c2fa87fded62a90bb2d7
+homepage="https://rpki.readthedocs.io/"
+distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
+checksum=725aff83d39c6fef82d62f0fa0b676b61da7aab1dd460723eed4ef64f647b828
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="ftbfs in ring" ;;

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

* Re: [PR PATCH] [Merged]: routinator: update to 0.6.1.
  2019-09-13  5:19 [PR PATCH] routinator: update to 0.6.1 voidlinux-github
  2019-10-12  5:01 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-12  5:01 ` voidlinux-github
@ 2019-10-25 22:50 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-25 22:50 UTC (permalink / raw)
  To: ml

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

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

routinator: update to 0.6.1.
https://github.com/void-linux/void-packages/pull/14430

Description:
None

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

end of thread, other threads:[~2019-10-25 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-13  5:19 [PR PATCH] routinator: update to 0.6.1 voidlinux-github
2019-10-12  5:01 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12  5:01 ` voidlinux-github
2019-10-25 22:50 ` [PR PATCH] [Merged]: " voidlinux-github

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