Bug 218857 - [PATCH] archivers/libarchive: remove LZO support
Summary: [PATCH] archivers/libarchive: remove LZO support
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Greg Lewis
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-04-24 20:39 UTC by Martin Matuska
Modified: 2017-11-23 18:04 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (glewis)


Attachments
Patch to remove LZO support (883 bytes, patch)
2017-04-24 20:39 UTC, Martin Matuska
no flags Details | Diff
Patch to remove LZO support (883 bytes, patch)
2017-04-24 20:41 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2017-04-24 20:39:25 UTC
Created attachment 182057 [details]
Patch to remove LZO support

Please remove LZO support because of licensing issues (GPL of LZO is broken if linked against libarchive).

LZO support via liblzo2 will be completely removed in the next libarchive minor release.
Comment 1 Martin Matuska freebsd_committer freebsd_triage 2017-04-24 20:41:35 UTC
Created attachment 182058 [details]
Patch to remove LZO support
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2017-11-23 18:04:08 UTC
The use of LZO is already an option.  People can just turn it off if they don't want to use it.  The current version of libarchive still supports it, so I don't intend to make this change.