Commit Graph

3525 Commits

Author SHA1 Message Date
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
heitbaum
5bee631071 systemd: update to 247.10 2021-10-29 21:39:54 +11:00
CvH
36dcdfdc8b Merge pull request #5779 from antonlacon/assorted-minors
Assorted minors
2021-10-26 11:43:35 +02:00
Christian Hewitt
4de990741c Merge pull request #5782 from mglae/le11_e2fsprogs_timestamps
e2fsprogs: always support timestamps >2038
2021-10-25 10:28:27 +04:00
Matthias Reichl
924de6e341 ir-bpf-decoders: update to 1.22.0
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-24 20:11:58 +11:00
heitbaum
586a2cacd4 v4l-utils: update to 1.22.1
update 1.20.0 (2020-05-21) to 1.22.1 (2021-10-23)

changelog:
- https://github.com/gjasny/v4l-utils/blob/v4l-utils-1.22.1/ChangeLog
2021-10-24 20:09:44 +11:00
mglae
75ca127803 e2fsprogs: always support timestamps >2038 2021-10-18 23:35:48 +02:00
Ian Leonard
9d03223e80 busybox: init: use buildsystem's SYSTEM_SIZE for update warning
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-17 22:03:09 +00:00
heitbaum
82299cdef1 tz: update to 2021d
ann: http://mm.icann.org/pipermail/tz-announce/2021-October/000068.html

This release reflects the following changes, which were either
circulated on the tz mailing list or are relatively minor technical or
administrative changes:

   Briefly:
     Fiji suspends DST for the 2021/2022 season.
     'zic -r' marks unspecified timestamps with "-00".

   Changes to future timestamps

     Fiji will suspend observance of DST for the 2021/2022 season.
     Assume for now that it will return next year.  (Thanks to Jashneel
     Kumar and P Chan.)

   Changes to code

     'zic -r' now uses "-00" time zone abbreviations for intervals
     with UT offsets that are unspecified due to -r truncation.
     This implements a change in draft Internet RFC 8536bis.
2021-10-16 20:15:29 +11:00
heitbaum
e6ff64cf49 ntfs-3g_ntfsprogs: update to 2021.8.22
update 2017.3.23AR.5 (April 1, 2020) to 2021.8.22 (August 30, 2021)

changelog:
- https://github.com/tuxera/ntfs-3g/releases

references:
- https://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html
- https://github.com/tuxera/ntfs-3g/wiki

While the NTFS-3G project globally aims at providing a stable NTFS
driver for several operating systems such as Linux, FreeBSD, macOS, and
more, the project's advanced branch has specifically aimed at
developing, maturing, and releasing features to get user feedback prior
to feature integration into the project's main branch.

The parallel existence of both a stable and an advanced variant
maintained across several locations has caused some confusion. In
particular, the Linux distributions observed different policies in
selecting which version they use for their packaging. The led to users
questioning the differences between features and to additional
challenges in providing support.

We've decided to merge the two projects and maintain a single repository
for source code and documentation on GitHub. As the projects have always
remained in close contact, this induces no discontinuity in the released
features while enabling smoother support. The former repository on
Sourceforge will be discontinued after a grace period for the users to
adapt to the project's new state.

Thank you for your confidence in NTFS-3G.
2021-10-10 19:15:54 +11:00
CvH
8d6e4ac9a7 Merge pull request #5453 from antonlacon/le11-passwd
buildsystem: cleanup password hashing; drop busybox:host
2021-10-03 08:00:41 +02:00
heitbaum
78d0c20ca8 tz: update to 2021c
ann:
- http://mm.icann.org/pipermail/tz-announce/2021-September/000066.html
- http://mm.icann.org/pipermail/tz-announce/2021-October/000067.html
2021-10-02 22:16:25 +10:00
CvH
85b190b30f Merge pull request #5561 from heitbaum/devtools
Update devtools for LE11
2021-09-11 16:51:23 +02:00
heitbaum
bf8779ca9a squashfs-tools: update to 4.5
update from 4.4 to 4.5
commits:
- https://github.com/plougher/squashfs-tools/compare/4.4...4.4-git.1
  - incorporates gcc10 patch
- https://github.com/plougher/squashfs-tools/compare/4.4-git.1...4.5
2021-09-11 23:21:26 +10:00
heitbaum
7a439c1d40 parted: update parted:init to use /usr/sbin 2021-08-28 13:41:07 +10:00
heitbaum
b2484c68fe systemd: update to 247.9
update from 247.7 (2021-05-16) to 247.9 (2021-08-07)

changelog:
- https://github.com/systemd/systemd-stable/compare/v247.7...v247.9
2021-08-17 21:23:29 +10:00
Ian Leonard
5db34cb1fb busybox: drop host package
busybox:host installs two binaries into $TOOLCHAIN:

arch - the same as "uname -m"
cryptpw - generates password hashes - replaced with python

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-08-12 00:15:41 +00:00
Ian Leonard
2cb6f17526 config/buildsystem: generate password hash in add_user using python
Python3's crypt module is capable of generating password hashes. Use that
instead of busybox:host's cryptpw function.

Move password hashing into config/function's add_user(), so one need not
remember to generate the hash and then pass it into add_user().

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-08-12 00:15:01 +00:00
CvH
b30f709a56 Merge pull request #5266 from antonlacon/oe-init
init: stop checking for OPENELEC_ARCH
2021-08-11 13:23:45 +02:00
CvH
82e29f9e54 Merge pull request #5361 from vpeter4/utf8
glibc: include C.UTF-8 locale in image
2021-08-11 13:23:09 +02:00
CvH
9099377b1d Merge pull request #5204 from lrusak/systemd-hwdb
systemd: use default hwdb service
2021-08-11 13:11:43 +02:00
CvH
8c196a1a70 Merge pull request #5279 from heitbaum/systemd
systemd: update to 247.7
2021-08-11 13:10:25 +02:00