-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade maestro to fix CVE-2021-33194
- Loading branch information
Showing
9 changed files
with
16 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
maestro (3.0.0-1) unstable; urgency=medium | ||
|
||
* Removes support for devicedb | ||
* Fixes several CVEs | ||
|
||
-- Nic Costa <[email protected]> Mon, 14 Mar 2022 02:51:27 +0000 | ||
|
||
maestro (2.10.0+1607688609+20caa5d-1) unstable; urgency=medium | ||
|
||
* Disable maestro control of mDNS | ||
|
||
-- Michael Ray <[email protected]> Thu, 19 Aug 2021 17:15:00 -0500 | ||
-- Michael Ray <[email protected]> Thu, 19 Aug 2021 17:15:00 -0500 | ||
|
||
maestro (2.10.0+1607688609+20caa5d-1) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,14 @@ Source: maestro | |
Section: utils | ||
Priority: optional | ||
Maintainer: Vasily Smirnov <[email protected]> | ||
Build-Depends: debhelper (>=9), pe-golang:native, python:native (>=2.7), | ||
autoconf (>=2.69), automake (>=1:1.15), libtool (>=2.4.6), | ||
libc6, libstdc++6, libunwind-dev | ||
Build-Depends: debhelper (>=9), pe-golang:native, libuv1-dev | ||
Standards-Version: 3.9.6 | ||
Homepage: https://www.pelion.com | ||
|
||
Package: maestro | ||
Architecture: any | ||
Multi-Arch: foreign | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, libnss-myhostname, pe-utils, edge-proxy | ||
Depends: libnss-myhostname, pe-utils, edge-proxy, ${shlibs:Depends} | ||
Recommends: resolvconf | ||
Description: system manager (logging, dhcp, cloud connector) | ||
Maestro is a replacement for a number of typical system utilities and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
debian/pelion-base-config.yaml etc/pelion | ||
debian/template etc/pelion | ||
|
||
go-workspace/src/github.com/armPelionEdge/maestro/maestro/maestro usr/bin | ||
|
||
go-workspace/src/github.com/armPelionEdge/maestro/vendor/github.com/armPelionEdge/greasego/deps/lib/libgrease.so.1 usr/lib/pelion | ||
go-workspace/src/github.com/armPelionEdge/maestro/vendor/github.com/armPelionEdge/greasego/deps/lib/libtcmalloc_minimal.so.4 usr/lib/pelion | ||
go-workspace/src/github.com/armPelionEdge/maestro/vendor/github.com/armPelionEdge/greasego/deps/lib/libtcmalloc_minimal.so.4.2.6 usr/lib/pelion | ||
go-workspace/src/github.com/PelionIoT/maestro/maestro/maestro usr/bin |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters