<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libfstrm/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>2024-03-07T16:34:29Z</updated>
<entry>
<title>libfstrm: add second maintainer</title>
<updated>2024-03-07T16:34:29Z</updated>
<author>
<name>Peter van Dijk</name>
</author>
<published>2024-03-07T11:23:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0245dd01311f2277937d343ee47e8e64347fbf6c'/>
<id>urn:sha1:0245dd01311f2277937d343ee47e8e64347fbf6c</id>
<content type='text'>
Signed-off-by: Peter van Dijk &lt;peter.van.dijk@powerdns.com&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-03.infra.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>libfstrm: update to 0.6.1</title>
<updated>2021-09-27T02:33:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-19T08:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6775faf905e9dbebdd91489427dc79fcd715c322'/>
<id>urn:sha1:6775faf905e9dbebdd91489427dc79fcd715c322</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pdns: Change maintainer on pdns packages</title>
<updated>2021-06-02T12:19:42Z</updated>
<author>
<name>James Taylor</name>
</author>
<published>2021-06-02T12:19:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bdfc242e297e458d2d1da27fdb8fe136eb0382b3'/>
<id>urn:sha1:bdfc242e297e458d2d1da27fdb8fe136eb0382b3</id>
<content type='text'>
Remove myself as maintainer from PowerDNS Related packages and add
Peter van Dijk from PowerDNS as the new maintainer

Signed-off-by: James Taylor &lt;james@jtaylor.id.au&gt;
</content>
</entry>
<entry>
<title>libfstrm: upgrade to 0.6.0</title>
<updated>2019-12-07T15:57:14Z</updated>
<author>
<name>James Taylor</name>
</author>
<published>2019-12-07T15:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=79c74254dc0be50d0bb0e2166e2a1d7dbb89aee7'/>
<id>urn:sha1:79c74254dc0be50d0bb0e2166e2a1d7dbb89aee7</id>
<content type='text'>
Signed-off-by: James Taylor &lt;james@jtaylor.id.au&gt;
</content>
</entry>
<entry>
<title>treewide: avoid deref symlinks when installing .so</title>
<updated>2019-06-21T01:52:32Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-06-20T13:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb'/>
<id>urn:sha1:9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb</id>
<content type='text'>
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")

The packages in this commit are identified with the following command

	grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'

Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>libfstrm: fix formality issues</title>
<updated>2019-05-19T08:24:14Z</updated>
<author>
<name>James Taylor</name>
</author>
<published>2019-05-18T15:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=edcb87877ec4563308245d235e508e1dfc71fe13'/>
<id>urn:sha1:edcb87877ec4563308245d235e508e1dfc71fe13</id>
<content type='text'>
Maintainer: me

Correct issues with TITLE and add URL pointing to the fstrm GitHub Page. Reformat the description so it renders correctly in menuconfig.

Fixes #9022

Signed-off-by: James Taylor &lt;james@jtaylor.id.au&gt;
</content>
</entry>
<entry>
<title>libfstrm: add package</title>
<updated>2019-05-17T04:15:20Z</updated>
<author>
<name>James Taylor</name>
</author>
<published>2019-05-14T12:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2db9fc16edfb4895ff913c366b94bb6aa32ef144'/>
<id>urn:sha1:2db9fc16edfb4895ff913c366b94bb6aa32ef144</id>
<content type='text'>
fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format.

Maintainer: me
Compile Tested: armv7l, SNAPSHOT 655fff1571 SDK
Run Tested: armv7l, Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571

Signed-off-by: James Taylor &lt;james@jtaylor.id.au&gt;
</content>
</entry>
</feed>
