aboutsummaryrefslogtreecommitdiff
path: root/utils/hfsprogs
Commit message (Collapse)AuthorAge
* hfsprogs: remove unused libbsdGuilherme Janczak2022-07-28
| | | | | | | hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside `#ifdef` and don't show up on the OpenWRT package. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* hfsprogs: update to 540.1.linux3Rosen Penev2022-05-25
| | | | | | | | Updates hfsprogs from 2011 to 2013 version. Updated patches to latest Debian ones. Kept custom OpenWrt ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix compilation under glibcRosen Penev2020-12-30
| | | | | | | | Seems sys/sysctl.h was removed. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | sys/cdefs.h does not come with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hfsprogs: fix compile with newer muslRosen Penev2020-03-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Remove self from PKG_MAINTAINERFlorian Fainelli2019-12-21
| | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* hfsprogs: Fix wide string literal in fsck_hfsHenry Cross2019-05-26
| | | | Signed-off-by: Henry Cross <51044550+solenoglyph@users.noreply.github.com>
* hfsprogs: Fix compilation with uClibc-ngRosen Penev2019-05-05
| | | | | | Replaced deprecated and unsupported valloc with posix_memalign. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* hfsprogs: fix when not linking aginst glibcMatthew McClintock2017-04-18
| | | | | | Only link with libbsd when we are using GLIBC Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
* hfsprogs: Fix build failures with external toolchainsFlorian Fainelli2017-04-02
| | | | | | | | | | | Several problems were found with building against an external toolchain: * TARGET_CPPFLAGS was missing which would prevent finding the headers * TARGET_LDFLAGS also was not passed correctly * when building against glibc, since we use strlcpy() we need to link against libbsd Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* hfsprogs: fix building on macOSMichael Belyaev2017-01-31
| | | | Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
* utils: Fix some typos (mostly found by codespell)Stefan Weil2016-04-30
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* hfsprogs: fix build with muslDaniel Golle2015-06-28
| | | | | | Do not make use of sysctl in makehfs.c on non-glibc systems. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hfsprogs: initial importFlorian Fainelli2015-03-27
Adds supports for hfsprogs, allowing the creation and verification of HFS/HFS+ filesystems. This creates two selectable packages: - hfsfsck - mkhfs A filesystem checking script is included with hfsfsck to allow OpenWrt to check/repair filesystem errors. Using Ubuntu's 332.25 sources plus their patches from debian/patches/. Signed-off-by: Florian Fainelli <florian@openwrt.org>