pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bosh: Update to release 2019-09-22



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Oct 4 13:29:21 2019 +0200
Changeset:	945f8bb6954f7bda7015ec8f87f7dc6d1ae34cca

Modified Files:
	bosh/COMMIT_MSG
	bosh/Makefile
	bosh/distinfo

Log Message:
bosh: Update to release 2019-09-22

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=945f8bb6954f7bda7015ec8f87f7dc6d1ae34cca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bosh/COMMIT_MSG | 43 +++++++++++++++++++++++++++++++++++++++++++
 bosh/Makefile   |  4 ++--
 bosh/distinfo   |  8 ++++----
 3 files changed, 49 insertions(+), 6 deletions(-)

diffs:
diff --git a/bosh/COMMIT_MSG b/bosh/COMMIT_MSG
index 1a6613e7c5..23e0d6fb66 100644
--- a/bosh/COMMIT_MSG
+++ b/bosh/COMMIT_MSG
@@ -114,3 +114,46 @@ Release 2019-07-15:
 
   This is needed in order to let ..TAB result in ../ on the command
   line editor.
+
+Release 2019-09-22:
+- Bourne Shell: The new function isbinary() that has been introduced
+  in May and that should prevent the shell from interpreting binary
+  files as shell scripts had a problem:
+
+  In case that a disconnected TCP/IP based remote login caused a SIGTERM
+  followed by the read() function on stdin returning EIO, the shell
+  could go into a complex endless loop as the failing read() with
+  "trapnote" set caused a longjmp() before the next prompt without first
+  clearing "trapnote". As a result, the shell did hang endlessly around
+  while just consuming CPU time.
+
+  The shell now avoids to call the read() routine inside isbinary()
+  when "trapnote" is set and this way is able to avoid the longjmp() on
+  error.
+
+- Bourne Shell: Fixed some typos in comment
+
+  Thanks to Robert Clausecker for reporting
+
+- Bourne Shell: print.c: Changed err++ for a BOOL typed variable
+  into err = TRUE.
+
+  Thanks to Robert Clausecker for reporting
+
+- Bourne Shell, with obosh compilation type: Avoid an "unused" warning
+  with word.c
+
+- Bourne Shell: defs.h now includes an "extern int optopt;" in order
+  to support Ultrix where this delcaration is missing in unistd.h.
+
+  Thanks to Robert Clausecker for reporting
+
+- bsh/Bourne Shell: test.c Now using a
+
+     #if defined(S_IFPORT) && S_IFPORT != S_IFIFO
+
+  to work around a strange definition on Ultrix
+
+  Thanks to Robert Clausecker for reporting
+
+- Bourne Shell: New version date
diff --git a/bosh/Makefile b/bosh/Makefile
index e4d2fab916..a1c92a0afe 100644
--- a/bosh/Makefile
+++ b/bosh/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	schily-2019-08-13
-PKGNAME=	bosh-20190813
+DISTNAME=	schily-2019-09-22
+PKGNAME=	bosh-20190922
 CATEGORIES=	shells
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=	.tar.bz2
diff --git a/bosh/distinfo b/bosh/distinfo
index ea93ab4062..39f3631886 100644
--- a/bosh/distinfo
+++ b/bosh/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (schily-2019-08-13.tar.bz2) = 2eae2dea47ce9101942ca7e425cd523bddf515fa
-RMD160 (schily-2019-08-13.tar.bz2) = df65883a857790f902406b6bf07fb75ba530e8eb
-SHA512 (schily-2019-08-13.tar.bz2) = e69ed060aa5b5203b8af20834b9cceb0c4dc7be20b8d43d781c056f974ba67337415f512575461ee16504e6162311fc84fca9b83ae240c4102d2cfe95bfa9cd7
-Size (schily-2019-08-13.tar.bz2) = 4447359 bytes
+SHA1 (schily-2019-09-22.tar.bz2) = 5ab0f574cca9f89a225948b3df2918fccc7f06e2
+RMD160 (schily-2019-09-22.tar.bz2) = 70fb7b2b66e85cac7cd94bb6ef92b5ed1cdce2c0
+SHA512 (schily-2019-09-22.tar.bz2) = 83eecb7644ca720a3b1cae69481202a83ff8bf602bf6c0f8bab96f58402adc53fe142802c0d725c63f5109ec4875d99e8f93842fed7efa77d3e23c5cfc97d9e3
+Size (schily-2019-09-22.tar.bz2) = 4460891 bytes


Home | Main Index | Thread Index | Old Index