[macports-legacy-support] branch getentropy updated (2927d94 -> 80a9b3f)

Chris Jones jonesc at hep.phy.cam.ac.uk
Tue Oct 12 13:29:30 UTC 2021


Chris Jones (cjones051073) pushed a change to branch getentropy
in repository macports-legacy-support.

 discard 2927d94  add test for getentropy
     new 14b1979  Add MacPorts guard macro for getentropy
     new 355747b  use system/macports getentropy
     new 946557a  add wrapped header for sys/random.h, for getentropy
     new 24d34c0  remove internal getentropy and related methods
     new a37c6e3  add getentropy implementation
     new e7bbc33  add getentropy test
     new 80a9b3f  add sys/random.h to README

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2927d94)
            \
             N -- N -- N   refs/heads/getentropy (80a9b3f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                        |  5 +++
 include/MacportsLegacySupport.h  |  3 ++
 include/sys/{time.h => random.h} | 18 ++++----
 src/arc4random.c                 | 68 ++----------------------------
 src/getentropy.c                 | 91 ++++++++++++++++++++++++++++++++++++++++
 test/test_getentropy.c           | 16 +++----
 6 files changed, 117 insertions(+), 84 deletions(-)
 copy include/sys/{time.h => random.h} (72%)
 create mode 100644 src/getentropy.c



More information about the macports-changes mailing list