Commit Graph

3557 Commits

Author SHA1 Message Date
Rudi Heitbaum
fa9cd58d01 dbus: update to 1.14.0
minor update from 1.13.22 (release candidate) to 1.14.0 (stable release
version of dbus)

changelog:
- https://gitlab.freedesktop.org/dbus/dbus/-/compare/dbus-1.13.22...dbus-1.14?from_project_id=1187
2022-03-05 12:01:21 +00:00
Rudi Heitbaum
77157b5141 dbus: update to 1.13.22 2022-02-26 09:28:55 +00:00
Rudi Heitbaum
bea1b7cb59 util-linux: update to 2.37.4
util-linux 2.37.4 Release Notes
===============================

This release fixes security issue in chsh(1) and chfn(8):

CVE-2022-0563

  The readline library uses INPUTRC= environment variable to get a path
  to the library config file. When the library cannot parse the
  specified file, it prints an error message containing data from the
  file.

  Unfortunately, the library does not use secure_getenv() (or a similar
  concept), or sanitize the config file path to avoid vulnerabilities that
  could occur if set-user-ID or set-group-ID programs.
2022-02-20 10:56:38 +00:00
Christian Hewitt
12234388a4 systemd: disable time based rotation of the journal 2022-02-19 11:01:39 +00:00
heitbaum
d21e0cd8fa util-linux: update to 2.37.3
update 2.37.2 (2021-08-16) to 2.37.3 (2022-01-24)

Changelog:
- https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ChangeLog

util-linux 2.37.3 Release Notes
===============================

This release fixes two security mount(8) and umount(8) issues:

CVE-2021-3996
    Improper UID check in libmount allows an unprivileged user to unmount FUSE
    filesystems of users with similar UID.

CVE-2021-3995
    This issue is related to parsing the /proc/self/mountinfo file allows an
    unprivileged user to unmount other user's filesystems that are either
    world-writable themselves or mounted in a world-writable directory.
2022-02-05 04:04:32 +00:00
heitbaum
c6e36a8149 libusb: update to 1.0.25
update 1.0.24 (2020-12-11) to 1.0.25 (2022-01-31)

Changelog:
- https://github.com/libusb/libusb/blob/master/ChangeLog

2022-01-31: v1.0.25
* Linux: Fix regression with some particular devices
* Linux: Fix regression with libusb_handle_events_timeout_completed()
* Linux: Fix regression with cpu usage in libusb_bulk_transfer
* Darwin (macOS): Add support for detaching kernel drivers with authorization.
* Darwin (macOS): Do not drop partial data on timeout.
* Darwin (macOS): Silence pipe error in set_interface_alt_setting().
* Windows: Fix HID backend missing byte
* Windows: Fix segfault with libusbk driver
* Windows: Fix regression when using libusb0 driver
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
* New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
* Various other bug fixes and improvements
2022-02-05 04:04:30 +00:00
heitbaum
9a1c508523 lirc: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
d56278823a parted: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
a15d1cd961 open-vm-tools: remove RPATH 2022-01-23 21:39:17 +00:00
heitbaum
9fe317363d libusb-compat: remove RPATH 2022-01-23 21:39:17 +00:00
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