delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/06/21/07:39:44

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 296513896C15
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1624275583;
bh=fGQW2oLfbGQtVP6hucFheVQiu9akm/rHe1iC5/wYK7A=;
h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=SdzE79J7B/x2Tu3uhIyXoebILi0+RIr9r70uC1djndvxdmhmfM861+xk8MCMQxCCm
Ptsy8Ncbabmya6pYzbQM0exl+Q7uM2xkZPn0XqtzL8/7zV7Wx4XKCASFkuYySCZ19Q
jSKn/DVEetfq/p0HniaAtiq4BakG9F5/gPxtdODo=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2759389853E
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 842D2389FC1B
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 87B51383F436
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:date:from:to:subject:message-id:mime-version
:content-transfer-encoding;
bh=efT5omKIBoXRuK29DuOILEvyM2yMeiVfMGuOhhHCy2E=;
b=hcMfjThWryY9+wxL6fMivuGUL0pPsg7Xv1u/EWGFcsBklcazhtKxQgNnHINfSRmN/8
9CzB8qXk4nIX8RaOSVOix8CrAonhScOHTjAd/Hng6joz3ok86q3NGcqsCpfrwuFa0z3Y
E6jXQqjNXpBlMsOZZJHOizaxbN5S6k/Fe28LJ886z+5SQNET+G+6W6JgurdW8cHC7l5Z
tRDdueEjPwdzVfZsg49tLrN88VVG88/g5r9NqUINEuaQd3UYSNBAurTE+v+HVyd2xqBl
NOLi+5evcIfL5VgBl8EK/kMIg0AepJ6eO5niFv0eKcwLXAMTdNgk1eIdgTDlpgvwE+zb
KPvQ==
X-Gm-Message-State: AOAM533O7cAjNBuXnwrTY7NDI6mdrptDshUpgNFOhqu/QNwwwRad88KB
BVF6jflM7Ah+330q6A8UGk25xRxoYPs=
X-Google-Smtp-Source: ABdhPJw0o1vBjcSGVTGfM5TS84xgPQLr06+i2lkq9rwhkG/mzR4Ns+vsytDR5xlfWlsR2G739eXQqw==
X-Received: by 2002:aa7:8893:0:b029:301:ffd8:44db with SMTP id
z19-20020aa788930000b0290301ffd844dbmr9789192pfe.17.1624275419660;
Mon, 21 Jun 2021 04:36:59 -0700 (PDT)
Date: Mon, 21 Jun 2021 20:36:59 +0900
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated lua-ldap-1.3.0-1
Message-Id: <announce.20210621203657.3777.50F79699@gmail.com>
MIME-Version: 1.0
X-Mailer: Becky! ver. 2.75.04 [ja]
X-Antivirus: Avast (VPS 210621-2, 2021/06/21), Outbound message
X-Antivirus-Status: Clean
X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Lemures Lemniscati via Cygwin-announce via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Lemures Lemniscati via Cygwin-announce <cygwin-announce AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

The following packages have been uploaded in the Cygwin distribution:

* lua-ldap-1.3.0-1

* lua-ldap-1.3.0-1-src
* lua-ldap-debuginfo-1.3.0-1

This is an update to the latest upstream.
Compiled for Lua 5.3 as before (not for Lua 5.4)

--
SUMMARY: Lua OpenLDAP bindings

DESCRIPTION:
LuaLDAP is a simple interface from Lua to an LDAP client, in
fact it is a binding to OpenLDAP. It enables a Lua program to:
* Connect to an LDAP server,
* Execute any operation (search, add, compare, delete, modify and rename),
* Retrieve entries and references of the search result.

HOMEPAGE: https://lualdap.github.io/lualdap/
SOURCE: https://github.com/lualdap/lualdap/tree/v1.3.0
LICENSE: https://github.com/lualdap/lualdap/blob/v1.3.0/docs/license.md

--
Cygwin Package Summary:
  https://www.cygwin.com/packages/summary/lua-ldap-src.html
Cygport Source:
  https://cygwin.com/git/?p=git/cygwin-packages/lua-ldap.git

--
Lemures Lemniscati

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019