Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] routinator: update to 0.11.0
@ 2022-03-04 16:59 klarasm
  2022-04-10 15:07 ` [PR PATCH] [Updated] " klarasm
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: klarasm @ 2022-03-04 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.0
in addition, upstream has removed doc/misc.md, so don't add it to documentation.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 8bed26a3a7b67be003d10c43477c0e399ce98fe2 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.0

in addition, upstream has removed doc/misc.md, so don't add to
documentation.
---
 srcpkgs/routinator/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..cb0f2626309b 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.0
 revision=1
 build_style=cargo
 depends="rsync"
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=57680b3d72678f2fa6aa4fd375006c752995e00ad64cea574ac7d7d7e4edcdc5
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +19,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] routinator: update to 0.11.0
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
@ 2022-04-10 15:07 ` klarasm
  2022-04-10 15:08 ` klarasm
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-10 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.0
in addition, upstream has removed doc/misc.md, so don't add it to documentation.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 7e37ee2f4065247bb3e8ec2569752cec28cf88eb Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.0

in addition, upstream has removed doc/misc.md, so don't add to
documentation.
---
 srcpkgs/routinator/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..cb0f2626309b 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.0
 revision=1
 build_style=cargo
 depends="rsync"
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=57680b3d72678f2fa6aa4fd375006c752995e00ad64cea574ac7d7d7e4edcdc5
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +19,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] routinator: update to 0.11.0
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
  2022-04-10 15:07 ` [PR PATCH] [Updated] " klarasm
@ 2022-04-10 15:08 ` klarasm
  2022-04-10 15:10 ` routinator: update to 0.11.1 klarasm
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-10 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.0
in addition, upstream has removed doc/misc.md, so don't add it to documentation.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 9fccd7499214805cbf8be8644fedfd166fd5882e Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.1

in addition:
- upstream has removed doc/misc.md
- add changelog
---
 srcpkgs/routinator/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..61a47c674ff4 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.1
 revision=1
 build_style=cargo
 depends="rsync"
@@ -8,9 +8,10 @@ short_desc="Resource Public Key Infrastructure (RPKI) validator"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/v${version}/Changelog.md"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=bb5a2c5c7a0f1ee9442268fbbc93548ba50e2ecfb4593fe5027de2f7ec4eb147
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +20,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: routinator: update to 0.11.1
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
  2022-04-10 15:07 ` [PR PATCH] [Updated] " klarasm
  2022-04-10 15:08 ` klarasm
@ 2022-04-10 15:10 ` klarasm
  2022-04-24 15:26 ` [PR PATCH] [Updated] " klarasm
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-10 15:10 UTC (permalink / raw)
  To: ml

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

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1094294100

Comment:
Update pull request as upstream has released 0.11.1

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

* Re: [PR PATCH] [Updated] routinator: update to 0.11.1
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (2 preceding siblings ...)
  2022-04-10 15:10 ` routinator: update to 0.11.1 klarasm
@ 2022-04-24 15:26 ` klarasm
  2022-04-24 15:28 ` [PR PATCH] [Updated] routinator: update to 0.11.2 klarasm
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-24 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.1
in addition:
- upstream has removed doc/misc.md
- add changelog

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 1b94820077e8361da5162547ba91da80cb70a2a0 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.2

in addition:
- upstream has removed doc/misc.md
- add changelog
---
 srcpkgs/routinator/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..384923020014 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.2
 revision=1
 build_style=cargo
 depends="rsync"
@@ -8,9 +8,10 @@ short_desc="Resource Public Key Infrastructure (RPKI) validator"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/v${version}/Changelog.md"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +20,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (3 preceding siblings ...)
  2022-04-24 15:26 ` [PR PATCH] [Updated] " klarasm
@ 2022-04-24 15:28 ` klarasm
  2022-04-24 15:29 ` klarasm
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-24 15:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.2
in addition:
- upstream has removed doc/misc.md
- add changelog

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds last on 0.11.1):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 9953de24f7d10b2fad2774e2543e3f283af61678 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.2

in addition:
- upstream has removed doc/misc.md
- add changelog
---
 srcpkgs/routinator/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..384923020014 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.2
 revision=1
 build_style=cargo
 depends="rsync"
@@ -8,9 +8,10 @@ short_desc="Resource Public Key Infrastructure (RPKI) validator"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/v${version}/Changelog.md"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +20,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (4 preceding siblings ...)
  2022-04-24 15:28 ` [PR PATCH] [Updated] routinator: update to 0.11.2 klarasm
@ 2022-04-24 15:29 ` klarasm
  2022-04-25  9:08 ` [PR REVIEW] " paper42
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-24 15:29 UTC (permalink / raw)
  To: ml

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

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1107863771

Comment:
Update pull request as upstream has release 0.11.2. Did not redo local crossbuilds due to minimal changes from 0.11.1.

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

* Re: [PR REVIEW] routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (5 preceding siblings ...)
  2022-04-24 15:29 ` klarasm
