tcsh: update to 6.22.03 14106/head
authorRosen Penev <rosenp@gmail.com>
Tue, 1 Dec 2020 00:18:32 +0000 (16:18 -0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 2 Dec 2020 00:22:43 +0000 (16:22 -0800)
Remove upstreamed patch

Refresh others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/tcsh/Makefile
utils/tcsh/patches/001-sysmalloc.patch
utils/tcsh/patches/020-cross.patch
utils/tcsh/patches/030-gcc10.patch [deleted file]

index 9960f3cdbbe7164328a8e043e36c72be75b3eec9..f2a8ceb05aa4355efe422cbccf00cfb289761305 100644 (file)
@@ -7,8 +7,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tcsh
-PKG_VERSION:=6.22.02
-PKG_RELEASE:=2
+PKG_VERSION:=6.22.03
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:= \
        https://astron.com/pub/tcsh/old \
        https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh \
        https://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/old
-PKG_HASH:=ed287158ca1b00ba477e8ea57bac53609838ebcfd05fcb05ca95021b7ebe885b
+PKG_HASH:=be2cfd653d2a0c7f506d2dd14c12324ba749bd484037be6df44a3973f52262b7
 
 PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index 7cc7e06c60aa1467e6d2345d79c5ab91698633b7..f46ce35091af5f2108960644293e019a2f3bdcce 100644 (file)
@@ -1,4 +1,4 @@
---- a/config_f.h               
+--- a/config_f.h
 +++ b/config_f.h
 @@ -138,11 +138,8 @@
   *            This can be much slower and no memory statistics will be
index b1ed1ec86df47b1fde7dae8e005aa5af96547a0a..526b3c45eb70613088228595b467311d8acd2332 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -447,7 +447,7 @@ pure:$(P) ${OBJS}
+@@ -448,7 +448,7 @@ pure:$(P) ${OBJS}
  
  gethost:  gethost.c sh.err.h tc.const.h sh.h
        rm -f gethost
diff --git a/utils/tcsh/patches/030-gcc10.patch b/utils/tcsh/patches/030-gcc10.patch
deleted file mode 100644 (file)
index b5a0cf0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-From 6974bc35a5cda6eab748e364bd76a860ca66968b Mon Sep 17 00:00:00 2001
-From: zoulasc <christos@zoulas.com>
-Date: Sat, 11 Jan 2020 11:16:51 -0500
-Subject: [PATCH] Remove extra variable definition that cause -fno-common build
- to fail (Werner Fink)
-
----
- tc.sig.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/tc.sig.c b/tc.sig.c
-index 77659ca..576605a 100644
---- a/tc.sig.c
-+++ b/tc.sig.c
-@@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */
- int phup_disabled; /* = 0; */
- int pchild_disabled; /* = 0; */
- int pintr_disabled; /* = 0; */
--int handle_interrupt; /* = 0; */
- int
- handle_pending_signals(void)