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)
Sat, Sep 5, 2:45 PM
Unknown Object (File)
Thu, Sep 3, 4:08 PM
Unknown Object (File)
Wed, Sep 2, 1:05 AM
Unknown Object (File)
Tue, Sep 1, 11:19 PM
Unknown Object (File)
Tue, Sep 1, 9:58 PM
Unknown Object (File)
Tue, Sep 1, 9:54 PM
Unknown Object (File)
Tue, Sep 1, 3:47 PM
Unknown Object (File)
Mon, Aug 31, 1:05 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.