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/pkg-install
SVNWeb

Number of commits found: 10

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.
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:54b26298c82275501e6dcc6c733d21c0a6bf0d9f  commit hash:54b26298c82275501e6dcc6c733d21c0a6bf0d9f  commit hash:54b26298c82275501e6dcc6c733d21c0a6bf0d9f  54b2629 
sysutils/e2fsprogs: port rework

1 - sysutils/e2fsprogs: fix checksum mismatches

    e2fsprogs has replaced symlinks by hardlinks in its post-install if
    /sbin and ${PREFIX}/sbin were on the same file system, and unless
    script processing was defeated on install or upgrade.

    Leave symlinks in place to avoid checksum mismatches.

PR:		252184 [1]

2 - add FLAVORS for /sbin handling

    - no flavor (default): set symlinks from $PREFIX/sbin to /sbin
    - roothardlinks: set hardlinks from $PREFIX/sbin to /sbin, when
      $PREFIX, its children, and /sbin reside on the same file system
    - nobootfsck: do not install into /sbin, but this makes fsck
      unavailable for ext2/ext3/ext4 file systems before $PREFIX/ is
      mounted

Require tests on i386 and amd64 only for FreeBSD >= 14 (not >= 12).

Do not print removal advice from post-uninstall on upgrades.
[ 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
Mon, 21 Dec 2020
[ 15:23 otis search for other commits by this committer ] Original commit   Revision:558838
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
Wed, 23 Sep 2020
[ 12:44 mandree search for other commits by this committer ] Original commit   Revision:549723
- 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)
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)
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)
Tue, 2 Oct 2007
[ 15:15 timur search for other commits by this committer ] Original commit 
Changes:
- Support new e2fsprogs-libblkid slave port[1]
- Get rid of pkg-install, use @exec option unconditionally[1]
- Turn NLS knob into an option[2]
- Avoid building/installing things rather than removing them afterwards[2]

PR:             ports/116434
Submitted by:   Matthias Andree <matthias.andree@gmx.de>[1]
                Alejandro Pulver <alepulver@FreeBSD.org>[2]
Approved by:    shaun(mentor)
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)

Number of commits found: 10