Page MenuHomeFreeBSD

pkgbase: Put openssl in its own package
ClosedPublic

Authored by manu on May 2 2021, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 6, 2:22 AM
Unknown Object (File)
Tue, Apr 28, 11:42 PM
Unknown Object (File)
Tue, Apr 28, 3:35 PM
Unknown Object (File)
Tue, Apr 28, 2:49 PM
Unknown Object (File)
Tue, Apr 28, 11:59 AM
Unknown Object (File)
Tue, Apr 28, 11:59 AM
Unknown Object (File)
Tue, Apr 28, 12:44 AM
Unknown Object (File)
Fri, Apr 24, 6:48 AM

Details

Summary

This is useful for upgrade and also to make tiny jail so they won't
depend on FreeBSD-utilities (where openssl was packaged before).

Test Plan

Tested with tiny jails

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

manu requested review of this revision.May 2 2021, 7:43 PM
manu added a reviewer: pkgbase.

perhaps an entry in release/packages/Makefile.package
could be useful

does the split into dev and man page packages happen automatically?

In D30081#675021, @me_igalic.co wrote:

perhaps an entry in release/packages/Makefile.package
could be useful

Yup forgot about this, will update in a few.

does the split into dev and man page packages happen automatically?

Same for all packages.

Add openssl comment and desc in Makefile.package

I forgot libcrypto, will update later today.

I'll also add a note in UPDATING that for pkgbase users they will need to pkg install -f FreeBSD-openssl before pkg upgrade.
Otherwise everything goes boom.

This revision is now accepted and ready to land.May 11 2021, 7:58 PM
In D30081#678519, @me_igalic.co wrote:

is this going to be MFCed?

Yes, to stable/13

This revision was automatically updated to reflect the committed changes.