tini: update to 0.19.0

Bumping the tini release. We pickup the following changes with
this update:

   b9f42a0 Indicate that -e can be repeated
   71911f9 add installation instructos for Arch Linux
   9d647c3 credit to nfnty for packaging tini for Arch Linux
   4df9bb0 add `chmod +x` step to signed download docs
   7fdac39 Adding example of how to verify checksums
   07b3139 add Debian installation instructions
   0374cb6 add aliases x86_64 for uname -m
   de40ad0 Update Travis release token
   81d9b14 Release 0.19.0
   9587d90 run_build: publish sha256 checksums to releases
   3f3e765 Add ppc64le alias for the ppc64el build
   0e55606 .travis.yml: Remove redundant argument
   12197f9 Update tests to Python 3
   6cfeff2 add support for mips64el
   76d4aa0 tini.c: fix child subreaper error message
   cefad7b gpg: explicitly pass file name
   6ece2eb update readme to fix instructions for gpg

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-02-06 14:00:31 -05:00
parent c3fe6ab427
commit cf80825a85

View File

@ -4,7 +4,7 @@ DESCRIPTION = "Tini is the simplest init you could think of. All Tini does is \
spawn a single child (Tini is meant to be run in a container), and wait for \ spawn a single child (Tini is meant to be run in a container), and wait for \
it to exit all the while reaping zombies and performing signal forwarding. " it to exit all the while reaping zombies and performing signal forwarding. "
SRCREV = "fec3683b971d9c3ef73f284f176672c44b448662" SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8"
SRC_URI = " \ SRC_URI = " \
git://github.com/krallin/tini.git \ git://github.com/krallin/tini.git \
file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \