golang-github-pin-tftp 3.1.0-1 source package in Ubuntu

Changelog

golang-github-pin-tftp (3.1.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 3.1.0 (Closes: #1036256)

 -- Arnaud Rebillout <email address hidden>  Mon, 13 Nov 2023 08:02:22 +0700

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pin-tftp_3.1.0-1.dsc 2.2 KiB 9de09c4cacd2bc859d5003c56008988a40456456e9425ba4395de1e9eb19270c
golang-github-pin-tftp_3.1.0.orig.tar.gz 20.3 KiB 66f3a2788a6c0ab0bedb0ce2e724d7d8427210072ed5e77d48e7aebc6f5f1e3b
golang-github-pin-tftp_3.1.0-1.debian.tar.xz 2.5 KiB 2b8828b614af5984efe4c63bc85bb007f087f0257d490ebdfb1ef05a5a0b8585

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pin-tftp-dev: TFTP server and client library for Golang (library)

 This is a library helping to implement clients and servers for the
 TFTP protocol in Go.
 .
 It implements:
 .
  * RFC 1350 - The TFTP Protocol (Revision 2)
  * RFC 2347 - TFTP Option Extension
  * RFC 2348 - TFTP Blocksize Option
 .
 It partially implements (server side only):
 .
  * RFC 2349 - TFTP Timeout Interval and Transfer Size Options
 .
 The set of features is sufficient for PXE boot support.