leenooks / phpLDAPadmin

phpLDAPadmin - Web based LDAP administration tool
www.phpldapadmin.org
GNU General Public License v2.0
536 stars 171 forks source link

Release 1.2.6.7 - incorrect VERSION file #263

Open Mateusz-Grzelinski opened 7 months ago

Mateusz-Grzelinski commented 7 months ago

Describe the bug VERSION file in release 1.2.6.7 indicated incorrect version:

$ cat phpLDAPadmin-1.2.6.7/VERSION 
RELEASE-1.2.6.6

Checked for tar and zip files.

Please verify if the release ACTUALLy contains 1.2.6.7 changes.

To Reproduce

Download https://github.com/leenooks/phpLDAPadmin/releases/tag/1.2.6.7 and extract

Mateusz-Grzelinski commented 7 months ago

A quick path difference indicates that only version file is not updated, no big deal.

PS > $dir6 = Get-ChildItem -Recurse -Path .\phpLDAPadmin-1.2.6.6
PS > $dir7 = Get-ChildItem -Recurse -Path .\phpLDAPadmin-1.2.6.7
PS > Compare-Object -ReferenceObject $dir6 -DifferenceObject $dir7

InputObject          SideIndicator
-----------          -------------
phpLDAPadmin-1.2.6.7 =>
tools                =>
posixGroup.xml       =>
po                   =>
unserialize.php      =>
Makefile             =>
messages.header      =>
phpLDAPadmin-1.2.6.6 <=
williamdes commented 7 months ago

https://sources.debian.org/src/phpldapadmin/1.2.6.7-1/debian/patches/Update-the-VERSION-file.patch/

chusiang commented 2 weeks ago

I got same problem by install the v1.2.6.7 tarball on Ubuntu 22.04. 🤣

I have got same problem with v1.2.6.3 on on Ubuntu 22.04, and I fixed it by overwrite it with the v1.2.6.7 tarball . 🤣

williamdes commented 2 weeks ago

I got same problem by install the v1.2.6.7 tarball on Ubuntu 22.04. 🤣

Why not use the package phpldapadmin ? 😄

chusiang commented 1 week ago

Hi @williamdes ,

Sorry, I need fix some wording to improve this info.

I installed the phpldapadmin v1.2.6.3 on Ubuntu 22.04, and get error like 8192: trim. 😓

Why not use the package phpldapadmin ? 😄

Now, I's working after I manual upgraded (overwrite) it by tarball. 🤟

Bug #1992366 “phpldapadmin not working with PHP8.1” : Bugs : phpldapadmin package : Ubuntu

williamdes commented 1 week ago

Hello You can also install the lastest package from Debian unstable See: https://tracker.debian.org/pkg/phpldapadmin https://ftp.debian.org/debian/pool/main/p/phpldapadmin/ Download: https://ftp.debian.org/debian/pool/main/p/phpldapadmin/phpldapadmin_1.2.6.7-1_all.deb

And let me know if all works fine ;)

chusiang commented 2 days ago

Hi @williamdes ,

It's working for me, and I have wrote Ansible playbook to provisioning the PLA v1.2.6.7 on Ubuntu 22.04.

https://ftp.debian.org/debian/pool/main/p/phpldapadmin/phpldapadmin_1.2.6.7-1_all.deb

Thank you very much. <[ ]>