<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/netifyd/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-09-25T05:38:39Z</updated>
<entry>
<title>treewide: drop anything related to uClibc</title>
<updated>2025-09-25T05:38:39Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-15T06:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3aab1ef31378219eb369147b2cc99b8c1be47dc1'/>
<id>urn:sha1:3aab1ef31378219eb369147b2cc99b8c1be47dc1</id>
<content type='text'>
uClibc-ng was removed in 2020 from OpenWrt main repo [1].
These things are leftovers.

[1] https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=63fb175203bbf3b336804587c2f5b3a2d8132ec1

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>netifyd: Make version apk compatible</title>
<updated>2024-11-23T08:13:23Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-11-23T07:55:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7ce6b6866e07b87dda76b769e03b0c3386fb2257'/>
<id>urn:sha1:7ce6b6866e07b87dda76b769e03b0c3386fb2257</id>
<content type='text'>
Adjust versioning to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>netifyd: Updated to v4.4.7</title>
<updated>2023-09-22T01:23:26Z</updated>
<author>
<name>Darryl Sokoloski</name>
</author>
<published>2023-08-10T15:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=41c9155a802727a95d4c110752190c2a24611196'/>
<id>urn:sha1:41c9155a802727a95d4c110752190c2a24611196</id>
<content type='text'>
Bug Fixes

- Fixed mbedTLS crashes and TLS handshake errors when the nDPI-bundled libgcrypt "lite" version conflicts with the system version (via libcurl).
- Fixed linking order issue with libini.
- Fixed non-portable static linking warning with libndpi.
- Write flows to sockets regardless if "add_flows" is true.
- Fixed compilation error if _DIRENT_HAVE_D_RECLEN isn't defined.
- Fixed Agent path.
- [OpenWrt] Switch to "grep -E" as "egrep" is deprecated.
- Fixed possible ndAddr crash: return a const reference for cached strings.

Signed-off-by: Darryl Sokoloski &lt;darryl@sokoloski.ca&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=35f4ef76e0c88b690ec55f26aed072c4c5989eff'/>
<id>urn:sha1:35f4ef76e0c88b690ec55f26aed072c4c5989eff</id>
<content type='text'>
See commit da370098 "treewide: add support for "gc-sections" in
PKG_BUILD_FLAGS" on the main repository.

Note: This only touches packages which use all three parts
(-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by
this build flag. Some packages only use a subset, and these are left
unchanged for now.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>netifyd: update to v4.4.1</title>
<updated>2023-03-11T05:36:27Z</updated>
<author>
<name>Darryl Sokoloski</name>
</author>
<published>2023-03-03T01:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=68af9ed3ba7e5030ed095cdc09ed3275b1908338'/>
<id>urn:sha1:68af9ed3ba7e5030ed095cdc09ed3275b1908338</id>
<content type='text'>
- Explicitly request the C++11 standard (codebase is not C++17 compliant).
- Removed categories.json from conffiles -- it's not a configuration
  file.
- Removed commented-out convenience git hash place-holder -- for some
  reason it irritates people.
- Added radix header file to devel files.
- Removed redundant call to Build/Configure (not needed).

Co-authored-by: Tianling Shen &lt;cnsztl@gmail.com&gt;
Signed-off-by: Darryl Sokoloski &lt;darryl@sokoloski.ca&gt;
</content>
</entry>
<entry>
<title>netifyd: Updated to v4.2.2.</title>
<updated>2022-11-11T23:10:13Z</updated>
<author>
<name>Darryl Sokoloski</name>
</author>
<published>2022-11-07T13:56:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=19c1851e856afaa9c3d7ecf9b037faad11b33ccf'/>
<id>urn:sha1:19c1851e856afaa9c3d7ecf9b037faad11b33ccf</id>
<content type='text'>
Signed-off-by: Darryl Sokoloski &lt;darryl@sokoloski.ca&gt;
</content>
</entry>
<entry>
<title>netifyd: Updated to v4.2.0.</title>
<updated>2022-07-06T00:37:09Z</updated>
<author>
<name>Darryl Sokoloski</name>
</author>
<published>2022-07-05T19:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=74ea2bdb8084c41a6ef9c082411e9d941d0b3fce'/>
<id>urn:sha1:74ea2bdb8084c41a6ef9c082411e9d941d0b3fce</id>
<content type='text'>
Signed-off-by: Darryl Sokoloski &lt;darryl@sokoloski.ca&gt;
</content>
</entry>
<entry>
<title>netifyd: update to 3.09</title>
<updated>2021-11-17T20:34:35Z</updated>
<author>
<name>Darryl Sokoloski</name>
</author>
<published>2021-11-17T20:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=58143f41345c94fb24c3f493a1e791a1d6083c0c'/>
<id>urn:sha1:58143f41345c94fb24c3f493a1e791a1d6083c0c</id>
<content type='text'>
Signed-off-by: Darryl Sokoloski &lt;darryl@sokoloski.ca&gt;
</content>
</entry>
<entry>
<title>netifyd: Fixed broken auto-configuration options passing.</title>
<updated>2021-05-25T17:41:13Z</updated>
<author>
<name>Darryl Sokoloski</name>
</author>
<published>2021-05-25T17:41:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=047306c0e75b70073adc486a3ccf39fc9bd43428'/>
<id>urn:sha1:047306c0e75b70073adc486a3ccf39fc9bd43428</id>
<content type='text'>
Signed-off-by: Darryl Sokoloski &lt;darryl@sokoloski.ca&gt;
</content>
</entry>
</feed>
