Skip to content

Commit a19d77e

Browse files
authored
Merge pull request #11138 from heitbaum/pkg
Package updates
2 parents 20764a1 + d9f67ba commit a19d77e

7 files changed

Lines changed: 12 additions & 10 deletions

File tree

packages/compress/xz/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="xz"
6-
PKG_VERSION="5.8.2"
7-
PKG_SHA256="890966ec3f5d5cc151077879e157c0593500a522f413ac50ba26d22a9a145214"
6+
PKG_VERSION="5.8.3"
7+
PKG_SHA256="fff1ffcf2b0da84d308a14de513a1aa23d4e9aa3464d17e64b9714bfdd0bbfb6"
88
PKG_LICENSE="GPL"
99
PKG_SITE="https://tukaani.org/xz/"
1010
PKG_URL="https://github.com/tukaani-project/xz/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"

packages/debug/xorg-intel-gpu-tools/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
33

44
PKG_NAME="xorg-intel-gpu-tools"
5-
PKG_VERSION="2.3"
6-
PKG_SHA256="429f2578fb16cff7402e9beb325c5c267ad30a2b7b957343c77e8ea24af03887"
5+
PKG_VERSION="2.4"
6+
PKG_SHA256="a44b7d089a27555944d4cd5da372c9339501539e3cd2735bbdb30e0d802f1cbe"
77
PKG_LICENSE="GPL"
88
PKG_DEPENDS_TARGET="toolchain cairo elfutils kmod libdrm procps-ng systemd"
99
PKG_SITE="https://gitlab.freedesktop.org/drm/igt-gpu-tools"

packages/graphics/gdk-pixbuf/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="gdk-pixbuf"
6-
PKG_VERSION="2.44.5"
7-
PKG_SHA256="69b93e09139b80c0ee661503d60deb5a5874a31772b5184b9cd5462a4100ab68"
6+
PKG_VERSION="2.44.6"
7+
PKG_SHA256="140c2d0b899fcf853ee92b26373c9dc228dbcde0820a4246693f4328a27466fa"
88
PKG_LICENSE="OSS"
99
PKG_SITE="http://www.gtk.org/"
1010
PKG_URL="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKG_VERSION:0:4}/gdk-pixbuf-${PKG_VERSION}.tar.xz"

packages/network/openvpn/package.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="openvpn"
6-
PKG_VERSION="2.7.0"
7-
PKG_SHA256="2f0e10eb272be61e8fb25fe1cfa20875ff30ac857ef1418000c02290bd6dfa45"
6+
PKG_VERSION="2.7.1"
7+
PKG_SHA256="9858477ec2894a8a672974d8650dcb1af2eeffb468981a2b619f0fa387081167"
88
PKG_LICENSE="GPL"
99
PKG_SITE="https://openvpn.net"
1010
PKG_URL="https://swupdate.openvpn.org/community/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
@@ -17,6 +17,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_have_decl_TUNSETPERSIST=no \
1717
--enable-iproute2 IPROUTE=/sbin/ip \
1818
--enable-management \
1919
--enable-fragment \
20+
--without-openssl-engine \
2021
--disable-port-share \
2122
--disable-debug"
2223

packages/python/devel/pybind11/package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
33

44
PKG_NAME="pybind11"
5-
PKG_VERSION="3.0.2"
6-
PKG_SHA256="2f20a0af0b921815e0e169ea7fec63909869323581b89d7de1553468553f6a2d"
5+
PKG_VERSION="3.0.3"
6+
PKG_SHA256="787459e1e186ee82001759508fefa408373eae8a076ffe0078b126c6f8f0ec5e"
77
PKG_LICENSE="pybind11"
88
PKG_SITE="https://github.com/pybind/pybind11"
99
PKG_URL="https://github.com/pybind/pybind11/archive/refs/tags/v${PKG_VERSION}.tar.gz"

packages/sysutils/pciutils/package.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PKG_SITE="http://mj.ucw.cz/pciutils.shtml"
1010
PKG_URL="https://www.kernel.org/pub/software/utils/pciutils/${PKG_NAME}-${PKG_VERSION}.tar.xz"
1111
PKG_DEPENDS_TARGET="toolchain kmod systemd"
1212
PKG_LONGDESC="Utilities for inspecting devices connected to the PCI bus and the PCI vendor/product ID database."
13+
PKG_BUILD_FLAGS="+pic"
1314

1415
PKG_MAKE_OPTS="PREFIX=/usr SHARED=no STRIP= IDSDIR=/usr/share"
1516

packages/sysutils/pciutils/patches/pciutils-01-fix-pkgconf.patch renamed to packages/sysutils/pciutils/patches/pciutils-0001-fix-pkgconf.patch

File renamed without changes.

0 commit comments

Comments
 (0)