Compare commits

..

2 Commits

Author SHA1 Message Date
42dbbded3d Simplify debian dependencies, cut release 1.0.3-1 2025-06-19 15:57:53 +02:00
f16a2b41ea Remove toolchain 2025-06-19 15:48:43 +02:00
3 changed files with 11 additions and 4 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
govpp-snmp-agentx (1.0.3-1) bookworm; urgency=medium
* Remove unnecessary toolchain configuration
* Simplify and shorten Makefile
* Refactor documentation structure with detailed DETAILS.md
* Update and improve README documentation
-- Pim van Pelt <pim@ipng.ch> Thu, 19 Jun 2025 00:00:00 +0000
govpp-snmp-agentx (1.0.2-1) bookworm; urgency=medium govpp-snmp-agentx (1.0.2-1) bookworm; urgency=medium
* Reorganize source code into src/ subdirectory for cleaner project structure * Reorganize source code into src/ subdirectory for cleaner project structure

4
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: govpp-snmp-agentx
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Pim van Pelt <pim@ipng.ch> Maintainer: Pim van Pelt <pim@ipng.ch>
Build-Depends: debhelper-compat (= 13), golang-go (>= 1.21) Build-Depends: debhelper-compat (= 13), golang-go (>= 1.23.8)
Standards-Version: 4.6.2 Standards-Version: 4.6.2
Homepage: https://git.ipng.ch/ipng/govpp-agentx-snmp Homepage: https://git.ipng.ch/ipng/govpp-agentx-snmp
Vcs-Git: https://git.ipng.ch/ipng/govpp-agentx-snmp Vcs-Git: https://git.ipng.ch/ipng/govpp-agentx-snmp
@ -10,7 +10,7 @@ Vcs-Browser: https://git.ipng.ch/ipng/govpp-agentx-snmp
Package: govpp-snmp-agentx Package: govpp-snmp-agentx
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, snmp, snmpd, adduser Depends: ${misc:Depends}, ${shlibs:Depends}, snmpd
Description: GoVPP SNMP AgentX Daemon Description: GoVPP SNMP AgentX Daemon
A SNMP AgentX daemon that provides SNMP access to VPP (Vector Packet Processing) A SNMP AgentX daemon that provides SNMP access to VPP (Vector Packet Processing)
statistics and interface information. This daemon acts as a subagent that statistics and interface information. This daemon acts as a subagent that

View File

@ -2,8 +2,6 @@ module govpp-snmp-agentx
go 1.23.8 go 1.23.8
toolchain go1.23.10
require ( require (
github.com/posteo/go-agentx v0.2.1 github.com/posteo/go-agentx v0.2.1
go.fd.io/govpp v0.12.0 go.fd.io/govpp v0.12.0