diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-29 12:15:20 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-02-01 21:25:02 +0100 |
commit | 8c2445a0e4f2f5b7bcccc5f7e47b8cc831cac86c (patch) | |
tree | 01b3ceee4fcd74a3e195996aedf8a8189f6cf6d1 /package/utils/e2fsprogs/Makefile | |
parent | 18c6b99666acc98238013b081b9cdaf2ab4d06d9 (diff) | |
download | upstream-8c2445a0e4f2f5b7bcccc5f7e47b8cc831cac86c.tar.gz upstream-8c2445a0e4f2f5b7bcccc5f7e47b8cc831cac86c.tar.bz2 upstream-8c2445a0e4f2f5b7bcccc5f7e47b8cc831cac86c.zip |
e2fsprogs: Update to version 1.46.5
The sizes of the ipk changed on MIPS 24Kc like this:
8788 badblocks_1.45.6-2_mips_24kc.ipk
8861 badblocks_1.46.5-1_mips_24kc.ipk
3652 chattr_1.45.6-2_mips_24kc.ipk
3657 chattr_1.46.5-1_mips_24kc.ipk
58128 debugfs_1.45.6-2_mips_24kc.ipk
60279 debugfs_1.46.5-1_mips_24kc.ipk
8551 dumpe2fs_1.45.6-2_mips_24kc.ipk
8567 dumpe2fs_1.46.5-1_mips_24kc.ipk
4797 e2freefrag_1.45.6-2_mips_24kc.ipk
4791 e2freefrag_1.46.5-1_mips_24kc.ipk
159790 e2fsprogs_1.45.6-2_mips_24kc.ipk
168212 e2fsprogs_1.46.5-1_mips_24kc.ipk
7083 e4crypt_1.45.6-2_mips_24kc.ipk
7134 e4crypt_1.46.5-1_mips_24kc.ipk
5749 filefrag_1.45.6-2_mips_24kc.ipk
6233 filefrag_1.46.5-1_mips_24kc.ipk
4361 libcomerr0_1.45.6-2_mips_24kc.ipk
4355 libcomerr0_1.46.5-1_mips_24kc.ipk
168040 libext2fs2_1.45.6-2_mips_24kc.ipk
174209 libext2fs2_1.46.5-1_mips_24kc.ipk
8514 libss2_1.45.6-2_mips_24kc.ipk
8613 libss2_1.46.5-1_mips_24kc.ipk
3148 lsattr_1.45.6-2_mips_24kc.ipk
3227 lsattr_1.46.5-1_mips_24kc.ipk
22530 resize2fs_1.45.6-2_mips_24kc.ipk
22909 resize2fs_1.46.5-1_mips_24kc.ipk
33315 tune2fs_1.45.6-2_mips_24kc.ipk
34511 tune2fs_1.46.5-1_mips_24kc.ipk
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils/e2fsprogs/Makefile')
-rw-r--r-- | package/utils/e2fsprogs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile index 3d64fab587..b131cdccac 100644 --- a/package/utils/e2fsprogs/Makefile +++ b/package/utils/e2fsprogs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs -PKG_VERSION:=1.45.6 -PKG_RELEASE:=2 +PKG_VERSION:=1.46.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/ -PKG_HASH:=ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256 +PKG_HASH:=2f16c9176704cf645dc69d5b15ff704ae722d665df38b2ed3cfc249757d8d81e PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=NOTICE |