Commit Graph

37828 Commits

Author SHA1 Message Date
heitbaum
bf6c1d857f libunwind: update to 1.6.2 2021-12-03 20:10:23 +00:00
heitbaum
5f141057cc go: update to 1.17.4 2021-12-03 20:10:23 +00:00
heitbaum
19da88331f libunwind: update to 1.6.0 2021-11-28 12:19:54 +00:00
heitbaum
6e3df912bd exfatprogs: update to 1.1.3
update 1.1.2 to 1.1.3

CHANGES :
- mkfs.exfat: ensure that the cluster size is greater than or equal than the sector size.
- mkfs.exfat: replace lseek() + write() with pwrite().

BUG FIXES :
- mkfs.exfat: prevent an integer overflow when computing the FAT length.
- fsck.exfat: fix a double free memory error.
2021-11-28 12:19:54 +00:00
heitbaum
11b90ab7bd cmake: update to 3.22.0 2021-11-28 11:56:56 +00:00
heitbaum
7c280e0f26 curl: update to 7.78.0 2021-11-28 11:56:56 +00:00
heitbaum
7104aa63d7 ethtool: update to 5.15 2021-11-28 11:56:56 +00:00
heitbaum
65d67b8593 go: update to 1.17.3 2021-11-28 11:56:56 +00:00
heitbaum
bded7fe121 meson: update to 0.60.2
patch required to fix:
- https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/170
2021-11-28 11:56:17 +00:00
heitbaum
44ea9a5f06 kmod: update to 29 2021-11-28 11:56:17 +00:00
heitbaum
cf2400ccfa attr: update to 2.5.1
update 2.4.48 (2017-09-15) to 2.5.1 (2021-03-16)
log: https://git.savannah.nongnu.org/cgit/attr.git/log/
2021-11-28 11:56:17 +00:00
heitbaum
171c6332d6 elfutils: update to 0.186
update 0.182 (2020-10-31) to 0.186 (2021-11-10)
announce:
- https://sourceware.org/pipermail/elfutils-devel/2021q1/003486.html
- https://sourceware.org/pipermail/elfutils-devel/2021q2/003797.html
- https://sourceware.org/pipermail/elfutils-devel/2021q2/003843.html
- https://sourceware.org/pipermail/elfutils-devel/2021q4/004346.html
2021-11-28 11:52:43 +00:00
CvH
f440e3bc37 Merge pull request #5899 from ToKe79/mtools-update_mkimage_mod
Update mtools + optimize mkimage to catch errors / to allow SYSTEM_SIZE >= 1024 / for speed
2021-11-28 12:31:07 +01:00
Christian Hewitt
a8b365ee05 Merge pull request #5925 from HiassofT/le11-kodi-deinterlace-2
RPi: update kodi deinterlace patch
2021-11-28 13:22:37 +04:00
Matthias Reichl
af33e4e500 RPi: update kodi deinterlace patch
Patch created using revisions 39292b080c..043c637933
from branch gbm of https://github.com/popcornmix/xbmc.git

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-11-27 22:57:09 +01:00
Jernej Škrabec
e3a7c0687e Merge pull request #5923 from heitbaum/build
u-boot and u-boot-tools: fix HOSTCC build issues
2021-11-27 10:26:56 +01:00
CvH
4182b26952 Merge pull request #5920 from chewitt/amlogic-upstream
amlogic: bump to Linux 5.15.y and other misc. changes
2021-11-27 09:50:10 +01:00
heitbaum
dfac76b2fb u-boot: fix make config with HOSTCC
Without defining HOSTCC Makefile.host was defaulting to the operating
system cc. In the minimal docker image (focal) - cc is not available.

BUILD      u-boot (target)
    TOOLCHAIN      make (auto-detect)
make[1]: Entering directory
  HOSTCC  scripts/basic/fixdep
/bin/sh: 1: cc: not found
make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127
make[1]: *** [Makefile:488: scripts_basic] Error 2
make[1]: Leaving directory
FAILURE: scripts/build u-boot:target during make_target (package.mk)
*********** FAILED COMMAND ***********
DEBUG=${PKG_DEBUG} CROSS_COMPILE="${TARGET_KERNEL_PREFIX}" LDFLAGS="" ARCH=arm make $(${ROOT}/${SCRIPTS}/uboot_helper ${PROJECT} ${DEVICE} ${UBOOT_SYSTEM} config)
*********** FAILED COMMAND ***********
2021-11-27 01:44:26 +00:00
heitbaum
8e2a7bdf43 u-boot-tools: fix make_host
Without defining HOSTCC Makefile.host was defaulting to the operating
system cc. In the minimal docker image (focal) - cc is not available.

PROJECT=Amlogic ARCH=aarch64 DEVICE=AMLGX UBOOT_SYSTEM=odroid-n2 scripts/build u-boot-tools:host
BUILD      u-boot-tools (host)
    TOOLCHAIN      make (auto-detect)
PKG_NAME="u-boot-tools"
  HOSTCC  scripts/basic/fixdep
/bin/sh: 1: cc: not found
make[1]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127
make: *** [Makefile:488: scripts_basic] Error 2
FAILURE: s/build u-boot-tools:host during make_host (package.mk)
*********** FAILED COMMAND ***********
make qemu-x86_64_defconfig
**************************************
2021-11-27 01:31:28 +00:00
CvH
b9d3fa5ddf Merge pull request #5891 from heitbaum/librespot
[le11] librespot: update to 0.3.1 and addon (130)
2021-11-26 20:44:29 +01:00
heitbaum
ab9d546b01 Merge pull request #5922 from knaerzche/rk3288-u-boot-fix
Rockchip: u-boot: fix build mkimage for RK3288
2021-11-27 06:23:14 +11:00
Alex Bee
d6c5eb8924 Rockchip: u-boot: fix build mkimage for RK3288 2021-11-26 19:58:34 +01:00
Christian Hewitt
8797e0809c Merge pull request #5921 from HiassofT/le11-kodi-deinterlace
RPi: add kodi deinterlace patch
2021-11-26 20:12:01 +04:00
Matthias Reichl
9b48325ed7 RPi: add kodi deinterlace patch
Patch created using revisions 39292b080c..b23ff8e293
from branch gbm of https://github.com/popcornmix/xbmc.git

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-11-26 16:56:53 +01:00
chewitt
966d2692ef linux: bump Amlogic to Linux 5.15.y kernel 2021-11-26 12:00:19 +00:00