aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fwup
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/fwup: update to 1.9.0Dave Cottlehuber2021-08-262-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/fwup: update to 1.8.4Dave Cottlehuber2021-03-292-4/+4
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=569454
* sysutils/fwup: update to 1.8.3Dave Cottlehuber2021-02-222-4/+4
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=566345
* sysutils/fwup: update to 1.8.2Dave Cottlehuber2020-11-202-4/+4
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=555723
* sysutils/fwup: update to 1.8.1Dave Cottlehuber2020-10-182-4/+4
| | | | | | | Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=552634
* sysutils/fwup: update to 1.7.0Dave Cottlehuber2020-05-182-4/+4
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=535730
* sysutils/fwup: update to 1.6.0Dave Cottlehuber2020-04-272-4/+4
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=533118
* sysutils/fwup: update to 1.5.1Dave Cottlehuber2019-12-042-4/+4
| | | | | | | | Reported by: portscout Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=519001
* sysutils/fwup: update to 1.3.1Dave Cottlehuber2019-09-272-4/+4
| | | | | | | | | Reported by: portscout Approved by: jrm (mentor, implicit) Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=513006
* sysutils/fwup: update to 1.3.1Dave Cottlehuber2019-05-212-4/+4
| | | | | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20035 Notes: svn path=/head/; revision=502218
* sysutils/fwup: new port for managing embedded linux systemsDave Cottlehuber2018-11-123-0/+59
fwup is a configurable image-based software update utility for embedded Linux-based systems. It primarily supports software upgrade strategies that update entire root filesystem images at once. This includes strategies like swapping back and forth between A and B partitions, recovery partitions, and various trial update/failback scenarios. All software update information is combined into a ZIP archive that may optionally be cryptographically signed. fwup has minimal dependencies and runtime requirements. WWW: https://github.com/fhunleth/fwup Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D17907 Notes: svn path=/head/; revision=484800