Tue Apr 2 16:00:11 2013 UTC ()
Update phpldapadmin to 1.2.3.

* There was a mistake in patches/patch-lib_functions.php, droping "ssha"
  password type.

2012-10-01	Release 1.2.3  master RELEASE-1.2.3
2012-10-01	Update template to show multiselect values
2012-09-06	Language update from launchpad for 1.2.3 (also see #30)
2012-09-05	SF Bug #3531956 - Search / Show Attributes must be lowercase
2012-09-05	SF Bug #3518548 - Missing attributes on some custom forms
2012-09-05	SF Bug #3513210 - Export to VCARD only exports the last entry in the list
2012-09-05	SF Bug #3510648 - Cannot copy between servers
2012-09-05	SF Bug #3510114 - Unable to check passwords when samba hashes are in lowercase
2012-09-05	SF Bug #3452416 - templates <order> non-functional
2012-09-05	SF Bug #3427748 - value id is ignored in select attribute
2012-09-04	SF Bug #3448530 - Treat krbExtraData and krbPrincipalKe as binary
2012-09-02	SF Bug #3497660 - XSS flaws via 'export', 'add_value_form' and 'dn' variables
2012-09-02	SF Bug #3426575 - clicking 'logout' does not unset _SESSION['ACTIVITY']
2012-09-01	SF Feature #3555472 - User-friendly items in entry chooser window.
2012-09-01	SF Feature #3509651 - Add support for SHA512 with OpenLDAP
2012-08-29	SF Patch #3469148 - Display mass edit actions as buttons
2012-01-24	SF Bug #3477910 - XSS vulnerability in query


(taca)
diff -r1.35 -r1.36 pkgsrc/databases/phpldapadmin/Makefile
diff -r1.10 -r1.11 pkgsrc/databases/phpldapadmin/PLIST
diff -r1.13 -r1.14 pkgsrc/databases/phpldapadmin/distinfo
diff -r1.1 -r0 pkgsrc/databases/phpldapadmin/patches/patch-htdocs_add__value__form.php
diff -r1.1 -r0 pkgsrc/databases/phpldapadmin/patches/patch-htdocs_export.php
diff -r1.1 -r0 pkgsrc/databases/phpldapadmin/patches/patch-htdocs_logout.php
diff -r1.1 -r0 pkgsrc/databases/phpldapadmin/patches/patch-lib_export__functions.php
diff -r1.1 -r0 pkgsrc/databases/phpldapadmin/patches/patch-lib_functions.php
diff -r1.2 -r0 pkgsrc/databases/phpldapadmin/patches/patch-lib_QueryRender.php

cvs diff -r1.35 -r1.36 pkgsrc/databases/phpldapadmin/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/phpldapadmin/Makefile 2013/03/16 07:21:19 1.35
+++ pkgsrc/databases/phpldapadmin/Makefile 2013/04/02 16:00:10 1.36
@@ -1,37 +1,36 @@ @@ -1,37 +1,36 @@
1# $NetBSD: Makefile,v 1.35 2013/03/16 07:21:19 obache Exp $ 1# $NetBSD: Makefile,v 1.36 2013/04/02 16:00:10 taca Exp $
2 2
3DISTNAME= phpldapadmin-${VERSION} 3DISTNAME= phpldapadmin-${VERSION}
4PKGREVISION= 2 
5CATEGORIES= databases www 4CATEGORIES= databases www
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/}
7EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://phpldapadmin.sourceforge.net/ 9HOMEPAGE= http://phpldapadmin.sourceforge.net/
11COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW 10COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14.include "../../mk/bsd.prefs.mk" 13.include "../../mk/bsd.prefs.mk"
15.include "../../lang/php/phpversion.mk" 14.include "../../lang/php/phpversion.mk"
16 15
17REPLACE_SH= tools/po/make* 16REPLACE_SH= tools/po/make*
18 17
19DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.1.2:../../databases/php-ldap 18DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.1.2:../../databases/php-ldap
20DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.2:../../devel/php-gettext 19DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.2:../../devel/php-gettext
21 20
22USE_TOOLS+= pax 21USE_TOOLS+= pax
23 22
24VERSION= 1.2.2 23VERSION= 1.2.3
25NO_BUILD= YES 24NO_BUILD= YES
26 25
27CONF_FILES+= ${PREFIX}/share/examples/phpldapadmin/config.php.example \ 26CONF_FILES+= ${PREFIX}/share/examples/phpldapadmin/config.php.example \
28 ${PREFIX}/share/phpldapadmin/config/config.php 27 ${PREFIX}/share/phpldapadmin/config/config.php
29CONF_FILES+= ${PREFIX}/share/examples/phpldapadmin/phpldapadmin.conf \ 28CONF_FILES+= ${PREFIX}/share/examples/phpldapadmin/phpldapadmin.conf \
30 ${PKG_SYSCONFDIR}/phpldapadmin.conf 29 ${PKG_SYSCONFDIR}/phpldapadmin.conf
31PAX_DIRS= config doc hooks htdocs lib locale queries templates tools 30PAX_DIRS= config doc hooks htdocs lib locale queries templates tools
32 31
33INSTALLATION_DIRS+= \ 32INSTALLATION_DIRS+= \
34 share/doc/phpldapadmin share/examples/phpldapadmin \ 33 share/doc/phpldapadmin share/examples/phpldapadmin \
35 share/phpldapadmin/config 34 share/phpldapadmin/config
36 35
37do-configure: 36do-configure:

