Petr Pisar
Petr Pisar
Various files quotes the BSD license, however not all file do so (e.g. the Makefile). Therefore it would nice if you as the author would add a LICENSE file which...
Fedora scanned F41 critical packages for insecure pieces of source code Results are at . There are some findings for libdnf. It would be great to review and the address...
Using microdnf (compiled from the latest Fedora 40 sources) with libdnf-0.73.1-20240417004923.1.g85432dfd.fc41.x86_64 produces 3 "cannot find" libdnf warnings: ~~~~ # ~test/fedora/microdnf/microdnf-3.10.0/redhat-linux-build/dnf/microdnf reinstall bashDownloading metadata... (microdnf:2616): libdnf-WARNING **: 14:37:05.006: Skipping refresh of...
glib2-2.79.0-2.fc40 added g_once_init_enter_pointer symbol and started to implant a reference on the symbol into applications via macros/in-lined functions included from glib2 header files. As a result, people upgrading to libdnf...
I've just received a notification likes this: ~~~~ Date: Tue, 2 May 2023 14:03:37 +0000 (UTC) From: [email protected] To: [email protected] Subject: fedora-ci.koji-build.rpminspect.static-analysis RUNNING for perl-Dist-Zilla-Plugin-ModuleBuildTiny-0.016-1.fc39 Notification time stamped 2023-05-02 14:03:35...
struct cr_XmlStruct cr_xml_dump_int(cr_Package *pkg, gboolean filelists_ext, GError **err) correctly rejects a package whose metadata cannot be represented in XML: ~~~~ if (cr_Package_contains_forbidden_control_chars(pkg)) { g_set_error(err, CREATEREPO_C_ERROR, CRE_XMLDATA, "Forbidden control chars found...
The library exported 274 symbols. However, many of them were not declared in any public header file, hence application were not supposed to use them. In other words, the library...
In some languages a correct translation of that message depends on the first argument ("No {}"). This patch removes that argument by spelling all four possible values in full text....
In PR #302 we noticed that "DNF4 Integration Tests" tests a wrong code on a pull request. Instead of installing librepo built from the pull request, it installs librepo from...
I notices that dnf-nightly COPR repository attempts to build librepo for CentOS Stream 8 and EPEL 8 . Building a master branch for RHEL 8 is pointless because master librepo...