Releases: rosorio/pkg-provides
Releases · rosorio/pkg-provides
v0.7.4
- Switch from pcre to pcre2, since pcre is now EOL
v0.7.2
- Fix deprecated call to pkg_get API
v0.7.1
- remove temporary downloaded archive after update
- fix minor warning in bigram code
v0.7.0
- Add option to restrict results to specific repository (submitted by Tobias Kortkamp [email protected])
- Lint manual page, and fix warnings
v0.6.2
- Fix caseless search as described in the man page
v0.6.1
Minor fix:
- misplaced O_TRUNC truncates the database file at each update check
v0.6.0
Release note:
- New database file format using bigram compression algorithm
- Add database version in the fetch URL
v0.5.0
Change the default method to access the pkg-provides server from http to https
Add a new environment variable PROVIDES_URL who overrides the default and method
v0.4.2
Use kern.osrelease to get the release number
Fix the filename construction for DragonFly
Tested with Dragonfly 5.0 x86_64