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

[stable10] Backport of Add regex for shared object file names #34082

Merged
merged 2 commits into from
Feb 7, 2019

Commits on Jan 8, 2019

  1. [stable10] Backport of Add regex for shared object file names

    Add regular expression for shared object file name.
    The file name can be for example 'a.so' or 'a.so.0.0.1'.
    So this regular expression would help us to figure
    out that file has 'so' extension too.
    
    Signed-off-by: Sujith H <sharidasan@owncloud.com>
    sharidas committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    ec93019 View commit details
    Browse the repository at this point in the history
  2. [stable10] Backport of Add mime type for shared lib extension dylib (…

    …mac)
    
    Add mime type for shared lib extnesion dylib.
    dylib extension is required for MacOS.
    
    Signed-off-by: Sujith H <sharidasan@owncloud.com>
    sharidas committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7d74dd5 View commit details
    Browse the repository at this point in the history