cvs diff -r1.10 -r1.11 pkgsrc/databases/phpldapadmin/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/phpldapadmin/PLIST 2011/06/17 15:40:33 1.10
+++ pkgsrc/databases/phpldapadmin/PLIST 2013/04/02 16:00:10 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2011/06/17 15:40:33 taca Exp $ 1@comment $NetBSD: PLIST,v 1.11 2013/04/02 16:00:10 taca Exp $
2share/doc/phpldapadmin/INSTALL 2share/doc/phpldapadmin/INSTALL
3share/doc/phpldapadmin/LICENSE 3share/doc/phpldapadmin/LICENSE
4share/examples/phpldapadmin/config.php.example 4share/examples/phpldapadmin/config.php.example
5share/examples/phpldapadmin/phpldapadmin.conf 5share/examples/phpldapadmin/phpldapadmin.conf
6share/phpldapadmin/VERSION 6share/phpldapadmin/VERSION
7share/phpldapadmin/config/config.php.example 7share/phpldapadmin/config/config.php.example
8share/phpldapadmin/doc/README-translation.txt 8share/phpldapadmin/doc/README-translation.txt
9share/phpldapadmin/doc/certs/ca-bundle.crt 9share/phpldapadmin/doc/certs/ca-bundle.crt
10share/phpldapadmin/doc/certs/slapd.crt 10share/phpldapadmin/doc/certs/slapd.crt
11share/phpldapadmin/doc/certs/slapd.key 11share/phpldapadmin/doc/certs/slapd.key
12share/phpldapadmin/doc/demo-reset.sh 12share/phpldapadmin/doc/demo-reset.sh
13share/phpldapadmin/doc/ldif-Flintstones 13share/phpldapadmin/doc/ldif-Flintstones
14share/phpldapadmin/doc/ldif-Simpsons 14share/phpldapadmin/doc/ldif-Simpsons
@@ -551,63 +551,48 @@ share/phpldapadmin/lib/functions.php @@ -551,63 +551,48 @@ share/phpldapadmin/lib/functions.php
551share/phpldapadmin/lib/hooks.php 551share/phpldapadmin/lib/hooks.php
552share/phpldapadmin/lib/import_functions.php 552share/phpldapadmin/lib/import_functions.php
553share/phpldapadmin/lib/ldap_error_codes.txt 553share/phpldapadmin/lib/ldap_error_codes.txt
554share/phpldapadmin/lib/ldap_supported_oids.txt 554share/phpldapadmin/lib/ldap_supported_oids.txt
555share/phpldapadmin/lib/page.php 555share/phpldapadmin/lib/page.php
556share/phpldapadmin/lib/query_functions.php 556share/phpldapadmin/lib/query_functions.php
557share/phpldapadmin/lib/schema_functions.php 557share/phpldapadmin/lib/schema_functions.php
558share/phpldapadmin/lib/session_functions.php 558share/phpldapadmin/lib/session_functions.php
559share/phpldapadmin/lib/syslog.php 559share/phpldapadmin/lib/syslog.php
560share/phpldapadmin/lib/template_functions.php 560share/phpldapadmin/lib/template_functions.php
561share/phpldapadmin/lib/xml2array.php 561share/phpldapadmin/lib/xml2array.php
562share/phpldapadmin/lib/xmlTemplates.php 562share/phpldapadmin/lib/xmlTemplates.php
563share/phpldapadmin/locale/ca_ES/LC_MESSAGES/messages.mo 563share/phpldapadmin/locale/ca_ES/LC_MESSAGES/messages.mo
564share/phpldapadmin/locale/ca_ES/LC_MESSAGES/messages.po 
565share/phpldapadmin/locale/cs_CZ/LC_MESSAGES/messages.mo 564share/phpldapadmin/locale/cs_CZ/LC_MESSAGES/messages.mo
566share/phpldapadmin/locale/cs_CZ/LC_MESSAGES/messages.po 
567share/phpldapadmin/locale/da_DK/LC_MESSAGES/messages.mo 565share/phpldapadmin/locale/da_DK/LC_MESSAGES/messages.mo
568share/phpldapadmin/locale/da_DK/LC_MESSAGES/messages.po 
569share/phpldapadmin/locale/de_DE/LC_MESSAGES/messages.mo 566share/phpldapadmin/locale/de_DE/LC_MESSAGES/messages.mo
570share/phpldapadmin/locale/de_DE/LC_MESSAGES/messages.po 
571share/phpldapadmin/locale/es_ES/LC_MESSAGES/messages.mo 567share/phpldapadmin/locale/es_ES/LC_MESSAGES/messages.mo
572share/phpldapadmin/locale/es_ES/LC_MESSAGES/messages.po 
573share/phpldapadmin/locale/fi_FI/LC_MESSAGES/messages.mo 568share/phpldapadmin/locale/fi_FI/LC_MESSAGES/messages.mo
574share/phpldapadmin/locale/fi_FI/LC_MESSAGES/messages.po 
575share/phpldapadmin/locale/fr_FR/LC_MESSAGES/messages.mo 569share/phpldapadmin/locale/fr_FR/LC_MESSAGES/messages.mo
576share/phpldapadmin/locale/fr_FR/LC_MESSAGES/messages.po 570share/phpldapadmin/locale/gn_PY/LC_MESSAGES/messages.mo
577share/phpldapadmin/locale/hu_HU/LC_MESSAGES/messages.mo 571share/phpldapadmin/locale/hu_HU/LC_MESSAGES/messages.mo
578share/phpldapadmin/locale/hu_HU/LC_MESSAGES/messages.po 
579share/phpldapadmin/locale/it_IT/LC_MESSAGES/messages.mo 572share/phpldapadmin/locale/it_IT/LC_MESSAGES/messages.mo
580share/phpldapadmin/locale/it_IT/LC_MESSAGES/messages.po 
581share/phpldapadmin/locale/ja_JP/LC_MESSAGES/messages.mo 573share/phpldapadmin/locale/ja_JP/LC_MESSAGES/messages.mo
582share/phpldapadmin/locale/ja_JP/LC_MESSAGES/messages.po 574share/phpldapadmin/locale/nb_NO/LC_MESSAGES/messages.mo
583share/phpldapadmin/locale/nl_BE/LC_MESSAGES/messages.mo 575share/phpldapadmin/locale/nl_BE/LC_MESSAGES/messages.mo
584share/phpldapadmin/locale/nl_BE/LC_MESSAGES/messages.po 
585share/phpldapadmin/locale/oc_FR/LC_MESSAGES/messages.mo 576share/phpldapadmin/locale/oc_FR/LC_MESSAGES/messages.mo
586share/phpldapadmin/locale/oc_FR/LC_MESSAGES/messages.po 
587share/phpldapadmin/locale/pl_PL/LC_MESSAGES/messages.mo 577share/phpldapadmin/locale/pl_PL/LC_MESSAGES/messages.mo
588share/phpldapadmin/locale/pl_PL/LC_MESSAGES/messages.po 
589share/phpldapadmin/locale/pt_BR/LC_MESSAGES/messages.mo 578share/phpldapadmin/locale/pt_BR/LC_MESSAGES/messages.mo
590share/phpldapadmin/locale/pt_BR/LC_MESSAGES/messages.po 
591share/phpldapadmin/locale/ru_RU/LC_MESSAGES/messages.mo 579share/phpldapadmin/locale/ru_RU/LC_MESSAGES/messages.mo
592share/phpldapadmin/locale/ru_RU/LC_MESSAGES/messages.po 
593share/phpldapadmin/locale/sk_SK/LC_MESSAGES/messages.mo 580share/phpldapadmin/locale/sk_SK/LC_MESSAGES/messages.mo
594share/phpldapadmin/locale/sk_SK/LC_MESSAGES/messages.po 
595share/phpldapadmin/locale/sv_FI/LC_MESSAGES/messages.mo 581share/phpldapadmin/locale/sv_FI/LC_MESSAGES/messages.mo
596share/phpldapadmin/locale/sv_FI/LC_MESSAGES/messages.po 582share/phpldapadmin/locale/tr_TR/LC_MESSAGES/messages.mo
 583share/phpldapadmin/locale/uk_UA/LC_MESSAGES/messages.mo
