Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haveged: update to 1.9.18.
@ 2023-01-29  9:34 mobinmob
  2023-01-29 22:23 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mobinmob @ 2023-01-29  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages haveged
https://github.com/void-linux/void-packages/pull/41933

haveged: update to 1.9.18.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41933.patch is attached

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

From e55090f34d4874781f56dab58c4a7244591bd06d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 29 Jan 2023 11:33:08 +0200
Subject: [PATCH] haveged: update to 1.9.18.

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

diff --git a/srcpkgs/haveged/template b/srcpkgs/haveged/template
index be82467cf210..c8e67b92efcf 100644
--- a/srcpkgs/haveged/template
+++ b/srcpkgs/haveged/template
@@ -1,6 +1,6 @@
 # Template file for 'haveged'
 pkgname=haveged
-version=1.9.17
+version=1.9.18
 revision=1
 build_style=gnu-configure
 short_desc="Entropy harvesting daemon using CPU timings"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.issihosts.com/haveged"
 distfiles="https://github.com/jirka-h/haveged/archive/v${version}.tar.gz"
-checksum=02d9b7c801fbcf16bed43c27bf6ece570b79f4d94561f3eb30883fb5f89c526d
+checksum=b835fa02b52ee7d06276e028571cadcb14d08f5e5a4b5767adf81451f70561c7
 
 post_install() {
 	vsv $pkgname

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

* Re: [PR REVIEW] haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
@ 2023-01-29 22:23 ` classabbyamp
  2023-01-29 22:24 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-01-29 22:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41933#discussion_r1090064117

Comment:
```suggestion
homepage="https://www.issihosts.com/haveged"
```

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

* Re: [PR REVIEW] haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
  2023-01-29 22:23 ` [PR REVIEW] " classabbyamp
@ 2023-01-29 22:24 ` classabbyamp
  2023-02-07 14:31 ` [PR PATCH] [Updated] " mobinmob
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-01-29 22:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41933#discussion_r1090064204

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/jirka-h/haveged/master/ChangeLog"
distfiles="https://github.com/jirka-h/haveged/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
  2023-01-29 22:23 ` [PR REVIEW] " classabbyamp
  2023-01-29 22:24 ` classabbyamp
@ 2023-02-07 14:31 ` mobinmob
  2023-02-07 14:32 ` mobinmob
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-02-07 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages haveged
https://github.com/void-linux/void-packages/pull/41933

haveged: update to 1.9.18.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41933.patch is attached

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

From fd3f1ca41920c637ea10d16badd23b74ae83f64f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 29 Jan 2023 11:33:08 +0200
Subject: [PATCH] haveged: update to 1.9.18.

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

diff --git a/srcpkgs/haveged/template b/srcpkgs/haveged/template
index be82467cf210..27ac8ba4e991 100644
--- a/srcpkgs/haveged/template
+++ b/srcpkgs/haveged/template
@@ -1,14 +1,14 @@
 # Template file for 'haveged'
 pkgname=haveged
-version=1.9.17
+version=1.9.18
 revision=1
 build_style=gnu-configure
 short_desc="Entropy harvesting daemon using CPU timings"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://www.issihosts.com/haveged"
+homepage="https://www.issihosts.com/haveged"
 distfiles="https://github.com/jirka-h/haveged/archive/v${version}.tar.gz"
-checksum=02d9b7c801fbcf16bed43c27bf6ece570b79f4d94561f3eb30883fb5f89c526d
+checksum=b835fa02b52ee7d06276e028571cadcb14d08f5e5a4b5767adf81451f70561c7
 
 post_install() {
 	vsv $pkgname

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

* Re: [PR PATCH] [Updated] haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
                   ` (2 preceding siblings ...)
  2023-02-07 14:31 ` [PR PATCH] [Updated] " mobinmob
@ 2023-02-07 14:32 ` mobinmob
  2023-02-07 14:32 ` [PR REVIEW] " mobinmob
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-02-07 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages haveged
https://github.com/void-linux/void-packages/pull/41933

haveged: update to 1.9.18.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41933.patch is attached

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

From 8c7ee8deff5e5a2e50a2646e7783659eeb655a9a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 29 Jan 2023 11:33:08 +0200
Subject: [PATCH] haveged: update to 1.9.18.

---
 srcpkgs/haveged/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/haveged/template b/srcpkgs/haveged/template
index be82467cf210..a7c59d276aa4 100644
--- a/srcpkgs/haveged/template
+++ b/srcpkgs/haveged/template
@@ -1,14 +1,15 @@
 # Template file for 'haveged'
 pkgname=haveged
-version=1.9.17
+version=1.9.18
 revision=1
 build_style=gnu-configure
 short_desc="Entropy harvesting daemon using CPU timings"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://www.issihosts.com/haveged"
+homepage="https://www.issihosts.com/haveged"
+changelog="https://raw.githubusercontent.com/jirka-h/haveged/master/ChangeLog"
 distfiles="https://github.com/jirka-h/haveged/archive/v${version}.tar.gz"
-checksum=02d9b7c801fbcf16bed43c27bf6ece570b79f4d94561f3eb30883fb5f89c526d
+checksum=b835fa02b52ee7d06276e028571cadcb14d08f5e5a4b5767adf81451f70561c7
 
 post_install() {
 	vsv $pkgname

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

* Re: [PR REVIEW] haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
                   ` (3 preceding siblings ...)
  2023-02-07 14:32 ` mobinmob
@ 2023-02-07 14:32 ` mobinmob
  2023-02-07 14:32 ` mobinmob
  2023-02-07 17:43 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-02-07 14:32 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/41933#discussion_r1098741118

Comment:
Done.

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

* Re: [PR REVIEW] haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
                   ` (4 preceding siblings ...)
  2023-02-07 14:32 ` [PR REVIEW] " mobinmob
@ 2023-02-07 14:32 ` mobinmob
  2023-02-07 17:43 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: mobinmob @ 2023-02-07 14:32 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/41933#discussion_r1098741358

Comment:
Done, thanks!

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

* Re: [PR PATCH] [Merged]: haveged: update to 1.9.18.
  2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
                   ` (5 preceding siblings ...)
  2023-02-07 14:32 ` mobinmob
@ 2023-02-07 17:43 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-02-07 17:43 UTC (permalink / raw)
  To: ml

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

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

haveged: update to 1.9.18.
https://github.com/void-linux/void-packages/pull/41933

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-02-07 17:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29  9:34 [PR PATCH] haveged: update to 1.9.18 mobinmob
2023-01-29 22:23 ` [PR REVIEW] " classabbyamp
2023-01-29 22:24 ` classabbyamp
2023-02-07 14:31 ` [PR PATCH] [Updated] " mobinmob
2023-02-07 14:32 ` mobinmob
2023-02-07 14:32 ` [PR REVIEW] " mobinmob
2023-02-07 14:32 ` mobinmob
2023-02-07 17:43 ` [PR PATCH] [Merged]: " classabbyamp

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