aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux/patches/100-use_urandom.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2020-02-03 17:11:35 +0000
committerPetr Štetiar <ynezz@true.cz>2020-02-20 09:12:12 +0100
commit0e7d404a9472ffa688c3e8d17ab0ae18c1b1f70c (patch)
tree7f65554096aac832a091e9a5fb9e6c9a7f4dec78 /package/utils/util-linux/patches/100-use_urandom.patch
parent060b58fd6ec650ea77006b3362cc3818a6222839 (diff)
downloadupstream-0e7d404a9472ffa688c3e8d17ab0ae18c1b1f70c.tar.gz
upstream-0e7d404a9472ffa688c3e8d17ab0ae18c1b1f70c.tar.bz2
upstream-0e7d404a9472ffa688c3e8d17ab0ae18c1b1f70c.zip
util-linux: Update to 2.35.1
Update util-linux to 2.35.1 and refresh patches. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> [commit subject and description tweaks] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/utils/util-linux/patches/100-use_urandom.patch')
-rw-r--r--package/utils/util-linux/patches/100-use_urandom.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/util-linux/patches/100-use_urandom.patch b/package/utils/util-linux/patches/100-use_urandom.patch
index 848f2f40c2..5817209885 100644
--- a/package/utils/util-linux/patches/100-use_urandom.patch
+++ b/package/utils/util-linux/patches/100-use_urandom.patch
@@ -1,6 +1,6 @@
--- a/lib/randutils.c
+++ b/lib/randutils.c
-@@ -25,6 +25,11 @@
+@@ -26,6 +26,11 @@
#define THREAD_LOCAL static
#endif