<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/net-snmp/patches, 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-06-26T07:09:23Z</updated>
<entry>
<title>net-snmp: update to 5.9.5.2</title>
<updated>2026-06-26T07:09:23Z</updated>
<author>
<name>Ivan Pavlov</name>
</author>
<published>2026-03-13T13:34:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d107cdb7481d5706956ac78134f8be3db462628e'/>
<id>urn:sha1:d107cdb7481d5706956ac78134f8be3db462628e</id>
<content type='text'>
Changelog: https://github.com/net-snmp/net-snmp/blob/v5.9.5.2/CHANGES
Refresh patches for current version changes
Added git headers for Debian patches
Clean 750-ieee802dot11.patch - remove unnecesary trailing spaces, fix macro definition,
 include header file
Remove patches:
- 010-HOST-MIB-hr_filesys-fix-compile-error.patch
- 161-project_types.patch
- 751-gcc-14-fix.patch
- 900-musl-compat.patch
- 990-remove-semicolon-check-in-macros.patch

Install symlink for shared library without version reference

Signed-off-by: Ivan Pavlov &lt;AuthorReflex@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: fix PRIdPTR macro undefined error</title>
<updated>2025-04-23T13:06:16Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-04-22T07:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=babc163fe36e0f81d257f9e599f585f4930e6460'/>
<id>urn:sha1:babc163fe36e0f81d257f9e599f585f4930e6460</id>
<content type='text'>
This commit includes inttypes.h to prevent the following error:

```
mibgroup/ieee802dot11.c: In function 'displayWiExt':
mibgroup/ieee802dot11.c:4563:26: error: expected ')' before 'PRIdPTR'
 4563 |     printf ( "%s sens: %" PRIdPTR "\n", "SIOCGIWSENS", *(intptr_t *)&amp;info.sens );
      |            ~             ^~~~~~~~
      |                          )
mibgroup/ieee802dot11.c:31:1: note: 'PRIdPTR' is defined in header '&lt;inttypes.h&gt;'; did you forget to '#include &lt;inttypes.h&gt;'?
   30 | #include "util_funcs/header_generic.h"
  +++ |+#include &lt;inttypes.h&gt;
   31 |
```

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: support compilation with GCC 11 permissively</title>
<updated>2024-12-23T22:43:48Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2024-12-19T03:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=665bac8e17b563d30fcc09c9854e249c9ad3d092'/>
<id>urn:sha1:665bac8e17b563d30fcc09c9854e249c9ad3d092</id>
<content type='text'>
Use #elif defined instead of #elifdef as seen elsewhere throughout the patch
file. This avoids the following errors when compiling with GCC 11:

```
mibgroup/ucd-snmp/proc.c:45:2: error: invalid preprocessing directive #elifdef; did you mean #ifdef?
   45 | #elifdef HAVE_PCRE_H
      |  ^~~~~~~
      |  ifdef

mibgroup/ucd-snmp/proc.c:243:2: error: invalid preprocessing directive #elifdef; did you mean #ifdef?
  243 | #elifdef HAVE_PCRE_H
      |  ^~~~~~~
      |  ifdef
```

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: finish up GCC14 fix</title>
<updated>2024-05-28T03:17:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-21T22:48:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=88ef251c44a867d4d8ffa62aaaa8e0c37d93c272'/>
<id>urn:sha1:88ef251c44a867d4d8ffa62aaaa8e0c37d93c272</id>
<content type='text'>
This fixes it with musl support. Also fixed several -Wformat warnings.

Main problem was __fd_mask not existing on musl but fd_mask existing.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: fix compilation with GCC 14</title>
<updated>2024-05-28T03:17:29Z</updated>
<author>
<name>Aditya Nugraha</name>
</author>
<published>2024-05-14T00:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fe5fd2c2b1ecbacee20d52584857e5e9062a8569'/>
<id>urn:sha1:fe5fd2c2b1ecbacee20d52584857e5e9062a8569</id>
<content type='text'>
Refresh 900-musl-compat.patch, add missing headers &amp; fixes incompatible pointer type is now an error.

Signed-off-by: Aditya Nugraha &lt;vortexilation@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "net-snmp: fix compilation with GCC 14"</title>
<updated>2024-05-17T06:44:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-17T06:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5bce0b09e63a428afa4c129db427d1f8e9bc3576'/>
<id>urn:sha1:5bce0b09e63a428afa4c129db427d1f8e9bc3576</id>
<content type='text'>
This reverts commit 7d398682941d79be1e3c2f83f6a57f163ef43a50.
</content>
</entry>
<entry>
<title>net-snmp: fix compilation with GCC 14</title>
<updated>2024-05-17T06:33:27Z</updated>
<author>
<name>Aditya Nugraha</name>
</author>
<published>2024-05-14T00:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7d398682941d79be1e3c2f83f6a57f163ef43a50'/>
<id>urn:sha1:7d398682941d79be1e3c2f83f6a57f163ef43a50</id>
<content type='text'>
Refresh 900-musl-compat.patch, add missing headers &amp; fixes incompatible pointer type is now an error.

Signed-off-by: Aditya Nugraha &lt;vortexilation@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: update to 5.9.4</title>
<updated>2024-02-10T22:57:25Z</updated>
<author>
<name>Ivan Pavlov</name>
</author>
<published>2024-02-10T05:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=13a237d941845d3fbdb6dffbb837214d86b3b583'/>
<id>urn:sha1:13a237d941845d3fbdb6dffbb837214d86b3b583</id>
<content type='text'>
Adjust patches for current version changes
Module "disk" renamed to "disk_hw"
Internal type "unknown" changed to "u_int32_t"
Add patch with removing macro syntax checking for successful build

Signed-off-by: Ivan Pavlov &lt;AuthorReflex@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: backport patch fixing memory leak for PCRE2</title>
<updated>2023-10-18T11:26:48Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-18T11:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9f5036169175d853e2e0c76663f0bc98a8645f85'/>
<id>urn:sha1:9f5036169175d853e2e0c76663f0bc98a8645f85</id>
<content type='text'>
Backport patch fixing memory leak for PCRE2 present upstream.

Fixes: #22428
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>net-snmp: move to PCRE2 library</title>
<updated>2023-09-30T18:30:31Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-09-30T14:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=daf29ecbb2e17adce7ba9c25759b60c9afff9c01'/>
<id>urn:sha1:daf29ecbb2e17adce7ba9c25759b60c9afff9c01</id>
<content type='text'>
Add upstream patch adding support for pcre2 and update dependency to
require libpcre2 instead of libpcre.

--with-pcre2-8 is now needed to exclude support for pcre and only
require pcre2 as net-snmp still use and try to use pcre by default.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
</feed>
