|
Bugzilla – Full Text Bug Listing |
| Summary: | nmap non-OSI approved "Nmap Public Source License" NPSL | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Andreas Stieger <Andreas.Stieger> |
| Component: | Other | Assignee: | Andreas Stieger <Andreas.Stieger> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ciaran.farrell, danilo.spinella, fkrueger, lnussel, rfrohl |
| Version: | Current | ||
| Target Milestone: | Current | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 1211580 | ||
| Bug Blocks: | |||
|
Description
Andreas Stieger
2023-05-21 12:42:14 UTC
Apparently the NPSL 0.95 is supposed to address some concerns: https://github.com/nmap/nmap/issues/2199 https://github.com/nmap/nmap/commit/d0a8fb0f304aa08e3408de31073dfdf647af4d60 But that does not solve the fundamental problem. This is an autogenerated message for OBS integration: This bug (1211571) was mentioned in https://build.opensuse.org/request/show/1088263 Factory:NonFree / nmap Looks like 7.92 is the last dual-licensed versions, so stable distribution releases are not affected. This is an autogenerated message for OBS integration: This bug (1211571) was mentioned in https://build.opensuse.org/request/show/1088986 Factory:NonFree / nmap This is an autogenerated message for OBS integration: This bug (1211571) was mentioned in https://build.opensuse.org/request/show/1089621 Factory:NonFree / nmap This is an autogenerated message for OBS integration: This bug (1211571) was mentioned in https://build.opensuse.org/request/show/1140091 Factory:NonFree / nmap assuming tests need to run w/o nmap, these need fixing: https://github.com/search?q=repo%3Aos-autoinst%2Fos-autoinst-distri-opensuse%20nmap&type=code SR#1140090 deleted package openSUSE:Factory/nmap THe package fails to build due to unknown license string. I think LicenseRef-NPSL-0.95 needs to be added to SPDX https://github.com/spdx/license-list-XML/pulls https://github.com/spdx/license-list-XML/blob/main/DOCS/license-inclusion-principles.md I changed it to "SUSE-NonFree" https://build.opensuse.org/request/show/1141454 $ zypper search -t package -s --match-exact nmap
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+------+---------+----------+--------+----------------------------
i+ | nmap | package | 7.94-2.1 | x86_64 | openSUSE-Tumbleweed-Non-Oss
$ rpm -q --queryformat "%{LICENSE}\n" nmap
SUSE-NonFree
|