diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-02-23 22:43:08 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-23 22:52:00 +0100 |
commit | 911ac036e0e09149e31d5b67a71e4a896e2d8fdf (patch) | |
tree | 931c9297bd50dc25072e6c9d95fb88883c6a724e /package/sslh/0002-replace-U+c2a0.patch | |
parent | 06b555b6d5baadb6fe73e5d8a9fd640602908251 (diff) | |
download | buildroot-911ac036e0e09149e31d5b67a71e4a896e2d8fdf.tar.gz buildroot-911ac036e0e09149e31d5b67a71e4a896e2d8fdf.zip |
package/sslh: fix a patch, drop the other
It turned out that the troll character U+c2a0 was added by our own
patch.
So fix it amd drop our second patch.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sslh/0002-replace-U+c2a0.patch')
-rw-r--r-- | package/sslh/0002-replace-U+c2a0.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/sslh/0002-replace-U+c2a0.patch b/package/sslh/0002-replace-U+c2a0.patch deleted file mode 100644 index 38093fa250..0000000000 --- a/package/sslh/0002-replace-U+c2a0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -durN sslh-v1.18.orig/genver.sh sslh-v1.18/genver.sh ---- sslh-v1.18.orig/genver.sh 2017-02-21 22:03:40.849161283 +0100 -+++ sslh-v1.18/genver.sh 2017-02-21 22:03:59.173402356 +0100 -@@ -25,7 +25,7 @@ - fi - fi - --if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then -+if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then - # generate the version info based on the tag - release=`(git describe --tags || git --describe || git describe --all --long) \ - 2>/dev/null | tr -d '\n'` |