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)
Thu, Mar 12, 5:02 PM
Unknown Object (File)
Thu, Mar 12, 10:12 AM
Unknown Object (File)
Wed, Mar 4, 2:40 PM
Unknown Object (File)
Feb 8 2026, 12:43 PM
Unknown Object (File)
Jan 31 2026, 9:05 AM
Unknown Object (File)
Jan 31 2026, 6:16 AM
Unknown Object (File)
Jan 21 2026, 2:04 AM
Unknown Object (File)
Jan 20 2026, 9:39 PM
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.