golang-github-golang-protobuf-1-5 1.5.4-1 source package in Ubuntu

Changelog

golang-github-golang-protobuf-1-5 (1.5.4-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.5.4 (Closes: #1068136, #1069368)
  * Bump versioned dependencies as per go.mod
  * Bump Standards-Version to 4.7.0 (no change)

 -- Anthony Fok <email address hidden>  Sun, 21 Apr 2024 22:13:50 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-golang-protobuf-1-5_1.5.4-1.dsc 2.4 KiB 1d55aaf89da480177cb18d8c39bc6e06dab52d1163aea255184f0bb5e2939fe2
golang-github-golang-protobuf-1-5_1.5.4.orig.tar.gz 168.9 KiB d75e6960ecfabaaa83a7261b1b630d24e9c63aca79615fb15bf33e11b62fd019
golang-github-golang-protobuf-1-5_1.5.4-1.debian.tar.xz 2.9 KiB fddb1fa98f8a1985c10a484cf719ded873ce29cd84bca8781bf5b1556daa2432

Available diffs

No changes file available.

Binary packages built by this source

golang-github-golang-protobuf-1-5-dev: Go support for protocol buffers (version v1.5.x)

 This module (github.com/golang/protobuf) contains Go bindings for protocol
 buffers.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.

protoc-gen-go-1-5: Go plugin for protobuf compiler (version v1.5.x)

 This protobuf compiler plugin is from github.com/golang/protobuf module,
 which is deprecated.
 .
 v1.5.x implements Go APIv2 for protocol buffers.
 .
 For APIv2, see https://go.dev/blog/protobuf-apiv2.
 .
 People should migrate to protoc-gen-go package which is provided
 by google.golang.org/protobuf module.
 .
 Go files generated by this version will cause runtime panic with
 golang-github-gogo-protobuf-dev.