notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: sysutils/e2fsprogs/distinfo
SVNWeb

Number of commits found: 76

Sat, 1 Oct 2022
[ 14:54 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:14e733a6bb4b99ae6fbbab6cb9d6b133583daabb  commit hash:14e733a6bb4b99ae6fbbab6cb9d6b133583daabb  commit hash:14e733a6bb4b99ae6fbbab6cb9d6b133583daabb  14e733a  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 26 Jan 2022
[ 22:59 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:f35c75e711f3dad841b863a6017369dcde63982f  commit hash:f35c75e711f3dad841b863a6017369dcde63982f  commit hash:f35c75e711f3dad841b863a6017369dcde63982f  f35c75e 
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
Sat, 21 Aug 2021
[ 15:59 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:99d4ddef914d90456d0120cfcf2b88af1b7dcdd5  commit hash:99d4ddef914d90456d0120cfcf2b88af1b7dcdd5  commit hash:99d4ddef914d90456d0120cfcf2b88af1b7dcdd5  99d4dde 
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
Wed, 4 Aug 2021
[ 21:23 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:c06742b7ce6eed0efea530cc81f5029d25a837a8  commit hash:c06742b7ce6eed0efea530cc81f5029d25a837a8  commit hash:c06742b7ce6eed0efea530cc81f5029d25a837a8  c06742b 
sysutils/e2fsprogs: update to upstream v1.46.3

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

MFH:		2021Q3
Wed, 10 Mar 2021
[ 21:51 mandree search for other commits by this committer ] Original commit   Revision:568047
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)
Fri, 12 Feb 2021
[ 20:26 mandree search for other commits by this committer ] Original commit   Revision:565060
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.
Sat, 6 Feb 2021
[ 15:42 mandree search for other commits by this committer ] Original commit   Revision:564228
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 search for other commits by this committer ] Original commit   Revision:563848
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
Mon, 23 Mar 2020
[ 09:42 mandree search for other commits by this committer ] Original commit   Revision:528964
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 View all of this commit message)
Sat, 11 Jan 2020
[ 18:34 mandree search for other commits by this committer ] Original commit   Revision:522702
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
Sat, 21 Dec 2019
[ 11:22 mandree search for other commits by this committer ] Original commit   Revision:520555
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
Sat, 20 Jul 2019
[ 09:10 mandree search for other commits by this committer ] Original commit   Revision:506982
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
Sat, 1 Jun 2019
[ 13:27 mandree search for other commits by this committer ] Original commit   Revision:503235
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
Fri, 29 Mar 2019
[ 21:49 mandree search for other commits by this committer ] Original commit   Revision:497209
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.
Sat, 22 Dec 2018
[ 09:53 mandree search for other commits by this committer ] Original commit   Revision:488083
Update sysutils/e2fsprogs to new upstream release 1.44.5

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

MFH:		2018Q4
Mon, 27 Aug 2018
[ 23:45 mandree search for other commits by this committer ] Original commit   Revision:478261
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
Tue, 10 Jul 2018
[ 13:48 mandree search for other commits by this committer ] Original commit   Revision:474369 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Fri, 18 May 2018
[ 19:36 mandree search for other commits by this committer ] Original commit   Revision:470322 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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
Sat, 28 Apr 2018
[ 14:30 mandree search for other commits by this committer ] Original commit   Revision:468546
Regression/bug fix update to e2fsprogs 1.44.1.

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

MFH:		2018Q2
Wed, 14 Mar 2018
[ 23:40 mandree search for other commits by this committer ] Original commit   Revision:464542
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
Tue, 20 Feb 2018
[ 22:14 mandree search for other commits by this committer ] Original commit   Revision:462457
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.
Wed, 3 Jan 2018
[ 12:35 mandree search for other commits by this committer ] Original commit   Revision:457962
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
Sun, 29 Oct 2017
[ 09:10 mandree search for other commits by this committer ] Original commit   Revision:453102
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]
Sun, 10 Sep 2017
[ 16:01 mandree search for other commits by this committer ] Original commit   Revision:449579
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
Sat, 12 Aug 2017
[ 10:12 mandree search for other commits by this committer ] Original commit   Revision:447819
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.
Sun, 5 Feb 2017
[ 23:39 mandree search for other commits by this committer ] Original commit   Revision:433466
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
Sat, 10 Sep 2016
[ 18:00 mandree search for other commits by this committer ] Original commit   Revision:421716
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 search for other commits by this committer ] Original commit   Revision:418578 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Tue, 29 Dec 2015
[ 11:48 mandree search for other commits by this committer ] Original commit   Revision:404737 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to upstream release 1.42.13.

Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.13>
Tue, 7 Oct 2014
[ 19:15 mandree search for other commits by this committer ] Original commit   Revision:370388 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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
Thu, 22 May 2014
[ 04:46 mandree search for other commits by this committer ] Original commit   Revision:354767
Update to new upstream release 1.42.10, with one post-release fix.

Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.10
Tue, 7 Jan 2014
[ 00:00 mandree search for other commits by this committer ] Original commit   Revision:338962
- 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 search for other commits by this committer ] Original commit   Revision:321911
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.
Thu, 24 Jan 2013
[ 21:07 mandree search for other commits by this committer ] Original commit   Revision:310945
Update to new upstream release 1.42.7.

