Page MenuHomeFreeBSD

net/rpki-client: Update to 8.2
ClosedPublic

Authored by otis on Dec 14 2022, 9:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 10:44 AM
Unknown Object (File)
Sun, Apr 21, 12:58 AM
Unknown Object (File)
Sat, Apr 20, 11:52 PM
Unknown Object (File)
Mon, Apr 15, 7:48 PM
Unknown Object (File)
Mon, Apr 15, 6:47 PM
Unknown Object (File)
Mon, Apr 15, 6:39 PM
Unknown Object (File)
Mon, Apr 15, 6:35 PM
Unknown Object (File)
Mon, Apr 15, 6:15 PM
Subscribers

Details

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

otis requested review of this revision.Dec 14 2022, 9:32 PM

Switch from GH to OpenBSD master site

I started this yesterday, But was involved in a head-on collision Monday. So I'm not yet recovered. :(
I ran into the following error using the HTTP(s) mirrored source, building in a 12 jail:

checking for ASIdentifiers_free... no
configure: error: libcrypto with RFC3779 support required
===>  Script "configure" failed unexpectedly.
I think the SSL may be behind in that jail.

Has anyone tried these proposed changes?

net/rpki-client/Makefile
2

How did we jump from .0 to .2?
I started this yesterday. and simply added:
PORTREVISION= 1
was that the wrong choice?

I chose the following. As it seemed less prone to failures:

MASTER_SITES=	https://cdn.openbsd.org/pub/OpenBSD/rpki-client/ \
		https://cloudflare.cdn.openbsd.org/pub/OpenBSD/rpki-client/

I started this yesterday, But was involved in a head-on collision Monday. So I'm not yet recovered. :(
I ran into the following error using the HTTP(s) mirrored source, building in a 12 jail:

checking for ASIdentifiers_free... no
configure: error: libcrypto with RFC3779 support required
===>  Script "configure" failed unexpectedly.
I think the SSL may be behind in that jail.

Has anyone tried these proposed changes?

It builds with 12.4-RELEASE jail.

In D37706#857873, @otis wrote:

I started this yesterday, But was involved in a head-on collision Monday. So I'm not yet recovered. :(
I ran into the following error using the HTTP(s) mirrored source, building in a 12 jail:

checking for ASIdentifiers_free... no
configure: error: libcrypto with RFC3779 support required
===>  Script "configure" failed unexpectedly.
I think the SSL may be behind in that jail.

Has anyone tried these proposed changes?

It builds with 12.4-RELEASE jail.

Thanks for reporting this, Otis.

I'm still unclear how we got from 8.0 to 8.2. Especially given that
VERSION in the source tree indicates 8.0. I'm not trying to make it an issue,
but rather just figure it out.

In the end; it LGTM. Thanks, Otis!

In D37706#857873, @otis wrote:

I started this yesterday, But was involved in a head-on collision Monday. So I'm not yet recovered. :(
I ran into the following error using the HTTP(s) mirrored source, building in a 12 jail:

checking for ASIdentifiers_free... no
configure: error: libcrypto with RFC3779 support required
===>  Script "configure" failed unexpectedly.
I think the SSL may be behind in that jail.

Has anyone tried these proposed changes?

It builds with 12.4-RELEASE jail.

And also in 12.3-RELEASE-p10 jail

otis marked an inline comment as done.Dec 17 2022, 4:35 PM
otis added inline comments.
net/rpki-client/Makefile
2

How did we jump from .0 to .2?
I started this yesterday. and simply added:
PORTREVISION= 1
was that the wrong choice?

There was no version 8.1. PORTREVISION serves different purpose.

otis marked an inline comment as done.

Rebase.

While I still don't quite know how we got from 8.0 to 8.2.
It all LGTM. Thanks for all your time and efforts here, Otis.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 20 2022, 12:15 PM
This revision was automatically updated to reflect the committed changes.