indi.ppc64le: I: binary-or-shlib-calls-gethostbyname /usr/bin/indi_eval indi.ppc64le: I: binary-or-shlib-calls-gethostbyname /usr/bin/indi_getprop indi.ppc64le: I: binary-or-shlib-calls-gethostbyname /usr/bin/indi_setprop indi.ppc64le: I: binary-or-shlib-calls-gethostbyname /usr/bin/indiserver libindiclient1.ppc64le: I: binary-or-shlib-calls-gethostbyname /usr/lib64/libindiclient.so.1.9.9 libindidriver1.ppc64le: I: binary-or-shlib-calls-gethostbyname /usr/lib64/libindidriver.so.1.9.9 The binary calls gethostbyname(). Please port the code to use getaddrinfo(). libindidriver1.ppc64le: W: missing-call-to-setgroups-before-setuid /usr/lib64/libindidriver.so.1.9.9 This executable is calling setuid and setgid without setgroups or initgroups. There is a high probability this means it didn't relinquish all groups, and this would be a potential security issue to be fixed. Seek POS36-C on the web for details about the problem. indi-devel.ppc64le: W: no-dependency-on indi*/indi-libs/libindi* indi-devel.ppc64le: W: no-version-in-last-changelog indi-plugins.ppc64le: W: no-version-in-last-changelog indi.ppc64le: W: no-version-in-last-changelog indi.src: W: no-version-in-last-changelog libindiAlignmentDriver1.ppc64le: W: no-version-in-last-changelog libindiclient1.ppc64le: W: no-version-in-last-changelog libindiclientqt1.ppc64le: W: no-version-in-last-changelog libindidriver1.ppc64le: W: no-version-in-last-changelog libindilx200-1.ppc64le: W: no-version-in-last-changelog The latest changelog entry doesn't contain a version. Please insert the version that is coherent with the version of the package and rebuild it. libindiAlignmentDriver1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindiAlignmentDriver.so.1.9.9 _exit@GLIBC_2.17 libindiAlignmentDriver1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindiAlignmentDriver.so.1.9.9 exit@GLIBC_2.17 libindiclient1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindiclient.so.1.9.9 _exit@GLIBC_2.17 libindiclient1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindiclient.so.1.9.9 exit@GLIBC_2.17 libindiclientqt1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindiclientqt.so.1.9.9 _exit@GLIBC_2.17 libindiclientqt1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindiclientqt.so.1.9.9 exit@GLIBC_2.17 libindidriver1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindidriver.so.1.9.9 _exit@GLIBC_2.17 libindidriver1.ppc64le: W: shared-lib-calls-exit /usr/lib64/libindidriver.so.1.9.9 exit@GLIBC_2.17 This library package calls exit() or _exit(), probably in a non-fork() context. Doing so from a library is strongly discouraged - when a library function calls exit(), it prevents the calling program from handling the error, reporting it to the user, closing files properly, and cleaning up any state that the program has. It is preferred for the library to return an actual error code and let the calling program decide how to handle the situation. 9 packages and 0 specfiles checked; 0 errors, 19 warnings.