non port: sysutils/e2fsprogs/files/patch-e2fsck__unix.c |
SVNWeb
|
Number of commits found: 16 |
Sat, 1 Oct 2022
|
[ 14:54 Matthias Andree (mandree) ] 14e733a (Only the first 10 of 51 ports in this commit are shown above. )
sysutils/e2fsprogs: 1/2 rename to -core, strip FLAVORS and /sbin
This is the first commit that renames e2fsprogs to e2fsprogs-core,
makes the necessary changes to Makefiles, strips the FLAVORs that
determined how to link or copy to /sbin. The latter feature will
be placed into a new e2fsprogs port that just copies two files to /sbin.
A followup 2/2 commit will then add the new e2fsprogs port.
This is done so that Git can properly track the rename.
While here, switch from FreeBSD's dd to GNU coreutils's dd
in an attempt to fix sporadic m_offset self-test failures.
|
Sat, 6 Feb 2021
|
[ 15:42 mandree ]
sysutils/e2fsprogs: update to new upstream release v1.46.0
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.0.txt?h=v1.46.0
The major item in porting is to switch from GNU libc's qsort_r()
interface to ours, but see https://reviews.freebsd.org/D17083
Also, it appears at cursory glance that it takes the FUSEFS option
to get HAVE_PTHREAD_H #defined. Just pass -DHAVE_PTHREAD_H through
CPPFLAGS without further investigation.
Finally, there appears to be some confusion around __u64 vs.
unsigned long long, we get format string complaints. Use <inttypes.h>
and leverage the PRIu64 macro.
I do not intend to MFH this.
|
Tue, 2 Feb 2021
|
[ 23:15 mandree ]
sysutils/e2fsprogs: update to new 1.45.7 upstream release
Changelog:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.45.7.txt?h=v1.45.7
MFH: 2021Q1
|
Tue, 24 Mar 2020
|
[ 09:54 mandree ]
sysutils/e2fsprogs: Add a note about _XOPEN_SOURCE patching vs SIGINFO
This only affects a non-applied banner text for a patch, so
no code changes, no rebuilds, no PORTREVISION bump.
|
Mon, 23 Mar 2020
|
[ 09:42 mandree ]
sysutils/e2fsprogs: Update to 1.45.6
Add three patches (one was extended) by Ted Y. Ts'o to fix various
issues (loff_t and type related).
Drop our own obsolete patches.
While here, drop obsolete parts of some of our patches
(malloc.h -> stdlib.h).
Since the online release notes are not available yet,
this is from doc/RelNotes/v1.45.6.txt, omitting Linux-/Hurd-specifics.
UI and Features
--------------- (Only the first 15 lines of the commit message are shown above )
|
Sat, 20 Jul 2019
|
[ 09:10 mandree ]
Update e2fsprogs to new upstream release 1.45.3.
Moves fuse2fs from $(PREFIX)/sbin to $(PREFIX)/bin (it does not
require privileges).
Bugfix for e2fsck file systems that enabled large_dir and inline
directories at the same time.
Translation bug fixes.
Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.3>
MFH: 2019Q3
|
Tue, 10 Jul 2018
|
[ 13:48 mandree ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to new upstream release 1.44.3.
* several features for debugfs added
* there is a new e2mmpstatus command
* there are several bug fixes, among them endianness fixes and robustness
fixes against corrupted input.
* add hashmap.h header file, for libext2fs users
* a few type fixes for format strings,
found while building for MIPS, ARM, or i386
* add new option SLOWTESTS which prevents skipping of slow tests
* add new option BASHTESTS which enables tests that require bash
(currently affects only the test f_large_dir that is also marked
as slow)
Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.3>
Reset PORTREVISION in slave ports, e2fsprogs{-libss,-libuuid} now
that we have bumped PORTVERSION.
MFH: 2018Q3
|
Sat, 28 Apr 2018
|
[ 14:30 mandree ]
Regression/bug fix update to e2fsprogs 1.44.1.
ChangeLog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.1>
MFH: 2018Q2
|
Sat, 10 Sep 2016
|
[ 18:53 mandree ]
Ignore SIGINFO during self-tests.
In the FreeBSD-specific patch, when the environment variable
e2fsprogs_inhibit_SIGINFO exists (whatever its content, even if empty),
do NOT install the SIGINFO handler. Leverage this when running the
self-tests. This is to avoid false negatives during the self-tests due
to interspersed SIGINFO output redirected from stderr to the log files.
Bump PORTREVISION because this changes the e2fsck utility.
|
[ 18:00 mandree ]
Update to new upstream release 1.43.3.
ChangeLog: (also see the log for 1.43.2 that the port skipped!)
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.3>
While here, refresh patches, and time-limit programs in self-test suite
to 60 s CPU time each, to avoid runaway processes from stalling the
self-tests for too long.
Still no joy on FreeBSD 11+ - the self-test results hint to massive data
loss, and more than 10 self-tests fail.
|
Fri, 15 Jul 2016
|
[ 12:16 mandree ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to new upstream release 1.43.1.
1.43.1 has seen several FreeBSD portability fixes upstream, so we could
finally upgrade the port. Tweaking the test set for non-high-end
computers took a while.
Make set of self-tests configurable. Add Perl and GNU dd to build
dependency list when needed so tests can pass in a poudriere build.
Assorted other tweaks.
Upstream's change log:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1 and
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43
|
Wed, 8 Oct 2014
|
[ 17:33 mandree ]
Unbreak port:
- Refresh old patches to avoid fuzz.
- Add two upstream patches to fix the use-after-free() issue.
- There seem to be double-free() issues left but these do not show during
self-test, only under valgrind instrumentation so we'll move the port
ahead and get packages while working with upstream to debug this through
the end.
- Bump PORTREVISION to 1.
|
Tue, 7 Jan 2014
|
[ 00:00 mandree ]
- Update to new upstream release 1.42.9, release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.9>
- Add MAKE_ENV+=CHECK_CMD=@true to avoid build failures in intl/, which
apparently does not include MCONFIG currently.
- Regenerate (and in two cases, modify) patches.
|
Thu, 27 Jun 2013
|
[ 22:41 mandree ]
Update to new upstream release 1.42.8.
ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.8>
Switch to KERNEL_ORG site and enable USE_XZ for 25 % smaller download.
Switch to USE_CSTD=gnu99 (was gnu89). Disable 2TB r_*_big_expand tests due
to their space requirements, reenable m_bigjournal, and also skip
f_extent_oobounds which breaks inside Tinderbox but is fine outside.
|
Sun, 1 Apr 2012
|
[ 15:29 mandree ]
Update to upstream bugfix/speedup release 1.42.2.
Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html>
Feature safe: yes
|
Thu, 16 Feb 2012
|
[ 00:50 mandree ] (Only the first 10 of 16 ports in this commit are shown above. )
Upgrade to new upstream release v1.42.
Changelog:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42
|
Number of commits found: 16 |