Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Feb 2021 20:26:49
1.46.1

|
mandree  |
sysutils/e2fsprogs: update to v1.46.1, bug fixes
Release notes:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.1.txt?h=v1.46.1
This removes the -DHAVE_PTHREAD_H (in CPPFLAGS) and qsort_r() patches
to e2fsck/rehash.c we used in v1.46.0. They are no longer needed in v1.46.1. |
06 Feb 2021 15:42:06
1.46.0

|
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. |
04 Feb 2021 01:50:47
1.45.7

|
mandree  |
e2fsprogs: make build more robust
Depending on external circumstances and options that I have not fully
investigated, several build-time failures occurred that were one of:
- missing symbols in liblzma (static build missed libmd)
on some versions with LIBUNWIND enabled
- sometimes /bin/csh being pulled up for scripting, breaking in
various places, reason unclear, possibly artifact of next one:
- questionable BASHTESTS handling cleaned up
As these are fixes for a potentially broken build,
no PORTREVISION bump necessary.
MFH: 2021Q1 |
02 Feb 2021 23:15:15
1.45.7

|
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 |
01 Jan 2021 23:03:53
1.45.6_5

|
linimon  |
Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.
Approved by: portmgr (tier-2 blanket) |
21 Dec 2020 15:23:02
1.45.6_5

|
otis  |
sysutils/e2fsprogs: Fix pkg-install
Fix pkg-install script where a closing ']' was missing.
Submitted by: Giacomo Olgeni
Reviewed by: osa (mentor), mandree
Approved by: osa (mentor), mandree
Differential Revision: https://reviews.freebsd.org/D27693 |
23 Sep 2020 12:44:17
1.45.6_4

|
mandree  |
- make /sbin/e2fsck and /sbin/fsck_ext2fs visible in pkg catalog/"pkg which",
so that "pkg which /sbin/e2fsck" yields the proper result.
* this entails symlinking from $PREFIX/sbin to /sbin, and the pkg-install
script will attempt to replace the symlinks by hard links if possible.
pkg 1.15.4 cannot deal with packaged hard links and will fail.
* Note that it is unavoidable that these be in /sbin because /usr/local or
/usr may not be mounted and consequently ext2 file systems could not
be fsck-ed or mounted from /etc/fstab.
There will be no port option to avoid /sbin installs for now. We have too
many options already and the testing effort increases exponentially.
- make sure pkg-message appears on both install and upgrade
- clean up and document/comment pkg-install so that armchair experts
will not pester me with meaningless change requests
- bugfix/change: logic of mke2fs.conf upgrade handling to present less work for
users on port/package upgrades
- bump PORTREVISION
PR: 249284 (related) |
25 Jun 2020 18:44:30
1.45.6_3

|
mandree  |
sysutils/e2fsprogs: fix "blkid" probe-all feature
e2fsprogs's misc/blkid utility would expect a /proc/partitions file
in a Linux-specific format. Add code to read the kern.geom.conftxt
sysctl(3) value instead, and adjust parser.
While here, patch /etc/blkid.tab location to ${ETCDIR}.
Reported by: Adam Dobrawy (private mail)
Tip to: bapt@ (for the pointer to kern.geom.conftxt) |
12 Apr 2020 02:34:26
1.45.6_2

|
mandree  |
e2fsprogs, rawtherapee: Repair more UCL pkg-message conversion errors.
Both pkg-message texts are relevant for updates.
Reverting this part of UNAUTHORIZED commits, and bump PORTREVISION.
Clean up pkg-message.
Failure-inducing commits:
------------------------------------------------------------------------
r508837 | mat | 2019-08-13 18:03:11 +0200 (Tue, 13 Aug 2019) | 2 lines
Convert to UCL & cleanup pkg-message (categories e-g)
------------------------------------------------------------------------
r508909 | mat | 2019-08-14 14:16:12 +0200 (Wed, 14 Aug 2019) | 2 lines
Convert to UCL & cleanup pkg-message (categories s)
------------------------------------------------------------------------ |
31 Mar 2020 22:10:59
1.45.6_1

