Petr Pisar
Petr Pisar
I agree it's a bug in an optimization which could be just documented.
Just a note that filelists cannot cover RPM scriptlets. E.g installing a kernel package triggers a scriptlet which writes into /boot. This is basically invisible from DNF point of view....
It's not an essential feature, especially if your host is IPv4-only. (Though in some countries, mobile networks are becoming IPv6-only.) I also noticed how insecure is the download process. You...
I posted a pull request #142 witch replaces the gethostbyname() call in a very conservative manner. I noticed that you already uses getaddrinfo() in SERVER code, so maybe the proposed...
Here [https://src.fedoraproject.org/rpms/dnf/pull-request/24] is scratch build in Fedora, showing the Fedora CI results. As you can see, installability test passes. For unknown reason, other Fedora tests where not performed. I tested...
Detailed backtrace from GDB: ~~~~ (gdb) bt #0 0x00007ffff7080724 in __pthread_kill_implementation () at /lib64/libc.so.6 #1 0x00007ffff7027d0e in raise () at /lib64/libc.so.6 #2 0x00007ffff700f942 in abort () at /lib64/libc.so.6 #3 0x00007ffff72a5da9...
Having gpgkey set to a nonexistent file is a non-standard situation. I now verified it also happens if gpgkey is an HTTP URL. That means it can be triggered remotely....
When comparing the pull-requested code against a previous good known state, there were two ideas: David's idea was offload it to Fedora build system and compare against "last" Fedora build...
DNF team recommends hiding the exceptions from the destructor.
~~~~ # dnf5 --help | grep dump --dump-main-config Print main configuration values to stdout --dump-repo-config=REPO_ID,... Print repository configuration values to stdout. List option. Supports globs --dump-variables Print variable values to...