[Bug 255893] ldconfig: SONAME should not be limited to one digit

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 May 2021 04:03:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255893

            Bug ID: 255893
           Summary: ldconfig: SONAME should not be limited to one digit
           Product: Base System
           Version: 12.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

ldconfig(8) manpage says:
> Filenames must conform to the lib*.so.[0-9]
> pattern in order to be added to the hints file.

The pattern should be changed to lib*.so.[0-9]+ because otherwise only 10
choices are available.

The code should be verified that it doesn't limit SONAMEs in this way.

-- 
You are receiving this mail because:
You are the assignee for the bug.