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)
Fri, Feb 21, 4:37 PM
Unknown Object (File)
Feb 1 2025, 10:18 AM
Unknown Object (File)
Jan 22 2025, 11:18 PM
Unknown Object (File)
Jan 20 2025, 4:55 PM
Unknown Object (File)
Jan 20 2025, 2:49 PM
Unknown Object (File)
Jan 18 2025, 9:56 PM
Unknown Object (File)
Dec 6 2024, 5:54 AM
Unknown Object (File)
Nov 29 2024, 4:50 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
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.