Przeglądaj źródła

screen: update to 4.3.1

refresh patches
quickly run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER 9 lat temu
rodzic
commit
1515019df5

+ 3
- 3
utils/screen/Makefile Wyświetl plik

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=screen
11
-PKG_VERSION:=4.2.1
12
-PKG_RELEASE:=4
11
+PKG_VERSION:=4.3.1
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=@GNU/screen
16
-PKG_MD5SUM:=419a0594e2b25039239af8b90eda7d92
16
+PKG_MD5SUM:=5bb3b0ff2674e29378c31ad3411170ad
17 17
 
18 18
 PKG_LICENSE:=GPL-3.0+
19 19
 PKG_LICENSE_FILES:=

+ 2
- 2
utils/screen/patches/100-cross_compile_fix.patch Wyświetl plik

@@ -9,7 +9,7 @@
9 9
  } # as_fn_error
10 10
  
11 11
  if expr a : '\(a\)' >/dev/null 2>&1 &&
12
-@@ -5941,8 +5941,6 @@ else
12
+@@ -5942,8 +5942,6 @@ else
13 13
  fi
14 14
  rm -f core conftest.err conftest.$ac_objext \
15 15
      conftest$ac_exeext conftest.$ac_ext
@@ -18,7 +18,7 @@
18 18
  oldlibs="$LIBS"
19 19
  LIBS="$LIBS -lsun"
20 20
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking IRIX sun library..." >&5
21
-@@ -7023,7 +7021,7 @@ as_fn_error ()
21
+@@ -7024,7 +7022,7 @@ as_fn_error ()
22 22
      $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
23 23
    fi
24 24
    $as_echo "$as_me: error: $2" >&2

+ 1
- 1
utils/screen/patches/200-musl-compat.patch Wyświetl plik

@@ -1,6 +1,6 @@
1 1
 --- a/configure
2 2
 +++ b/configure
3
-@@ -4154,44 +4154,6 @@ fi
3
+@@ -4155,44 +4155,6 @@ fi
4 4
  rm -f conftest*
5 5
  
6 6