- Update to Docker 19.03.14-ce. See upstream changelog in the packaged /usr/share/doc/packages/docker/CHANGELOG.md. CVE-2020-15257 bsc#1180243 https://github.com/docker/docker-ce/releases/tag/v19.03.14 OBS-URL: https://build.opensuse.org/request/show/857812 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=107
30 lines
873 B
Diff
30 lines
873 B
Diff
From 285c7ac5d5027d45bbcdc49334243f2a3ba6dd05 Mon Sep 17 00:00:00 2001
|
|
From: Aleksa Sarai <asarai@suse.de>
|
|
Date: Mon, 5 Nov 2018 21:12:41 +1100
|
|
Subject: [PATCH] makefile: remove emoji
|
|
|
|
These break the build on i386 in some very specific circumstances (where
|
|
/bin/sh breaks when handling unicode), and are completely useless when
|
|
it comes to actually building the project.
|
|
|
|
Signed-off-by: Aleksa Sarai <asarai@suse.de>
|
|
---
|
|
Makefile | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: containerd-1.3.7_8fba4e9a7d01/Makefile
|
|
===================================================================
|
|
--- containerd-1.3.7_8fba4e9a7d01.orig/Makefile
|
|
+++ containerd-1.3.7_8fba4e9a7d01/Makefile
|
|
@@ -60,8 +60,8 @@ else
|
|
DEBUG_TAGS := static_build
|
|
endif
|
|
|
|
-WHALE = "🇩"
|
|
-ONI = "👹"
|
|
+WHALE = "[w]"
|
|
+ONI = "[o]"
|
|
|
|
RELEASE=containerd-$(VERSION:v%=%).${GOOS}-${GOARCH}
|
|
|