<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/gnu-efi, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-04-08T07:30:35Z</updated>
<entry>
<title>treewide: refresh missed hashes after move to use ZSTD as default</title>
<updated>2024-04-08T07:30:35Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-07T22:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9f78055f94d732ad5a3fbb07b5c36f0859bc1215'/>
<id>urn:sha1:9f78055f94d732ad5a3fbb07b5c36f0859bc1215</id>
<content type='text'>
This is a follow-up on the previous treewide refresh of hashes after move
to ZSTD by default for compressing tarballs, as it seems that somehow
CHECK_ALL missed couple of packages.

Fixes: 272f55e87f07 ("treewide: refresh hashes after move to use ZSTD as default")
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>gnu-efi: update to version 3.0.17</title>
<updated>2023-06-11T14:29:01Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-06-11T12:17:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=232b73ed9a03b962e3b089c950dc6c4d02836c63'/>
<id>urn:sha1:232b73ed9a03b962e3b089c950dc6c4d02836c63</id>
<content type='text'>
update library + add new package containing efi programs
provided by gnu-efi library.

Signed-off-by: Oskari Rauta &lt;oskari.rauta@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.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>gnu-efi: add new package</title>
<updated>2021-04-24T08:11:51Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2021-04-21T00:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d4d292e501a42e85107e2430fb49eb963fa5f7b'/>
<id>urn:sha1:5d4d292e501a42e85107e2430fb49eb963fa5f7b</id>
<content type='text'>
Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
</feed>
