golang-blitiri-go-systemd 1.1.0-1 source package in Ubuntu

Changelog

golang-blitiri-go-systemd (1.1.0-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Alberto Bertogli ]
  * New upstream release (1.1.0)
  * Update debian/control to new standards

 -- Alberto Bertogli <email address hidden>  Sun, 28 Jun 2020 11:45:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-blitiri-go-systemd_1.1.0-1.dsc 2.2 KiB 4ae34c0df83f7cf1bfac05a7e3f52343e568ec92782ffe57a8e2884ee4a5ae47
golang-blitiri-go-systemd_1.1.0.orig.tar.gz 6.0 KiB d2c3b5eb9a165a3880360ce7214c225c3a8e201688b933a2d17ec15b2c485379
golang-blitiri-go-systemd_1.1.0-1.debian.tar.xz 1.9 KiB ff556262ccf79215a38c3ffa899724692e2e871866504158efa987a2cd626ebe

No changes file available.

Binary packages built by this source

golang-blitiri-go-systemd-dev: Utilities to interact with systemd sockets in Go

 blitiri.com.ar/go/systemd is a Go package implementing a way to get network
 listeners from systemd, similar to C's sd_listen_fds() and
 sd_listen_fds_with_names().
 .
 Supports named file descriptors, which is useful if your daemon needs to be
 able to tell the different ports apart (e.g. http vs https).
 .
 It can be used by daemons to listen on privileged ports without needing to run
 as root.