Adolf Belka
9f54f60bb1
util-linux: Update to version 2.38.1
...
- Update from version 2.38 to 2.38.1
- Update of rootfile not required
- Changelog
util-linux 2.38.1 Release Notes
BSD:
- Use byteswap.h and endian.h defined macos when present [Warner Losh]
column:
- fix buffer overflow when -l specified [Karel Zak]
- fix greedy mode on -l [Karel Zak]
configure.ac:
- add lsns option [Fabrice Fontaine]
dmesg:
- fix --since and --until [Karel Zak]
docs:
- update AUTHORS file [Karel Zak]
fstrim:
- Remove all skipped entries before de-duplication [Scott Shambarger]
- check for ENOSYS when using --quiet-unsupported [Narthorn]
hardlink:
- Document '-c' option in manpage [FeRD (Frank Dana)]
- Fix man page docs for '-v/--verbose' [FeRD (Frank Dana)]
- Move -c option in --help [FeRD (Frank Dana)]
- require statfs_magic.h only when reflink support enabled [Karel Zak]
- use info rather than warning message [Karel Zak]
irqtop:
- fix compiler warning [-Werror=format-truncation=] [Karel Zak]
- remove unused variable [Karel Zak]
lib/fileutils:
- fix compiler warning [Karel Zak]
lib/logindefs:
- fix compiler warning [-Werror=format-truncation=] [Karel Zak]
lib/strutils:
- add ul_strchr_escaped() [Karel Zak]
libblkid:
- (bsd) fix buffer pointer use [fuzzing] [Karel Zak]
- (hfs) fix label use [fuzzing] [Karel Zak]
- (hfs) fix make sure buffer is large enough [Karel Zak]
- (mac) make sure block size is large enough [fuzzing] [Karel Zak]
- (probe) fix size and offset overflows [fuzzing] [Karel Zak]
- (swap) fix magic string memcmp [fuzzing] [Karel Zak]
- simplify 'leaf' detection [Karel Zak]
- update documentation of BLOCK_SIZE tag [Andrey Albershteyn]
libfdisk:
- (gpt) Add UUID for Marvell Armada 3700 Boot partition [Pali Rohár]
- meson.build fix typo [Anatoly Pugachev]
libmount:
- fix and improve utab update on MS_MOVE [Karel Zak]
- when moving a mount point, all sub mount entries in utab should also be updated [Franck Bui]
libuuid:
- (man) uuid_copy() -- add missing parenthesis [Andrew Price]
- improve cache handling [d032747]
logger:
- make sure structured data are escaped [Karel Zak]
loopdev:
- set block_size when using LOOP_CONFIGURE [Hideki EIRAKU]
losetup:
- Fix typo for the --sector-size docs [Alberto Ruiz]
lsblk:
- fix JSON output when without --bytes [Karel Zak]
lscpu:
- keep bogomips locale output locale sensitive [Karel Zak]
lsfd:
- add static modifier to nodev_table [Masatake YAMATO]
- delete __unused__ attribute for an used parameter [Masatake YAMATO]
- fix compiler warning [-Werror=maybe-uninitialized] [Karel Zak]
- fix crash triggered by an empty filter expression [Masatake YAMATO]
lsirq:
- improve --sort IRQ [Karel Zak]
lslogins:
- fix free() invalid pointer [Karel Zak]
- improve prefixes interpretation [Karel Zak]
lsns:
- (man) add ip-netns to "SEE ALSO" section [Masatake YAMATO]
- improve dependence on NS_GET_ ioctls [Karel Zak]
meson:
- fix compilation without systemd [Rosen Penev]
- fix when HAVE_CLOCK_GETTIME is set [Nicolas Caramelli]
more:
- avoid infinite loop on --squeeze [Karel Zak]
po:
- merge changes [Karel Zak]
- update de.po (from translationproject.org) [Mario Blättermann]
- update hr.po (from translationproject.org) [Božidar Putanec]
- update ja.po (from translationproject.org) [Takeshi Hamasaki]
- update uk.po (from translationproject.org) [Yuri Chornoivan]
po-man:
- merge changes [Karel Zak]
- update fr.po (from translationproject.org) [Frédéric Marchal]
- update uk.po (from translationproject.org) [Yuri Chornoivan]
sfdiks:
- (man) fix example [Karel Zak]
sulogin:
- fix includes [Karel Zak]
switch_root:
- (man) fix return code description [Karel Zak]
taskset:
- fix use of err_affinity() [csbo98]
tests:
- don't compile lsfd/mkfds helper on macos, since it's linux only [Anatoly Pugachev]
- fdisk/bsd update expected output for ppc64le [Chris Hofstaedtler]
- fix misc/setarch run in a docker environment [Anatoly Pugachev]
- make libmount tests more portable [Karel Zak]
- report failed tests [Karel Zak]
unshare:
- Fix "you (user xxxx) don't exist" error when uid differs from primary gid [Sol Boucher]
uuidd:
- allow AF_INET in systemd service [Karel Zak]
- remove also PrivateNetwork=yes from systemd service [Karel Zak]
zramctl:
- fix compiler warning [-Werror=maybe-uninitialized] [Karel Zak]
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org >
Reviewed-by: Peter Müller <peter.mueller@ipfire.org >
2022-09-12 06:04:54 +00:00
Peter Müller
9a7e4d8506
Switch checksums from MD5 to BLAKE2
...
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.
While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.
Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.
In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/ .
Cc: Michael Tremer <michael.tremer@ipfire.org >
Signed-off-by: Peter Müller <peter.mueller@ipfire.org >
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Michael Tremer
f5ffdb75ce
util-linux: Update to 2.38
...
This patch also enables building hardlink(8)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2022-03-30 13:58:53 +00:00
Michael Tremer
0b05f00350
util-linux: Update automake
...
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2021-03-06 11:14:50 +00:00
Peter Müller
eee037b890
update disclaimer in LFS files
...
Most of these files still used old dates and/or domain names for contact
mail addresses. This is now replaced by an up-to-date copyright line.
Just some housekeeping... :-)
Signed-off-by: Peter Müller <peter.mueller@link38.eu >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2018-09-10 19:20:36 +01:00
Marcel Lorenz
6e1cf84266
util-linux: update to 2.28.2
...
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org >
Reviewed-by: Stefan Schantl <stefan.schantl@ipfire.org >
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org >
2017-07-05 17:23:52 +01:00
Arne Fitzenreiter
b7aff3d714
util-linux: remove extern fstrim and eject packages.
2014-01-11 14:21:02 +01:00
Arne Fitzenreiter
1ee33ddadf
util-linux: update to 2.24.
...
this is needed for newer udev versions but need some initskript
changes. The updater and arm rootfile is not finished yet.
2013-11-17 18:51:04 +01:00
Michael Tremer
b7d60471a2
Remove tons of old uClibc/installer system related stuff.
2012-08-11 18:13:23 -04:00
Michael Tremer
3c620eb468
toolchain: util-linux has been removed from toolchain.
2012-08-11 17:57:50 -04:00
Michael Tremer
0112049091
util-linux: Build fixes for new kernel headers.
2011-09-02 19:58:23 +00:00
Michael Tremer
51f9e7ace1
Add support to build an ARM toolchain.
2011-09-02 12:06:09 +00:00
ms
70df830214
Ein Paar Dateien fuer die GPLv3 angepasst.
...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
ms
a08c3a2eb1
Die Abhaengigkeitspakete vom Samba erstellt.
...
vsftpd hinzugefuegt... :D Vergebt mir...
Paketmanager weitergebaut. Installiert nun die Pakete alle richtig (auch mit Abhaengigkeiten).
Samba aktualisiert.
Bootsplash entfernt.
mc-Alias erstellt, sodass der auf der Textkonsole ordentlich zu bedienen ist.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@583 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-05-26 19:04:16 +00:00
ms
bc9f0c12b3
Ich hab mal ueber die Feiertage nen kleinen Rewrite von dem Installersystem gemacht.
...
Ich hoffe somit mal das locale-Problem in den Griff zu bekommen.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@369 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-12-25 20:53:27 +00:00
ms
72d80898e3
Kudzu, ReiserFS, uClibc, gettext und Arbeit am Installer
...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@346 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-11-20 19:56:08 +00:00
ms
a6316ce423
Zwischencommit Installer...
...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@333 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-10-30 20:23:28 +00:00
ms
dd714b8aad
Habe IPFire auf LFS 6.2 gebracht.
...
Das hier ist der erste Teil.
Nur Toolchain bisher.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@297 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-09-30 16:33:03 +00:00
ipfire
cd1a292722
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-02-15 21:15:54 +00:00