<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/mail/mblaze, 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-02-01T00:00:10Z</updated>
<entry>
<title>treewide: fix licence typos</title>
<updated>2024-02-01T00:00:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-30T20:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=820fcc5fb979ad9ac630231dcf12ce76342d1c01'/>
<id>urn:sha1:820fcc5fb979ad9ac630231dcf12ce76342d1c01</id>
<content type='text'>
- PKG_LICENCE -&gt; PKG_LICENSE
- PKC_LICENSE_FILES -&gt; PKG_LICENSE_FILES
- BSD 3-Clause -&gt; BSD-3-Clause
- BSD-3-clause -&gt; BSD-3-Clause
- BSD-2-clause -&gt; BSD-2-Clause
- Public Domain -&gt; Public-Domain
- PublicDomain -&gt; Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>mblaze: fix compilation with musl 1.2.4</title>
<updated>2023-05-17T12:52:12Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-17T12:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5312113c5422693471652899d7ad0ee5d72c4e37'/>
<id>urn:sha1:5312113c5422693471652899d7ad0ee5d72c4e37</id>
<content type='text'>
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

Backport an upstream fix to replace these old data types.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&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>mblaze: fix build on macos</title>
<updated>2022-01-11T22:55:33Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-11T10:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b4820ec3637f9ef6361b8ff3f49a9cdb781ca52a'/>
<id>urn:sha1:b4820ec3637f9ef6361b8ff3f49a9cdb781ca52a</id>
<content type='text'>
redefine OS=Linux due to OpenWrt is always Linux

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>mblaze: update to 1.2</title>
<updated>2021-12-16T23:26:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T00:08:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f5e54f949ba31e9b818bd518aae3d0e6babc5281'/>
<id>urn:sha1:f5e54f949ba31e9b818bd518aae3d0e6babc5281</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mblaze: new package</title>
<updated>2021-08-11T13:15:13Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2021-08-11T13:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=80f7a8ec8b5bb208503b89f19e689e372d2c7b5b'/>
<id>urn:sha1:80f7a8ec8b5bb208503b89f19e689e372d2c7b5b</id>
<content type='text'>
Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
</feed>
