[arch-commits] Commit in json-c/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue May 5 09:23:51 UTC 2020


    Date: Tuesday, May 5, 2020 @ 09:23:50
  Author: eworm
Revision: 382272

upgpkg: json-c 0.14-2

cherry-pick "Detect broken RDRAND during initialization"

Modified:
  json-c/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 06:04:44 UTC (rev 382271)
+++ PKGBUILD	2020-05-05 09:23:50 UTC (rev 382272)
@@ -4,7 +4,7 @@
 
 pkgname=json-c
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A JSON implementation in C"
 url="https://github.com/json-c/json-c/wiki"
 license=(MIT)
@@ -25,6 +25,9 @@
 
 prepare() {
   cd json-c
+
+  # Detect broken RDRAND during initialization
+  git cherry-pick -n 4d36b0287d3ab0912ba8a4790340ca099960b2b0
 }
 
 build() {



More information about the arch-commits mailing list