A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5267 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: subversion Issue ID: 5267 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2016-02-23 14:47 CET Last Modified: 2016-03-21 16:33 CET ====================================================================== Summary: upgrade to a fresher version Description: Is it possible to upgrade this and afferent packages to a more recent version ? TIA ======================================================================
---------------------------------------------------------------------- (0011110) pfelecan (developer) - 2016-03-21 16:33 https://www.opencsw.org/mantis/view.php?id=5267#c11110 ---------------------------------------------------------------------- On my test system there are some differences. Here is what I get when I'm doing the same thing as you: nm -D mod_dav_svn.so| fgrep svn_fs_youngest_rev [450] | 0| 0|FUNC |GLOB |0 |UNDEF |svn_fs_youngest_rev bash-4.3# nm -D libsvn_fs-1.so | fgrep svn_fs_youngest_rev [102] | 27408| 26|FUNC |GLOB |0 |12 |svn_fs_youngest_rev # ldd -vr mod_dav_svn.so 2>&1 | less find object=libsvn_repos-1.so.0; required by ./mod_dav_svn.so libsvn_repos-1.so.0 => /opt/csw/lib/svn/libsvn_repos-1.so.0 find object=libsvn_fs-1.so.0; required by ./mod_dav_svn.so libsvn_fs-1.so.0 => /opt/csw/lib/svn/libsvn_fs-1.so.0 find object=libsvn_delta-1.so.0; required by ./mod_dav_svn.so libsvn_delta-1.so.0 => /opt/csw/lib/svn/libsvn_delta-1.so.0
