<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/moreutils, 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-06-23T18:04:42Z</updated>
<entry>
<title>moreutils: fix depencies for ts</title>
<updated>2024-06-23T18:04:42Z</updated>
<author>
<name>Erwan MAS</name>
</author>
<published>2024-06-22T22:57:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8ed9e61d044124c42e7d2408350a17140e2b3fba'/>
<id>urn:sha1:8ed9e61d044124c42e7d2408350a17140e2b3fba</id>
<content type='text'>
Signed-off-by: Erwan MAS &lt;erwan@mas.nom.fr&gt;
</content>
</entry>
<entry>
<title>moreutils: update to 0.69</title>
<updated>2024-04-13T21:02:44Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-04-11T19:33:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c22110929b1fd8ee12252bc5bab90ed6d96fe6d3'/>
<id>urn:sha1:c22110929b1fd8ee12252bc5bab90ed6d96fe6d3</id>
<content type='text'>
- Refresh patch

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>moreutils: update to 0.68</title>
<updated>2024-02-14T20:57:08Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-11T21:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d5074d3fe3d493c3332152cc38aa52d8866a51e8'/>
<id>urn:sha1:d5074d3fe3d493c3332152cc38aa52d8866a51e8</id>
<content type='text'>
- Refresh patches

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.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>moreutils: update to 0.65</title>
<updated>2021-06-02T06:04:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T02:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f4a65f15d0a582616fbd6d285b03e6c222256073'/>
<id>urn:sha1:f4a65f15d0a582616fbd6d285b03e6c222256073</id>
<content type='text'>
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-03.infra.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>moreutils: update to 0.64</title>
<updated>2020-09-03T20:55:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-02T22:25:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f830beb1b62f76d2a51a187efaee8d216f07a940'/>
<id>urn:sha1:f830beb1b62f76d2a51a187efaee8d216f07a940</id>
<content type='text'>
Remove upstreamed patch.

Fixed license information.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>moreutils: fix compilation with uClibc-ng</title>
<updated>2020-08-14T04:38:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-14T02:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d9bb2dc5f6fe4f7592d8fa7c07b77d14c31714da'/>
<id>urn:sha1:d9bb2dc5f6fe4f7592d8fa7c07b77d14c31714da</id>
<content type='text'>
getloadavg is missing not just under cygwin.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>moreutils: Update to 0.63</title>
<updated>2019-02-02T19:19:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-02-02T19:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1cc4aae428f29ee17ee2e0d65f9190da7f1034ff'/>
<id>urn:sha1:1cc4aae428f29ee17ee2e0d65f9190da7f1034ff</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>moreutils: Update to 0.62 and switch to git tarball</title>
<updated>2018-09-03T02:23:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-09-02T22:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=70ddd72b98bd3c134576adc7cad3f052e2b57848'/>
<id>urn:sha1:70ddd72b98bd3c134576adc7cad3f052e2b57848</id>
<content type='text'>
It's more generic in addition to being the source for the debian package.

PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no
handling for it in the Makefile.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
