Skip to content

Commit

Permalink
update common libraries
Browse files Browse the repository at this point in the history
- update cross/libexpat from v2.6.2 to v2.6.4
- update cross/libssh2 from v1.11.0 to v1.11.1
  • Loading branch information
hgy59 committed Jan 17, 2025
1 parent 584d8af commit 2a4d52d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cross/libexpat/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = libexpat
PKG_VERS = 2.6.2
PKG_VERS = 2.6.4
PKG_EXT = tar.xz
PKG_DIST_NAME = expat-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/libexpat/libexpat/releases/download/R_$(subst .,_,$(PKG_VERS))
Expand Down
2 changes: 1 addition & 1 deletion cross/libexpat/PLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lnk:lib/libexpat.so
lnk:lib/libexpat.so.1
lib:lib/libexpat.so.1.9.2
lib:lib/libexpat.so.1.10.0
6 changes: 3 additions & 3 deletions cross/libexpat/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libexpat-2.6.2.tar.xz SHA1 d9e5f953dcacda3c9e69b4886382c3d8847b81bd
libexpat-2.6.2.tar.xz SHA256 ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364
libexpat-2.6.2.tar.xz MD5 0cb75c8feb842c0794ba89666b762a2d
libexpat-2.6.4.tar.xz SHA1 97d653e8f5a30dfdec7d6e525151efeac7890942
libexpat-2.6.4.tar.xz SHA256 a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee
libexpat-2.6.4.tar.xz MD5 101fe3e320a2800f36af8cf4045b45c7
4 changes: 2 additions & 2 deletions cross/libssh2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME = libssh2
PKG_VERS = 1.11.0
PKG_EXT = tar.gz
PKG_VERS = 1.11.1
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.libssh2.org/download
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/libssh2/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libssh2-1.11.0.tar.gz SHA1 fbdb4751a4bc93e895e9c3426f7f80b437d250fe
libssh2-1.11.0.tar.gz SHA256 3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
libssh2-1.11.0.tar.gz MD5 a01d543fd891ca48fe47726540d50b17
libssh2-1.11.1.tar.xz SHA1 31d6c93e981fe259d679a21afd9098821c869483
libssh2-1.11.1.tar.xz SHA256 9954cb54c4f548198a7cbebad248bdc87dd64bd26185708a294b2b50771e3769
libssh2-1.11.1.tar.xz MD5 54111b78a406f8a23e603d342de90056
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# remove -Wtrampolines not supported by gcc v4.3.2 of ppc853x-5.2
#
--- cmake/PickyWarnings.cmake.orig 2024-10-16 08:03:21.000000000 +0000
+++ cmake/PickyWarnings.cmake 2025-01-05 19:21:34.842788054 +0000
@@ -176,7 +176,6 @@
-Wmissing-parameter-type # gcc 4.3
-Wold-style-declaration # gcc 4.3
-Wstrict-aliasing=3 # gcc 4.0
- -Wtrampolines # gcc 4.3
)
endif()
if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.5 AND MINGW)

0 comments on commit 2a4d52d

Please sign in to comment.