notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/e2fsprogs/distinfo

Number of commits found: 76

Saturday, 1 Oct 2022
14:54 Matthias Andree (mandree) search for other commits by this committer
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.
commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb commit hash: 14e733a6bb4b99ae6fbbab6cb9d6b133583daabb 14e733a
Wednesday, 26 Jan 2022
22:59 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: update to 1.46.5 (bug fixes)

Release notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.5

Workarounds:
* patch CPPFLAGS to avoid __GNUC_PREREQ internal GCC macro, upstream
  regression in d55f8b8c 2021-08-17 | fix unused-function -Wall warnings
  (reported to Theodore Y. Ts'o by e-mail); macro is unavailable in clang.

* timeout(1) not providing a -v; cherry-picking upstream's
  8535250a 2022-01-03 | tests: support older versions of timeout in r_corrupt_fs
commit hash: f35c75e711f3dad841b863a6017369dcde63982f commit hash: f35c75e711f3dad841b863a6017369dcde63982f commit hash: f35c75e711f3dad841b863a6017369dcde63982f commit hash: f35c75e711f3dad841b863a6017369dcde63982f f35c75e
Saturday, 21 Aug 2021
15:59 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: regression fix update 1.46.4

Release Notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.4

and local port changes:
* do not hardlink to symlinks, neither dump/restore nor our
  libarchive-based tar can copy them
* pkg-install texts add a blank before the full stop character,
  to ease copy & paste
* tst/bitops.c patch was integrated upstream

Since this contains regression fixes vs. 1.46.3:
MFH:		2021Q3
commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 commit hash: 99d4ddef914d90456d0120cfcf2b88af1b7dcdd5 99d4dde
Wednesday, 4 Aug 2021
21:23 Matthias Andree (mandree) search for other commits by this committer
sysutils/e2fsprogs: update to upstream v1.46.3

Changelog:	http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.3

MFH:		2021Q3
commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 commit hash: c06742b7ce6eed0efea530cc81f5029d25a837a8 c06742b
Wednesday, 10 Mar 2021
21:51 mandree search for other commits by this committer
e2fsprogs suite: update to v1.46.2 bugfix release

also adds a tune2fs -c random feature.

Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.2

MFH:		2021Q1 (patchlevel bugfix release)
Original commitRevision:568047 
Friday, 12 Feb 2021
20:26 mandree search for other commits by this committer
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.
Original commitRevision:565060 
Saturday, 6 Feb 2021
15:42 mandree search for other commits by this committer
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.
Original commitRevision:564228 
Tuesday, 2 Feb 2021
23:15 mandree search for other commits by this committer
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
Original commitRevision:563848 
Monday, 23 Mar 2020
09:42 mandree search for other commits by this committer
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
---------------
Debugfs will ignore lines in its command files which start with a
comment character ("#").

Fixes
-----
Fixed a number of potential out of bounds memory accesses caused by
fuzzed / malicious file systems.  (Addresses Google Bug: #147849134)

Fix a spurious complaint from e2fsck when a directory which previously
had more than 32000 subdirectories has the number of subdirectories
drops below 32000.

Mke2fs -d now correctly sets permission with files where the owner
permissions are not rwx.

Improve e2fsck's ability to deal with file systems with very large
number of directories, such that various data structures take more than
2GiB of memory.  Use better structure packing to improve the memory
efficiency of these data structures.

Fix debugfs so it correctly prints inode numbers > 2**31.

Filefrag now supports very large files (with > 4 billion blocks), as
well as block sizes up to 1 GiB.

Updated and clarified various man pages.  (Addresses Debian Bugs:
#953493, #953494, #951808)

Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
Reserved the error code EXT2_ET_NO_GDESC (which will be used in
e2fsprogs v1.46+)

Added a thread-safe variant of e2p_feature2string(),
e2p_feature_to_string() to the libe2p library.

Fixed portability problems caused by gcc 10.

Synchronized changes from Android's AOSP e2fsprogs tree.

Update the Malay translation from the translation project.

Obtained from:	tytso@mit.edu (files/patch-0-tytso*)
MFH:		2020Q1
Original commitRevision:528964 
Saturday, 11 Jan 2020
18:34 mandree search for other commits by this committer
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
Original commitRevision:522702 
Saturday, 21 Dec 2019
11:22 mandree search for other commits by this committer
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
Original commitRevision:520555 
Saturday, 20 Jul 2019
09:10 mandree search for other commits by this committer
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
Original commitRevision:506982 
Saturday, 1 Jun 2019
13:27 mandree search for other commits by this committer
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
Original commitRevision:503235 
Friday, 29 Mar 2019
21:49 mandree search for other commits by this committer
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.
Original commitRevision:497209 
Saturday, 22 Dec 2018
09:53 mandree search for other commits by this committer
Update sysutils/e2fsprogs to new upstream release 1.44.5

Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.5>

MFH:		2018Q4
Original commitRevision:488083 
Monday, 27 Aug 2018
23:45 mandree search for other commits by this committer
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
Original commitRevision:478261 
Tuesday, 10 Jul 2018
13:48 mandree search for other commits by this committer
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
Original commitRevision:474369 
Friday, 18 May 2018
19:36 mandree search for other commits by this committer
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
Original commitRevision:470322 
Saturday, 28 Apr 2018
14:30 mandree search for other commits by this committer
Regression/bug fix update to e2fsprogs 1.44.1.

ChangeLog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.1>

MFH:		2018Q2
Original commitRevision:468546 
Wednesday, 14 Mar 2018
23:40 mandree search for other commits by this committer
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
Original commitRevision:464542 
Tuesday, 20 Feb 2018
22:14 mandree search for other commits by this committer
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.
Original commitRevision:462457 
Wednesday, 3 Jan 2018
12:35 mandree search for other commits by this committer
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
Original commitRevision:457962 
Sunday, 29 Oct 2017
09:10 mandree search for other commits by this committer
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]
Original commitRevision:453102 
Sunday, 10 Sep 2017
16:01 mandree search for other commits by this committer
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
Original commitRevision:449579 
Saturday, 12 Aug 2017
10:12 mandree search for other commits by this committer
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.
Original commitRevision:447819 
Sunday, 5 Feb 2017
23:39 mandree search for other commits by this committer
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
Original commitRevision:433466 
Saturday, 10 Sep 2016
18:00 mandree search for other commits by this committer
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.
Original commitRevision:421716 
Friday, 15 Jul 2016
12:16 mandree search for other commits by this committer
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
Original commitRevision:418578 
Tuesday, 29 Dec 2015
11:48 mandree search for other commits by this committer
Update to upstream release 1.42.13.

Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.13>
Original commitRevision:404737 
Tuesday, 7 Oct 2014
19:15 mandree search for other commits by this committer
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
Original commitRevision:370388 
Thursday, 22 May 2014
04:46 mandree search for other commits by this committer
Update to new upstream release 1.42.10, with one post-release fix.

Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.10
Original commitRevision:354767 
Tuesday, 7 Jan 2014
00:00 mandree search for other commits by this committer
- 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.
Original commitRevision:338962 
Thursday, 27 Jun 2013
22:41 mandree search for other commits by this committer
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.
Original commitRevision:321911 
Thursday, 24 Jan 2013
21:07 mandree search for other commits by this committer
Update to new upstream release 1.42.7.

Changelog:	http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.7
Original commitRevision:310945 
Sunday, 23 Sep 2012
15:52 mandree search for other commits by this committer
Update to new upstream release 1.42.6.

Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.6>

Changing devel/e2fsprogs-libss (removing patch) to keep it buildable.
Maintainer has been notified in separate mail.
Original commitRevision:304750 
Thursday, 2 Aug 2012
18:17 mandree search for other commits by this committer
Update to new upstream release v1.42.5.
Original commit
Wednesday, 13 Jun 2012
19:24 mandree search for other commits by this committer
Update to new upstream release 1.42.4.
ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.4
Original commit
Friday, 8 Jun 2012
13:37 mandree search for other commits by this committer
Update to new upstream release 1.42.3.
ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.3

Convert to OptionsNG. (e2fsprogs-libss seems to compile fine, too)
Original commit
Sunday, 1 Apr 2012
15:29 mandree search for other commits by this committer
Update to upstream bugfix/speedup release 1.42.2.

Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html>
Feature safe:  yes
Original commit
Thursday, 16 Feb 2012
00:50 mandree search for other commits by this committer
Upgrade to new upstream release v1.42.

Changelog:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42
Original commit
Thursday, 30 Dec 2010
14:29 mandree search for other commits by this committer
Update to new upstream release 1.14.14 (2010-12-22):

Fix spurious complaint in mke2fs where it would complain if the file system type
default is not defined in mke2fs.conf.

The resize2fs program will no longer clear the resize_inode feature when the
number reserved group descriptor blocks reaches zero. This allows for subsequent
shrinks of the file system to work cleanly for flex_bg file systems.

The resize2fs program now handles devices which are exactly 16T; previously it
would give an error saying that the file system was too big.

E2fsck (and the libext2fs library) will not use the extended rec_len encoding
for file systems whose block size is less than 64k, for consistency with the
kernel.
Programming notes

E2fsprogs 1.41.13 would not compile on big-endian systems. This has been fixed.
(Addresses Sourceforge Bug: #3138115)

The ext2fs_block_iterator2() function passed an incorrect ref_offset to its
callback function in the case of sparse files. (Addresses Sourceforge Bug:
#3081087)

Fix some type-punning warnings generated by newer versions of gcc.
Original commit
Wednesday, 22 Dec 2010
16:26 mandree search for other commits by this committer
Upgrade to new upstream patch release 1.41.13.
Release notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.41.13

Remove MD5 checksum.
Original commit
Wednesday, 2 Jun 2010
18:49 mandree search for other commits by this committer
Update do new upstream release 1.41.12.

Approved by: garga (mentor)
Original commit
Thursday, 18 Mar 2010
11:42 mandree search for other commits by this committer
Update to upstream 1.41.11.

See the shipped RELEASE.NOTES for details.

Approved by: garga (mentor)
Original commit
Friday, 12 Feb 2010
13:12 mandree search for other commits by this committer
Update to new upstream release 1.41.10.

Lots of bugfixes, ouf of these are noteworthy:
Fixes several bugs around flex_bg (hopefully also the one on sparc64)
Fixes alignment of bitmaps to 4-byte boundaries.
The build process now uses standard variables for tuning compiler and linker
settings and no longer relies on --with-ccopt and similar options.

Approved by: garga@ (mentor)
Original commit
Thursday, 5 Nov 2009
20:40 miwi search for other commits by this committer
- Update to 1.41.9

PR:             139531
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Thursday, 16 Jul 2009
21:41 miwi search for other commits by this committer
- Update to 1.41.8

PR:             136795
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Saturday, 25 Apr 2009
22:25 miwi search for other commits by this committer
- Update to 1.41.5

PR:             133963
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Original commit
Sunday, 8 Feb 2009
22:53 miwi search for other commits by this committer
- Update to 1.41.4

PR:             131449
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 15 Oct 2008
16:03 miwi search for other commits by this committer
- Update to 1.41.3

PR:             128069
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Sunday, 5 Oct 2008
13:40 miwi search for other commits by this committer
- Update to 1.41.2

PR:             127837
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 23 Sep 2008
08:18 miwi search for other commits by this committer
- Update to 1.41.1

PR:             127414
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Friday, 18 Jul 2008
16:06 miwi search for other commits by this committer
- Update to 1.41.0

PR:             125561
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 18 Jun 2008
23:47 miwi search for other commits by this committer
- Update to 1.40.11
- Use assembly bitops, a new patch (provided by upstream maintainer Ted Ts'o to
  OpenBSD porter Frantisek Holop) fixes the related crashes.

PR:             124715
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Thursday, 5 Jun 2008
11:45 miwi search for other commits by this committer
- Update to 1.40.10

PR:             124289
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 29 Apr 2008
11:09 miwi search for other commits by this committer
- Update to 1.40.9
- Update COMMENT/pkg-descr

PR:             123198
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Thursday, 27 Mar 2008
12:58 miwi search for other commits by this committer
- Update to 1.40.8

PR:             122154
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Thursday, 6 Mar 2008
19:30 miwi search for other commits by this committer
- Update to 1.40.7

PR:             121356
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 12 Feb 2008
23:07 miwi search for other commits by this committer
- Update to 1.40.6
- Add a regression check to avoid libintl/libiconv dependency
regressions as observed in 1.40.5 and _1
- Add a few comments
- Dump tests/*.failed files on failure, to aid debugging sparc64 problems
- Adjust patch line numbers
- Drop one misc/Makefile patch that was integrated upstream

PR:             120500
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 5 Feb 2008
13:40 miwi search for other commits by this committer
- Update to 1.40.5

PR:             120257
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Sunday, 13 Jan 2008
18:48 miwi search for other commits by this committer
- Update to 1.40.4

PR:             119623
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Friday, 21 Dec 2007
22:29 miwi search for other commits by this committer
- Update to 1.40.3

PR:             118845
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Security:      
http://www.vuxml.org/freebsd/299e3f81-aee7-11dc-b781-0016179b2dd5.html
Original commit
Sunday, 15 Jul 2007
19:31 pav search for other commits by this committer
- Update to 1.40.2

PR:             ports/114584
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Monday, 9 Jul 2007
17:39 miwi search for other commits by this committer
- Update to 1.40.1

PR:             114448
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Wednesday, 4 Jul 2007
11:32 miwi search for other commits by this committer
- Update to 1.40

PR:             114161
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Monday, 12 Jun 2006
12:13 pav search for other commits by this committer
- Update to 1.39

PR:             ports/98847
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Tuesday, 24 Jan 2006
01:06 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Saturday, 2 Jul 2005
17:37 novel search for other commits by this committer
Update to 1.38.

PR:             82888
Submitted by:   Matthias Andree (maintainer)
Original commit
Wednesday, 15 Jun 2005
17:45 novel search for other commits by this committer
Update to 1.37.

PR:             82273
Submitted by:   Matthias Andree (maintainer)
Original commit
Sunday, 6 Feb 2005
16:59 leeym search for other commits by this committer
- Update to 1.36
- remove MCONFIG patch, merged upstream
- shorten COMMENT for pkg_info
- drop USE_AUTOCONF_VER, no longer needed
- libuuid.3 man page renamed to uuid.3
- the test suite is more portable now, ridding us of hacking it (post-patch)
- upstream package now has .pc (pkgconfig) files, patch Makefiles for
  proper location, libdata/pkgconfig (rather than lib/pkgconfig)
- work around packaging bug, run update-gmo in po/ directory for NLS
- minor revision files/pkg-message.in
- update pkg-plist
- update CONFLICTS

PR:             77166
Submitted by:   Matthias Andree <matthias.andree at gmx.de>
Original commit
Sunday, 29 Feb 2004
16:40 krion search for other commits by this committer
- Update to 1.35 official release

PR:             ports/63528
Submitted by:   maintainer
Original commit
Friday, 20 Feb 2004
22:46 glewis search for other commits by this committer
. Update to 1.35.w20040131.
. Make the submitter the maintainer.
. Run test suite as part of the build.
. Support -DDISABLE_NLS to compile without gettext.
. Add a fsck_ext2fs wrapper that interfaces between fsck and e2fsck.

PR:             62563
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Original commit
Thursday, 29 Jan 2004
16:13 trevor search for other commits by this committer
SIZEify.
Original commit
Sunday, 31 Aug 2003
10:42 obrien search for other commits by this committer
Update to version 1.32.
Original commit
Sunday, 4 Aug 2002
07:27 clive search for other commits by this committer
Upgrade to 1.27

PR: ports/41293
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Original commit
Tuesday, 3 Jul 2001
19:13 sobomax search for other commits by this committer
Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2  
filesystem.    
Original commit

Number of commits found: 76