aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux/patches
Commit message (Collapse)AuthorAgeFilesLines
* util-linux: remove custom pkgconfig patchRosen Penev2021-01-311-76/+0
| | | | | | | | | | | Replace with sed as done elsewhere. Fixes error with at least btrfs-progs: Package '@LIBSELINUX@', required by 'mount', not found Package '@LIBCRYPTSETUP@', required by 'mount', not foun Signed-off-by: Rosen Penev <rosenp@gmail.com>
* util-linux: update to 2.36.1Rosen Penev2020-12-162-27/+1
| | | | | | | | Removed upstream patch. Refreshed other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* util-linux: update to 2.36Rosen Penev2020-08-312-1/+27
| | | | | | | | | hwclock was fixed to work with musl. Unfortunately, the fix breaks under musl 1.2.x. Backported patch to fix that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* util-linux: Update to 2.35.1Daniel Engberg2020-02-202-2/+2
| | | | | | | | Update util-linux to 2.35.1 and refresh patches. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> [commit subject and description tweaks] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* util-linux: Update to 2.34Daniel Engberg2019-07-081-1/+1
| | | | | | | Update util-linux to 2.34 Refresh patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* util-linux: Update to 2.33Daniel Engberg2018-11-151-1/+1
| | | | | | | Update util-linux to 2.33 Refresh patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* packages/util/util-linux: Update to 2.32Paul Wassi2018-03-311-2/+2
| | | | | | | | | | - Update to upstream 2.32 - License file 'getopt/COPYING' not present (any more) - Disable 'chown root:root'-commands during 'make install' - Add new dependency to wipefs - Refresh patch 003 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* util-linux: avoid using the getrandom syscallFelix Fietkau2017-09-291-0/+14
| | | | | | | | | | | getrandom blocks until the random pool is being initialized. Unfortunately, this code is being called early during init to create the overlay filesystem, on some devices leaving little chance for a successful random pool init. True randomness is not that important here, so fix this issue by sticking to using /dev/urandom, like in older versions of this code. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* utils/util-linux: Update to 2.30.1Daniel Engberg2017-08-211-2/+2
| | | | | | Refresh patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* utils/util-linux: Update to 2.29.2Daniel Engberg2017-03-222-35/+1
| | | | | | | | | | Update util-linux to 2.29.2 Remote 0001-fix-uClibc-ng-scanf-check.patch as it's been merged upstream. Refresh patches Change ncurses to ncursesw to fix compilation and avoid confusion Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Felix Fietkau <nbd@nbd.name> [remove faulty dependency changes]
* Revert "utils/util-linux: Update to 2.29.2"John Crispin2017-03-222-1/+35
| | | | | | | | This reverts commit eac1a548573a0262e9f36aeee95ed071f6040703. This patch caused the builders to blow up. Signed-off-by: John Crispin <john@phrozen.org>
* utils/util-linux: Update to 2.29.2Daniel Engberg2017-03-222-35/+1
| | | | | | | | | Update util-linux to 2.29.2 Remote 0001-fix-uClibc-ng-scanf-check.patch as it's been merged upstream. Refresh patches Change ncurses to ncursesw to fix compilation and avoid confusion Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* util-linux: fix scanf fallback detection for uClibc-ngWaldemar Brodkorb2016-06-051-0/+34
| | | | | | | | | uClibc-ng pretends to be GNU libc 2.2 and then a fallback scanf check is tried, so that libmount is disabled afterwards. Add a fix already suggested upstream. Add librt dependency required for other apps, too. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
* util-linux: update to version 2.28Hauke Mehrtens2016-04-175-327/+16
| | | | | | | | | | | | | | | The following patches were merged upstream: * 0001-switch_root-improve-statfs-f_type-portability.patch * 0002-lib-colors-use-static-buffers-when-parse-scheme.patch * 002-mkostemp.patch The following patch is not needed any more because all libc implementations support alloc in sscanf: * 001-no-printf-alloc.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49191
* util-linux: fix pkgconfig filesNicolas Thill2015-03-091-0/+62
| | | | | | | | | Upstream choose to not rely on configure.ac and recursively expand paths in pkgconfig files at make time, leading to absolute /usr/include & /usr/lib in there... And we don't want that when cross-compiling... Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44627
* util-linux: update to 2.25.2Luka Perkov2014-11-306-114/+190
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43443
* util-linux: use qsort instead of qsort_r to fix compile error with muslFelix Fietkau2014-06-091-0/+36
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41059
* util-linux: backport upstream fix for unshare utilityJohn Crispin2014-03-301-0/+44
| | | | | | | the unshare utility wasn't getting certain defines for mount anymore. SVN-Revision: 40302
* util-linux: update to 2.24.1Luka Perkov2014-03-244-65/+69
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40010
* packages: clean up the package folderJohn Crispin2013-06-213-0/+165
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007