Skip to content

Releases: neutralinsomniac/obsdpkgup

v0.2.7

16 May 19:01
Compare
Choose a tag to compare
Print mirror timestamp(s) when dates don't match

v0.2.6

16 May 18:49
Compare
Choose a tag to compare
not all branches match the path/port/version template

v0.2.4

03 Mar 18:13
Compare
Choose a tag to compare
fix some egregious errors in mirror handling and workaround the doubl…

v0.2.3

12 Jan 20:29
Compare
Choose a tag to compare
  • 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

08 Jan 15:13
Compare
Choose a tag to compare

refactoring is hard. missed an extra arg to Fprintf()

v0.2.1

08 Jan 15:01
Compare
Choose a tag to compare

hotfix: error message cleanup

Major revamp

08 Jan 14:42
Compare
Choose a tag to compare
  • 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

29 Oct 18:17
Compare
Choose a tag to compare
fix an issue with opening too many files and outsource version compar…

v0.1.0

29 Oct 15:19
Compare
Choose a tag to compare
  • 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

09 Oct 12:18
Compare
Choose a tag to compare
print error messages to stderr to preserve |doas sh capability