[commits] Vfs branch master updated. 0295c661f80db1650f6cf73c11623decdcb617cf

Michael J. Rubinsky mrubinsk at horde.org
Sat Dec 18 22:23:05 UTC 2021


The branch "master" has been updated.
The following is a summary of the commits.

from: 6bb14e2229f008c04868f003ca9d2f791843a6a7

7313d69 Bugfix Vfs Smb driver top level dirs are not correctly parsed
0295c66 Merge pull request #3 from maintaina-com/pr-upstream-smb

Summary: https://github.com/horde/Vfs/compare/6bb14e2229f0...0295c661f80d

-----------------------------------------------------------------------

commit 7313d69cc88127f64d5d12b8ba45f7948dcb93cc
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu, 07 Oct 2021 15:44:22 +0000

Bugfix Vfs Smb driver top level dirs are not correctly parsed
When upgrading a system from openSUSE Leap 15.2 to Leap 15.3, Gollem starts giving garbled output for top level dir when using Vfs Smb Backend
Seems like either PHP or the PCRE library has a BC break here.

This bug fix is a conservative approach at modernizing the parsing regex.
Seems like quantification (+) of a literal space character no longer works as expected
Replacing them with the symbolic whitespace class with quantifier \s+ seems to fix this.
Added some comments for readability.

This should be covered by a test suite but no time to build one right now.

 M lib/Horde/Vfs/Smb.php

https://github.com/horde/Vfs/commit/7313d69cc88127f64d5d12b8ba45f7948dcb93cc

-----------------------------------------------------------------------

commit 0295c661f80db1650f6cf73c11623decdcb617cf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat, 18 Dec 2021 17:23:02 -0500

Merge pull request #3 from maintaina-com/pr-upstream-smb

Bugfix Vfs Smb driver top level dirs are not correctly parsed

 M lib/Horde/Vfs/Smb.php

https://github.com/horde/Vfs/commit/0295c661f80db1650f6cf73c11623decdcb617cf


More information about the commits mailing list