pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/shelldap
Module Name: pkgsrc
Committed By: sevan
Date: Thu Dec 5 21:29:25 UTC 2019
Modified Files:
pkgsrc/sysutils/shelldap: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/shelldap/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/shelldap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/shelldap/Makefile
diff -u pkgsrc/sysutils/shelldap/Makefile:1.17 pkgsrc/sysutils/shelldap/Makefile:1.18
--- pkgsrc/sysutils/shelldap/Makefile:1.17 Sun Aug 11 13:23:16 2019
+++ pkgsrc/sysutils/shelldap/Makefile Thu Dec 5 21:29:25 2019
@@ -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-Term-Shell>=0.02:../../deve
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
Index: pkgsrc/sysutils/shelldap/distinfo
diff -u pkgsrc/sysutils/shelldap/distinfo:1.7 pkgsrc/sysutils/shelldap/distinfo:1.8
--- pkgsrc/sysutils/shelldap/distinfo:1.7 Wed Nov 4 01:32:31 2015
+++ pkgsrc/sysutils/shelldap/distinfo Thu Dec 5 21:29:25 2019
@@ -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