Changelog:	http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.7
Sun, 23 Sep 2012
[ 15:52 mandree search for other commits by this committer ] Original commit   Revision:304750
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.
Thu, 2 Aug 2012
[ 18:17 mandree search for other commits by this committer ] Original commit 
Update to new upstream release v1.42.5.
Wed, 13 Jun 2012
[ 19:24 mandree search for other commits by this committer ] Original commit 
Update to new upstream release 1.42.4.
ChangeLog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.4
Fri, 8 Jun 2012
[ 13:37 mandree search for other commits by this committer ] Original commit 
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)
Sun, 1 Apr 2012
[ 15:29 mandree search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Upgrade to new upstream release v1.42.

Changelog:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42
Thu, 30 Dec 2010
[ 14:29 mandree search for other commits by this committer ] Original commit 
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.
Wed, 22 Dec 2010
[ 16:26 mandree search for other commits by this committer ] Original commit 
Upgrade to new upstream patch release 1.41.13.
Release notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.41.13

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

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

See the shipped RELEASE.NOTES for details.

Approved by: garga (mentor)
Fri, 12 Feb 2010
[ 13:12 mandree search for other commits by this committer ] Original commit 
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)
Thu, 5 Nov 2009
[ 20:40 miwi search for other commits by this committer ] Original commit 
- Update to 1.41.9

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

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

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

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

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

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

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

PR:             125561
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Wed, 18 Jun 2008
[ 23:47 miwi search for other commits by this committer ] Original commit 
- 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)
Thu, 5 Jun 2008
[ 11:45 miwi search for other commits by this committer ] Original commit 
- Update to 1.40.10

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

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

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

PR:             121356
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 12 Feb 2008
[ 23:07 miwi search for other commits by this committer ] Original commit 
- 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)
Tue, 5 Feb 2008
[ 13:40 miwi search for other commits by this committer ] Original commit 
- Update to 1.40.5

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

PR:             119623
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Fri, 21 Dec 2007
[ 22:29 miwi search for other commits by this committer ] Original commit 
- 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
Sun, 15 Jul 2007
[ 19:31 pav search for other commits by this committer ] Original commit 
- Update to 1.40.2

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

PR:             114448
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Wed, 4 Jul 2007
[ 11:32 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Update to 1.40

PR:             114161
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Mon, 12 Jun 2006
[ 12:13 pav search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Update to 1.39

PR:             ports/98847
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 24 Jan 2006
[ 01:06 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 319 ports in this commit are shown above. View all ports for this commit)
SHA256ify

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

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

PR:             82273
Submitted by:   Matthias Andree (maintainer)
Sun, 6 Feb 2005
[ 16:59 leeym search for other commits by this committer ] Original commit 
- 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>
Sun, 29 Feb 2004
[ 16:40 krion search for other commits by this committer ] Original commit 
- Update to 1.35 official release

PR:             ports/63528
Submitted by:   maintainer
Fri, 20 Feb 2004
[ 22:46 glewis search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
. 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>
Thu, 29 Jan 2004
[ 16:13 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 967 ports in this commit are shown above. View all ports for this commit)
SIZEify.
Sun, 31 Aug 2003
[ 10:42 obrien search for other commits by this committer ] Original commit 
Update to version 1.32.
Sun, 4 Aug 2002
[ 07:27 clive search for other commits by this committer ] Original commit 
Upgrade to 1.27

PR: ports/41293
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Tue, 3 Jul 2001
[ 19:13 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2  
filesystem.    

Number of commits found: 76