Bug 270272 - net/lualdap: Update to 1.3.1
Summary: net/lualdap: Update to 1.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/lualdap/lualdap
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-16 20:42 UTC by Seyed Pouria Mousavizadeh Tehrani
Modified: 2023-03-21 12:57 UTC (History)
2 users (show)

See Also:
p.mousavizadeh: maintainer-feedback+


Attachments
diff -ruN 1.3.0 1.3.1 (1.03 KB, patch)
2023-03-16 20:42 UTC, Seyed Pouria Mousavizadeh Tehrani
no flags Details | Diff
new patch with portclippy (1.38 KB, patch)
2023-03-17 18:50 UTC, Seyed Pouria Mousavizadeh Tehrani
p.mousavizadeh: maintainer-approval+
Details | Diff
Poudriere Logs (16.33 KB, text/plain)
2023-03-17 18:54 UTC, Seyed Pouria Mousavizadeh Tehrani
p.mousavizadeh: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seyed Pouria Mousavizadeh Tehrani 2023-03-16 20:42:34 UTC
Created attachment 240903 [details]
diff -ruN 1.3.0 1.3.1

Update to 1.3.1
* Fix segfault in search() with multiple attrs
Comment 1 Seyed Pouria Mousavizadeh Tehrani 2023-03-17 15:52:59 UTC
I tested the new upgrade by using the sample in its manual below.
https://lualdap.github.io/lualdap/manual/
It successfully connects to my openldap server and performs the add and deletes operation.
Also, I run the lua script with the lua54 package.
Comment 2 Seyed Pouria Mousavizadeh Tehrani 2023-03-17 16:04:20 UTC
Here is the changelog:
https://github.com/lualdap/lualdap/blob/master/docs/news.md
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-03-17 16:51:25 UTC
Will commit with PORTVERSION changed to DISTVERSION as per policy and some reordering as recommended by portclippy.
Comment 4 Seyed Pouria Mousavizadeh Tehrani 2023-03-17 18:50:39 UTC
Created attachment 240927 [details]
new patch with portclippy

reorder DOCSDIR, USE_CSTD (portclippy)
remove PORTREVISION (portlint)
replace PORTVERSION with DISTVERSION (portclippy)
Comment 5 Seyed Pouria Mousavizadeh Tehrani 2023-03-17 18:54:28 UTC
Created attachment 240928 [details]
Poudriere Logs
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-03-21 12:56:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c22276f4444a51403199937f334b72d2d46b03e

commit 5c22276f4444a51403199937f334b72d2d46b03e
Author:     Seyed Pouria Mousavizadeh Tehrani <p.mousavizadeh@protonmail.com>
AuthorDate: 2023-03-17 16:50:18 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-21 12:53:47 +0000

    net/lualdap: update to 1.3.1

    Submitter becomes maintainer.  Already maintainer of another port.

    Changelog: https://github.com/lualdap/lualdap/blob/master/docs/news.md

    PR:             270272

 net/lualdap/Makefile | 7 +++----
 net/lualdap/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 7 Robert Clausecker freebsd_committer freebsd_triage 2023-03-21 12:57:06 UTC
Thank you for your contribution.