Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bosh shells/bosh: Update to 20200812



details:   https://anonhg.NetBSD.org/pkgsrc/rev/384f388f54fc
branches:  trunk
changeset: 437567:384f388f54fc
user:      micha <micha%pkgsrc.org@localhost>
date:      Wed Aug 26 14:11:03 2020 +0000

description:
shells/bosh: Update to 20200812

New features with AN-2020-07-18:
- Bourne Shell: A new symlink from /opt/schily/xpg4/bin/bosh to
  /opt/schily/xpg4/bin/sh is created when "smake install" is called.
  This helps people to call "bosh" in strict POSIX mode using the
  command line name "bosh" by putting /opt/schily/xpg4/bin in PATH
  before /opt/schily/bin, where the bosh implements better backwards
  cmpatibility to the Bourne Shell by default than a strictly POSIX
  compliant bosh would do. /opt/schily/xpg4/bin/bosh behaves the same
  as "/opt/schily/bin/bosh -o posix".

  Thanks to  Koichi Nakashima for reporting.


New features with AN-2020-08-12:
- autoconf: added a new test for the existence of <sys/auxv.h>

- autoconf: added new tests for Linux getauxval() and FreeBSD elf_aux_info()

- libschily: getexecpath.c now uses getauxval() on Linux and elf_aux_info()
  on FreeBSD. This was needed since readlink("/proc/curproc/file") on
  FreeBSD returns random values for hardlinked files, making it impossible
  to use the result in order to find out which behavior variant of a
  fat binary is requested.

- Bourne Shell: Several #ifdef SIG* have been added to make it compile
  on older UNIX versions.

  Thanks to a hint from Albert Wik.

diffstat:

 shells/bosh/Makefile |   6 +++---
 shells/bosh/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r c2b7a889280e -r 384f388f54fc shells/bosh/Makefile
--- a/shells/bosh/Makefile      Wed Aug 26 13:58:31 2020 +0000
+++ b/shells/bosh/Makefile      Wed Aug 26 14:11:03 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2020/07/17 11:25:35 micha Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/26 14:11:03 micha Exp $
 
-DISTNAME=      schily-2020-07-01
-PKGNAME=       bosh-20200701
+DISTNAME=      schily-2020-08-12
+PKGNAME=       bosh-20200812
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c2b7a889280e -r 384f388f54fc shells/bosh/distinfo
--- a/shells/bosh/distinfo      Wed Aug 26 13:58:31 2020 +0000
+++ b/shells/bosh/distinfo      Wed Aug 26 14:11:03 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/07/17 11:25:35 micha Exp $
+$NetBSD: distinfo,v 1.12 2020/08/26 14:11:03 micha Exp $
 
-SHA1 (schily-2020-07-01.tar.bz2) = 7653c8b99d1aebe85337df681aae8ec1352c1ac1
-RMD160 (schily-2020-07-01.tar.bz2) = 4c7989eb95cff9a4bdd5f521b95135902912ab8d
-SHA512 (schily-2020-07-01.tar.bz2) = 512f0c3488bde5812d2011b2c1b1f308b9c139331a16c40fc0b61983fd8ff26d60845ddc8adc4d5bf651405cde786e63de61a473a1c658d08e5a8fdf949312d6
-Size (schily-2020-07-01.tar.bz2) = 4828878 bytes
+SHA1 (schily-2020-08-12.tar.bz2) = dbfff482d6c3f0cfbfaf3a43989cbf91f3e0402b
+RMD160 (schily-2020-08-12.tar.bz2) = 5e5f5e6ba8ba271c9b54e9eaf4eebf3e89b44dcf
+SHA512 (schily-2020-08-12.tar.bz2) = 2b86408107bcc0d928e9b3596be9da98f5e711df42b0d329f2bc91d35e191675ad3d297d8314ba2000ef6687f796b3115fd4de196da56314e7b5e452445ad3d3
+Size (schily-2020-08-12.tar.bz2) = 4850267 bytes



Home | Main Index | Thread Index | Old Index