<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/less/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>2025-11-12T05:18:09Z</updated>
<entry>
<title>less: bump to 685</title>
<updated>2025-11-12T05:18:09Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-09T18:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f8f392471bcb870cd3245b191f10081392e92f5c'/>
<id>urn:sha1:f8f392471bcb870cd3245b191f10081392e92f5c</id>
<content type='text'>
Remove maintainer.
Update copyright date.

Changelog: https://greenwoodsoftware.com/less/news.663.html
Changelog: https://greenwoodsoftware.com/less/news.665.html
Changelog: https://greenwoodsoftware.com/less/news.666.html
Changelog: https://greenwoodsoftware.com/less/news.667.html
Changelog: https://greenwoodsoftware.com/less/news.668.html
Changelog: https://greenwoodsoftware.com/less/news.674.html
Changelog: https://greenwoodsoftware.com/less/news.676.html
Changelog: https://greenwoodsoftware.com/less/news.678.html
Changelog: https://greenwoodsoftware.com/less/news.679.html
Changelog: https://greenwoodsoftware.com/less/news.683.html
Changelog: https://greenwoodsoftware.com/less/news.684.html
Changelog: https://greenwoodsoftware.com/less/news.685.html
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>less: update to 661</title>
<updated>2024-07-23T01:52:04Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-07-20T11:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3caa3516165601aa93c072062f70d5c006ef892d'/>
<id>urn:sha1:3caa3516165601aa93c072062f70d5c006ef892d</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>less: update to 643</title>
<updated>2024-02-04T11:04:47Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-01T14:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0daaae55019d647abac6ffe96ed5a1c5940759b4'/>
<id>urn:sha1:0daaae55019d647abac6ffe96ed5a1c5940759b4</id>
<content type='text'>
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>less: update to 598</title>
<updated>2021-12-17T04:25:54Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T03:20:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=45978306630d806066a98cf3ce9e8b3b3b62b958'/>
<id>urn:sha1:45978306630d806066a98cf3ce9e8b3b3b62b958</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>less: remove less-wide</title>
<updated>2021-11-09T01:54:58Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2021-10-20T19:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=33ea7a719fe6b6ad688054a2b48e24c741af44ff'/>
<id>urn:sha1:33ea7a719fe6b6ad688054a2b48e24c741af44ff</id>
<content type='text'>
The package `less` and `less-wide` has same content of the binary file. It's not necessary to keep both packages.
Add `PROVIDES` for legacy compat.

Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>less: update to 590</title>
<updated>2021-06-16T02:57:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-16T02:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=22055fdb159cd4bab1995e51167e4e3f80e0a91e'/>
<id>urn:sha1:22055fdb159cd4bab1995e51167e4e3f80e0a91e</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>less: update to general release version 563</title>
<updated>2020-12-08T22:31:05Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-12-08T22:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8a8a7cc18f51425044425f99e040c03a6fefcdd9'/>
<id>urn:sha1:8a8a7cc18f51425044425f99e040c03a6fefcdd9</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>less: move binary of alternatives to /usr/libexec</title>
<updated>2020-12-08T22:30:54Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-12-08T22:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7ec279ad3e8c97901afbdbc46ebe7e37b8a8137a'/>
<id>urn:sha1:7ec279ad3e8c97901afbdbc46ebe7e37b8a8137a</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>less: update ALTERNATIVES</title>
<updated>2020-06-09T23:05:41Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-06-09T22:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d8663931ddb24e89ff9919aafa9d65813e9bc268'/>
<id>urn:sha1:d8663931ddb24e89ff9919aafa9d65813e9bc268</id>
<content type='text'>
Avoid conflict with busybox
Closes #11960

Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
</feed>
