diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-04-06 22:01:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-07 08:59:49 +0200 |
commit | 06a5fa6da374cc3dafd95295c5e7448f1cea9f88 (patch) | |
tree | 7d02c04eea3d5e5f844606e50be1e2518d4be33f /source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch | |
parent | 928db52b4905b2f48ad28d9965f859ef8247ad3e (diff) | |
download | current-06a5fa6da374cc3dafd95295c5e7448f1cea9f88.tar.gz |
Tue Apr 6 22:01:59 UTC 202120210406220159
a/sysvinit-scripts-2.1-noarch-41.txz: Rebuilt.
rc.S: don't clear /var/run. Thanks to upnort.
kde/digikam-7.2.0-x86_64-2.txz: Rebuilt.
Recompiled against opencv-4.5.2 (apparently the ABI changed).
Thanks to etienne.
Diffstat (limited to 'source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch')
-rw-r--r-- | source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch b/source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch new file mode 100644 index 00000000..9fa3ab4f --- /dev/null +++ b/source/a/file/git-patches/9e2becec20d023409a1671bf10a682f699350e85.patch @@ -0,0 +1,22 @@ +From 9e2becec20d023409a1671bf10a682f699350e85 Mon Sep 17 00:00:00 2001 +From: Christos Zoulas <christos@zoulas.com> +Date: Sun, 4 Apr 2021 21:03:43 +0000 +Subject: [PATCH] Encoding bug fix. + +--- + ChangeLog | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/ChangeLog b/ChangeLog +index 23a93cf4b..2238ba6f8 100644 +--- a/ChangeLog ++++ b/ChangeLog +@@ -1,3 +1,8 @@ ++2021-04-04 17:02 Christos Zoulas <christos@zoulas.com> ++ ++ * count the total bytes found not the total byte positions ++ in order to determine encoding (Anatol Belski) ++ + 2021-03-30 20:21 Christos Zoulas <christos@zoulas.com> + + * release 5.40 |