Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core package updates #3445

Merged
merged 5 commits into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/XML::Parser/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# http://www.illumos.org/license/CDDL.
# }}}

# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PKG=library/perl-5/xml-parser
PROG=XML-Parser
VER=2.46
VER=2.47
SUMMARY="XML::Parser perl module"
DESC="A perl module for parsing XML documents"

Expand Down
4 changes: 2 additions & 2 deletions build/libtool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}
#
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
#
. ../../lib/build.sh

PROG=libtool
VER=2.4.6
VER=2.4.7
PKG=developer/build/libtool ##IGNORE##
SUMMARY="unused; replaced below"
DESC="$SUMMARY"
Expand Down
4 changes: 2 additions & 2 deletions build/mercurial/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# }}}
#
# Copyright 2017 OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

. ../../lib/build.sh

PROG=mercurial
VER=6.6.1
VER=6.6.2
PKG=developer/versioning/mercurial
SUMMARY="Mercurial source control management"
DESC="Free, distributed source control management tool"
Expand Down
4 changes: 2 additions & 2 deletions build/python311/attrs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# http://www.illumos.org/license/CDDL.
# }}}
#
# Copyright 2023 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
#
. ../../../lib/build.sh

PKG=library/python-3/attrs-311
PROG=attrs
VER=23.1.0
VER=23.2.0
SUMMARY="Python attrs"
DESC="Classes Without Boilerplate"

Expand Down
8 changes: 4 additions & 4 deletions doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| developer/build/autoconf | 2.72 | https://ftp.gnu.org/gnu/autoconf/
| developer/build/automake | 1.16.5 | https://ftp.gnu.org/gnu/automake/
| developer/build/gnu-make | 4.4.1 | https://ftp.gnu.org/gnu/make/
| developer/build/libtool | 2.4.6 | https://www.gnu.org/software/libtool/
| developer/build/libtool | 2.4.7 | https://www.gnu.org/software/libtool/
| developer/exuberant-ctags | 5.8 | https://sourceforge.net/projects/ctags/files/ctags/ http://ctags.sourceforge.net/
| developer/gcc7 | 7.5 | https://ftp.gnu.org/gnu/gcc/
| developer/gcc10 | 10.5 | https://ftp.gnu.org/gnu/gcc/
Expand All @@ -28,7 +28,7 @@
| developer/parser/bison | 3.8.2 | https://ftp.gnu.org/gnu/bison/
| developer/pkg-config | 0.29.2 | https://pkg-config.freedesktop.org/releases
| developer/versioning/git | 2.43.0 | https://www.kernel.org/pub/software/scm/git https://git-scm.com/
| developer/versioning/mercurial | 6.6.1 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew
| developer/versioning/mercurial | 6.6.2 | https://www.mercurial-scm.org/release/?M=D https://www.mercurial-scm.org/wiki/WhatsNew
| developer/versioning/sccs | 5.09 | https://sourceforge.net/projects/sccs/files/
| driver/tuntap | 1.3.3 | https://github.com/kaizawa/tuntap/tags
| editor/vim | 9.0 | http://ftp.vim.org/pub/vim/unix
Expand Down Expand Up @@ -56,7 +56,7 @@
| library/nss | 3.96.1 | https://ftp.mozilla.org/pub/security/nss/releases/ https://firefox-source-docs.mozilla.org/security/nss/releases/
| library/nspr | 4.35 | http://archive.mozilla.org/pub/nspr/releases/ | https://ftp.mozilla.org/pub/security/nss/releases/
| library/pcre2 | 10.42 | https://github.com/PhilipHazel/pcre2/releases
| library/perl-5/xml-parser | 2.46 | https://metacpan.org/pod/XML::Parser
| library/perl-5/xml-parser | 2.47 | https://metacpan.org/pod/XML::Parser
| library/readline | 8.2 | https://ftp.gnu.org/gnu/readline/
| library/readline6-patchlvl | 008 | https://ftp.gnu.org/gnu/readline/readline-6.3-patches/
| library/readline7-patchlvl | 005 | https://ftp.gnu.org/gnu/readline/readline-7.0-patches/
Expand Down Expand Up @@ -126,7 +126,7 @@
| developer/swig | 4.2.0 | http://www.swig.org/download.html
| library/security/trousers | 0.3.15 | https://sourceforge.net/projects/trousers/files/trousers
| library/python-3/asn1crypto-311 | 1.5.1 | https://pypi.org/project/asn1crypto
| library/python-3/attrs-311 | 23.1.0 | https://pypi.org/project/attrs
| library/python-3/attrs-311 | 23.2.0 | https://pypi.org/project/attrs
| library/python-3/cffi-311 | 1.16.0 | https://pypi.org/project/cffi
| library/python-3/coverage-311 | 7.4.0 | https://pypi.org/project/coverage
| library/python-3/crossenv-311 | 1.4.0 | https://pypi.org/project/crossenv
Expand Down
2 changes: 1 addition & 1 deletion lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ buildperl() {
if [ -f Makefile.PL ]; then
make_clean
makefilepl $PERL_MAKEFILE_OPTS
make_prog
make_arch $BUILDARCH
[ -n "$PERL_MAKE_TEST" ] && make_param test
make_pure_install
elif [ -f Build.PL ]; then
Expand Down
Loading