update to coreutils 8.20; various fixes since 8.15 including
- sort -u could fail to output one or more result lines - sort -u could read freed memory
This commit is contained in:
parent
6a58d43f1f
commit
45749a881a
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/20 16:34:07 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/10/30 20:45:10 sthen Exp $
|
||||
|
||||
COMMENT = file, shell and text manipulation utilities
|
||||
DISTNAME = coreutils-8.15
|
||||
DISTNAME = coreutils-8.20
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (coreutils-8.15.tar.xz) = CUkJ+vqGEQFAsy5JSJQVRQ==
|
||||
RMD160 (coreutils-8.15.tar.xz) = nMcosNcTaTHtc+Qsvol+2uNkcy4=
|
||||
SHA1 (coreutils-8.15.tar.xz) = 1dIDX/ZEP/Y9xQdCC1L1TPeolUU=
|
||||
SHA256 (coreutils-8.15.tar.xz) = g36zd0FOrkY/7hfQ935tdr7Xm4e8l+8MI4h3EBB/1Jw=
|
||||
SIZE (coreutils-8.15.tar.xz) = 4943172
|
||||
SHA256 (coreutils-8.20.tar.xz) = 28t5h2SCeg90vnOGYuy1FnBc9SAzDNPXsmQP3/pJnrI=
|
||||
SIZE (coreutils-8.20.tar.xz) = 5273788
|
||||
|
12
sysutils/coreutils/patches/patch-Makefile_in
Normal file
12
sysutils/coreutils/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2012/10/30 20:45:10 sthen Exp $
|
||||
--- Makefile.in.orig Tue Oct 30 11:11:19 2012
|
||||
+++ Makefile.in Tue Oct 30 11:11:31 2012
|
||||
@@ -2998,7 +2998,7 @@ EXTRA_lib_libcoreutils_a_SOURCES = lib/acl_entries.c l
|
||||
lib/waitpid.c lib/wcrtomb.c lib/wcswidth.c lib/wcwidth.c \
|
||||
lib/write.c lib/xstrtod.c
|
||||
GPERF = gperf
|
||||
-charset_alias = $(DESTDIR)$(libdir)/lib/charset.alias
|
||||
+charset_alias = $(DESTDIR)$(libdir)/charset.alias
|
||||
charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
|
||||
|
||||
# Because this Makefile snippet defines a variable used by other
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/20 16:34:07 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/10/30 20:45:10 sthen Exp $
|
||||
@conflict fileutils-*
|
||||
@conflict sh-utils-*
|
||||
@conflict textutils-*
|
||||
@ -264,6 +264,9 @@ share/locale/ga/LC_TIME/coreutils.mo
|
||||
share/locale/gl/LC_MESSAGES/coreutils.mo
|
||||
share/locale/gl/LC_TIME/
|
||||
share/locale/gl/LC_TIME/coreutils.mo
|
||||
share/locale/hr/LC_MESSAGES/coreutils.mo
|
||||
share/locale/hr/LC_TIME/
|
||||
share/locale/hr/LC_TIME/coreutils.mo
|
||||
share/locale/hu/LC_MESSAGES/coreutils.mo
|
||||
share/locale/hu/LC_TIME/
|
||||
share/locale/hu/LC_TIME/coreutils.mo
|
||||
|
Loading…
Reference in New Issue
Block a user