Skip to content

Releases: qbit/snap

1.1.4

02 May 13:00
1.1.4
cc4dd36
Compare
Choose a tag to compare

NorthernNorse

26 Apr 01:54
Compare
Choose a tag to compare

Fix for backups not running

MorbidMilkdud

29 Jun 16:07
Compare
Choose a tag to compare

Thanks to @juanfra684 for adding some sanity checks and new features!

Changes:

  • Support for https and ftp mirrors.
  • Default rc.sysmerge and rc.firsttime.
  • Various bug fixes

AlarmingArmies

20 May 22:34
Compare
Choose a tag to compare

A few fixes, a few changes! Thanks to @cryptorick and @brycied00d for the AFTER feature!

Changelog:

  • Allow EXTRACT_ONLY to be specified in ~/.snaprc
  • Notify user we are using sysmerge (with -i)
  • Use BUILDINFO when available
  • Warn user when mirror has the same version as is currently installed
  • Fix setting VER in ~/.snaprc
  • Add ability to specify an AFTER script in ~/.snaprc, this will be copied to /etc/rc.firsttime
  • Fix armv7 snapping

VigilantValidator

03 Feb 16:25
Compare
Choose a tag to compare

This release has the ability to do an integrity check on itself. Future releases (and master) will all be signed.

DumbFix

15 Jan 15:38
Compare
Choose a tag to compare

Forgot to bump the release number in snap

WallowingWisconsin

14 Jan 18:54
Compare
Choose a tag to compare

Thanks to @brycied00d, @elalonde and @pyrohh for various fixes!

Changes:

  • Ability to sign / verify snap.
  • Commented lines in snaprc are now ignored.
  • Only sysmerge when explicitly told to.
  • Check for existence of public key before verifying signatures of sets.
  • Make an emergency bsd.sp on MP systems.

VotingVelociraptor

05 Aug 14:30
Compare
Choose a tag to compare

Fix for -u being broken. This was caused when -C was passed to the ftp command within the check_update function.

This is also the first release that can itself be verified with signify!

After installing snap.pub in /etc/signify, one can run the following command to verify your install of snap:

cd dir/snap/is/installed
signify -C -p /etc/signify/snap.pub -x SHA256.sig snap

Please use one of the mirrors listed in README.md to verify you have the correct public key!

PlumpPenguin

05 Aug 01:10
Compare
Choose a tag to compare

Lots of clean up from @pyrohh, you can now pass -C to ftp(1) to allow it to resume incomplete downloads.

Thanks to @elalonde for a full test and report on the -C stuffs! Also thanks to @rockworldmi for suggesting the -C in the first place!

PretentiousPangolin

05 Jun 23:07
Compare
Choose a tag to compare

Add ability to reboot after running.
Smarter about update flags, now you don't need to do -uU, simply running -U will download the newest version.

Thanks to @elalonde for the PRs!