mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-19 04:57:43 +00:00
v3.6.2
The previous release (v3.6.1) was tagged at the wrong commit. This release includes the changes described in that release note. This release fixes a bug where swupd-server was creating the staged and delta directories within the packs with 0750 permissions instead of the expected 0700 permissions. It also adds a configuration option to server.ini to ban debuginfo from the manifests and configure where debuginfo libs and src are stored. Also prunes mistakenly added debuginfo from the manifests when added accidentally and configured to do so via server.ini. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
The swupd-server package provides a reference implementation of a software update server-side component that generates update content consumable by a software update client (swupd-client). Such content includes manifests that describe incremental changes in the OS from build to build, binary deltas, full copies of files (fullfiles) that were added/changed from a previous build, and packs composed of binary deltas and/or fullfiles.
Description
Languages
C
69.3%
Shell
27.7%
Makefile
1.6%
M4
1.4%