Page MenuHomeFreeBSD

pkgbase: Put openssl in its own package
ClosedPublic

Authored by manu on May 2 2021, 7:43 PM.
Tags
None
Referenced Files
F153736943: D30081.id88506.diff
Thu, Apr 23, 8:06 AM
F153702396: D30081.id88508.diff
Thu, Apr 23, 1:38 AM
Unknown Object (File)
Tue, Apr 21, 8:23 AM
Unknown Object (File)
Sun, Apr 12, 5:43 PM
Unknown Object (File)
Sun, Apr 12, 1:05 AM
Unknown Object (File)
Sat, Apr 11, 12:54 PM
Unknown Object (File)
Sat, Apr 11, 10:44 AM
Unknown Object (File)
Tue, Apr 7, 10:13 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38968
Build 35857: arc lint + arc unit

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.