aboutsummaryrefslogtreecommitdiff
path: root/net/rpki-client/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-7/+1
| | | | | | | | | | | | | | | | | 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
* net/rpki-client: Update to 7.2Juraj Lutter2021-08-061-2/+3
| | | | | | | | | - Update to 7.2 - Adjust dependencies (ca_root_nss) Reported by: Job Snijders <job@sobornost.net> Approved by: zeising Differential Revision: https://reviews.freebsd.org/D31218
* net/rpki-client: Update to 7.1Juraj Lutter2021-07-091-7/+10
| | | | | | | | | | - Update to 7.1 - Adjust dependencies - Reformat with portclippy/portfmt Reported by: Job Snijders <job@sobornost.net> Approved by: zeising (maintainer) Differential Revision: https://reviews.freebsd.org/D31078
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/rpki-client: Update to 6.7p1Niclas Zeising2020-07-281-2/+2
| | | | | | | | | | | | | Update net/rpki-client to 6.7p1 Changelog: * Include OpenBSD 6.7 errata 015: In rpki-client, incorrect use of EVP_PKEY_cmp allows an authentication bypass. MFH: 2020Q3 Notes: svn path=/head/; revision=543623
* Add new port: net/rpki-clientNiclas Zeising2020-07-011-0/+37
rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP announcement. The program queries the RPKI repository system and outputs Validated ROA Payloads in the configuration format of either OpenBGPD or BIRD, but also as CSV or JSON objects for consumption by other routing stacks. rpki-client originated in OpenBSD. This version is based on the portable version of rpki-client. WWW: https://www.rpki-client.org/ WWW: https://github.com/rpki-client/rpki-client-portable Allocate UID and GID 270 for use when running rpki-client. Notes: svn path=/head/; revision=540988