<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/nsutils/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-10-30T12:16:05Z</updated>
<entry>
<title>nsutils: update to latest master</title>
<updated>2024-10-30T12:16:05Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-08-23T20:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4a55b26f90fc3637ca744a39f2bb632441803010'/>
<id>urn:sha1:4a55b26f90fc3637ca744a39f2bb632441803010</id>
<content type='text'>
Remove fancy versioning. Adds compatibility with apk.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>nsutils: fix compilation with GCC14</title>
<updated>2024-05-17T06:45:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-16T01:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4a07db85e8ea0a6c992d502fc8d02f9f84c2e770'/>
<id>urn:sha1:4a07db85e8ea0a6c992d502fc8d02f9f84c2e770</id>
<content type='text'>
Missing header.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@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>nsutils: Update to latest version, switch to cmake</title>
<updated>2022-05-15T13:38:41Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2022-05-12T20:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2dd1c17626176ca37e438c3af5c939c1326feb82'/>
<id>urn:sha1:2dd1c17626176ca37e438c3af5c939c1326feb82</id>
<content type='text'>
This also:

* Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by
  default, when PKG_VERSION is defined, PKG_SOURCE_DATE and
  PKG_SOURCE_VERSION are not used)

* Fixes package copyright

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>nsutils: bump to new release</title>
<updated>2022-05-12T18:38:36Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2022-05-09T20:38:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8f66090160c2e9e837c80b961e046afc62fb698c'/>
<id>urn:sha1:8f66090160c2e9e837c80b961e046afc62fb698c</id>
<content type='text'>
Few minor changes, like -h flag for program (help).
Added URL to package definition.

No new version release with version number, so version stays
as is, but pkg_release is still bumbed with this commit.

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>nsutils: new package</title>
<updated>2022-03-04T07:12:20Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2022-02-27T23:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=076449f504ef9fe7e1ea0a4fb95b497ed9016bb2'/>
<id>urn:sha1:076449f504ef9fe7e1ea0a4fb95b497ed9016bb2</id>
<content type='text'>
Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
</feed>