@ 2022-04-25  9:08 ` paper42
  2022-04-25  9:09 ` paper42
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2022-04-25  9:08 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#discussion_r857414301

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/main/Changelog.md"
```

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (6 preceding siblings ...)
  2022-04-25  9:08 ` [PR REVIEW] " paper42
@ 2022-04-25  9:09 ` paper42
  2022-04-25 10:20 ` [PR PATCH] [Updated] " klarasm
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2022-04-25  9:09 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1108295392

Comment:
@CameronNemo does this sound ok?

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

* Re: [PR PATCH] [Updated] routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (7 preceding siblings ...)
  2022-04-25  9:09 ` paper42
@ 2022-04-25 10:20 ` klarasm
  2022-04-25 10:26 ` [PR REVIEW] " klarasm
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-25 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.2
in addition:
- upstream has removed doc/misc.md
- add changelog

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds last on 0.11.1):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From ea677c998a1bea5c5bad92f6715d524c702485c6 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.2

in addition:
- upstream has removed doc/misc.md
- add changelog
---
 srcpkgs/routinator/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..ce1f0b16e6c8 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.2
 revision=1
 build_style=cargo
 depends="rsync"
@@ -8,9 +8,10 @@ short_desc="Resource Public Key Infrastructure (RPKI) validator"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/main/Changelog.md"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +20,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: [PR REVIEW] routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (8 preceding siblings ...)
  2022-04-25 10:20 ` [PR PATCH] [Updated] " klarasm
@ 2022-04-25 10:26 ` klarasm
  2022-04-25 10:42 ` klarasm
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-25 10:26 UTC (permalink / raw)
  To: ml

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

New review comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#discussion_r857480114

Comment:
done

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (9 preceding siblings ...)
  2022-04-25 10:26 ` [PR REVIEW] " klarasm
@ 2022-04-25 10:42 ` klarasm
  2022-04-25 10:45 ` klarasm
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-25 10:42 UTC (permalink / raw)
  To: ml

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

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1108401426

Comment:
Seems like github packages is having issues (https://www.githubstatus.com/) which is probably why some builds are failing.
```
Starting job container
  /usr/bin/docker --config /home/runner/work/_temp/.docker_500e6f68-fa9e-4be4-a631-8fb3451b5bfe login ghcr.io -u klarasm --password-stdin
  /usr/bin/docker --config /home/runner/work/_temp/.docker_500e6f68-fa9e-4be4-a631-8fb3451b5bfe pull ghcr.io/void-linux/xbps-src-masterdir:20210313rc01-x86_64-musl
  Error response from daemon: received unexpected HTTP status: 500 Internal Server Error
```

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (10 preceding siblings ...)
  2022-04-25 10:42 ` klarasm
@ 2022-04-25 10:45 ` klarasm
  2022-04-25 11:44 ` [PR PATCH] [Updated] " klarasm
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-25 10:45 UTC (permalink / raw)
  To: ml

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

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1108401426

