2022-05-09 16:54:31 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.4.0. From the changelog:
- s6-portable-utils adds a -N option to s6-dumpenv (add a newline after
dumping a variable) for easier reading back via s6-envdir.
|
2021-12-22 17:04:36 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.3.4. From the changelog:
- Bugfixes.
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-09-29 11:57:13 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.3.3. From the changelog:
- Adaptation to skalibs-2.11.0.0.
|
2021-04-26 17:04:27 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.3.2. From the changelog:
- Libraries and binaries don't have the .note.GNU-stack section stripped
anymore. Previously, "make strip" would strip that section, which
would sometimes (depending on the toolchain) cause binaries to be
incorrectly tagged as needing an executable stack. This is not a
security issue in itself, but an executable stack makes it easier for
an attacker to turn bugs into exploits, so it should be avoided
whenever possible. Thanks to Xavier Stonestreet for reporting and
finding the cause of the problem.
- Link tests are now performed with a regular file as their
output, instead of /dev/null, which makes them more portable to
old/buggy linkers.
|
2021-01-22 17:10:35 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
Bump PKGREVISION for skalibs update.
|
2021-01-11 19:19:03 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.3.1. From the changelog:
- Version that works with skalibs-2.10.0.0.
|
2020-11-19 21:19:09 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Initial import of s6-portable-utils, packaged in wip by cfkoch@edgebsd.org.
s6-portable-utils is a set of tiny general Unix utilities, often performing
well-known tasks such as cut and grep, but optimized for simplicity and
small size. They were designed for embedded systems and other constrained
environments, but they work everywhere.
Other set of small utilities are usually system-specific; for instance, the
(otherwise excellent) BusyBox project only works on Linux.
|