Skip to content

Commit 087a690

Browse files
authored
Merge pull request #3472 from citrus-it/bpr38
Package updates (r151038)
2 parents d768e0b + e621128 commit 087a690

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

build/curl/build.sh

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

1818
. ../../lib/functions.sh
1919

2020
PROG=curl
21-
VER=8.5.0
21+
VER=8.6.0
2222
PKG=web/curl
2323
SUMMARY="Command line tool for transferring data with URL syntax"
2424
DESC="Curl is a command line tool for transferring data with URL syntax, "
@@ -31,6 +31,8 @@ CONFIGURE_OPTS="
3131
--with-ca-bundle=/etc/ssl/cacert.pem
3232
--with-ca-path=/etc/ssl/certs
3333
--with-openssl
34+
--disable-manual
35+
--without-libpsl
3436
"
3537

3638
# Build backwards so that the 32-bit version is available for the test-suite.

build/libxml2/build.sh

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

1818
. ../../lib/functions.sh
1919

2020
PROG=libxml2
21-
VER=2.10.4
21+
VER=2.11.7
2222
PKG=library/libxml2
2323
SUMMARY="XML C parser and toolkit"
2424
DESC="Portable XML parser and toolkit library"

build/libxml2/patches/pthread.patch

-12
This file was deleted.

build/libxml2/patches/series

-1
This file was deleted.

0 commit comments

Comments
 (0)