phpLDAPadmin icon indicating copy to clipboard operation
phpLDAPadmin copied to clipboard

Release 1.2.6.7 - incorrect VERSION file

Open Mateusz-Grzelinski opened this issue 1 year ago • 6 comments

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 avatar Mar 13 '24 13:03 Mateusz-Grzelinski

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 <=

Mateusz-Grzelinski avatar Mar 14 '24 12:03 Mateusz-Grzelinski

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

williamdes avatar Mar 15 '24 12:03 williamdes

~~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 . 🤣

chusiang avatar Oct 15 '24 11:10 chusiang

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

Why not use the package phpldapadmin ? 😄

williamdes avatar Oct 15 '24 13:10 williamdes

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

chusiang avatar Oct 19 '24 06:10 chusiang

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 ;)

williamdes avatar Oct 19 '24 09:10 williamdes

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. <[_ _]>

chusiang avatar Oct 28 '24 10:10 chusiang