Bug 242496 - net/py-ldap3: has wrong license in port Makefile
Summary: net/py-ldap3: has wrong license in port Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-07 06:25 UTC by Enji Cooper
Modified: 2019-12-08 22:57 UTC (History)
0 users

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


Attachments
Patch to fix the license used/file referenced (648 bytes, patch)
2019-12-07 06:28 UTC, Enji Cooper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2019-12-07 06:25:59 UTC
Doing some hunting around for a potential alternative to net/py-ldap, I ran into net/py-ldap3 . I decided against it because of its less permissive license, but wanted to note that the actual license differs from the version used in the COPYING.txt and the port Makefile. Per the project website (from https://ldap3.readthedocs.io ):

> ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4510 and is released under the LGPL v3 open source license. RFC4510 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997).

A patch to address the issue will be available shortly.
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2019-12-07 06:28:23 UTC
Created attachment 209770 [details]
Patch to fix the license used/file referenced
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-08 22:56:19 UTC
A commit references this bug:

Author: rm
Date: Sun Dec  8 22:55:40 UTC 2019
New revision: 519581
URL: https://svnweb.freebsd.org/changeset/ports/519581

Log:
  net/py-ldap3: correct license

  Actual license for this port is GNU LESSER v3 according to [1]

  [1] https://ldap3.readthedocs.io/

  PR:		242496
  Submitted by:	ngie

Changes:
  head/net/py-ldap3/Makefile
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2019-12-08 22:57:23 UTC
Should've been just LGPL3 (without v). Committed, thank you!