Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] make-ca: update to 1.9.
@ 2022-01-06  0:37 knusbaum
  2022-01-06  0:39 ` [PR PATCH] [Updated] " knusbaum
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: knusbaum @ 2022-01-06  0:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-make-ca-1.8.1
https://github.com/void-linux/void-packages/pull/34884

make-ca: update to 1.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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




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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-make-ca-1.8.1-34884.patch --]
[-- Type: text/x-diff, Size: 1234 bytes --]

From dfdee2b1e2df9bda1a6a1780ba25d7074b5448e4 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 18:29:32 +0000
Subject: [PATCH] make-ca: update to 1.9.

---
 srcpkgs/make-ca/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/make-ca/template b/srcpkgs/make-ca/template
index a10c9266e1eb..16b0722ec3b6 100644
--- a/srcpkgs/make-ca/template
+++ b/srcpkgs/make-ca/template
@@ -1,6 +1,6 @@
 # Template file for 'make-ca'
 pkgname=make-ca
-version=1.7
+version=1.9
 revision=2
 wrksrc="make-ca-${version}"
 build_style=gnu-makefile
@@ -10,6 +10,6 @@ depends="p11-kit"
 short_desc="PKI setup script for LFS (and others)"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/djlucas/make-ca/"
-distfiles="https://github.com/djlucas/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
-checksum=6db8b96c961790507c5e36e0ed75a079ae95300f520cd88ac061cf44a4733c2f
+homepage="https://github.com/lfs-book/make-ca/"
+distfiles="https://github.com/lfs-book/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
+checksum=ff6acf03c8b08ce2c662a6fb1a57e6cf5b5065fa293c5210f0d1957e0b7b8bdd

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

* Re: [PR PATCH] [Updated] make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
@ 2022-01-06  0:39 ` knusbaum
  2022-01-06  4:39 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: knusbaum @ 2022-01-06  0:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-make-ca-1.8.1
https://github.com/void-linux/void-packages/pull/34884

make-ca: update to 1.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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




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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-make-ca-1.8.1-34884.patch --]
[-- Type: text/x-diff, Size: 1287 bytes --]

From a67e1f87cb96439db9caa7eb95d18dc64098b0a8 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 18:29:32 +0000
Subject: [PATCH] make-ca: update to 1.9.

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

diff --git a/srcpkgs/make-ca/template b/srcpkgs/make-ca/template
index a10c9266e1eb..8cbc34d96a39 100644
--- a/srcpkgs/make-ca/template
+++ b/srcpkgs/make-ca/template
@@ -1,7 +1,7 @@
 # Template file for 'make-ca'
 pkgname=make-ca
-version=1.7
-revision=2
+version=1.9
+revision=1
 wrksrc="make-ca-${version}"
 build_style=gnu-makefile
 make_install_args="SBINDIR=/usr/bin"
@@ -10,6 +10,6 @@ depends="p11-kit"
 short_desc="PKI setup script for LFS (and others)"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/djlucas/make-ca/"
-distfiles="https://github.com/djlucas/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
-checksum=6db8b96c961790507c5e36e0ed75a079ae95300f520cd88ac061cf44a4733c2f
+homepage="https://github.com/lfs-book/make-ca/"
+distfiles="https://github.com/lfs-book/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
+checksum=ff6acf03c8b08ce2c662a6fb1a57e6cf5b5065fa293c5210f0d1957e0b7b8bdd

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

