Page MenuHomeFreeBSD

pkgbase: Put openssl in its own package
ClosedPublic

Authored by manu on May 2 2021, 7:43 PM.
Tags
None
Referenced Files
F107302708: D30081.id89140.diff
Sun, Jan 12, 6:01 AM
Unknown Object (File)
Sat, Jan 11, 5:18 PM
Unknown Object (File)
Fri, Dec 27, 2:30 AM
Unknown Object (File)
Dec 9 2024, 4:48 AM
Unknown Object (File)
Nov 13 2024, 6:35 PM
Unknown Object (File)
Nov 11 2024, 10:33 PM
Unknown Object (File)
Nov 11 2024, 10:23 PM
Unknown Object (File)
Nov 11 2024, 10:20 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.