golang-github-cyphar-filepath-securejoin 0.2.3-1 source package in Ubuntu

Changelog

golang-github-cyphar-filepath-securejoin (0.2.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.2.3
  * Update uscan watch file version to 4
  * Remove unused golang-github-pkg-errors-dev from Build-Depends
  * Update Section to golang
  * Update Standards-Version to 4.6.0 (no changes)
  * Bump debhelper-compat to 13
  * Update maintainer address to <email address hidden>
  * Add Rules-Requires-Root
  * Add Multi-Arch hint
  * Remove unused Files-Excluded in d/copyright

 -- Shengjing Zhu <email address hidden>  Thu, 24 Feb 2022 01:00:35 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cyphar-filepath-securejoin_0.2.3-1.dsc 1.8 KiB e4497ceba0371807026e60564604c353d02f23d00385d6248ad75446c0575334
golang-github-cyphar-filepath-securejoin_0.2.3.orig.tar.gz 6.8 KiB a769d31b0b51a3c741cf54fe821bc7a1eef6d07527c9cddaff829671127de480
golang-github-cyphar-filepath-securejoin_0.2.3-1.debian.tar.xz 2.9 KiB 43bb835a0c9d256d8075bc7e9574422487701efbc4b8f26a6162b9140d9721ab

Available diffs

No changes file available.

Binary packages built by this source

golang-github-cyphar-filepath-securejoin-dev: filepath.SecureJoin implementation

 An implementation of SecureJoin, a candidate for inclusion in the Go
 standard library (https://github.com/golang/go/issues/20126). The purpose
 of this function is to be a "secure" alternative to filepath.Join, and in
 particular it provides certain guarantees that are not provided by
 filepath.Join.