Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jitterentropy: update to 3.0.2.
@ 2021-04-23 11:07 Piraty
  2021-04-23 21:06 ` [PR PATCH] [Updated] " Piraty
  2021-04-23 21:13 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: Piraty @ 2021-04-23 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages jitterentropy-3.0.2
https://github.com/void-linux/void-packages/pull/30451

jitterentropy: update to 3.0.2.

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From b445ae7c3564ec2db9271746a4cff904a7cc140d Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Fri, 23 Apr 2021 12:43:46 +0200
Subject: [PATCH] jitterentropy: update to 3.0.2.

set make_use_env=yes so the makefile appends its desired CFLAGS to those
of xbps-src (mainly so -O0 takes precedence over -O2 in XBPS_CFLAGS).
---
 srcpkgs/jitterentropy/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/jitterentropy/template b/srcpkgs/jitterentropy/template
index 5a9003fdbbc2..ffaf54f5fbd6 100644
--- a/srcpkgs/jitterentropy/template
+++ b/srcpkgs/jitterentropy/template
@@ -1,15 +1,16 @@
 # Template file for 'jitterentropy'
 pkgname=jitterentropy
-version=3.0.1
-revision=3
+version=3.0.2
+revision=1
 wrksrc="${pkgname}-library-${version}"
 build_style=gnu-makefile
+make_use_env=yes
 short_desc="Hardware RNG based on CPU timing jitter"
 maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://www.chronox.de/jent.html"
 distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
-checksum=015a443ebfaab7bc302caa24dcc124aefe1818046893f49591d2465bd3f58e16
+checksum=5be868e343c25e24312f5e6894642ce1044994b99d6676430c760584a1b1613e
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] jitterentropy: update to 3.0.2.
  2021-04-23 11:07 [PR PATCH] jitterentropy: update to 3.0.2 Piraty
@ 2021-04-23 21:06 ` Piraty
  2021-04-23 21:13 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-04-23 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages jitterentropy-3.0.2
https://github.com/void-linux/void-packages/pull/30451

jitterentropy: update to 3.0.2.

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 61ebc25f67464fd8093283ca47a429a1d5868aff Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Fri, 23 Apr 2021 12:43:46 +0200
Subject: [PATCH] jitterentropy: update to 3.0.2.

Set make_use_env=yes so the makefile appends its desired CFLAGS to those
of xbps-src (mainly so -O0 takes precedence over -O2 in XBPS_CFLAGS)
as jitterentropy should be built without optimization.
---
 srcpkgs/jitterentropy/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/jitterentropy/template b/srcpkgs/jitterentropy/template
index 5a9003fdbbc2..ffaf54f5fbd6 100644
--- a/srcpkgs/jitterentropy/template
+++ b/srcpkgs/jitterentropy/template
@@ -1,15 +1,16 @@
 # Template file for 'jitterentropy'
 pkgname=jitterentropy
-version=3.0.1
-revision=3
+version=3.0.2
+revision=1
 wrksrc="${pkgname}-library-${version}"
 build_style=gnu-makefile
+make_use_env=yes
 short_desc="Hardware RNG based on CPU timing jitter"
 maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://www.chronox.de/jent.html"
 distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
-checksum=015a443ebfaab7bc302caa24dcc124aefe1818046893f49591d2465bd3f58e16
+checksum=5be868e343c25e24312f5e6894642ce1044994b99d6676430c760584a1b1613e
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: jitterentropy: update to 3.0.2.
  2021-04-23 11:07 [PR PATCH] jitterentropy: update to 3.0.2 Piraty
  2021-04-23 21:06 ` [PR PATCH] [Updated] " Piraty
@ 2021-04-23 21:13 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-04-23 21:13 UTC (permalink / raw)
  To: ml

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

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

jitterentropy: update to 3.0.2.
https://github.com/void-linux/void-packages/pull/30451

Description:

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

end of thread, other threads:[~2021-04-23 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 11:07 [PR PATCH] jitterentropy: update to 3.0.2 Piraty
2021-04-23 21:06 ` [PR PATCH] [Updated] " Piraty
2021-04-23 21:13 ` [PR PATCH] [Merged]: " Piraty

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