pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/shelldap Update to shelldap 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adeb9f3bce67
branches:  trunk
changeset: 418842:adeb9f3bce67
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Thu Dec 05 21:29:25 2019 +0000

description:
Update to shelldap 1.5.1

2019-10-13  v1.5.1

        * Repair SASL authentications, add a 'sasluser' option


2019-06-26  v1.5.0

        * Default display attributes can set as an option

        * Support user specific aliases

        * Manage configuration file from within the shell

        * Improvements to 'ls -l' output

        * Mirror command line flags with those of openldap tools

        * Documentation improvements


2017-06-07  v1.4.0

        * Optionally support server side pagination controls.

        * Documentation spelling corrections.


2016-01-12  v1.3.2

        * Don't test for optional perl modules by string eval().

        * Migration to BitBucket for issue tracking and downloads.
          Primary repository is still (and will continue to be) martini.nu.

        * Fix anonymous binds when SASL is not used.

        * Allow the period character when moving an entry by DN.

        * Allow editor arguments in your .shelldap.rc or EDITOR environment
          variable when editing files externally.


2015-03-04  v1.3.1

        * Use the system definied tempdir instead of hardcoding /tmp.

diffstat:

 sysutils/shelldap/Makefile |   8 ++++----
 sysutils/shelldap/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 57732c828e32 -r adeb9f3bce67 sysutils/shelldap/Makefile
--- a/sysutils/shelldap/Makefile        Thu Dec 05 18:42:27 2019 +0000
+++ b/sysutils/shelldap/Makefile        Thu Dec 05 21:29:25 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2019/08/11 13:23:16 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/12/05 21:29:25 sevan Exp $
 #
 
-PKGNAME=       shelldap-1.3.0
-PKGREVISION=   4
-DISTNAME=      ceb8bd75e05b
+PKGNAME=       shelldap-1.5.1
+DISTNAME=      c06315e
 CATEGORIES=    sysutils
 MASTER_SITES=  http://code.martini.nu/shelldap/archive/
 EXTRACT_SUFX=  .zip
@@ -19,6 +18,7 @@
 DEPENDS+=      p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff
 DEPENDS+=      p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap
 DEPENDS+=      p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine
+DEPENDS+=      p5-Tie-IxHash>=1.23:../../devel/p5-Tie-IxHash
 
 WRKSRC=                ${WRKDIR}/shelldap-${DISTNAME}
 USE_LANGUAGES= # none
diff -r 57732c828e32 -r adeb9f3bce67 sysutils/shelldap/distinfo
--- a/sysutils/shelldap/distinfo        Thu Dec 05 18:42:27 2019 +0000
+++ b/sysutils/shelldap/distinfo        Thu Dec 05 21:29:25 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 01:32:31 agc Exp $
+$NetBSD: distinfo,v 1.8 2019/12/05 21:29:25 sevan Exp $
 
-SHA1 (ceb8bd75e05b.zip) = ed0046eaa614e348fc68e1ad2502874e642e4829
-RMD160 (ceb8bd75e05b.zip) = 2f0273ed943ee9a4e8f120bb3e5cad12b140da1b
-SHA512 (ceb8bd75e05b.zip) = 8eb266a0c7cd4938d071f59dc81d41781e8662bf738718eb4f2b81a5f75ba3527b5acca10139ce6baf906fe59c8e2cd35a0b7cc24543c550e32f450d52c69ae3
-Size (ceb8bd75e05b.zip) = 19254 bytes
+SHA1 (c06315e.zip) = 7627a5cfabb7fc272a7f662e4f86ab33e3732d56
+RMD160 (c06315e.zip) = ddd1c72b72f216d4998c394fa86469366e41538e
+SHA512 (c06315e.zip) = b25e9976d2d2d84b20ada91da5d69e1893010281dacb422c4748e09d60b1001e01196d8a0e63ca03daf1f938bfc89b982b0973fb3da787ac6d8ed4cce808e71f
+Size (c06315e.zip) = 28336 bytes



Home | Main Index | Thread Index | Old Index