Page MenuHomeFreeBSD

security/seclists: Update to 2022.2
ClosedPublic

Authored by salvadore on May 6 2022, 12:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 12, 2:06 AM
Unknown Object (File)
Thu, Jul 9, 6:20 AM
Unknown Object (File)
Wed, Jul 8, 9:16 AM
Unknown Object (File)
Thu, Jun 18, 11:28 PM
Unknown Object (File)
Jun 10 2026, 7:39 PM
Unknown Object (File)
May 3 2026, 1:05 AM
Unknown Object (File)
Apr 29 2026, 6:27 AM
Unknown Object (File)
Apr 29 2026, 6:23 AM
Subscribers

Details

Summary

Also,

  • Add one missing license.
  • Remove LICENSE_FILE for GPLv2+, as suggested by section 13.20 of the Porter's handbook.
  • Fix pkg-descr lines length.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 45486
Build 42374: arc lint + arc unit

Event Timeline

security/seclists/Makefile
8

I have put GPLv2 and GPLv2+ because there are two diffenrent subsets of lists under GPLv2 license: one subset specifies that later versions apply, the other does not specify anything. When nothing is specified, I believe it is better to stay on the safe side and consider it a GPLv2.

It might make sense to only put GPLv2 to simplify the port, but I refrained to do so at least for now (it is not a big deal having both GPLv2 and GPLv2+ anyway). Let me know what you think.

Thanks. And, yes, differentiating between GPL 2 and GPL 2 or later is the right thing to do.

This revision is now accepted and ready to land.May 6 2022, 7:39 AM
This revision was automatically updated to reflect the committed changes.