Date: Tue, 12 Jul 2022 20:44:46 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c0143e06173e - main - net/self-service-password: Update to 1.4.5 Message-ID: <202207122044.26CKikNE024253@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0143e06173e06d1712532046179e794b8627744 commit c0143e06173e06d1712532046179e794b8627744 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-07-12 05:49:53 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-07-12 20:40:34 +0000 net/self-service-password: Update to 1.4.5 ChangeLog: https://github.com/ltb-project/self-service-password/releases/tag/v1.4.5 v1.4.3[1] included security fixes. [1] https://github.com/ltb-project/self-service-password/releases/tag/v1.4.3 PR: 265141 Reported by: geraud@gcu.info Approved by: ports@bsdserwis.com (maintainer) MFH: 2022Q3 (bugfixes, including security fixes) --- net/self-service-password/Makefile | 7 +++---- net/self-service-password/distinfo | 6 +++--- net/self-service-password/pkg-descr | 2 +- net/self-service-password/pkg-plist | 7 +++++++ 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/net/self-service-password/Makefile b/net/self-service-password/Makefile index d9ba59350c0d..57dc5d5ae90d 100644 --- a/net/self-service-password/Makefile +++ b/net/self-service-password/Makefile @@ -1,8 +1,7 @@ # Created by: Krzysztof Stryjek <ports@bsdserwis.com> PORTNAME= self-service-password -DISTVERSION= 1.4 -PORTREVISION= 1 +DISTVERSION= 1.4.5 CATEGORIES= net www MASTER_SITES= http://ltb-project.org/archives/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -25,8 +24,8 @@ NO_BUILD= yes SUB_FILES= pkg-message SUB_LIST+= PKGNAME=${PKGNAME} -PLIST_SUB+= SSP_OWN=${WWWOWN} -PLIST_SUB+= SSP_GRP=${WWWGRP} +PLIST_SUB+= SSP_GRP=${WWWGRP} \ + SSP_OWN=${WWWOWN} CFGDIR= conf CFGFILE= config.inc.php diff --git a/net/self-service-password/distinfo b/net/self-service-password/distinfo index 3b24d90c565e..6ec4d2658d66 100644 --- a/net/self-service-password/distinfo +++ b/net/self-service-password/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519157902 -SHA256 (ltb-project-self-service-password-1.4.tar.gz) = a3a2b7fe070f48a34cc3cd8ce9c96594053f86856948b2307182530376570b3b -SIZE (ltb-project-self-service-password-1.4.tar.gz) = 2695556 +TIMESTAMP = 1657496900 +SHA256 (ltb-project-self-service-password-1.4.5.tar.gz) = 6f76af023cdeb737001a2224e122ff840f505913f495514f73cc498708441c6a +SIZE (ltb-project-self-service-password-1.4.5.tar.gz) = 2733675 diff --git a/net/self-service-password/pkg-descr b/net/self-service-password/pkg-descr index a2da95484f51..f72a6a76af43 100644 --- a/net/self-service-password/pkg-descr +++ b/net/self-service-password/pkg-descr @@ -3,4 +3,4 @@ anywhere-accessible, multi-language service to change your LDAP password. Since it is a web application, this LDAP browser works on many platforms, making change of your LDAP/AD password accessible from any location. -WWW: https://ltb-project.org/documentation/self-service-password +WWW: https://ltb-project.org/documentation/self-service-password.html diff --git a/net/self-service-password/pkg-plist b/net/self-service-password/pkg-plist index 8ccccd3a4957..838b4457037d 100644 --- a/net/self-service-password/pkg-plist +++ b/net/self-service-password/pkg-plist @@ -158,6 +158,7 @@ %%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php %%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php %%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php +%%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php %%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php %%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php %%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php @@ -211,6 +212,11 @@ %%WWWDIR%%/lib/vendor/symfony/finder/SplFileInfo.php %%WWWDIR%%/LICENCE %%WWWDIR%%/README.md +%%WWWDIR%%/rest/v1/adminchangepassword.php +%%WWWDIR%%/rest/v1/changepassword.php +%%WWWDIR%%/rest/v1/checkpassword.php +%%WWWDIR%%/rest/v1/doc/openapi-spec.yaml +%%WWWDIR%%/rest/v1/include.php %%WWWDIR%%/scripts/encrypt_answers.php %%WWWDIR%%/scripts/multi_ldap_change.php %%WWWDIR%%/scripts/update_samba_password.sh @@ -227,3 +233,4 @@ %%WWWDIR%%/templates/sendsms.tpl %%WWWDIR%%/templates/sendtoken.tpl %%WWWDIR%%/templates/setquestions.tpl +@dir %%WWWDIR%%/lib/vendor/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207122044.26CKikNE024253>