Till Maas
Till Maas
Just compiled gpsroccrelate 2.0 (thank you for releasing it) for Fedora 32 and noticed some deprecation warnings. Maybe you could fix them: ``` gui.c: In function 'CreateMatchWindow': gui.c:273:3: warning: 'gtk_hbox_new'...
I am planning to add support to dump raw packets after parsing, allowing to remove or add packets to a message. I want to use this especially to remove public...
configure.ac contains: 127 LIBS="${LIBS} -lgmp" This seems to be unnecessarily, since gmp is not used direclty but only used by nettle, therefore it should be removed. If it is required...
This patch is based on the source of shred from coreutils by Colin Plumb. While shred is now licensed under GPLv3, the parts of this patch that were derived from...
Description of problem: wipe -a /tmp/foo fails: wipe: invalid option -- 'a' Version-Release number of selected component (if applicable): Seems to be still existing in git HEAD. How reproducible: always...
There seem to be two repositories that share some example code, this one and the repo at https://github.com/im-tomu/tomu-quickstart - IMHO it would be better to have only one repo for...
It would be nice if the bug overview on https://apps.fedoraproject.org/packages/libyaz/bugs/all would also show open PRs, since they usually fix bugs as well.
https://apps.fedoraproject.org/packages/s/flasm returns zero results, but the package is in Fedora (currently orphaned): https://admin.fedoraproject.org/pkgdb/package/rpms/flasm/
Enrich subtitles with links (this probably requires a new subtitle representation. Here either a filter or a link to some external package, e.g. koji for a build, would be nice....
To determine which TLS ciphersuites are supported by a server, it is not needed to do a full TLS handshake and therefore to actually be able to support the ciphersuite....