Description of problem: /usr/libexec/lbdb/mutt_ldap_query throws deprecated warnings in F23 Version-Release number of selected component (if applicable): lbdb-0.39-2.fc23.x86_64 How reproducible: Use mutt_ldap_query to query an LDAP in mutt Steps to Reproduce: 1. configure mutt to use lbdbq to query addresses 2. configure lbdq to query an LDAP 3. try to query a name/address Actual results: error messages like "Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE givenname}/ at /usr/libexec/lbdb/mutt_ldap_query line 248, <DATA> line 755. (Still get matches though) Expected results: No error messages. Additional info: Probably a result of perl 5.22 in Fedora 23. "man perldelta" has a paragraph about this. I made four changes on lines 236,239,248,249, escaping the left brace as suggested. Example: if( $ldap_result_email =~ /\$\{$answer}/ ) { This seemed to work, but I make no claims to understanding the code.
Any news on this one ? It's been fixed upstream with 0.40 (0.41 available now) More info from Debian's bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812785
Ah, thanks for the notification about the new version, I'll try it out for a bit and upgrade the fedora package. f24 scratch build at http://koji.fedoraproject.org/koji/taskinfo?taskID=13980055
lbdb-0.41-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-e04b1df10a
lbdb-0.41-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-4a7edbfcac
lbdb-0.41-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-4a7edbfcac
lbdb-0.41-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-e04b1df10a
lbdb-0.41-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
lbdb-0.41-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.