golang-github-miekg-dns 1.1.50-1 source package in Ubuntu

Changelog

golang-github-miekg-dns (1.1.50-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.1.50
  * Reorder fields in debian/control
  * Update versioned dependencies as per go.mod
  * Mark library package with "Multi-Arch: foreign"
  * Bump Standards-Version to 4.6.2 (no change)
  * Remove unused "Files-Excluded: vendor/*/" line from debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Invoke dh with --builddirectory=_build

 -- Anthony Fok <email address hidden>  Thu, 26 Jan 2023 01:29:55 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-miekg-dns_1.1.50-1.dsc 2.4 KiB 341b357ac40486514a80ebc6ab89690f1fa03a07e116fa5f8b4256066c22e262
golang-github-miekg-dns_1.1.50.orig.tar.gz 204.0 KiB ec2adbce4b968936c1842f3273c76474ae1f84252e431d04b835c30235721dde
golang-github-miekg-dns_1.1.50-1.debian.tar.xz 4.3 KiB 17c78633f32fa86074f4063310d4e9bc309550c918968bc3686c1b7d695b2f8f

No changes file available.

Binary packages built by this source

golang-github-miekg-dns-dev: DNS protocol library for Go

 Complete and usable DNS library. All widely used Resource Records
 are supported, including the DNSSEC types. It follows a lean and
 mean philosophy. If there is stuff you should know as a DNS
 programmer there isn't a convenience function for it. Server side
 and client side programming is supported, i.e. you can build
 servers and resolvers with it.