597share/phpldapadmin/locale/zh_CN/LC_MESSAGES/messages.mo 584share/phpldapadmin/locale/zh_CN/LC_MESSAGES/messages.mo
598share/phpldapadmin/locale/zh_CN/LC_MESSAGES/messages.po 
599share/phpldapadmin/locale/zh_TW/LC_MESSAGES/messages.mo 585share/phpldapadmin/locale/zh_TW/LC_MESSAGES/messages.mo
600share/phpldapadmin/locale/zh_TW/LC_MESSAGES/messages.po 
601share/phpldapadmin/queries/SambaUsers.xml 586share/phpldapadmin/queries/SambaUsers.xml
602share/phpldapadmin/queries/UserList.xml 587share/phpldapadmin/queries/UserList.xml
603share/phpldapadmin/queries/query.dtd 588share/phpldapadmin/queries/query.dtd
604share/phpldapadmin/templates/creation/alias.xml 589share/phpldapadmin/templates/creation/alias.xml
605share/phpldapadmin/templates/creation/courierMailAccount.xml 590share/phpldapadmin/templates/creation/courierMailAccount.xml
606share/phpldapadmin/templates/creation/courierMailAlias.xml 591share/phpldapadmin/templates/creation/courierMailAlias.xml
607share/phpldapadmin/templates/creation/dNSDomain.xml 592share/phpldapadmin/templates/creation/dNSDomain.xml
608share/phpldapadmin/templates/creation/example.xml 593share/phpldapadmin/templates/creation/example.xml
609share/phpldapadmin/templates/creation/inetOrgPerson.xml 594share/phpldapadmin/templates/creation/inetOrgPerson.xml
610share/phpldapadmin/templates/creation/kolabPerson.xml 595share/phpldapadmin/templates/creation/kolabPerson.xml
611share/phpldapadmin/templates/creation/mozillaOrgPerson.xml 596share/phpldapadmin/templates/creation/mozillaOrgPerson.xml
612share/phpldapadmin/templates/creation/organizationalRole.xml 597share/phpldapadmin/templates/creation/organizationalRole.xml
613share/phpldapadmin/templates/creation/ou.xml 598share/phpldapadmin/templates/creation/ou.xml