|
mandree  |
sysutils/e2fsprogs: install extfs.info (if DOCS is enabled)
This should have appened along with r453102/r453120 on 2017-10-29,
when shared libext2fs and headers were added to the install.
Bump PORTREVISION.
Reported by: swills@ |
24 Mar 2020 09:54:01
1.45.6

|
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. |
23 Mar 2020 09:42:54
1.45.6

|
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 ) |
03 Mar 2020 12:56:16
1.45.5_4

|
mat  |
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940 |
17 Feb 2020 21:54:23
1.45.5_4

|
mandree  |
sysutils/e2fsprogs: Fix powerpc32 build
PR: 242798
Reported by: canardo909@gmx.com
Obtained from: Theodore Y. Ts'o <tytso@mit.edu> (upstream maintainer)
MFH: 2020Q1 (fixes build on powerpc) |
03 Feb 2020 00:34:16
1.45.5_3

|
mandree  |
Be more careful about what and how we link.
Only link what we need (--as-needed) to get unnecessary dependencies
out of the executables.
Be sure to properly link libc dynamically and the rest statically,
especially libgcc (-static-libgcc, should fix powerpc* builds => [1])
After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@).
As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is
useless. Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it
libmagic.so.4; patch to lib/support/plausible.c).
Refresh files/patch-misc__Makefile.in
PR: 242798 [1] |
31 Jan 2020 02:13:24
1.45.5_2

|
mandree  |
Try to fix powerpc build, add LIBUNWIND option.
We've had a USES+=compiler:c11 on powerpc64,
see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570>
extend and use it on all powerpc* in an attempt to fix PR 242798.
If that doesn't help, add a LIBUNWIND option that makes e2fsck's
signal catcher use libunwind instead of libexecinfo - FreeBSD's
stack unwinder doesn't currently work from signal handlers (#243746),
libunwind does and is supposed to work on powerpc and powerpc64,
among others.
PR: 242798
Reported by: canardo909@gmx.com |
30 Jan 2020 23:07:43
1.45.5_1

|
mandree  |
sysutils/e2fsprogs: Try and enable backtrace() where possible.
The configure script doesn't find backtrace() because it does not
attempt linking against -lexecinfo -lelf.
Note that currently backtrace() is broken at least on 12.1 amd64, and
does not return any frames. Filed separately as
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243746>
PR: 242798 (which prompts this change, but is not fixed) |
11 Jan 2020 18:34:14
1.45.5

|
mandree  |
e2fsprogs security update to 1.45.5
Release Notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.5
MFH: 2020Q1 (patchlevel upgrade with security fixes)
Security: 8b61308b-322a-11ea-b34b-1de6fb24355d
Security: CVE-2019-5188 |
21 Dec 2019 11:22:17
1.45.4

|
mandree  |
sysutils/e2fsprogs: update to 1.45.4 (security fix)
Release Notes: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.4
This removes some patches or hunks that were integrated upstream.
MFH: 2019Q4
Security: ad3451b9-23e0-11ea-8b36-f1925a339a82
Security: CVE-2019-5094 |
17 Sep 2019 19:21:45
1.45.3_2

|
tobik  |
Fix some misspelled or duplicated LICENSE_* |
14 Aug 2019 12:16:13
1.45.3_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
30 Jul 2019 11:59:29
1.45.3_2

|
mandree  |
Fix f_pre_1970_date_encoding on all 32-bit architectures but i386.
e2fsck would misparse the E2FSCK_TIME environment variable on architectures
where sizeof(long) < sizeof(time_t), i. e. all 32-bit architectures but i386.
This led to f_pre_1970_date_encoding test failures.
Note that I haven't tested the change for lack of respective hardware
or qemu rigs, and prior to receiving the reporter feedback, but
it would appear the fix is safe and plausible in itself.
Bump PORTREVISION as this changes the code on all architectures,
and to trigger version-based rebuild attempts where needed.
See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932906
Reported by: Thorsten Glaser <tg@mirbsd.de> against Debian
Reported by: Stanislav S. Grinkin (privately) against FreeBSD
Reported by: prior fall-out and BROKEN_<ARCH> tags
Obtained
from: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=a368e0cbfb33d3050dcccccf0bf5a5539d3dac39
MFH: 2019Q3 |
26 Jul 2019 20:46:57
1.45.3_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
20 Jul 2019 09:10:42
1.45.3