* Re: make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
  2022-01-06  0:39 ` [PR PATCH] [Updated] " knusbaum
@ 2022-01-06  4:39 ` ericonr
  2022-01-06 15:32 ` [PR PATCH] [Updated] " knusbaum
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2022-01-06  4:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34884#issuecomment-1006279643

Comment:
Please mention in the commit that you're switching upstream to the version that has the newest releases.

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

* Re: [PR PATCH] [Updated] make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
  2022-01-06  0:39 ` [PR PATCH] [Updated] " knusbaum
  2022-01-06  4:39 ` ericonr
@ 2022-01-06 15:32 ` knusbaum
  2022-04-10  2:05 ` github-actions
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: knusbaum @ 2022-01-06 15:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-make-ca-1.8.1
https://github.com/void-linux/void-packages/pull/34884

make-ca: update to 1.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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




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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-make-ca-1.8.1-34884.patch --]
[-- Type: text/x-diff, Size: 1386 bytes --]

From 3eecf0c52291f7a60fc1605b4a72154be9870abc Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 18:29:32 +0000
Subject: [PATCH] make-ca: update to 1.9.

This also changes the upstream location to the new repository
where future work will be happening.
---
 srcpkgs/make-ca/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/make-ca/template b/srcpkgs/make-ca/template
index a10c9266e1eb..8cbc34d96a39 100644
--- a/srcpkgs/make-ca/template
+++ b/srcpkgs/make-ca/template
@@ -1,7 +1,7 @@
 # Template file for 'make-ca'
 pkgname=make-ca
-version=1.7
-revision=2
+version=1.9
+revision=1
 wrksrc="make-ca-${version}"
 build_style=gnu-makefile
 make_install_args="SBINDIR=/usr/bin"
@@ -10,6 +10,6 @@ depends="p11-kit"
 short_desc="PKI setup script for LFS (and others)"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/djlucas/make-ca/"
-distfiles="https://github.com/djlucas/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
-checksum=6db8b96c961790507c5e36e0ed75a079ae95300f520cd88ac061cf44a4733c2f
+homepage="https://github.com/lfs-book/make-ca/"
+distfiles="https://github.com/lfs-book/make-ca/releases/download/v${version}/make-ca-${version}.tar.xz"
+checksum=ff6acf03c8b08ce2c662a6fb1a57e6cf5b5065fa293c5210f0d1957e0b7b8bdd

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

* Re: make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
                   ` (2 preceding siblings ...)
  2022-01-06 15:32 ` [PR PATCH] [Updated] " knusbaum
@ 2022-04-10  2:05 ` github-actions
  2022-04-10 11:45 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-04-10  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34884#issuecomment-1094158595

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR REVIEW] make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
                   ` (5 preceding siblings ...)
  2022-04-10 11:45 ` paper42
@ 2022-04-10 11:45 ` paper42
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-10 11:45 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34884#discussion_r846766326

Comment:
1.10 is out

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

* Re: [PR REVIEW] make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
                   ` (4 preceding siblings ...)
  2022-04-10 11:45 ` [PR REVIEW] " paper42
@ 2022-04-10 11:45 ` paper42
  2022-04-10 11:45 ` paper42
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-10 11:45 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34884#discussion_r846766423

Comment:
```suggestion
homepage="https://github.com/lfs-book/make-ca/"
changelog="https://raw.githubusercontent.com/lfs-book/make-ca/master/CHANGELOG"
```

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

* Re: [PR REVIEW] make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
                   ` (3 preceding siblings ...)
  2022-04-10  2:05 ` github-actions
@ 2022-04-10 11:45 ` paper42
  2022-04-10 11:45 ` paper42
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-10 11:45 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34884#discussion_r846766366

Comment:
this line can be removed, $wrksrc is $pkgname-$version by default

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

* Re: [PR PATCH] [Closed]: make-ca: update to 1.9.
  2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
                   ` (6 preceding siblings ...)
  2022-04-10 11:45 ` paper42
@ 2022-06-21  2:13 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-06-21  2:13 UTC (permalink / raw)
  To: ml

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

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

make-ca: update to 1.9.
https://github.com/void-linux/void-packages/pull/34884

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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




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

end of thread, other threads:[~2022-06-21  2:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  0:37 [PR PATCH] make-ca: update to 1.9 knusbaum
2022-01-06  0:39 ` [PR PATCH] [Updated] " knusbaum
2022-01-06  4:39 ` ericonr
2022-01-06 15:32 ` [PR PATCH] [Updated] " knusbaum
2022-04-10  2:05 ` github-actions
2022-04-10 11:45 ` [PR REVIEW] " paper42
2022-04-10 11:45 ` paper42
2022-04-10 11:45 ` paper42
2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions

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