Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jitterentropy: update to 3.4.0, fix license, -O0.
@ 2022-03-29  3:32 atweiden
  2022-06-29 21:16 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: atweiden @ 2022-03-29  3:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages jitterentropy
https://github.com/void-linux/void-packages/pull/36400

jitterentropy: update to 3.4.0, fix license, -O0.
explicitly disable building with optimizations

jitterentropy-rngd-1.2.7 raises error during build without `CFLAGS=-O0`

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

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

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

From 9aa4b348873a8ba39652f25563799fda1aec7956 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 29 Mar 2022 14:24:46 +1100
Subject: [PATCH] jitterentropy: update to 3.4.0, fix license, -O0.

explicitly disable building with optimizations

jitterentropy-rngd-1.2.7 raises error during build without `CFLAGS=-O0`
---
 srcpkgs/jitterentropy/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jitterentropy/template b/srcpkgs/jitterentropy/template
index e90089d9a99d..a4b19b5be597 100644
--- a/srcpkgs/jitterentropy/template
+++ b/srcpkgs/jitterentropy/template
@@ -1,16 +1,18 @@
 # Template file for 'jitterentropy'
 pkgname=jitterentropy
-version=3.3.1
+version=3.4.0
 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"
+license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://www.chronox.de/jent.html"
-distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
-checksum=4a50cb02b4836cd5550016e2fc2263e6982abaa11467a9e1cea260c1c2f7d487
+distfiles="https://www.chronox.de/jent/${pkgname}-library-${version}.tar.xz"
+checksum=979fa4277decf9792f3422b142237e77d8b6ca41e50474083eb2f0976f2479b3
+
+CFLAGS="-O0"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: jitterentropy: update to 3.4.0, fix license, -O0.
  2022-03-29  3:32 [PR PATCH] jitterentropy: update to 3.4.0, fix license, -O0 atweiden
@ 2022-06-29 21:16 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2022-06-29 21:16 UTC (permalink / raw)
  To: ml

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

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

jitterentropy: update to 3.4.0, fix license, -O0.
https://github.com/void-linux/void-packages/pull/36400

Description:
explicitly disable building with optimizations

jitterentropy-rngd-1.2.7 raises error during build without `CFLAGS=-O0`

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  3:32 [PR PATCH] jitterentropy: update to 3.4.0, fix license, -O0 atweiden
2022-06-29 21:16 ` [PR PATCH] [Merged]: " Duncaen

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