diff --git a/recipes/core/util-linux.yaml b/recipes/core/util-linux.yaml index b087d3d8..29ff3137 100644 --- a/recipes/core/util-linux.yaml +++ b/recipes/core/util-linux.yaml @@ -1,8 +1,8 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION_MAJOR: "2.40" - PKG_VERSION: "2.40.2" + PKG_VERSION_MAJOR: "2.41" + PKG_VERSION: "2.41.3" PKG_LICENSE: "LicenseRef-util-linux" PKG_LICENSE_PATH: util-linux:README.licensing @@ -30,7 +30,7 @@ depends: checkoutSCM: scm: url url: ${KERNEL_MIRROR}/linux/utils/util-linux/v${PKG_VERSION_MAJOR}/util-linux-${PKG_VERSION}.tar.xz - digestSHA256: "d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3" + digestSHA256: "3330d873f0fceb5560b89a7dc14e4f3288bbd880e96903ed9b50ec2b5799e58b" stripComponents: 1 buildScript: | diff --git a/recipes/devel/dune.yaml b/recipes/devel/dune.yaml index b7d44896..070fe2dd 100644 --- a/recipes/devel/dune.yaml +++ b/recipes/devel/dune.yaml @@ -1,7 +1,7 @@ inherit: [cpackage, make] metaEnvironment: - PKG_VERSION: "3.17.2" + PKG_VERSION: "3.21.0" PKG_LICENSE: "MIT" depends: @@ -13,7 +13,7 @@ depends: checkoutSCM: scm: url url: https://github.com/ocaml/dune/archive/refs/tags/${PKG_VERSION}.tar.gz - digestSHA256: 1b45e34d1eacf40be569e4d7ad055508a3242637b098327c91f7ce67772a1889 + digestSHA256: 07c7dbd778579e35f365320b559d6f781cd755c6485b164b802f109fe21ead68 stripComponents: 1 multiPackage: diff --git a/recipes/devel/texinfo.yaml b/recipes/devel/texinfo.yaml index ad0fc326..f0965f74 100644 --- a/recipes/devel/texinfo.yaml +++ b/recipes/devel/texinfo.yaml @@ -2,12 +2,12 @@ inherit: [autotools] metaEnvironment: PKG_LICENSE: "GPL-3.0" - PKG_VERSION: "6.1" + PKG_VERSION: "7.2" checkoutSCM: scm: url url: ${GNU_MIRROR}/texinfo/texinfo-${PKG_VERSION}.tar.xz - digestSHA1: "d39c2e35ddb0aff6ebdd323ce53729bd215534fa" + digestSHA1: "ce3776715e655400485381b8ae94e34c5632e729" stripComponents: 1 buildTools: [host-toolchain] diff --git a/recipes/libs/expat.yaml b/recipes/libs/expat.yaml index d2f3f4c7..814c8e75 100644 --- a/recipes/libs/expat.yaml +++ b/recipes/libs/expat.yaml @@ -1,14 +1,14 @@ inherit: [autotools, autoconf] metaEnvironment: - PKG_VERSION: "2.4.1" + PKG_VERSION: "2.7.3" PKG_LICENSE: "MIT" checkoutSCM: scm: url url: "${GITHUB_MIRROR}/libexpat/libexpat/releases/download/\ R_$(subst,'.','_',${PKG_VERSION})/expat-${PKG_VERSION}.tar.gz" - digestSHA256: a00ae8a6b96b63a3910ddc1100b1a7ef50dc26dceb65ced18ded31ab392f132b + digestSHA256: 821ac9710d2c073eaf13e1b1895a9c9aa66c1157a99635c639fbff65cdbdd732 stripComponents: 1 buildScript: | diff --git a/recipes/libs/gdbm.yaml b/recipes/libs/gdbm.yaml index 98602009..fd6bb0c3 100644 --- a/recipes/libs/gdbm.yaml +++ b/recipes/libs/gdbm.yaml @@ -1,13 +1,13 @@ inherit: [autotools, autoconf] metaEnvironment: - PKG_VERSION: "1.23" + PKG_VERSION: "1.26" PKG_LICENSE: "GPL-3.0-or-later" checkoutSCM: scm: url url: ${GNU_MIRROR}/gdbm/gdbm-${PKG_VERSION}.tar.gz - digestSHA1: "50ba1b1d45ce33fd44e4fdaaf3b55a9d8f3dc418" + digestSHA1: "6cee3657de948e691e8df26509157be950cef4d4" stripComponents: 1 checkoutDeterministic: True diff --git a/recipes/libs/glib.yaml b/recipes/libs/glib.yaml index d4c2f362..cf5d9b83 100644 --- a/recipes/libs/glib.yaml +++ b/recipes/libs/glib.yaml @@ -1,24 +1,24 @@ -inherit: [meson, patch] +inherit: [meson, 'python3::build'] metaEnvironment: PKG_LICENSE: "LGPL-2.1-or-later" - PKG_VERSION: "2.71.0" + PKG_VERSION: "2.87.2" depends: - libs::libffi-dev - - libs::pcre-lib-1-dev + - libs::libpcre2-dev - libs::zlib-dev - use: [] depends: - libs::libffi-tgt - - libs::pcre-lib-1-tgt + - libs::libpcre2-tgt - libs::zlib-tgt checkoutSCM: scm: url - url: http://ftp.gnome.org/pub/gnome/sources/glib/2.71/glib-${PKG_VERSION}.tar.xz - digestSHA256: "926816526f6e4bba9af726970ff87be7dac0b70d5805050c6207b7bb17ea4fca" + url: http://ftp.gnome.org/pub/gnome/sources/glib/2.87/glib-${PKG_VERSION}.tar.xz + digestSHA256: "d6eb74a4f4ffc0b56df79ae3a939463b1d92c623f6c167d51aab24e303a851f3" stripComponents: 1 buildScript: | @@ -31,7 +31,10 @@ multiPackage: dev: packageScript: | # make sure glibconfig.h is copied too - mesonPackageDev "$1" "/usr/lib/glib-2.0/***" + mesonPackageDev "$1" "/usr/lib/glib-2.0/***" \ + "/usr/share/" \ + "/usr/share/aclocal/***" \ + "/usr/bin/***" provideDeps: [ "*-dev" ] tgt: packageScript: mesonPackageLib diff --git a/recipes/libs/glibc.yaml b/recipes/libs/glibc.yaml index 579aedfd..2ba4f304 100644 --- a/recipes/libs/glibc.yaml +++ b/recipes/libs/glibc.yaml @@ -1,4 +1,4 @@ -inherit: [make, patch, strip] +inherit: [make, strip] depends: - name: kernel::linux-libc-headers diff --git a/recipes/libs/isl.yaml b/recipes/libs/isl.yaml index b72508cb..141676ec 100644 --- a/recipes/libs/isl.yaml +++ b/recipes/libs/isl.yaml @@ -1,7 +1,7 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "0.26" + PKG_VERSION: "0.27" PKG_LICENSE: "MIT" privateEnvironment: @@ -17,7 +17,7 @@ depends: checkoutSCM: scm: url url: ${SOURCEFORGE_MIRROR}/libisl/isl-${PKG_VERSION}.tar.xz - digestSHA256: "a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504" + digestSHA256: "6d8babb59e7b672e8cb7870e874f3f7b813b6e00e6af3f8b04f7579965643d5c" stripComponents: 1 buildTools: [host-toolchain] diff --git a/recipes/libs/jsoncpp.yaml b/recipes/libs/jsoncpp.yaml index c0d11fcd..b16b7a57 100644 --- a/recipes/libs/jsoncpp.yaml +++ b/recipes/libs/jsoncpp.yaml @@ -2,14 +2,14 @@ inherit: [meson] metaEnvironment: PKG_LICENSE: "LicenseRef-jsoncpp" - PKG_VERSION: "1.9.3" + PKG_VERSION: "1.9.6" PKG_LICENSE_PATH: | jsoncpp:LICENSE checkoutSCM: scm: url url: ${GITHUB_MIRROR}/open-source-parsers/jsoncpp/archive/${PKG_VERSION}.tar.gz - digestSHA256: 8593c1d69e703563d94d8c12244e2e18893eeb9a8a9f8aa3d09a327aa45c8f7d + digestSHA256: f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2 stripComponents: 1 buildScript: | diff --git a/recipes/libs/libarchive.yaml b/recipes/libs/libarchive.yaml index 13cce766..d3188aee 100644 --- a/recipes/libs/libarchive.yaml +++ b/recipes/libs/libarchive.yaml @@ -1,7 +1,7 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "3.4.3" + PKG_VERSION: "3.8.5" PKG_LICENSE: "LicenseRef-libarchive" PKG_LICENSE_PATH: | libarchive:COPYING @@ -16,7 +16,7 @@ depends: checkoutSCM: scm: url url: https://www.libarchive.de/downloads/libarchive-${PKG_VERSION}.tar.xz - digestSHA256: 0bfc3fd40491768a88af8d9b86bf04a9e95b6d41a94f9292dbc0ec342288c05f + digestSHA256: d68068e74beee3a0ec0dd04aee9037d5757fcc651591a6dcf1b6d542fb15a703 stripComponents: 1 buildScript: | diff --git a/recipes/libs/libcap.yaml b/recipes/libs/libcap.yaml index 5857c32e..e2348562 100644 --- a/recipes/libs/libcap.yaml +++ b/recipes/libs/libcap.yaml @@ -1,13 +1,13 @@ -inherit: [make, install] +inherit: [make, install, cpackage] metaEnvironment: - PKG_VERSION: "2.70" + PKG_VERSION: "2.77" PKG_LICENSE: "BSD-3-Clause or GPL-2.0-only" checkoutSCM: scm: url url: ${KERNEL_MIRROR}/linux/libs/security/linux-privs/libcap2/libcap-${PKG_VERSION}.tar.xz - digestSHA256: "23a6ef8aadaf1e3e875f633bb2d116cfef8952dba7bc7c569b13458e1952b30f" + digestSHA256: "897bc18b44afc26c70e78cead3dbb31e154acc24bee085a5a09079a88dbf6f52" extract: False buildTools: [host-toolchain, target-toolchain] @@ -15,6 +15,17 @@ buildVars: [AR, CC, OBJCOPY, RANLIB, PKG_VERSION] buildScript: | tar -xf $1/libcap-${PKG_VERSION}.tar.xz mkdir -p install + + DYNAMIC= + case $(cpackageLibraryType) in + static) + DYNAMIC=no + ;; + shared|both) + DYNAMIC=yes + ;; + esac + makeParallel -C libcap-${PKG_VERSION} \ prefix=/usr \ lib=lib \ @@ -25,6 +36,7 @@ buildScript: | RANLIB=$RANLIB \ RAISE_SETFCAP=no \ DESTDIR="$PWD/install" \ + DYNAMIC=${DYNAMIC} \ install multiPackage: diff --git a/recipes/libs/libffi.yaml b/recipes/libs/libffi.yaml index 2ac4d6d2..4ebed97d 100644 --- a/recipes/libs/libffi.yaml +++ b/recipes/libs/libffi.yaml @@ -1,13 +1,13 @@ inherit: [autotools, autoconf, patch] metaEnvironment: - PKG_VERSION: "3.2.1" + PKG_VERSION: "3.5.2" PKG_LICENSE: "MIT" checkoutSCM: scm: url - url: ${SOURCEWARE_MIRROR}/libffi/libffi-${PKG_VERSION}.tar.gz - digestSHA1: "280c265b789e041c02e5c97815793dfc283fb1e6" + url: ${GITHUB_MIRROR}/libffi/libffi/releases/download/v${PKG_VERSION}/libffi-${PKG_VERSION}.tar.gz + digestSHA1: "2bd35b135b0eeb5c631e02422c9dbe786ddb626a" stripComponents: 1 checkoutDeterministic: True diff --git a/recipes/libs/libffi/0001-includedir.diff b/recipes/libs/libffi/0001-includedir.diff index 0143c926..8353ac74 100644 --- a/recipes/libs/libffi/0001-includedir.diff +++ b/recipes/libs/libffi/0001-includedir.diff @@ -2,13 +2,7 @@ Index: b/libffi.pc.in =================================================================== --- a/libffi.pc.in +++ b/libffi.pc.in -@@ -2,10 +2,10 @@ prefix=@prefix@ - exec_prefix=@exec_prefix@ - libdir=@libdir@ - toolexeclibdir=@toolexeclibdir@ --includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include -+includedir=@includedir@ - +@@ -7,5 +7,5 @@ includedir=@includedir@ Name: @PACKAGE_NAME@ Description: Library supporting Foreign Function Interfaces Version: @PACKAGE_VERSION@ @@ -16,28 +10,3 @@ Index: b/libffi.pc.in -Cflags: -I${includedir} +Libs: -lffi +Cflags: -Index: b/include/Makefile.am -=================================================================== ---- a/include/Makefile.am -+++ b/include/Makefile.am -@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign - DISTCLEANFILES=ffitarget.h - EXTRA_DIST=ffi.h.in ffi_common.h - --includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include -+includesdir = $(includedir) - nodist_includes_HEADERS = ffi.h ffitarget.h -Index: b/include/Makefile.in -=================================================================== ---- a/include/Makefile.in -+++ b/include/Makefile.in -@@ -314,7 +314,7 @@ top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = foreign - DISTCLEANFILES = ffitarget.h - EXTRA_DIST = ffi.h.in ffi_common.h --includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include -+includesdir = $(includedir) - nodist_includes_HEADERS = ffi.h ffitarget.h - all: all-am - - diff --git a/recipes/libs/libffi/0002-lib-directory.diff b/recipes/libs/libffi/0002-lib-directory.diff deleted file mode 100644 index b494d3f2..00000000 --- a/recipes/libs/libffi/0002-lib-directory.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff -Nurp libffi-3.2.1-orig/configure libffi-3.2.1-patched/configure ---- libffi-3.2.1-orig/configure 2014-11-12 12:59:57.000000000 +0100 -+++ libffi-3.2.1-patched/configure 2016-05-09 20:50:39.151555029 +0200 -@@ -18725,11 +18725,6 @@ if test "x$GCC" = "xyes"; then - toolexecdir="${libdir}"/gcc-lib/'$(target_alias)' - toolexeclibdir="${libdir}" - fi -- multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` -- case $multi_os_directory in -- .) ;; # Avoid trailing /. -- ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; -- esac - - else - toolexeclibdir="${libdir}" -diff -Nurp libffi-3.2.1-orig/configure.ac libffi-3.2.1-patched/configure.ac ---- libffi-3.2.1-orig/configure.ac 2014-11-12 12:56:51.000000000 +0100 -+++ libffi-3.2.1-patched/configure.ac 2016-05-09 20:49:37.823552506 +0200 -@@ -601,11 +601,6 @@ if test "x$GCC" = "xyes"; then - toolexecdir="${libdir}"/gcc-lib/'$(target_alias)' - toolexeclibdir="${libdir}" - fi -- multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` -- case $multi_os_directory in -- .) ;; # Avoid trailing /. -- ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;; -- esac - AC_SUBST(toolexecdir) - else - toolexeclibdir="${libdir}" diff --git a/recipes/libs/libpcre2.yaml b/recipes/libs/libpcre2.yaml new file mode 100644 index 00000000..c74d3cba --- /dev/null +++ b/recipes/libs/libpcre2.yaml @@ -0,0 +1,30 @@ +inherit: [cmake] + +metaEnvironment: + PKG_VERSION: "10.47" + PKG_LICENSE: "BSD-3-Clause WITH PCRE2-exception" + +checkoutSCM: + scm: url + url: ${GITHUB_MIRROR}/PCRE2Project/pcre2/releases/download/pcre2-${PKG_VERSION}/pcre2-${PKG_VERSION}.tar.bz2 + digestSHA256: 47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7 + stripComponents: 1 + +buildScript: | + # CFLAGS="${CFLAGS:-} -fPIC" \ + # disabled tests and grep as they are not installed within the dev package + # making cmake unhappy when used: + # + # The imported target "pcre2::pcre2test" references the file + # /usr/bin/pcre2test + # + cmakeBuild $1 -DCMAKE_INSTALL_LIBDIR="lib" \ + -DPCRE2_SUPPORT_JIT=ON \ + -DPCRE2_BUILD_PCRE2GREP=OFF \ + -DPCRE2_BUILD_TESTS=OFF + +multiPackage: + dev: + packageScript: cmakePackageDev + tgt: + packageScript: cmakePackageTgt diff --git a/recipes/libs/libuv.yaml b/recipes/libs/libuv.yaml index 4a234908..9fb76fe4 100644 --- a/recipes/libs/libuv.yaml +++ b/recipes/libs/libuv.yaml @@ -1,13 +1,13 @@ inherit: [autotools, autoconf] metaEnvironment: - PKG_VERSION: "1.38.0" + PKG_VERSION: "1.51.0" PKG_LICENSE: "MIT" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/libuv/libuv/archive/v${PKG_VERSION}.tar.gz - digestSHA256: 2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d + digestSHA256: 27e55cf7083913bfb6826ca78cde9de7647cded648d35f24163f2d31bb9f51cd stripComponents: 1 checkoutDeterministic: True diff --git a/recipes/libs/libxcrypt.yaml b/recipes/libs/libxcrypt.yaml index 27639bda..8845871d 100644 --- a/recipes/libs/libxcrypt.yaml +++ b/recipes/libs/libxcrypt.yaml @@ -1,13 +1,13 @@ inherit: [autoconf, autotools] metaEnvironment: - PKG_VERSION: 4.4.36 + PKG_VERSION: 4.5.2 PKG_LICENSE: "LGPL-2.1" checkoutSCM: scm: url url: https://github.com/besser82/libxcrypt/releases/download/v${PKG_VERSION}/libxcrypt-${PKG_VERSION}.tar.xz - digestSHA256: e5e1f4caee0a01de2aee26e3138807d6d3ca2b8e67287966d1fefd65e1fd8943 + digestSHA256: 71513a31c01a428bccd5367a32fd95f115d6dac50fb5b60c779d5c7942aec071 stripComponents: 1 buildScript: | diff --git a/recipes/libs/mpfr.yaml b/recipes/libs/mpfr.yaml index 69f9806f..edc0fde9 100644 --- a/recipes/libs/mpfr.yaml +++ b/recipes/libs/mpfr.yaml @@ -2,7 +2,7 @@ inherit: [autotools] metaEnvironment: PKG_LICENSE: "LGPL-3.0-or-later" - PKG_VERSION: "4.2.1" + PKG_VERSION: "4.2.2" depends: - libs::gmp-dev @@ -14,7 +14,7 @@ depends: checkoutSCM: scm: url url: ${GNU_MIRROR}/mpfr/mpfr-${PKG_VERSION}.tar.xz - digestSHA1: "31ffb4244cb469e2b4937cce1f50150300971dfb" + digestSHA1: "a63a264b273a652e27518443640e69567da498ce" stripComponents: 1 buildScript: | diff --git a/recipes/libs/pcre.yaml b/recipes/libs/pcre.yaml index 0a310cda..59dd11bd 100644 --- a/recipes/libs/pcre.yaml +++ b/recipes/libs/pcre.yaml @@ -2,12 +2,12 @@ inherit: [autotools, patch] metaEnvironment: PKG_LICENSE: BSD-3-Clause - PKG_VERSION: "8.41" + PKG_VERSION: "8.45" checkoutSCM: scm: url url: ${SOURCEFORGE_MIRROR}/pcre/pcre-${PKG_VERSION}.tar.bz2 - digestSHA256: e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530 + digestSHA256: "4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8" stripComponents: 1 checkoutDeterministic: True diff --git a/recipes/libs/rhash.yaml b/recipes/libs/rhash.yaml index cfb64291..ba78fd40 100644 --- a/recipes/libs/rhash.yaml +++ b/recipes/libs/rhash.yaml @@ -2,12 +2,12 @@ inherit: [make, cpackage, install] metaEnvironment: PKG_LICENSE: "0BSD" - PKG_VERSION: "1.3.5" + PKG_VERSION: "1.4.6" checkoutSCM: scm: url url: ${SOURCEFORGE_MIRROR}/rhash/rhash-${PKG_VERSION}-src.tar.gz - digestSHA256: 98e0688acae29e68c298ffbcdbb0f838864105f9b2bd8857980664435b1f1f2e + digestSHA256: 9f6019cfeeae8ace7067ad22da4e4f857bb2cfa6c2deaa2258f55b2227ec937a stripComponents: 1 buildTools: [target-toolchain] @@ -16,22 +16,27 @@ buildScript: | case "$(cpackageLibraryType)" in static) BUILD_TARGETS=( lib-static ) - INSTALL_TARGETS=( install-lib-static ) + INSTALL_TARGETS=( install-lib-static install-lib-headers ) ;; shared) BUILD_TARGETS=( lib-shared ) - INSTALL_TARGETS=( install-lib-shared install-so-link install-headers ) + INSTALL_TARGETS=( install-lib-shared install-so-link install-lib-headers ) ;; both) BUILD_TARGETS=( lib-static lib-shared ) - INSTALL_TARGETS=( install-lib-static install-lib-shared install-so-link install-headers ) + INSTALL_TARGETS=( install-lib-static install-lib-shared install-so-link install-lib-headers ) ;; esac mkdir -p build install pushd build rsync -aH "$1/" . - make PREFIX="/usr" "${BUILD_TARGETS[@]}" + ./configure \ + ${AUTOCONF_TARGET:+--target=${AUTOCONF_TARGET}} \ + --prefix="/usr" \ + --sysconfdir="/etc" + + make AR=${AR} PREFIX="/usr" "${BUILD_TARGETS[@]}" make -C librhash PREFIX="/usr" DESTDIR="$PWD/../install" "${INSTALL_TARGETS[@]}" popd diff --git a/recipes/libs/zstd.yaml b/recipes/libs/zstd.yaml index d6446f2c..27a4a824 100644 --- a/recipes/libs/zstd.yaml +++ b/recipes/libs/zstd.yaml @@ -1,19 +1,15 @@ -inherit: [cpackage, make, install, patch, strip] +inherit: [cpackage, make, install, strip] metaEnvironment: - PKG_VERSION: "1.5.6" + PKG_VERSION: "1.5.7" PKG_LICENSE: "BSD-3-Clause" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/facebook/zstd/releases/download/v${PKG_VERSION}/zstd-${PKG_VERSION}.tar.gz - digestSHA256: "8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1" + digestSHA256: "eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3" stripComponents: 1 -checkoutDeterministic: True -checkoutScript: | - patchApplySeries $<@zstd/*@> - buildVars: [AR, CC, CXX] buildScript: | rm -rf install diff --git a/recipes/libs/zstd/0001-add-include-for-FILE.patch b/recipes/libs/zstd/0001-add-include-for-FILE.patch deleted file mode 100644 index 6617bbde..00000000 --- a/recipes/libs/zstd/0001-add-include-for-FILE.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/programs/util.h 2024-04-06 17:34:09.963116473 +0200 -+++ b/programs/util.h 2024-04-06 17:34:24.651095177 +0200 -@@ -21,6 +21,7 @@ - ******************************************/ - #include "platform.h" /* PLATFORM_POSIX_VERSION, ZSTD_NANOSLEEP_SUPPORT, ZSTD_SETPRIORITY_SUPPORT */ - #include /* size_t, ptrdiff_t */ -+#include /* for FILE */ - #include /* stat, utime */ - #include /* stat, chmod */ - #include "../lib/common/mem.h" /* U64 */ diff --git a/recipes/net/curl.yaml b/recipes/net/curl.yaml index 84fbb83b..a748b84d 100644 --- a/recipes/net/curl.yaml +++ b/recipes/net/curl.yaml @@ -1,7 +1,7 @@ inherit: [autotools, patch] metaEnvironment: - PKG_VERSION: "8.7.1" + PKG_VERSION: "8.18.0" PKG_LICENSE: "curl" depends: @@ -14,7 +14,7 @@ depends: checkoutSCM: scm: url url: https://curl.haxx.se/download/curl-${PKG_VERSION}.tar.xz - digestSHA1: "a70963cba12224b44b8d754944b8ff618a6a3b57" + digestSHA1: "9398135fa7574617789cf2e50cf459b4418cb296" stripComponents: 1 # ./configure will delete curlbuild.h @@ -32,7 +32,8 @@ buildScript: | autotoolsBuild $1 \ --enable-threaded-resolver \ --with-ssl \ - --with-ca-path=/etc/ssl/certs + --with-ca-path=/etc/ssl/certs \ + --without-libpsl echo "Requires: openssl" >> install/usr/lib/pkgconfig/libcurl.pc multiPackage: diff --git a/recipes/python/pyproject-hooks.yaml b/recipes/python/pyproject-hooks.yaml index 9751296c..e4e916cb 100644 --- a/recipes/python/pyproject-hooks.yaml +++ b/recipes/python/pyproject-hooks.yaml @@ -1,13 +1,13 @@ inherit: ["python3::flit"] metaEnvironment: - PKG_VERSION: "1.1.0" + PKG_VERSION: "1.2.0" PKG_LICENSE: "MIT" checkoutSCM: scm: url url: https://files.pythonhosted.org/packages/source/p/pyproject_hooks/pyproject_hooks-${PKG_VERSION}.tar.gz - digestSHA256: 4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 + digestSHA256: 1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 stripComponents: 1 buildScript: | diff --git a/recipes/python/python3-pip.yaml b/recipes/python/python3-pip.yaml index 1c325a80..1ca7ecaf 100644 --- a/recipes/python/python3-pip.yaml +++ b/recipes/python/python3-pip.yaml @@ -1,7 +1,7 @@ inherit: [ "python3::build" ] metaEnvironment: - PKG_VERSION: "25.0.1" + PKG_VERSION: "25.3" PKG_LICENSE: "MIT" depends: @@ -10,7 +10,7 @@ depends: checkoutSCM: scm: url url: ${GITHUB_MIRROR}/pypa/pip/archive/${PKG_VERSION}.tar.gz - digestSHA256: 334371888f0c679c04e819ddc234562feaea81331658a76842b62dc9dc83a832 + digestSHA256: 6f4d5c31324f7f998ec7c626c3a1543b5db5fb82c941c2b2952eeee183340d8f stripComponents: 1 buildScript: | diff --git a/recipes/python/wheel.yaml b/recipes/python/wheel.yaml index 84ccee86..ea6d4aeb 100644 --- a/recipes/python/wheel.yaml +++ b/recipes/python/wheel.yaml @@ -1,13 +1,13 @@ inherit: ["python3::flit"] metaEnvironment: - PKG_VERSION: "0.44.0" + PKG_VERSION: "0.46.2" PKG_LICENSE: "MIT" checkoutSCM: scm: url url: ${GITHUB_MIRROR}/pypa/wheel/archive/${PKG_VERSION}.tar.gz - digestSHA256: a98adedb1f4b409c4aa211fbe4bbc1d687a2b7cf66cfe3079fc3140b2e4e0ce1 + digestSHA256: 730f6f91280b385acbeab9f0034a6e5f8874e37614fb5fbf4d95ea9a9dd54214 stripComponents: 1 buildScript: | diff --git a/recipes/utils/file.yaml b/recipes/utils/file.yaml index 4cd0f6f1..867026a3 100644 --- a/recipes/utils/file.yaml +++ b/recipes/utils/file.yaml @@ -2,12 +2,12 @@ inherit: [autotools] metaEnvironment: PKG_LICENSE: "BSD-2-Clause" - PKG_VERSION: "5.43" + PKG_VERSION: "5.46" checkoutSCM: scm: url url: https://www.astron.com/pub/file/file-${PKG_VERSION}.tar.gz - digestSHA256: "8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991" + digestSHA256: "c9cc77c7c560c543135edc555af609d5619dbef011997e988ce40a3d75d86088" stripComponents: 1 buildTools: [host-toolchain]