Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion rules/snmpd.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# snmpd package

ifeq ($(BLDENV),bookworm)
# TODO(trixie): Update version to version in Trixie
ifeq ($(BLDENV),trixie)
SNMPD_VERSION = 5.9.4+dfsg
SNMPD_VERSION_FULL = $(SNMPD_VERSION)-2+deb13u1
else ifeq ($(BLDENV),bookworm)
SNMPD_VERSION = 5.9.3+dfsg
SNMPD_VERSION_FULL = $(SNMPD_VERSION)-2+deb12u1
else ifeq ($(BLDENV),bullseye)
Expand Down
Loading