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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
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-core/Makefile
SVNWeb

Number of commits found: 5

Thu, 9 Feb 2023
[ 20:52 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:2cf20a89ee5cc43ccf5f2968f8ede26b2ff2fb2e  commit hash:2cf20a89ee5cc43ccf5f2968f8ede26b2ff2fb2e  commit hash:2cf20a89ee5cc43ccf5f2968f8ede26b2ff2fb2e  2cf20a8 
sysutils/e2fsprogs-core: clean up a bit, drop coreutils depends

Patch a test script to work around BSD dd's missing oconv=append,
and do away with coreutils as a build requisite.

Move some REINPLACE_CMD features to individual patches that I
intend to send upstream for inclusion, and remove others that
are now no longer required.

This should only affect the build and self-test phases,
and not change package content, so not bumping PORTREVISION.
[ 18:55 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:3934afc3ff36557cfb26173bc0e29a69929586ab  commit hash:3934afc3ff36557cfb26173bc0e29a69929586ab  commit hash:3934afc3ff36557cfb26173bc0e29a69929586ab  3934afc 
sysutils/e2fsprogs-core: clean out obsolete conflicts
[ 18:46 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:d444e597211add235c693f4dbb6e0c191a9869d1  commit hash:d444e597211add235c693f4dbb6e0c191a9869d1  commit hash:d444e597211add235c693f4dbb6e0c191a9869d1  d444e59 
sysutils/e2fsprogs: update to 1.47.0

ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0

While here, suppress most of the 'unused command line argument' warnings.
Thu, 2 Feb 2023
[ 23:49 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:594ba3e582e75df1ad69e7b039dadb16e164e843  commit hash:594ba3e582e75df1ad69e7b039dadb16e164e843  commit hash:594ba3e582e75df1ad69e7b039dadb16e164e843  594ba3e 
sysutils/e2fsprogs: bugfix update to 1.46.6

ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6

Add patch to make m_offset reliable. Due to some race conditions on the
pipeline between FreeBSD's yes a, which emits 8190-long writes on
13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can
sometimes receive short reads occasionally, and because the count=
normally is the number of read(2) calls dispatched, this then leads to a
shorter reference "file system" that we crcsum, and that causes false
negative test results.  gdd warns that iflag=fullblock would avoid
effects of short reads, but this warning is discarded in the test
script.  Anyways, patch m_offset to use dd's and gdd's iflag=fullblock,
which causes (g)dd to call read(2) again until the block is full for
each nominal block, so we definitely read the desired output size 512 kB
no matter what shorter blocks might travel through the pipeline.

MFH:		2023Q1
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.

Number of commits found: 5