<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/net-snmp/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>net-snmp: add distro extend using /etc/os-release</title>
<updated>2026-03-24T06:30:51Z</updated>
<author>
<name>Kamil Bienkiewicz</name>
</author>
<published>2026-03-19T09:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3892e96152c9aee53f7918b550a87e18bcbdf871'/>
<id>urn:sha1:3892e96152c9aee53f7918b550a87e18bcbdf871</id>
<content type='text'>
Read PRETTY_NAME from /etc/os-release via /bin/sh for distro output.

Bump PKG_RELEASE to account for the package configuration change.

Signed-off-by: Kamil Bienkiewicz &lt;perceivalpercy@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: bump PKG_RELEASE</title>
<updated>2026-03-11T08:07:04Z</updated>
<author>
<name>Eric McDonald</name>
</author>
<published>2026-03-07T23:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba27353e34d7d6cfb0ca5de285a9f1e1b1315198'/>
<id>urn:sha1:ba27353e34d7d6cfb0ca5de285a9f1e1b1315198</id>
<content type='text'>
Bump PKG_RELEASE to reflect fixes to UCI init script config
generation for missing/unset options and RestrictOID handling.

Signed-off-by: Eric McDonald &lt;librick-openwrt@proton.me&gt;
</content>
</entry>
<entry>
<title>packages/net-snmp: fix typo</title>
<updated>2025-08-14T19:42:02Z</updated>
<author>
<name>Christian Korber</name>
</author>
<published>2025-08-14T17:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=05d604a9fb63f54621ef342f12d7072743a7154c'/>
<id>urn:sha1:05d604a9fb63f54621ef342f12d7072743a7154c</id>
<content type='text'>
CONFILTS is changed to CONFLICTS to enable condition.

Signed-off-by: Christian Korber &lt;ck@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>net-snmp: fix recursive dependency</title>
<updated>2025-08-11T12:44:37Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-08-11T08:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f9f7e388ba900e20516ff7b4825233aa1bd2f2e4'/>
<id>urn:sha1:f9f7e388ba900e20516ff7b4825233aa1bd2f2e4</id>
<content type='text'>
Fixes recursive dependency during 'make menuconfig'

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>net-snmp: bump PKG_RELEASE</title>
<updated>2025-08-11T06:13:44Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-08-11T05:26:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0845b93ffe60161f8b4eeb472fc2e1f3830d6c5'/>
<id>urn:sha1:b0845b93ffe60161f8b4eeb472fc2e1f3830d6c5</id>
<content type='text'>
Bump PKG_RELEASE by one.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>net-snmp: modify init script for SNMPv3</title>
<updated>2025-08-11T06:13:44Z</updated>
<author>
<name>Christian Korber</name>
</author>
<published>2025-03-25T19:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2fc221699dfa296cd13af23827498bf24dfbc97a'/>
<id>urn:sha1:2fc221699dfa296cd13af23827498bf24dfbc97a</id>
<content type='text'>
This commit adds function 'snmpd_snmpv3_add' to the init script
to support SNMPv3 config parsing.

The new uci config section has the following configuration parameters:

config v3
	option username 'John'
	option allow_write '0'
	option auth_type 'SHA|MD5'
	option auth_pass 'passphrase'
	option privacy_type 'AES|DES'
	option privacy_pass 'passphrase'
	option RestrictOID 'yes|no'
	option RestrictedOID '1.3.6.1.2.1.1.1'

This new section is only relevant if the snmp_version 'v1/v2c/v3' or 'v3'
is set in the uci section 'general'.

Signed-off-by: Christian Korber &lt;ck@dev.tdt.de&gt;
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>net-snmp: add ssl build variant to support SNMPv3</title>
<updated>2025-08-11T06:13:44Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-07-10T08:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7013ea4bcef287be649c90c5ffe0f184eca92afb'/>
<id>urn:sha1:7013ea4bcef287be649c90c5ffe0f184eca92afb</id>
<content type='text'>
Add build variant 'ssl' to support SNMPv3.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>net-snmp: rename package to 'nossl' to support SNMPv3 'ssl' variant</title>
<updated>2025-08-11T06:13:44Z</updated>
<author>
<name>Christian Korber</name>
</author>
<published>2025-06-11T10:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b3530cc18870b41abce05863b01d0ca7eaf457c6'/>
<id>urn:sha1:b3530cc18870b41abce05863b01d0ca7eaf457c6</id>
<content type='text'>
To use 'SNMPv3', the net-snmp package must be compiled with openssl support.
For this purpose, the current net-snmp is renamed into build 'nossl'.

This is a preparation commit to add the 'ssl' variant.

Signed-off-by: Christian Korber &lt;ck@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>net-snmp: remove not needed snmpd-static build</title>
<updated>2025-08-11T06:13:44Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-07-04T11:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c08e7f411b12698f6034c6882eae8f9c508b5832'/>
<id>urn:sha1:c08e7f411b12698f6034c6882eae8f9c508b5832</id>
<content type='text'>
The static build is not packaged and can therefore be removed as the build
artefact is not used.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
</feed>
