Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion SPECS/net-snmp/net-snmp.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"Signatures": {
"snmpd.service": "5e17bf9f66f2b77e1a6c6dff7356cecb8ed488ce3df361738a72b4436096b694",
"snmptrapd.service": "ef3e3dbe80c8ab455b30cd83db23db136263c1295ce2f23dcc4a1a1b60799229",
"net-snmp-5.9.4.tar.gz": "8b4de01391e74e3c7014beb43961a2d6d6fa03acc34280b9585f4930745b0544"
"net-snmp-5.9.5.tar.gz": "07f94f06a8d681485e43eeec4f190d9bea43e1b335146d0de466b6de3f3f4c5a"
}
}
8 changes: 6 additions & 2 deletions SPECS/net-snmp/net-snmp.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global __requires_exclude perl\\(.*\\)
Summary: Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
Name: net-snmp
Version: 5.9.4
Version: 5.9.5
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -45,6 +45,7 @@ binaries and applications.

%prep
%autosetup
sed -i 's/5\.9\.4/5\.9\.5/g' configure

%build
MIBS="ucd-snmp/diskio"
Expand Down Expand Up @@ -123,10 +124,13 @@ popd
%{_localstatedir}/run/net-snmp

%changelog
* Tue Dec 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.9.5-1
- Auto-upgrade to 5.9.5 - for CVE-2025-68615

* Tue Apr 23 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.9.4-1
- Auto-upgrade to 5.9.4 - Fixes for CVE-2022-44792 and CVE-2022-44793

* Fri Apr 07 2022 Minghe Ren <mingheren@microsoft.com> - 5.9.1-2
* Thu Apr 07 2022 Minghe Ren <mingheren@microsoft.com> - 5.9.1-2
- Add net-snmp-lib subpackage and UCD-SNMP

* Fri Mar 04 2022 Minghe Ren <mingheren@microsoft.com> - 5.9.1-1
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14133,8 +14133,8 @@
"type": "other",
"other": {
"name": "net-snmp",
"version": "5.9.4",
"downloadUrl": "https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.4/net-snmp-5.9.4.tar.gz"
"version": "5.9.5",
"downloadUrl": "https://sourceforge.net/projects/net-snmp/files/net-snmp/5.9.5/net-snmp-5.9.5.tar.gz"
}
}
},
Expand Down
Loading