|
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 |
01 Jun 2019 13:27:33
1.45.2

|
mandree  |
Update e2fsprogs to new upstream release 1.45.2
Various bugfixes, and added Portuguese locale.
Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian translations.
Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.2>
MFH: 2019Q2 |
29 Mar 2019 21:49:03
1.45.0

|
mandree  |
Update e2fsprogs suite to v1.45.0.
Sorry that this happens so short before the 2019Q2 branch; the
e2fsprogs.sourceforge.net website hadn't been updated for 1.44.6 and 1.45.0.
I am not packaging e2scrub[_all] as FreeBSD does not support LVM,
Linux's logical volume manager.
Changelogs:
<https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.44.6.txt>
<https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.45.0.txt>
While here, reset misc/e2fsprogs-libuuid PORTREVISION back to 0 now that
the included PORTVERSION got bumped. |
22 Dec 2018 09:53:39
1.44.5

|
mandree  |
Update sysutils/e2fsprogs to new upstream release 1.44.5
Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.5>
MFH: 2018Q4 |
12 Dec 2018 01:35:36
1.44.4_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
04 Dec 2018 22:36:34
1.44.4

|
mandree  |
Align *_DEPENDS and use paths for bash in my ports; fix var name.
On systems where bash is in $PATH but not in ${LOCALBASE}/bin/bash,
ilmbase would fail to build, and e2fsprogs might fail if the
BASHTESTS option was enabled.
Make sure that the _DEPENDS and the actual path handed to the configure or
test rig match to the letter, to avoid a time-of-check vs. time-of-use
discrepancy.
In e2fsprogs, the helper variable was also mistyped and would never
amend to BUILD_DEPENDS. Fix typo.
Check my other ports, but wiggle and xmlto [textproc/] seem unaffected.
Reported by: J R Matthews (direct email)
MFH: 2018Q4 |
22 Sep 2018 14:40:13
1.44.4

|
mandree  |
Attempt to fix build on powerpc64.
Since the reporter has refused to test my proposed patch twice,
I am committing this anyways.
PR: 231570
Reported by: Piotr Kubaj <pkubaj@anongoth.pl> |
27 Aug 2018 23:45:26
1.44.4

|
mandree  |
Update sysutils/e2fsprogs to new upstream release 1.44.4.
This is a bug fixing release.
Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.4>
MFH: 2018Q3 |
10 Jul 2018 13:48:31
1.44.3

|
mandree  |
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 |
07 Jul 2018 21:58:30
1.44.2

|
mandree  |
sysutils/e2fsprogs: unmark broken on MIPS and ARM:
f_pre_1970_date_encoding self-test passes on MIPS64 w/ releng/11.2. |
07 Jul 2018 20:00:31
1.44.2

|
mandree  |
sysutils/e2fsprogs: fixup regression of MASTERDIR check. |
07 Jul 2018 19:20:59
1.44.2

|
mandree  |
Apply no-sbrk() patch only to master port. |
07 Jul 2018 13:05:33
1.44.2

|
mandree  |
Unbreak aarch64 compilation by removing sbrk() references. |
08 Jun 2018 03:59:36
1.44.2

|
linimon  |
Also mark broken on other tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
18 May 2018 19:36:48
1.44.2

|
mandree  |
Update to new upstream release 1.44.2.
Most important changes over 1.44.1_1:
e2fsck: adjust quota counters when clearing orphaned inodes
e2fsprogs: fix Free Software Foundation address
mke2fs: print error string if ext2fs_close_free() fails
po: update pl.po (from translationproject.org)
Use @AR@ instead of hardcoded 'ar'
Changelog over 1.44.1:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.2>
MFH: 2018Q2 |
11 May 2018 11:56:29
1.44.1_1