cvs diff -r1.13 -r1.14 pkgsrc/databases/phpldapadmin/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/phpldapadmin/distinfo 2013/01/22 11:49:33 1.13
+++ pkgsrc/databases/phpldapadmin/distinfo 2013/04/02 16:00:10 1.14
@@ -1,11 +1,5 @@ @@ -1,11 +1,5 @@
1$NetBSD: distinfo,v 1.13 2013/01/22 11:49:33 obache Exp $ 1$NetBSD: distinfo,v 1.14 2013/04/02 16:00:10 taca Exp $
2 2
3SHA1 (phpldapadmin-1.2.2.tgz) = 2904923eb25173d108b556c70fb3d42cd6e0e289 3SHA1 (phpldapadmin-1.2.3.tgz) = 669fca66c75e24137e106fdd02e3832f81146e23
4RMD160 (phpldapadmin-1.2.2.tgz) = dd93d9558c9780b014f066d070b496e2804b9565 4RMD160 (phpldapadmin-1.2.3.tgz) = 0d170a1da26836b8c9af3c3a06960cfc42f29b26
5Size (phpldapadmin-1.2.2.tgz) = 1415565 bytes 5Size (phpldapadmin-1.2.3.tgz) = 1115707 bytes
6SHA1 (patch-htdocs_add__value__form.php) = 74e7128a36391c7ccce1a4a25bb115290fd8af3e 
7SHA1 (patch-htdocs_export.php) = 822cb73c754d83a8e080bc709db36d3d7d90deb4 
8SHA1 (patch-htdocs_logout.php) = f09fdceb60faad2d2c49c37fa9ca01ac3c2e332e 
9SHA1 (patch-lib_QueryRender.php) = 976eb66a7c50ed992886a3c4f79d2ae7d3c2f52e 
10SHA1 (patch-lib_export__functions.php) = ace9e5b372ea34e54a24a1679cc43c5c5393d038 
11SHA1 (patch-lib_functions.php) = a596507eba2a32bf674cac093b307bfe765510bb 

File Deleted: pkgsrc/databases/phpldapadmin/patches/Attic/patch-htdocs_add__value__form.php

File Deleted: pkgsrc/databases/phpldapadmin/patches/Attic/patch-htdocs_export.php

File Deleted: pkgsrc/databases/phpldapadmin/patches/Attic/patch-htdocs_logout.php

File Deleted: pkgsrc/databases/phpldapadmin/patches/Attic/patch-lib_export__functions.php

File Deleted: pkgsrc/databases/phpldapadmin/patches/patch-lib_functions.php

File Deleted: pkgsrc/databases/phpldapadmin/patches/Attic/patch-lib_QueryRender.php