Skip to content

Commit f7e97f7

Browse files
authored
Merge pull request #3473 from citrus-it/bpr46
Package updates (r151046)
2 parents d9e32cb + 471abf9 commit f7e97f7

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/build.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, "
@@ -32,6 +32,8 @@ CONFIGURE_OPTS="
3232
--with-ca-bundle=/etc/ssl/cacert.pem
3333
--with-ca-path=/etc/ssl/certs
3434
--with-openssl
35+
--disable-manual
36+
--without-libpsl
3537
"
3638

3739
# 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/build.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)