Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.6.7 - incorrect VERSION file #263

Open
Mateusz-Grzelinski opened this issue Mar 13, 2024 · 7 comments
Open

Release 1.2.6.7 - incorrect VERSION file #263

Mateusz-Grzelinski opened this issue Mar 13, 2024 · 7 comments
Labels
old Old version of PLA, may not be fixed.

Comments

@Mateusz-Grzelinski
Copy link

Mateusz-Grzelinski commented Mar 13, 2024

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
Copy link
Author

Mateusz-Grzelinski commented Mar 14, 2024

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
Copy link

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

@chusiang
Copy link

chusiang commented Oct 15, 2024

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
Copy link

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

Why not use the package phpldapadmin ? 😄

@chusiang
Copy link

chusiang commented Oct 19, 2024

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
Copy link

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
Copy link

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

@leenooks leenooks added the old Old version of PLA, may not be fixed. label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
old Old version of PLA, may not be fixed.
Projects
None yet
Development

No branches or pull requests

4 participants