./sysutils/coreutils, GNU basic file, shell and text manipulation utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 8.22nb2, Package name: coreutils-8.22nb2, Maintainer: pkgsrc-users

The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities which
are expected to exist on every operating system.

Previously these utilities were offered as three individual sets of GNU
utilities, fileutils, shellutils, and textutils. Those three have been
combined into a single set of utilities called the coreutils.


Master sites: (Expand)

SHA1: cc7fe47b21eb49dd2ee4cdb707570f42fb2c8cc6
RMD160: c3da7ade1d3ac82e97ac4a24c70376af8b9b503b
Filesize: 5210.082 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-29 11:24:59 by S.P.Zeidler | Files touched by this commit (1)
Log message:
Pullup ticket #4700 - requested by manu
sysutils/coreutils: build fix

Revisions pulled up:
- sysutils/coreutils/Makefile.common                            1.10

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   manu
   Date:           Fri Apr 17 12:46:00 UTC 2015

   Modified Files:
           pkgsrc/sysutils/coreutils: Makefile.common

   Log message:
   Allow GNU coreuitls to be built as root

   GNU coreutils's configure script will abort if ran as root. Although
   pkgsrc can do that step under an unprivilegied user, there are still
   situations, such as pkg_comp bulk builds, where the common usage is
   to run as root. We therefore override configure's root check by setting
   FORCE_UNSAFE_CONFIGURE in the environement.

   To generate a diff of this commit:
   cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/coreutils/Makefile.common
   2015-04-14 21:04:38 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #4661 - requested by tnn
sysutils/coreutils - security fix

Revisions pulled up:
- sysutils/coreutils/Makefile                                   1.64
- sysutils/coreutils/distinfo                                   1.30
- sysutils/coreutils/patches/patch-lib_parse-datetime.c         1.1

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Mon Apr 13 12:05:08 UTC 2015

   Modified Files:
   	pkgsrc/sysutils/coreutils: Makefile distinfo
   Added Files:
   	pkgsrc/sysutils/coreutils/patches: patch-lib_parse-datetime.c

   Log message:
   Fix CVE-2014-9471 TZ parsing bug.