Dmitry Marakasov
Dmitry Marakasov
Comments in source files says it's licensed under LGPL20+, while COPYING.txt is LGPLv21.
This was [reported](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236393) long time ago in FreeBSD bug tracker, user complains that `sg_persist -i -s da0` (e.g. called on device name as opposed to full path `/dev/da0`) stopped working...
Version 1.8 is mentioned in the changelog and in the README, however there's no tag and it's not mentioned in the _Downloads_. Please either add a tag and download for...
bonzomatic-2022.07.08, FreeBSD 13.1 amd64, locale `C.UTF-8`. 1) Any unicode input is displayed with `?`'s 2) Sometimes it crashes after inputting non-ascii character (crash seems to be reproducible when inserting a...
configure-cmake seem to parse `CC`/`CXX`/`CFLAGS`/`CXXFLAGS` from arguments, while they should be parsed from environment instead (see real configure help). You should also support `CPPFLAGS` (may either append to `CFLAGS`/`CXXFLAGS` or...
So I run `pkg upgrade` (pkg 1.16.3), it shows what's it going to do and asks `Proceed with this action? [Y/n]:` I hit ^C to interrupt it, but instead it...
Currently, comparison of vulnerability against package version is dump as it doesn't take versionflags (such as P_IS_PATCH) into account. This should be fixed. Examples of affected projects: - https://repology.org/project/opensmtpd/information -...
- [ ] Introduce ZFS snapshot support to the update process to allow preserving last parsable repository state - Make repository failures more visible - [ ] Add update log...
For outdated statuses, store version which outdates in a dedicated field. Allows clients to query latest version, including for branches.