<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libnetfilter-log, 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>2025-12-31T07:22:58Z</updated>
<entry>
<title>treewide: remove FTP usage</title>
<updated>2025-12-31T07:22:58Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-12-29T08:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66f2422b71d0b9e4382d1826fd0384d3e4856e89'/>
<id>urn:sha1:66f2422b71d0b9e4382d1826fd0384d3e4856e89</id>
<content type='text'>
Drop obsolete protocol usage.
Use HTTPS (if possible) or HTTP instead.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnetfilter-log: update to 1.0.2</title>
<updated>2021-12-17T03:33:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T04:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=28c1c0d24c0bcdc55ee3c83c478513a1552114c6'/>
<id>urn:sha1:28c1c0d24c0bcdc55ee3c83c478513a1552114c6</id>
<content type='text'>
Remove all patches as they have been upstreamed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnetfilter-log: import from base</title>
<updated>2020-11-28T07:14:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-28T07:00:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e281311f245338f80d7990385b9bd79b88a6f4bb'/>
<id>urn:sha1:e281311f245338f80d7990385b9bd79b88a6f4bb</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnetfilter-log: remove (added to core)</title>
<updated>2015-02-08T08:52:47Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-02-08T08:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dcda4a898a4cd487a3f73499950d89149ba00b62'/>
<id>urn:sha1:dcda4a898a4cd487a3f73499950d89149ba00b62</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;
</content>
</entry>
<entry>
<title>misc: correct typo in Makefiles for PKG_LICENSE_FILES</title>
<updated>2014-11-25T07:43:37Z</updated>
<author>
<name>Ian Leonard</name>
</author>
<published>2014-11-25T07:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ac7cd4c6e6cd1054edb6d9d329a480a6e011ed04'/>
<id>urn:sha1:ac7cd4c6e6cd1054edb6d9d329a480a6e011ed04</id>
<content type='text'>
Signed-off-by: Ian Leonard &lt;antonlacon@gmail.com&gt;
</content>
</entry>
<entry>
<title>libnetfilter-log: import from old packages feed</title>
<updated>2014-08-23T08:56:10Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2014-08-22T10:03:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d3b6ea714002f58fa1243e714922bcb78b933c51'/>
<id>urn:sha1:d3b6ea714002f58fa1243e714922bcb78b933c51</id>
<content type='text'>
 - update to latest version (v1.0.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;
</content>
</entry>
</feed>
