gosu 1.10-1 source package in Ubuntu

Changelog

gosu (1.10-1) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Tianon Gravi ]
  * Update to 1.10 upstream release

 -- Tianon Gravi <email address hidden>  Mon, 23 Jan 2017 19:46:33 -0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
gosu_1.10-1.dsc 2.0 KiB 4a1c7ae5b4110890a8df73d05c02b32c8dc739604bce17226e4008fcc9811221
gosu_1.10.orig.tar.gz 17.3 KiB bcbe8ada8c435a253b1fa438f505dd311832a88f52316fd7d30342b106a4242c
gosu_1.10-1.debian.tar.xz 2.8 KiB 9893c3b098b392a9bb9b0a621e671025dbc5ea6c42c3a9b7ea171e36e956e78e

Available diffs

No changes file available.

Binary packages built by this source

gosu: Simple Go-based setuid+setgid+setgroups+exec

 This is a simple tool grown out of the simple fact that "su" and "sudo" have
 very strange and often annoying TTY and signal-forwarding behavior. They're
 also somewhat complex to setup and use (especially in the case of "sudo"),
 which allows for a great deal of expressivity, but falls flat if all you need
 is "run this specific application as this specific user and get out of the
 pipeline".
 .
 The core of how "gosu" works is stolen directly from how Docker/libcontainer
 itself starts an application inside a container (and in fact, is using the
 "/etc/passwd" processing code directly from libcontainer's codebase).
 .
 Once the user/group is processed, we switch to that user, then we "exec" the
 specified process and "gosu" itself is no longer resident or involved in the
 process lifecycle at all. This avoids all the issues of signal passing and TTY,
 and punts them to the process invoking "gosu" and the process being invoked by
 "gosu", where they belong.

gosu-dbgsym: No summary available for gosu-dbgsym in ubuntu eoan.

No description available for gosu-dbgsym in ubuntu eoan.