|
mandree  |
Cherry-pick upstream bug fixes from Git.
This is pending an 1.44.2 release, and contains these fixes from maint:
filefrag: avoid temporary buffer overflow
libext2fs: add sanity checks for ea_in_inode
e2image: fix metadata image handling on big endian systems
e2fsck: warn if checkinterval and broken_system_clock both set
tests: don't leave temp files behind after running i_bitmaps
tests: add new test f_ea_inode_self_ref
chattr.1: 'a' and 'i' attribute do not affect existing file
MFH: 2018Q2 |
11 May 2018 10:51:36
1.44.1

|
des  |
Don't set USE_LDCONFIG for child ports. They will do so themselves if
they need it. Also, use PREFIX instead of LOCALBASE.
Not bumping PORTREVISION as the only observable effect is the absence of
a warning message caused by running ldconfig on a non-existent directory.
Approved by: maintainer (mandree@) |
28 Apr 2018 14:30:24
1.44.1

|
mandree  |
Regression/bug fix update to e2fsprogs 1.44.1.
ChangeLog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.1>
MFH: 2018Q2 |
14 Mar 2018 23:40:02
1.44.0

|
mandree  |
Security/bug fix update to e2fsprogs 1.44.0
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.0>
Reported by: Dutchman01
MFH: 2018Q1
Security: 2aa9967c-27e0-11e8-9ae1-080027ac955c |
20 Feb 2018 22:14:18
1.43.9

|
mandree  |
Bugfix update e2fsprogs to new upstream release 1.43.9.
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.9>
Reset e2fsprogs-libuuid's PORTREVISION. |
19 Feb 2018 05:18:06
1.43.8

|
linimon  |
Mark broken on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket) |
03 Jan 2018 12:35:12
1.43.8

|
mandree  |
Bugfix update to new upstream release 1.43.8.
This fixes a few important bugs where updates are missed, displayed data is
incorrect, a use-after-free-bug and fixes important bugs WRT super block
handling on big-endian systems (missed byte-swaps).
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.8>
MFH: 2018Q1 |
29 Dec 2017 15:20:54
1.43.7_4

|
emaste  |
sysutils/e2fsprogs: set LLD_UNSAFE to avoid linking with lld
One test fails when this port is linked with lld:
d_loaddump: debugfs load/dump test: failed
--- d_loaddump/expect 2017-10-16 05:45:45.000000000 +0000
+++ d_loaddump.log 2017-12-28 13:00:42.099973000 +0000
@@ -10,7 +10,7 @@
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
-test_filesys: 12/64 files (0.0% non-contiguous), 158/512 blocks
+test_filesys: 12/64 files (0.0% non-contiguous), 156/512 blocks
Exit status is 0 (Only the first 15 lines of the commit message are shown above ) |
30 Oct 2017 19:04:02
1.43.7_4

|
mandree  |
e2fsprogs, prepend new .so dir to RPATH/RUNPATH...
...so that the tools other than e2fsck find their libraries.
Reported by: ehaupt@ |
30 Oct 2017 16:55:27
1.43.7_3

|
mandree  |
Reconcile e2fsprogs ./. krb5-* conflicts.
* Move conflicting e2fsprogs headers & libs into .../e2fsprogs/... subdirs.
* Move conflicting awk scripts into ${DATADIR}.
* Rename and patch compile_et to e2fsprogs-compile_et.
* Remove conflict markers (from e2fsprogs and krb5-*).
* Add CPPFLAGS/LDFLAGS to sysutils/fusefs-ext2, including
--rpath setting.
While here, also:
* sort pkg-plist and files/unwanted
* use FUSEFS_CONFIGURE_ENABLE=fuse2fs to prevent e2fsprogs from picking up
fusefs (implies --disable-fuse2fs if the option remains disabled)
* add --without-included-gettext to CONFIGURE_ARGS just to be on the safe
side.
And of course, bump PORTREVISION to 3 in e2fsprogs. Since other ports
do not change files or runtime behaviour, their PORTREVISION remains
untouched. |
30 Oct 2017 00:16:28
1.43.7_2

|
mandree  |
Add CONFLICTS between krb5-* and e2fsprogs.
Reported by: jbeich@ |
29 Oct 2017 23:59:46
1.43.7_2

|
mandree  |
Also add com_err headers, .pc file, and compile_et.
Reported by: ehaupt@ |
29 Oct 2017 15:42:09
1.43.7_1

|
mandree  |
Install header and .pc (pkg-config) files, too.
Reported by: ehaupt@ |
29 Oct 2017 09:10:56
1.43.7

|
mandree  |
Update to new upstream 1.43.7, install libext2fs.so [1].
Install shared libraries, and use them (except for e2fsck, which links it
statically so it can be used from /sbin), requested by pgf@ and fsu@.
To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably
LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find
libuuid/libblkid).
Use @comment trick in pkg-plist to ignore not-to-install libraries (libss,
libblkid - these have their own ports) while shutting up make check-plist and
poudriere checks at the same time.
Reported by: pgf@, fsu@ [1] |
28 Sep 2017 19:32:19
1.43.6_1

|
jbeich  |
misc/e2fsprogs-{libblkid,libuuid}: lift BROKEN
After r450705 www/firefox requires -libuuid via audio/jack. Both slaves
built fine on 11.0, 11.1 and 12.0 aarch64.
Pointy hat to: mandree (r450553) |
24 Sep 2017 22:38:26
1.43.6_1

|
mandree  |
Add FUSEFS option. Assorted fixes.
This adds a FUSEFS option based on earlier work by Fedor Uporov (fsu@)
and Pedro Giffuni (pfg@).
While here, repair DOCS/NLS options, broken since r418578 (1.43.1).
Leverage OPTIONS_SUB to replace NLS and FUSEFS in pkg-plist.
Add --enable-libuuid to avoid picking up a dynamic system libuuid.so
from /usr/local which would break the static /sbin/e2fsck (by
including a lib below /usr).
Bump PORTREVISION.
Reported by: pfg@ |
10 Sep 2017 16:01:18
1.43.6

|
mandree  |
Update to new upstream release 1.43.6.
This fixes FreeBSD-related regressions observed in 1.43.4 and 1.43.5,
and portability issues around quota support on 32-bit builds.
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.6>
[The MFH request will also need to take 1.43.5 upgrades into account,
so the easiest would probably to merge the entire history since branching.]
MFH: 2017Q3 |
27 Aug 2017 12:21:09
1.43.5_1

|
mandree  |
Fix "invalid argument" regression.
e2fsprogs v1.43.4 and .5 appear to attempt unaligned writes to disk
devices, which causes "invalid argument" errors and failures.
Patch unix_io.c to always obtain the alignment requirements on
FreeBSD, so that e2fsprogs uses its own write buffers and read-
modify-write cycles when writing only parts of a block.
Bump PORTREVISION, as crucial executables and libs change.
While here, bump self-test requirement to FreeBSD >= 12,
since the maintainer has tested these on 11.0/11.1 amd64/i386.
Reported by: Artyon Mirgorodsky (in private) |
12 Aug 2017 21:49:59
1.43.5

|
mandree  |
Reenable four architectures for now. |
12 Aug 2017 21:49:49
1.43.5

|
mandree  |
Fix quota warnings in non-LP64 mode (11.x i386).
PR: 221447
Reported by: vvd@unislabs.com |
12 Aug 2017 10:12:47
1.43.5

|
mandree  |
Upgrade to new upstream release 1.43.5, assorted fixes.
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5>
Add proper LICENSE* statements to all the Makefiles of e2fsprogs
and its slave ports.
Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir,
instead of @[un]exec.
Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs
from polluting the system's /etc/blkid.tab in make check. |
30 May 2017 16:02:53
1.43.4

|
linimon  |
This port itself fails on tier-2, but its slave port does not.
I had not noticed it had a working slave port.
Noticed by: mmel
Approved by: portmgr (tier-2 blanket)
Pointy hat to: linimon |
27 May 2017 00:20:19
1.43.4

|
linimon  |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
13 May 2017 23:50:49
1.43.4

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
21 Apr 2017 22:59:11
1.43.4

