Skip to content

Commit e4095ec

Browse files
authored
Merge pull request #3844 from citrus-it/pkgupd
Core package updates
2 parents 85a762d + 48885f2 commit e4095ec

19 files changed

+221
-134
lines changed

build/binutils/build.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# }}}
1414
#
1515
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
16-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
16+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1717

1818
. ../../lib/arch.sh
1919
. ../../lib/build.sh
2020

2121
PROG=binutils
22-
VER=2.43.1
22+
VER=2.44
2323
PKG=developer/gnu-binutils
2424
SUMMARY="GNU binary utilities"
2525
DESC="A set of programming tools for creating and managing binary programs, "
@@ -32,7 +32,6 @@ HARDLINK_TARGETS="
3232
usr/bin/gar
3333
usr/bin/gas
3434
usr/bin/gld
35-
usr/bin/gld.gold
3635
usr/bin/gnm
3736
usr/bin/gobjcopy
3837
usr/bin/gobjdump
@@ -44,7 +43,6 @@ HARDLINK_TARGETS="
4443
CONFIGURE_OPTS="
4544
--exec-prefix=/usr/gnu
4645
--program-prefix=g
47-
--enable-gold=yes
4846
--enable-largefile
4947
--with-system-zlib
5048
"

build/binutils/patches/gold-fallocate.patch

-12
This file was deleted.

build/binutils/patches/ld64so.patch

-15
This file was deleted.

build/binutils/patches/series

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
gold-fallocate.patch
2-
ld64so.patch
31
stdio-limit.diff

build/diffutils/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
# CDDL HEADER END }}}
2222
#
2323
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
24-
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
24+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
2525
#
2626
. ../../lib/build.sh
2727

2828
PROG=diffutils
29-
VER=3.10
29+
VER=3.11
3030
PKG=text/gnu-diffutils
3131
SUMMARY="GNU diffutils - Finds differences between and among files"
3232
DESC="$SUMMARY"

0 commit comments

Comments
 (0)