Commit Graph

3547 Commits

Author SHA1 Message Date
CvH
8a065ed3fc Revert "dosfstools: add defined -with-iconv to OPTS"
This reverts commit 113d5f7638.
2022-01-23 18:09:34 +01:00
CvH
79b63bb684 Merge pull request #6152 from heitbaum/init
Boot warning: fsck.fat
2022-01-23 15:12:32 +01:00
CvH
1f05b19991 Merge pull request #5491 from heitbaum/systemd2
systemd: update to 250.3 and include Jinja2
2022-01-23 14:49:41 +01:00
heitbaum
113d5f7638 dosfstools: add defined -with-iconv to OPTS 2022-01-19 10:59:24 +00:00
heitbaum
e30f432991 systemd: update to 250.3 2022-01-19 10:52:28 +00:00
Bella
de4d8efca7 dbus: update to 1.13.20 2022-01-18 18:13:58 +01:00
heitbaum
0aee3cd569 usbutils: update to 014 2022-01-01 11:32:50 +00:00
heitbaum
5068919cce e2fsprogs: update to 1.46.5
update 1.46.4 (2021-08-18) to 1.46.5 (2021-12-30)

release notes:
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.5.txt
2022-01-01 11:32:50 +00:00
heitbaum
cbd9333a35 libevdev: update to 1.12.0 2022-01-01 11:32:50 +00:00
heitbaum
09774ed18e util-linux: update to 2.37.2 2022-01-01 11:32:45 +00:00
CvH
5125de9624 Merge pull request #5144 from mglae/le10_autoreconf
autoreconf: support custom PKG_CONFIGURE_SCRIPT
2021-12-27 08:06:54 +01:00
heitbaum
8ef47d0867 gptfdisk: update to 1.0.8
update 1.0.6 to 1.0.8

NEWS 1.0.8 (6/9/2021):
----------------------

- Fixed double byte swap operation on writes of partition name data on
  big-endian systems; this is in addition to the double byte swap fix on
  reading partition label data fixed in 1.0.7. (Thanks to Erik Larsson for
  both fixes.)

- Added feature to gdisk and sgdisk to enable swapping the byte order of
  partition names, so as to correct disks already affected by the preceding
  bug. This option is 'b' on the experts' menu in gdisk and
  -b/--byte-swap-name in sgdisk. This seems advanced/obscure enough that I
  don't want to clutter cgdisk's menu with this option, so I haven't added
  it there.

- Added type code for the Barebox boot loader (0xbb00;
  4778ED65-BF42-45FA-9C5B-287A1DC4AAB1).

- Trivial code cleanup.

News: 1.0.7 (2021-03-10)
------------------------

- Fixed bug that caused spurious warnings about the partition table
  header claiming an invalid size of partition entries when reading
  some MBR disks.

- Added ARM64 as an architecture for the Mac builds of gdisk and fixparts.
  The official GPT fdisk binaries of these files for macOS are now
  "universal" x86-64/ARM64 binaries, so they will run natively on the new M1
  (ARM64) Macs. The sgdisk and cgdisk binaries, though, remain built only
  for x86-64, because they rely on libraries that are not easily built in
  "universal" form.

- Fixed double byte swap operation on partition label data on big-endian
  CPUs. This resulted in partition names becoming gibberish on such CPUs.

- Added three new type codes:
  - 0x0701 - Microsoft Storage Replica
  - 0x0702 - ArcaOS Type 1
  - 0x8401 - Storage Performance Development Kit (SPDK) block device
2021-12-19 07:48:54 +00:00
CvH
3a40533db6 Merge pull request #5838 from heitbaum/ntfs3
Replace ntfs-3g_ntfsprogs with Linux kernel 5.15 ntfs3
2021-12-15 16:48:43 +01:00
heitbaum
430ebec6de open-vm-tools: update to 11.3.5 2021-12-11 03:05:14 +00:00
heitbaum
1f5cc850e3 e2fsprogs: update to 1.46.4
update 1.45.7 (2021-01-28) to 1.46.4 (2021-08-19)
commit:
- 2b0d66bbec
- df0fe7c9a3
- 67f2b54667
- 496669a290
- 2dfad18d8b
release notes:
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.0.txt
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.1.txt
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.2.txt
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.3.txt
- https://github.com/tytso/e2fsprogs/blob/master/doc/RelNotes/v1.46.4.txt
2021-12-11 03:05:14 +00:00
heitbaum
f6e648aad8 ntfs-3g_ntfsprogs: drop package 2021-12-08 21:49:50 +00:00
heitbaum
1b87c37092 udevil: add handler for ntfs3 2021-12-08 21:49:47 +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
44ea9a5f06 kmod: update to 29 2021-11-28 11:56:17 +00:00
Christian Hewitt
17a9b50be3 ethmactool: dependency changes for devices with no eth0 2021-11-26 12:00:19 +00:00
Christian Hewitt
9ca8e10854 busybox: find extlinux on alternative /flash layouts 2021-11-26 12:00:19 +00:00
CvH
c1c2c1911f Merge pull request #5854 from heitbaum/exfat
exfatprogs: add standard utilities for creating and fixing and debugging exfat filesystems
2021-11-15 12:52:45 +01:00
CvH
f39b5ba280 Merge pull request #5856 from heitbaum/tz
[le11] tz: update to 2021e
2021-11-07 11:12:18 +01:00
heitbaum
908261077f tz: update to 2021e
ann:
- http://mm.icann.org/pipermail/tz-announce/2021-October/000069.html

   This release reflects the following changes:
   Changes to future timestamps
     Palestine will fall back 10-29 (not 10-30) at 01:00.
     (Thanks to P Chan and Heba Hemad.)
2021-11-07 20:56:22 +11:00
heitbaum
91c15660e0 exfatprogs: initial package 2021-11-07 20:34:43 +11:00