|
mandree  |
Remove GNUism in grep basic regular expression in self-test.
Versus Kyle's submission, replace "egrep" by "grep -E" to avoid
reintroducing deprecated tools.
PR: 218614
Submitted by: Kyle Evans <bsdports@kyle-evans.net> |
26 Feb 2017 21:34:36
1.43.4

|
mandree  |
Fix build without NLS, adding %%NLS%% to pkg-plist.
Broken since r433466, update to 1.43.4, which added .mo files to
pkg-plist but forgot to add the %%NLS%% prefixes.
PR: 217378
Submitted by: Andrew Romanenko
Reported by: Andrew Romanenko
MFH: 2017Q1
Pointyhat: Matthias Andree |
05 Feb 2017 23:39:14
1.43.4

|
mandree  |
Update e2fsprogs to new upstream release 1.43.4.
This is predominantly a bug-fix release, it however ceases installing
the *ext4dev files, which have been replaced by *ext4 for quite a while,
and adds two translations [fi, ms].
While here, reset PORTREVISION on two slave ports.
ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4>
Note in particular this part of the ChangeLog:
<<Replace a test file but which had a "non-commercial use-only" copyright
permission file with a newer version from the Cyrus imapd package which
now has a 4-clause BSD license, which was making some lawyers nervous,
even though the test file in question was only used in lib/et's
regression testing and was never included in any compiled binary.
(Addresses Debian Bug: #840733)>>
PR: 216774
Reported by: Thomas Zander (riggs@)
MFH: 2017Q1 |
09 Jan 2017 13:16:50
1.43.3_3

|
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
14 Nov 2016 11:26:59
1.43.3_3

|
danfe  |
Do not terminate BROKEN messages with period, it is added by the framework. |
10 Nov 2016 01:21:43
1.43.3_3

|
linimon  |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
02 Nov 2016 22:45:14
1.43.3_3

|
mat  |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
21 Oct 2016 12:51:41
1.43.3_3

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
13 Oct 2016 13:08:10
1.43.3_3

|
amdmi3  |
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket |
12 Sep 2016 23:05:22
1.43.3_3

|
mandree  |
Fix bounced I/O on unaligned buffers (FreeBSD 11+)
The bounce-buffer I/O driver fix in patch-lib_ext2fs_unix__io.c is a
prototypical fix, and has been forwarded upstream, but it permits us to
pass all self-tests (mostly undo-related) that were still failing on
11.0-RC2 amd64. There is some potential for optimization,
posix_memalign() might save us quite a few memcpy() calls and replace
the now-repaired code paths by a simple pread[64]() or pwrite[64]().
Remove BROKEN, but insist (by setting BROKEN conditionally) on anything
that is FreeBSD 11 or newer, or non-i386/non-amd64, that the user runs
at least the small self-tests.
Revise option descriptions a bit.
Bump PORTREVISION. |
11 Sep 2016 10:26:25
1.43.3_2

|
mandree  |
Fix most of the FreeBSD 11+ issues, except e2undo.
Pull in upstream Git patch for lib/ext2fs/unix_io.c to fix unaligned
multi-block writes, and disable the two known failing e2undo patches
ONLY for the exact 1.43.3_2, even if "ALLTESTS" is enabled.
(Modify the post-patch:: target to avoid that.)
The port is still marked BROKEN on FreeBSD 11+ to protect the innocent,
but a TRYBROKEN=1 build that will not use e2undo should be fine now.
Obtained from: Ted Y. Ts'o (upstream maintainer) |
10 Sep 2016 18:53:56
1.43.3_1

|
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. |
10 Sep 2016 18:00:53
1.43.3

|
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. |
29 Jul 2016 13:29:21
1.43.1

|
mandree  |
Disable one self-test due to strange failures. |
21 Jul 2016 23:38:48
1.43.1

|
mandree  |
Fix bogus test failure on FreeBSD 9.x. |
20 Jul 2016 17:44:10
1.43.1

|
mandree  |
Do not mark slave ports broken on FreeBSD 11+ |
19 Jul 2016 22:28:29
1.43.1

|
mandree  |
Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000.
Submitted by: marino@ |
19 Jul 2016 21:47:55
1.43.1

|
mandree  |
Mark BROKEN on FreeBSD 11+ due to self-test failures.
Be sure not to run tests under NOTESTS. |
18 Jul 2016 23:36:42
1.43.1

|
mandree  |
Do not force options or Perl on slave ports. |
15 Jul 2016 12:16:01
1.43.1

|
mandree  |
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 |
23 May 2016 20:35:01
1.42.13

|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
29 Dec 2015 11:48:30
1.42.13

|
mandree  |
Update to upstream release 1.42.13.
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.13> |
24 Feb 2015 03:05:57
1.42.12_2

|
mandree  |
Add CPE_VENDOR to match NVD database. |
24 Feb 2015 00:17:50
1.42.12_2

|
mandree  |
Cherry-pick a security fix and a few other fixes from the upstream Git
repository.
Note that CVE-2015-0247 had already been fixed in 1.42.12 proper.
Security: 2a4bcd7d-bbb8-11e4-903c-080027ef73ec
Security: CVE-2015-1572 |
11 Jan 2015 11:44:12
1.42.12_1

|
mandree  |
Fix build on HEAD since r276737 removed DIOCGDINFO.
The code path that preferred DIOCGMEDIASIZE has been there for years
(since FreeBSD 6.1 at the latest), but there was no guard that checked
DIOCGINFO in one of the two getsize.c files. |
08 Oct 2014 17:33:26
1.42.12_1

|
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. |
07 Oct 2014 23:43:46
1.42.12

|
mandree  |
Mark broken everywhere, upstream bug (already reported).
To avoid PORTEPOCH/rollback-and-forth-again, let's give upstream a few
days for a fix before rolling back to 1.42.10.
Added a comment to Makefile:
# Regression that apparently causes use-after-free in*
#
http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?h=maint&id=47fee2ef6a23ae06f680336ffde57caa64604a4c
# and can be reproduced under MALLOC_OPTIONS=J regime on 9.3-amd64, or
# alternatively confirmed with valgrind, was reported upstream.
#
# Let's wait until 2014-10-15 whether upstream provides a fix,
# else we'll bump PORTEPOCH and roll back to 1.42.10;
# 1.42.11 is also faulty. |
07 Oct 2014 19:15:53
1.42.12

|
mandree  |
Update to new upstream release 1.42.12.
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.12
Reset PORTREVISION on slaves.
Remove @dirrm* from master's + slaves' pkg-plist.
Remove patches overcome by upstream events.
Ignore PORTSCOUT - it can't figure out the directory structure.
No longer run self-test in parallel - exhausts redports directory.
Mark BROKEN on 11-CURRENT - causes miscompilation (bogus numbers in
output, SIGSEGV/SIGBUS):
https://redports.org/~mandree/20141007190638-31576-251231/e2fsprogs-1.42.12.log
https://redports.org/~mandree/20141007185700-4151-251228/e2fsprogs-1.42.12.log |
25 Jun 2014 05:35:32
1.42.10

|
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
23 May 2014 16:51:27
1.42.10

|
mandree  |
Cleanup, drop useless command from post-patch.
Suggested by: tijl |
22 May 2014 21:56:52
1.42.10

|
mandree  |
Fix location of .pc files for pkg-config [1].
Fix issue with parallel build, pre-build prof_err.h.
Reported by: ak@, mat@ [1] |
22 May 2014 04:46:38
1.42.10

|
mandree  |
Update to new upstream release 1.42.10, with one post-release fix.
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.10 |
07 Jan 2014 00:00:23
1.42.9

|
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. |
29 Oct 2013 22:18:48
1.42.8

|
mandree  |
Enable staging install. |
29 Sep 2013 17:39:18
1.42.8

|
mandree  |
Skip unwieldy m_bigjournal test.
Avoid removing NLS directories we did not create. |
29 Sep 2013 12:45:21
1.42.8

|
mandree  |
Fix iconv migration fallout. |
20 Sep 2013 23:06:00
1.42.8

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
18 Sep 2013 08:31:01
1.42.8

|
bapt  |
Fix build with/without iconv
Whiel here add a dependency on pkgconf |