<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/crelay/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>crelay: update to 0.14.1</title>
<updated>2022-07-22T04:44:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-07-19T08:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=89a8fb1d30388bbe9e6ca22c1a7525c161fdc837'/>
<id>urn:sha1:89a8fb1d30388bbe9e6ca22c1a7525c161fdc837</id>
<content type='text'>
Also add a meson.build file to avoid iconv hacks.

Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>crelay: backport patch for use gpio &gt;255</title>
<updated>2020-12-01T11:59:19Z</updated>
<author>
<name>Pawel Dembicki</name>
</author>
<published>2020-11-03T12:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=292a5a025854285c1dd5ec6c78d4c12b612918de'/>
<id>urn:sha1:292a5a025854285c1dd5ec6c78d4c12b612918de</id>
<content type='text'>
Signed-off-by: Pawel Dembicki &lt;paweldembicki@gmail.com&gt;
</content>
</entry>
<entry>
<title>crelay: update to 0.14</title>
<updated>2020-02-14T23:40:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-14T23:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0202fb4ee1e1273d1bdf5a442124ff746d2f3049'/>
<id>urn:sha1:0202fb4ee1e1273d1bdf5a442124ff746d2f3049</id>
<content type='text'>
Fix license information.

Small cleanup.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>crelay: Update to 0.13</title>
<updated>2018-08-29T20:33:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-08-29T20:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=deaa076357bbb4b769a30021918143c04ff82fc4'/>
<id>urn:sha1:deaa076357bbb4b769a30021918143c04ff82fc4</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>crelay: Update to 0.12 and switch to codeload</title>
<updated>2018-08-01T21:14:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-08-01T21:14:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7846d27259b4ebf5c338f789ce8005941450fd44'/>
<id>urn:sha1:7846d27259b4ebf5c338f789ce8005941450fd44</id>
<content type='text'>
Simpler

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>crelay: update to 0.10.1</title>
<updated>2016-08-31T14:15:09Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2016-08-31T14:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d210444434340a2eb73313797704fee00c12b7ad'/>
<id>urn:sha1:d210444434340a2eb73313797704fee00c12b7ad</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>crelay: Update to 0.10, refresh patches, remove daemon background call</title>
<updated>2016-04-17T17:21:44Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2016-04-17T17:21:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=625a7e7563f23fbb97186fa059bab67de4847cdb'/>
<id>urn:sha1:625a7e7563f23fbb97186fa059bab67de4847cdb</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>utils: Fix typos (found by codespell)</title>
<updated>2016-03-26T08:53:01Z</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2016-03-26T08:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b5738a3878b3aa2d5ead1bcf0c872b39882b0d2c'/>
<id>urn:sha1:b5738a3878b3aa2d5ead1bcf0c872b39882b0d2c</id>
<content type='text'>
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
</feed>
