<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/poco/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>2023-04-21T20:46:58Z</updated>
<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>poco: switch to building with cmake</title>
<updated>2021-10-21T20:35:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-18T01:57:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c2fc267476d94304f8ea91b370f438e0e1d38985'/>
<id>urn:sha1:c2fc267476d94304f8ea91b370f438e0e1d38985</id>
<content type='text'>
Faster and works with mips64 targets.

Removed all options as the defaults are updated. Added new dependencies.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: update to 1.11.0</title>
<updated>2021-08-16T01:26:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-08-08T03:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ed6781bef172384d84ce05d66a742676b809b828'/>
<id>urn:sha1:ed6781bef172384d84ce05d66a742676b809b828</id>
<content type='text'>
Refresh patches and fix strerror one. uClibc also defines __GLIBC__.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: update to 1.10.1</title>
<updated>2021-04-02T20:46:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-26T02:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8f41e60b7e7f0d807f2f4adfe7cb204b6ca23b0c'/>
<id>urn:sha1:8f41e60b7e7f0d807f2f4adfe7cb204b6ca23b0c</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Move MAINTAINER line up for consistency.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: Added changes to InstallDev section and conditions for poco libs.</title>
<updated>2019-10-21T17:00:17Z</updated>
<author>
<name>Jakub Jalowiczor</name>
</author>
<published>2019-10-21T14:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4712deffa57c9f919b1e60238daff7d164f6a695'/>
<id>urn:sha1:4712deffa57c9f919b1e60238daff7d164f6a695</id>
<content type='text'>
Signed-off-by: Jakub Jalowiczor &lt;jaluwka@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: Minor changes</title>
<updated>2019-10-09T11:03:52Z</updated>
<author>
<name>Jakub Jalowiczor</name>
</author>
<published>2019-10-09T11:00:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cd2f791fa5a634820465dfbf090057d5bde7313a'/>
<id>urn:sha1:cd2f791fa5a634820465dfbf090057d5bde7313a</id>
<content type='text'>
Signed-off-by: Jakub Jalowiczor &lt;jaluwka@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: A new variant of poco library poco-all</title>
<updated>2019-10-09T10:36:50Z</updated>
<author>
<name>Jakub Jalowiczor</name>
</author>
<published>2019-10-09T10:34:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c553c0a7a5878b267df9bd9f501ba383b79f8789'/>
<id>urn:sha1:c553c0a7a5878b267df9bd9f501ba383b79f8789</id>
<content type='text'>
Signed-off-by: Jakub Jalowiczor &lt;jaluwka@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: Minor changes</title>
<updated>2019-10-07T13:14:00Z</updated>
<author>
<name>Jakub Jalowiczor</name>
</author>
<published>2019-10-07T13:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f386733833f75bb0fb7e64d3786ff97ca3e01843'/>
<id>urn:sha1:f386733833f75bb0fb7e64d3786ff97ca3e01843</id>
<content type='text'>
Signed-off-by: Jakub Jalowiczor &lt;jaluwka@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: Package version changed</title>
<updated>2019-10-07T12:29:03Z</updated>
<author>
<name>Jakub Jalowiczor</name>
</author>
<published>2019-10-07T12:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d9106a3a90e4bbb7ad7fc36a961a7388ba81fe9b'/>
<id>urn:sha1:d9106a3a90e4bbb7ad7fc36a961a7388ba81fe9b</id>
<content type='text'>
Signed-off-by: Jakub Jalowiczor &lt;jaluwka@gmail.com&gt;
</content>
</entry>
<entry>
<title>poco: Changed poco version to all, and from minimal build to typical.</title>
<updated>2019-10-07T11:56:06Z</updated>
<author>
<name>Jakub Jalowiczor</name>
</author>
<published>2019-10-07T10:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=83c21577a457013f6cfa7f516999a2e6dd6b81f3'/>
<id>urn:sha1:83c21577a457013f6cfa7f516999a2e6dd6b81f3</id>
<content type='text'>
Signed-off-by: Jakub Jalowiczor &lt;jaluwka@gmail.com&gt;
</content>
</entry>
</feed>
