mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
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.
This commit is contained in:
parent
11b90ab7bd
commit
6e3df912bd
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="exfatprogs"
|
PKG_NAME="exfatprogs"
|
||||||
PKG_VERSION="1.1.2"
|
PKG_VERSION="1.1.3"
|
||||||
PKG_SHA256="b95dd447b657eaab05edb444c181b1ef10601fc98bcf5645a4b91f5b4a77f83c"
|
PKG_SHA256="3dbd74b60eec18d2c68d57be4a872d7baa4f7d848e669e31159452ef5245b809"
|
||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="https://github.com/exfatprogs/exfatprogs"
|
PKG_SITE="https://github.com/exfatprogs/exfatprogs"
|
||||||
PKG_URL="https://github.com/exfatprogs/exfatprogs/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://github.com/exfatprogs/exfatprogs/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user