Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 May 2022 15:06:45 7.6_2 |
Baptiste Daroussin (bapt)  |
libretls: bump portrevision of dependent port due to shlib number change
Reported by: jbeich
PointyHat: bapt |
04 May 2022 15:42:00 7.6_1 |
Koichiro Iwao (meta)  |
Assign multiple ports to submitter
PR: 263732 263733 263734 263735 263736 263737 263738 |
02 May 2022 10:46:28 7.6_1 |
Rene Ladan (rene)  |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
12 Mar 2022 15:30:24 7.6_1 |
Baptiste Daroussin (bapt)  |
security/libretls: upgrade to 3.5.0
Bump portrevision of each dependant port because the SONAME changes |
09 Feb 2022 15:22:33 7.6 |
Juraj Lutter (otis)  |
net/rpki-client: Update to 7.6
Reported by: Job Snijders <job@sobornost.net>
Approved by: zeising (maintainer)
Differential Revision: https://reviews.freebsd.org/D34200 |
23 Nov 2021 15:03:43 7.5_1 |
Baptiste Daroussin (bapt)  |
security/libretls: update to 3.4.1
Bump revision on consumers |
11 Nov 2021 09:39:44 7.5 |
Juraj Lutter (otis)  |
net/rpki-client: Update to 7.5
Reported by: Job Snijders <job@sobornost.net>
Approved by: zeising
Differential Revision: https://reviews.freebsd.org/D32911 |
30 Sep 2021 21:23:30 7.2 |
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 |
06 Aug 2021 21:15:52 7.2 |
Juraj Lutter (otis)  |
net/rpki-client: Update to 7.2
- 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 |
09 Jul 2021 20:43:20 7.1 |
Juraj Lutter (otis)  |
net/rpki-client: Update to 7.1
- 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 |
07 Apr 2021 08:09:01 6.7.p1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 6.7.p1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Jul 2020 17:55:18
6.7.p1 |
zeising  |
net/rpki-client: Update to 6.7p1
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 |
02 Jul 2020 21:13:59
6.7.p0 |
zeising  |
net/rpki-client: Fix creaton of cache and db dir
Fix the creation of the cahce and db dir for rpki-client. When running the
build as root, the rpki-client build infra tries to change the owner of the
cache and db dir, which fails since the user isn't created until later.
Since we deal with special perimissions and owners/groups of files in
pkg-plist anyway, there is no need to try to change the owner/group from the
rpki-client build infra, so add a patch that just creates the directories
without changing ownership.
This fixes the build of rpki-client on the package cluster.
MFH: 2020Q3 |
01 Jul 2020 18:38:02
6.7.p0 |
zeising  |
Add new port: net/rpki-client
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. |