File tree 4 files changed +6
-17
lines changed
4 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 13
13
# }}}
14
14
#
15
15
# 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.
17
17
18
18
. ../../lib/functions.sh
19
19
20
20
PROG=curl
21
- VER=8.5 .0
21
+ VER=8.6 .0
22
22
PKG=web/curl
23
23
SUMMARY=" Command line tool for transferring data with URL syntax"
24
24
DESC=" Curl is a command line tool for transferring data with URL syntax, "
@@ -31,6 +31,8 @@ CONFIGURE_OPTS="
31
31
--with-ca-bundle=/etc/ssl/cacert.pem
32
32
--with-ca-path=/etc/ssl/certs
33
33
--with-openssl
34
+ --disable-manual
35
+ --without-libpsl
34
36
"
35
37
36
38
# Build backwards so that the 32-bit version is available for the test-suite.
Original file line number Diff line number Diff line change 13
13
# }}}
14
14
#
15
15
# 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.
17
17
18
18
. ../../lib/functions.sh
19
19
20
20
PROG=libxml2
21
- VER=2.10.4
21
+ VER=2.11.7
22
22
PKG=library/libxml2
23
23
SUMMARY=" XML C parser and toolkit"
24
24
DESC=" Portable XML parser and toolkit library"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments