diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-10 00:16:40 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-10 00:17:26 +0100 |
commit | 7852dbe781671abbe17bb633ffa2956fdd270716 (patch) | |
tree | 8311ebf9c4a3a9653b0a6b1b78e511e8a816a5b1 /testing/gitea/aarch64-go-log-fix.patch | |
parent | 46736e7b8040becc9f69ad6d2c2d317a52d5485b (diff) | |
download | aports-7852dbe781671abbe17bb633ffa2956fdd270716.tar.bz2 aports-7852dbe781671abbe17bb633ffa2956fdd270716.tar.xz |
testing/gitea: upgrade to 1.1.0
Diffstat (limited to 'testing/gitea/aarch64-go-log-fix.patch')
-rw-r--r-- | testing/gitea/aarch64-go-log-fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gitea/aarch64-go-log-fix.patch b/testing/gitea/aarch64-go-log-fix.patch deleted file mode 100644 index c3e54e6b81..0000000000 --- a/testing/gitea/aarch64-go-log-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./vendor/github.com/ngaut/log/crash_unix.go.orig -+++ ./vendor/github.com/ngaut/log/crash_unix.go -@@ -13,6 +13,6 @@ - if err != nil { - log.Println(err.Error()) - } else { -- syscall.Dup2(int(f.Fd()), 2) -+ syscall.Dup3(int(f.Fd()), 2, 0) - } - } |