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

Bump versions for libcurl, libjson, nghttp2, openssl, libssh2, libxml2 #64

Merged
merged 2 commits into from
Jan 10, 2025
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 recipes/libcurl-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libcurl
version: "8.9.1"
url: https://curl.se/download/curl-8.9.1.zip
version: "8.11.1"
url: https://curl.se/download/curl-8.11.1.zip
mussels_version: "0.3"
type: recipe
platforms:
Expand Down
6 changes: 4 additions & 2 deletions recipes/libjson-c-0.16.yaml → recipes/libjson-c-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libjson_c
version: "0.17.0"
url: https://s3.amazonaws.com/json-c_releases/releases/json-c-0.17.tar.gz
version: "0.18.0"
url: https://s3.amazonaws.com/json-c_releases/releases/json-c-0.18.tar.gz
mussels_version: "0.3"
type: recipe
platforms:
Expand All @@ -27,6 +27,7 @@ platforms:
cmake .. \
-G Xcode \
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-D DISABLE_WERROR=ON \
-D CMAKE_INSTALL_PREFIX="{install}"
make: |
cd build
Expand All @@ -50,6 +51,7 @@ platforms:
cmake .. \
-G Xcode \
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-D DISABLE_WERROR=ON \
-D CMAKE_INSTALL_PREFIX="{install}" \
-D BUILD_STATIC_LIBS=ON \
-D BUILD_SHARED_LIBS=OFF
Expand Down
4 changes: 2 additions & 2 deletions recipes/libnghttp2-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libnghttp2
version: "1.63.0"
url: https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.63.0.zip
version: "1.64.0"
url: https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.64.0.zip
archive_name_change:
- v
- nghttp2-
Expand Down
4 changes: 2 additions & 2 deletions recipes/libopenssl-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libopenssl
version: "3.2.2"
url: https://www.openssl.org/source/openssl-3.2.2.tar.gz
version: "3.2.3"
url: https://www.openssl.org/source/openssl-3.2.3.tar.gz
mussels_version: "0.2"
type: recipe
platforms:
Expand Down
4 changes: 2 additions & 2 deletions recipes/libssh2-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libssh2
version: "1.11.0"
url: https://www.libssh2.org/download/libssh2-1.11.0.tar.gz
version: "1.11.1"
url: https://www.libssh2.org/download/libssh2-1.11.1.tar.gz
mussels_version: "0.3"
type: recipe
platforms:
Expand Down
8 changes: 4 additions & 4 deletions recipes/libxml2-2.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# limitations under the License.

name: libxml2
version: "2.13.3"
url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.13.3/libxml2-v2.13.3.tar.gz
version: "2.13.5"
url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.13.5/libxml2-v2.13.5.tar.gz
# archive_name_change:
# - libxml2-v2.13.3-cdd2575f7fbab1d8162600f4048bc37503c80e28
# - libxml2-v2.13.3
# - libxml2-v2.13.5-cdd2575f7fbab1d8162600f4048bc37503c80e28
# - libxml2-v2.13.5
mussels_version: "0.3"
type: recipe
platforms:
Expand Down
Loading