Merge pull request #5964 from heitbaum/os

package updates: operating system
This commit is contained in:
CvH 2021-12-11 08:40:59 +01:00 committed by GitHub
commit d6b23a2854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 41 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="e2fsprogs"
PKG_VERSION="1.45.7"
PKG_SHA256="62d49c86d9d4becf305093edd65464484dc9ea41c6ff9ae4f536e4a341b171a2"
PKG_VERSION="1.46.4"
PKG_SHA256="b11042533c1b1dcf17512f0da48e05b0c573dada1dd8b762864d10f4dc399713"
PKG_LICENSE="GPL"
PKG_SITE="http://e2fsprogs.sourceforge.net/"
PKG_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/${PKG_NAME}/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
@ -16,26 +16,27 @@ PKG_BUILD_FLAGS="-parallel"
PKG_CONFIGURE_OPTS_HOST="--prefix=${TOOLCHAIN}/ \
--bindir=${TOOLCHAIN}/bin \
--with-udev-rules-dir=no \
--with-crond-dir=no \
--with-systemd-unit-dir=no \
--sbindir=${TOOLCHAIN}/sbin \
--enable-verbose-makecmds \
--disable-symlink-install \
--disable-symlink-build \
--disable-subset \
--disable-debugfs \
--disable-imager \
--disable-resizer \
--disable-defrag \
--disable-fsck \
--disable-e2initrd-helper \
--disable-fsck \
--disable-fuse2fs \
--disable-imager \
--disable-nls \
--disable-resizer \
--disable-rpath \
--disable-subset \
--disable-symlink-build \
--disable-symlink-install \
--enable-tls \
--disable-uuidd \
--disable-nls \
--disable-rpath \
--disable-fuse2fs \
--with-gnu-ld"
--enable-verbose-makecmds \
--with-crond-dir=no \
--with-gnu-ld \
--without-pthread \
--with-systemd-unit-dir=no \
--with-udev-rules-dir=no"
post_unpack() {
# Increase minimal inode size to avoid:
@ -45,32 +46,33 @@ post_unpack() {
pre_configure() {
PKG_CONFIGURE_OPTS_INIT="BUILD_CC=${HOST_CC} \
--with-udev-rules-dir=no \
--with-crond-dir=no \
--with-systemd-unit-dir=no \
--enable-verbose-makecmds \
--enable-symlink-install \
--enable-symlink-build \
--disable-subset \
--disable-elf-shlibs \
--disable-bsd-shlibs \
--disable-profile \
--disable-jbd-debug \
--disable-blkid-debug \
--disable-testio-debug \
--enable-libuuid \
--enable-libblkid \
--disable-bsd-shlibs \
--disable-debugfs \
--disable-imager \
--enable-resizer \
--enable-fsck \
--disable-e2initrd-helper \
--disable-elf-shlibs \
--enable-fsck \
--disable-fuse2fs \
--disable-imager \
--disable-jbd-debug \
--enable-libblkid \
--enable-libuuid \
--disable-nls \
--disable-profile \
--enable-resizer \
--disable-rpath \
--disable-subset \
--enable-symlink-build \
--enable-symlink-install \
--disable-testio-debug \
--enable-tls \
--disable-uuidd \
--disable-nls \
--disable-rpath \
--disable-fuse2fs \
--with-gnu-ld"
--enable-verbose-makecmds \
--with-crond-dir=no \
--with-gnu-ld \
--without-pthread \
--with-systemd-unit-dir=no \
--with-udev-rules-dir=no"
PKG_CONFIGURE_OPTS_TARGET="${PKG_CONFIGURE_OPTS_INIT}"
}

View File

@ -4,8 +4,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="open-vm-tools"
PKG_VERSION="11.2.5"
PKG_SHA256="7c31bb8ef70a0e32b81cde6550cae390a53108e4abb28bb539b0ab5b9e4fc188"
PKG_VERSION="11.3.5"
PKG_SHA256="26053a93d8aa5387e49a974ed3d0c89a1efd7e0911d694cd9b9f4306bd74b885"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/vmware/open-vm-tools"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libmicrohttpd"
PKG_VERSION="0.9.72"
PKG_SHA256="0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8"
PKG_VERSION="0.9.73"
PKG_SHA256="a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e"
PKG_LICENSE="LGPLv2.1"
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/${PKG_NAME}-${PKG_VERSION}.tar.gz"