Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20220517_1 21 Jan 2024 22:51:36 |
Muhammad Moinur Rahman (bofh) |
security/isal-kmod: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
g20220517 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
g20220517 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
g20220517 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
g20220517 20 May 2022 17:13:08 |
John Baldwin (jhb) |
security/isal-kmod: Remove unused DRIVER_MODULE devclass on recent main.
Differential Revision: https://reviews.freebsd.org/D35238 |
g20211021 21 Oct 2021 22:07:26 |
John Baldwin (jhb) |
security/isal-kmod: Use native crypto_cursor_segment() on 13.0-STABLE.
Fix the build on today's 13.0-STABLE which added
crypto_cursor_segment() in the kernel. |
g20210528 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
g20210528 16 Jun 2021 19:57:08 |
John Baldwin (jhb) |
security/isal-kmod: Update to a version that uses crypto_cursor_segment().
This API was added to src in beb817edfe22cdea91e19a60c42caabd9404da48.
Reviewed by: jrm, gallatin
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30538 |
g20200702 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20200702 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20200702 05 Aug 2020 23:52:56 |
jhb |
Add a new security/isal-kmod port.
This port builds a kernel crypto device driver which uses routines
from Intel's ISA-L crypto library to perform AES-GCM encryption and
decryption.
Reviewed by: mat
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D25514 |