golang-github-pkg-sftp 1.10.1-1 source package in Ubuntu

Changelog

golang-github-pkg-sftp (1.10.1-1) unstable; urgency=medium

  [ Debian Janitor (Jelmer Vernooij) ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Anthony Fok ]
  * New upstream version 1.10.1
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Add "Rules-Requires-Root: no" to debian/control
  * Update versioned dependencies according to go.mod
  * Revise package description according to README.md

 -- Anthony Fok <email address hidden>  Fri, 23 Oct 2020 02:32:59 -0600

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pkg-sftp_1.10.1-1.dsc 2.3 KiB b6e746dd070cf58099a5a4b5a7a9ae619c1492cecf1470f0bcfdc9c380695de1
golang-github-pkg-sftp_1.10.1.orig.tar.gz 69.7 KiB 4624e4e22d4daee403ff90f084b741942336f3ed24325083037ebaffd03ddbc2
golang-github-pkg-sftp_1.10.1-1.debian.tar.xz 3.5 KiB 985d6ba07ecdbfdcc5044e0c6b1a4a3526c700f3528ce35e4ec0b48d35f92904

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pkg-sftp-dev: SFTP support for the golang.org/x/crypto/ssh package

 The sftp package provides support for file system operations on
 remote ssh servers using the SFTP subsystem. It also implements an
 SFTP server for serving files from the filesystem.