All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/65] libjitterentropy: update 3.1.0 -> 3.3.0
@ 2021-10-19 15:33 Alexander Kanavin
  2021-10-19 15:33 ` [PATCH 02/65] rustfmt: remove Alexander Kanavin
                   ` (63 more replies)
  0 siblings, 64 replies; 85+ messages in thread
From: Alexander Kanavin @ 2021-10-19 15:33 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin, Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...kefile-restore-build-reproducibility.patch | 27 -------------------
 ...opy_3.1.0.bb => libjitterentropy_3.3.0.bb} |  7 ++---
 2 files changed, 2 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-support/libjitterentropy/libjitterentropy/0001-Makefile-restore-build-reproducibility.patch
 rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.1.0.bb => libjitterentropy_3.3.0.bb} (88%)

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy/0001-Makefile-restore-build-reproducibility.patch b/meta/recipes-support/libjitterentropy/libjitterentropy/0001-Makefile-restore-build-reproducibility.patch
deleted file mode 100644
index 3290ff7b18..0000000000
--- a/meta/recipes-support/libjitterentropy/libjitterentropy/0001-Makefile-restore-build-reproducibility.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 905333229103510e9dee2fec29b261ccedb031d0 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Fri, 20 Aug 2021 19:37:04 +0000
-Subject: [PATCH] Makefile: restore build reproducibility
-
-wildcards result in an unpredictable order, and thus different binary outputs
-in otherwise identical builds.
-
-Upstream-Status: Submitted [https://github.com/smuellerDD/jitterentropy-library/pull/67]
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 42932d8..dfb96a8 100644
---- a/Makefile
-+++ b/Makefile
-@@ -36,7 +36,7 @@ LIBMINOR=$(shell cat $(SRCDIR)/jitterentropy-base.c | grep define | grep MINVERS
- LIBPATCH=$(shell cat $(SRCDIR)/jitterentropy-base.c | grep define | grep PATCHLEVEL | awk '{print $$3}')
- LIBVERSION := $(LIBMAJOR).$(LIBMINOR).$(LIBPATCH)
- 
--C_SRCS := $(wildcard $(SRCDIR)/*.c) 
-+C_SRCS := $(sort $(wildcard $(SRCDIR)/*.c))
- C_OBJS := ${C_SRCS:.c=.o}
- OBJS := $(C_OBJS)
- 
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb
similarity index 88%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb
index d9fbb5e9d6..dae2fb1791 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.1.0.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb
@@ -9,14 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \
                     file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
-SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git \
-           file://0001-Makefile-restore-build-reproducibility.patch \
-           "
-SRCREV = "409828cfccf4b3b07edc40a7840a821ce074e2c3"
+SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git"
+SRCREV = "418c1e64231255aec2167cbb20aab62a0863415d"
 S = "${WORKDIR}/git"
 
 # remove at next version upgrade or when output changes
-PR = "r1"
 HASHEQUIV_HASH_VERSION .= ".2"
 
 do_configure[noexec] = "1"
-- 
2.20.1



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

end of thread, other threads:[~2021-10-27  1:43 UTC | newest]

Thread overview: 85+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19 15:33 [PATCH 01/65] libjitterentropy: update 3.1.0 -> 3.3.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 02/65] rustfmt: remove Alexander Kanavin
2021-10-19 16:34   ` [OE-core] " Khem Raj
2021-10-19 17:44     ` Alexander Kanavin
2021-10-19 18:11       ` Khem Raj
2021-10-19 18:18         ` Alexander Kanavin
2021-10-19 18:31           ` Khem Raj
2021-10-19 18:37             ` Alexander Kanavin
2021-10-19 19:58               ` Richard Purdie
2021-10-20  1:10                 ` Randy MacLeod
     [not found]                 ` <16AF97EEFE1D519C.12113@lists.openembedded.org>
2021-10-27  1:43                   ` Randy MacLeod
2021-10-19 15:33 ` [PATCH 03/65] kea: update 1.8.2 -> 2.0.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 04/65] ghostscript: update 9.54.0 -> 9.55.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 05/65] lighttpd: update 1.4.59 -> 1.4.60 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 06/65] bluez5: update 5.61 -> 5.62 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 07/65] ovmf: update 202105 -> 202108 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 08/65] systemd: update 249.4 -> 249.5 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 09/65] meson: update 0.59.1 -> 0.59.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 10/65] python3-pip: update 21.2.4 -> 21.3 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 11/65] valgrind: update 3.17.0 -> 3.18.1 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 12/65] librsvg: update 2.52.0 -> 2.52.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 13/65] libva: update 2.12.0 -> 2.13.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 14/65] liberation-fonts: update 2.1.4 -> 2.1.5 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 15/65] ca-certificates: update 20210119 -> 20211016 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 16/65] curl: update 7.78.0 -> 7.79.1 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 17/65] libgit2: update 1.2.0 -> 1.3.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 18/65] u-boot: upgrade 2021.07 -> 2021.10 Alexander Kanavin
2021-10-21  1:14   ` [OE-core] " Paul Eggleton
2021-10-23 17:33     ` Alexander Kanavin
2021-10-23 17:40       ` Robert Berger
2021-10-23 21:17       ` Paul Eggleton
2021-10-19 15:33 ` [PATCH 19/65] libxcrypt: upgrade 4.4.25 -> 4.4.26 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 20/65] bison: upgrade 3.8.1 -> 3.8.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 21/65] cmake: update 3.21.2 -> 3.21.3 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 22/65] git: upgrade 2.33.0 -> 2.33.1 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 23/65] tzdata: upgrade 2021a -> 2021d Alexander Kanavin
2021-10-19 15:33 ` [PATCH 24/65] ofono: upgrade 1.32 -> 1.33 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 25/65] openssh: upgrade 8.7p1 -> 8.8p1 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 26/65] psplash: upgrade to latest revision Alexander Kanavin
2021-10-19 16:44   ` [OE-core] " Khem Raj
2021-10-23 17:38     ` Alexander Kanavin
2021-10-23 21:34       ` Khem Raj
2021-10-19 15:33 ` [PATCH 27/65] sysvinit: upgrade 2.99 -> 3.00 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 28/65] btrfs-tools: upgrade 5.13.1 -> 5.14.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 29/65] ccache: upgrade 4.4 -> 4.4.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 30/65] createrepo-c: upgrade 0.17.5 -> 0.17.6 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 31/65] libcomps: upgrade 0.1.17 -> 0.1.18 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 32/65] libedit: upgrade 20210714-3.1 -> 20210910-3.1 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 33/65] librepo: upgrade 1.14.1 -> 1.14.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 34/65] python3-jinja2: upgrade 3.0.1 -> 3.0.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 35/65] python3-pygobject: upgrade 3.40.1 -> 3.42.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 36/65] python3-setuptools: upgrade 58.0.4 -> 58.2.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 37/65] vala: upgrade 0.52.5 -> 0.54.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 38/65] acpica: upgrade 20210730 -> 20210930 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 39/65] asciidoc: upgrade 9.1.0 -> 9.1.1 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 40/65] libarchive: upgrade 3.5.1 -> 3.5.2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 41/65] msmtp: upgrade 1.8.15 -> 1.8.17 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 42/65] sudo: upgrade 1.9.8p1 -> 1.9.8p2 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 43/65] gobject-introspection: upgrade 1.68.0 -> 1.70.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 44/65] gsettings-desktop-schemas: upgrade 40.0 -> 41.0 Alexander Kanavin
2021-10-19 15:33 ` [PATCH 45/65] json-glib: upgrade 1.6.4 -> 1.6.6 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 46/65] libdazzle: upgrade 3.40.0 -> 3.42.0 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 47/65] harfbuzz: upgrade 2.9.1 -> 3.0.0 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 48/65] mesa: upgrade 21.2.1 -> 21.2.4 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 49/65] pango: upgrade 1.48.9 -> 1.48.10 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 50/65] libinput: upgrade 1.19.0 -> 1.19.1 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 51/65] linux-firmware: upgrade 20210818 -> 20210919 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 52/65] wireless-regdb: upgrade 2021.07.14 -> 2021.08.28 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 53/65] mpg123: upgrade 1.28.2 -> 1.29.0 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 54/65] puzzles: upgrade to latest revision Alexander Kanavin
2021-10-19 15:34 ` [PATCH 55/65] libwpe: upgrade 1.10.1 -> 1.12.0 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 56/65] diffoscope: upgrade 182 -> 187 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 57/65] fribidi: upgrade 1.0.10 -> 1.0.11 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 58/65] iso-codes: upgrade 4.6.0 -> 4.7.0 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 59/65] libatomic-ops: upgrade 7.6.10 -> 7.6.12 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 60/65] libcap: upgrade 2.54 -> 2.59 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 61/65] libmd: upgrade 1.0.3 -> 1.0.4 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 62/65] libsoup-2.4: upgrade 2.72.0 -> 2.74.0 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 63/65] gnupg: update 2.3.2 -> 2.3.3 Alexander Kanavin
2021-10-19 15:34 ` [PATCH 64/65] libssh2: skip one of the ptests until openssh 8.8 compatibility is fixed Alexander Kanavin
2021-10-19 15:34 ` [PATCH 65/65] systemd: disable seccomp on mips32 Alexander Kanavin
2021-10-19 16:47   ` [OE-core] " Khem Raj
2021-10-19 17:45     ` Alexander Kanavin
2021-10-19 18:01       ` Khem Raj
2021-10-19 18:05         ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.