pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/nbase
Module Name: pkgsrc
Committed By: cheusov
Date: Fri Jan 24 19:23:52 UTC 2020
Modified Files:
pkgsrc/sysutils/nbase: Makefile distinfo
Log Message:
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".
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/nbase/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/nbase/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/nbase/Makefile
diff -u pkgsrc/sysutils/nbase/Makefile:1.3 pkgsrc/sysutils/nbase/Makefile:1.4
--- pkgsrc/sysutils/nbase/Makefile:1.3 Wed May 1 13:36:28 2019
+++ pkgsrc/sysutils/nbase/Makefile Fri Jan 24 19:23:51 2020
@@ -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/}
Index: pkgsrc/sysutils/nbase/distinfo
diff -u pkgsrc/sysutils/nbase/distinfo:1.2 pkgsrc/sysutils/nbase/distinfo:1.3
--- pkgsrc/sysutils/nbase/distinfo:1.2 Wed May 1 12:21:04 2019
+++ pkgsrc/sysutils/nbase/distinfo Fri Jan 24 19:23:51 2020
@@ -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