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)
Fri, Nov 7, 4:58 AM
Unknown Object (File)
Thu, Nov 6, 3:17 PM
Unknown Object (File)
Thu, Nov 6, 6:49 AM
Unknown Object (File)
Thu, Nov 6, 6:47 AM
Unknown Object (File)
Thu, Nov 6, 6:37 AM
Unknown Object (File)
Mon, Nov 3, 4:49 AM
Unknown Object (File)
Sun, Oct 26, 10:04 AM
Unknown Object (File)
Sun, Oct 12, 3:12 PM

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.