Releases: neutralinsomniac/obsdpkgup
Releases · neutralinsomniac/obsdpkgup
v0.2.7
v0.2.6
not all branches match the path/port/version template
v0.2.4
fix some egregious errors in mirror handling and workaround the doubl…
v0.2.3
- package signatures now match exactly with openbsd pkg_info -S
- pkgpath branch disambiguation now matches the canonical format
- add pkgup index version for future-proofing updates to index format
v0.2.2
refactoring is hard. missed an extra arg to Fprintf()
v0.2.1
hotfix: error message cleanup
Major revamp
- Version comparison code now strictly matches OpenBSD pkgtools
- Package update signatures now strictly match OpenBSD pkgtools
- Quirks signature date is checked to ensure pkgup index is up to date
with configured mirror
v0.1.1
fix an issue with opening too many files and outsource version compar…
v0.1.0
- New pkgup format that incorporates the pkgpath into a version -- now package branches will be disambiguated in the pkg_add command. No more ambiguous package upgrades!
- Version comparison logic greatly simplified and improved thanks to above
- add update_indexes.sh script as an example for maintaining an obsdpkgup mirror
- removed -n flag. simplifies the code and removes a source of confusion/errors
v0.0.22
print error messages to stderr to preserve |doas sh capability