Comment:
Seems like github packages is having issues (https://www.githubstatus.com/incidents/b40k7ckrs7sp) which is probably why some builds are failing.
```
Starting job container
  /usr/bin/docker --config /home/runner/work/_temp/.docker_500e6f68-fa9e-4be4-a631-8fb3451b5bfe login ghcr.io -u klarasm --password-stdin
  /usr/bin/docker --config /home/runner/work/_temp/.docker_500e6f68-fa9e-4be4-a631-8fb3451b5bfe pull ghcr.io/void-linux/xbps-src-masterdir:20210313rc01-x86_64-musl
  Error response from daemon: received unexpected HTTP status: 500 Internal Server Error
```

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

* Re: [PR PATCH] [Updated] routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (11 preceding siblings ...)
  2022-04-25 10:45 ` klarasm
@ 2022-04-25 11:44 ` klarasm
  2022-04-25 17:01 ` CameronNemo
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-04-25 11:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/klarasm/void-packages routinator-update
https://github.com/void-linux/void-packages/pull/35971

routinator: update to 0.11.2
in addition:
- upstream has removed doc/misc.md
- add changelog

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds last on 0.11.1):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 89b8e67c61b5fb017440834555845dd547fa41e7 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Thu, 3 Mar 2022 22:31:05 +0100
Subject: [PATCH] routinator: update to 0.11.2

in addition:
- upstream has removed doc/misc.md
- add changelog
---
 srcpkgs/routinator/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template
index 6d776a5ffb60..ce1f0b16e6c8 100644
--- a/srcpkgs/routinator/template
+++ b/srcpkgs/routinator/template
@@ -1,6 +1,6 @@
 # Template file for 'routinator'
 pkgname=routinator
-version=0.10.2
+version=0.11.2
 revision=1
 build_style=cargo
 depends="rsync"
@@ -8,9 +8,10 @@ short_desc="Resource Public Key Infrastructure (RPKI) validator"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://rpki.readthedocs.io/"
+changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/main/Changelog.md"
 distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz"
 conf_files="/etc/routinator/routinator.conf"
-checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3
+checksum=00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;
@@ -19,7 +20,6 @@ esac
 
 post_install() {
 	vdoc README.md
-	vdoc doc/misc.md
 	vman doc/routinator.1
 	vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf
 	vlicense LICENSE

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (12 preceding siblings ...)
  2022-04-25 11:44 ` [PR PATCH] [Updated] " klarasm
@ 2022-04-25 17:01 ` CameronNemo
  2022-07-03 18:48 ` klarasm
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: CameronNemo @ 2022-04-25 17:01 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1108818953

Comment:
@paper42 Yeah this looks fine.

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (13 preceding siblings ...)
  2022-04-25 17:01 ` CameronNemo
@ 2022-07-03 18:48 ` klarasm
  2022-07-03 20:16 ` [PR PATCH] [Merged]: " paper42
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-07-03 18:48 UTC (permalink / raw)
  To: ml

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

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1173152205

Comment:
Is there anything else that's needed for this to be merged?

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

* Re: [PR PATCH] [Merged]: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (14 preceding siblings ...)
  2022-07-03 18:48 ` klarasm
@ 2022-07-03 20:16 ` paper42
  2022-07-03 21:27 ` CameronNemo
  2022-07-04 19:13 ` klarasm
  17 siblings, 0 replies; 19+ messages in thread
From: paper42 @ 2022-07-03 20:16 UTC (permalink / raw)
  To: ml

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

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

routinator: update to 0.11.2
https://github.com/void-linux/void-packages/pull/35971

Description:
in addition:
- upstream has removed doc/misc.md
- add changelog

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds last on 0.11.1):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (15 preceding siblings ...)
  2022-07-03 20:16 ` [PR PATCH] [Merged]: " paper42
@ 2022-07-03 21:27 ` CameronNemo
  2022-07-04 19:13 ` klarasm
  17 siblings, 0 replies; 19+ messages in thread
From: CameronNemo @ 2022-07-03 21:27 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1173174794

Comment:
@klarasm if you want to do anything else to better integrate routinator into the distro:

* write a runit service
* build and install the user manual ([doc/manual](https://github.com/NLnetLabs/routinator/tree/a5e347dfa56bd1c47a8aa7ef19048dfee6270e72/doc/manual))

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

* Re: routinator: update to 0.11.2
  2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
                   ` (16 preceding siblings ...)
  2022-07-03 21:27 ` CameronNemo
@ 2022-07-04 19:13 ` klarasm
  17 siblings, 0 replies; 19+ messages in thread
From: klarasm @ 2022-07-04 19:13 UTC (permalink / raw)
  To: ml

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

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/35971#issuecomment-1174123191

Comment:
Will take a look. I already have a runit service I use but will probably have to modify it a little for it to be suitable generally. I'll create a draft PR once I have something.

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

end of thread, other threads:[~2022-07-04 19:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 16:59 [PR PATCH] routinator: update to 0.11.0 klarasm
2022-04-10 15:07 ` [PR PATCH] [Updated] " klarasm
2022-04-10 15:08 ` klarasm
2022-04-10 15:10 ` routinator: update to 0.11.1 klarasm
2022-04-24 15:26 ` [PR PATCH] [Updated] " klarasm
2022-04-24 15:28 ` [PR PATCH] [Updated] routinator: update to 0.11.2 klarasm
2022-04-24 15:29 ` klarasm
2022-04-25  9:08 ` [PR REVIEW] " paper42
2022-04-25  9:09 ` paper42
2022-04-25 10:20 ` [PR PATCH] [Updated] " klarasm
2022-04-25 10:26 ` [PR REVIEW] " klarasm
2022-04-25 10:42 ` klarasm
2022-04-25 10:45 ` klarasm
2022-04-25 11:44 ` [PR PATCH] [Updated] " klarasm
2022-04-25 17:01 ` CameronNemo
2022-07-03 18:48 ` klarasm
2022-07-03 20:16 ` [PR PATCH] [Merged]: " paper42
2022-07-03 21:27 ` CameronNemo
2022-07-04 19:13 ` klarasm

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