pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/nbase Update to latest version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42fa2b22d2fd
branches:  trunk
changeset: 422363:42fa2b22d2fd
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Fri Jan 24 19:23:51 2020 +0000

description:
Update to latest version

Version 7.0.0.6, by Aleksey Cheusov, Sun, 19 Jan 2020 01:45:59 +0300

  Add support for Solaris-10 and -11 to a lot of utilities
  (almost all with the help of musl-fts library!).

  A lot of fixes for SunC compiler (versions 5.11 and 5.15).

  mk/mkc_imp.f_bsd_getopt.mk: fix for target "clean"

  Fix feature "efun" on SunOS-5.10.

  Add new feature "strsep" that provides portable strsep(3) and stresep(3)

  find, ls, mtree and xinstall: fix build failure on eglibc-2.13

======================================================================
Version 7.0.0.5, by Aleksey Cheusov, Mon,  6 Jan 2020 01:43:19 +0300

  Fix typos doc/INSTALL

  Fix bugs in the local feature "base64". As a result we fix some
  compilation issues on musl-based Linuxes (Alpine Linux).

  Fix compilation failures (seen on musl-based Alpine Linux) of the
  following programs: compress, sort, hexdump, id, leave, uudecode

  Implement new local feature "bsd_signal" that implements
  BSD functions "sigblock", "sigsetmask", "sigmask" and "siggetmask".

diffstat:

 sysutils/nbase/Makefile |   4 ++--
 sysutils/nbase/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 0350bbac698a -r 42fa2b22d2fd sysutils/nbase/Makefile
--- a/sysutils/nbase/Makefile   Fri Jan 24 18:58:46 2020 +0000
+++ b/sysutils/nbase/Makefile   Fri Jan 24 19:23:51 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/05/01 13:36:28 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/24 19:23:51 cheusov Exp $
 #
 
-DISTNAME=      nbase-7.0.0.4
+DISTNAME=      nbase-7.0.0.6
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cheusov/}
 
diff -r 0350bbac698a -r 42fa2b22d2fd sysutils/nbase/distinfo
--- a/sysutils/nbase/distinfo   Fri Jan 24 18:58:46 2020 +0000
+++ b/sysutils/nbase/distinfo   Fri Jan 24 19:23:51 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/05/01 12:21:04 cheusov Exp $
+$NetBSD: distinfo,v 1.3 2020/01/24 19:23:51 cheusov Exp $
 
-SHA1 (nbase-7.0.0.4.tar.gz) = 38c4d22ea2a067fe3c25fac9f6a36070f1381377
-RMD160 (nbase-7.0.0.4.tar.gz) = 8ed8e9044717c59b5dd33332871dbf29092fbc8c
-SHA512 (nbase-7.0.0.4.tar.gz) = a61089eaf90bfe84687e003e375f6fc85473d77dd0b2c2d6e2b6a9fc51481ea2f0691ceb642e34a132577cbb51bb619ce394c0f59011188fab4e91264146032f
-Size (nbase-7.0.0.4.tar.gz) = 2476636 bytes
+SHA1 (nbase-7.0.0.6.tar.gz) = defcc048cf5c99634956638e4a59bb790e999791
+RMD160 (nbase-7.0.0.6.tar.gz) = b958a260b704665ceba1942fb82d5deff2b45db8
+SHA512 (nbase-7.0.0.6.tar.gz) = b4b89e5d079aa32a50156aed2968d2975f32bb65e196f3159aeff1d3dca82016bc7f83215c585f64f28048376b782af383aa417897dfdd30a1a96ad6899b13a8
+Size (nbase-7.0.0.6.tar.gz) = 2480709 bytes



Home | Main Index | Thread Index | Old Index