<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/freetype, 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-05-22T21:27:12Z</updated>
<entry>
<title>freetype: Fix license file</title>
<updated>2025-05-22T21:27:12Z</updated>
<author>
<name>Jan Kardell</name>
</author>
<published>2025-05-20T12:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a0e74a03185613a558e340f4c784ee24e7e5c3c3'/>
<id>urn:sha1:a0e74a03185613a558e340f4c784ee24e7e5c3c3</id>
<content type='text'>
Signed-off-by: Jan Kardell &lt;jan.kardell@telliq.com&gt;
</content>
</entry>
<entry>
<title>freetype: update to 2.13.3</title>
<updated>2024-09-02T17:57:48Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-02T14:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4b4f0dca91998d3aa34e6393d39ec2cd961fcae2'/>
<id>urn:sha1:4b4f0dca91998d3aa34e6393d39ec2cd961fcae2</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>freetype: update to 2.13.2</title>
<updated>2024-02-05T00:31:10Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-01-31T13:34:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=18df76cd3099c7dd7b07e6103c76a898e6dbbb23'/>
<id>urn:sha1:18df76cd3099c7dd7b07e6103c76a898e6dbbb23</id>
<content type='text'>
- change package URL to HTTPS

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs/freetype: fix PKG_CPE_ID</title>
<updated>2024-01-29T23:59:07Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-25T21:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=eb2c47d493d4ef6338e1c1e92d982e2ebad43591'/>
<id>urn:sha1:eb2c47d493d4ef6338e1c1e92d982e2ebad43591</id>
<content type='text'>
There is not a single CVE under cpe:/a:freetype:freetype2
so use cpe:/a:freetype:freetype:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:freetype:freetype

Fixes: 456ae2f541f698e6b9106b696d385d52164ed860

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@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>freetype: update to 2.11.1</title>
<updated>2021-12-20T09:27:05Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dcc5d134c70265c8e5aac4098fe51f23904b5b9b'/>
<id>urn:sha1:dcc5d134c70265c8e5aac4098fe51f23904b5b9b</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>freetype: update to 2.11.0</title>
<updated>2021-09-25T18:05:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-19T07:32:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2fdd8dbcb1a80798d16592fe507b9fc5aaac39d9'/>
<id>urn:sha1:2fdd8dbcb1a80798d16592fe507b9fc5aaac39d9</id>
<content type='text'>
Remove upstreamed patches.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: compile with tools/meson</title>
<updated>2021-09-18T05:06:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-07T22:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5ccd4d1c250acb3d3e65f16e55926ef0bc80153d'/>
<id>urn:sha1:5ccd4d1c250acb3d3e65f16e55926ef0bc80153d</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>freetype: meson.build: Fix .pc file generation</title>
<updated>2021-03-13T12:29:15Z</updated>
<author>
<name>Bernd Kuhls</name>
</author>
<published>2021-03-13T11:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c60573ff7a4265e1831d2413b3703b1d4aadbc70'/>
<id>urn:sha1:c60573ff7a4265e1831d2413b3703b1d4aadbc70</id>
<content type='text'>
Fixes error when building fontconfig:

checking for FREETYPE... no
configure: error: Package requirements (freetype2 &gt;= 21.0.15) were not met:

Package dependency requirement 'freetype2 &gt;= 21.0.15' could not be satisfied.
Package 'freetype2' has version '6.17.4', required version is '&gt;= 21.0.15'

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
</content>
</entry>
<entry>
<title>freetype: switch to meson</title>
<updated>2021-03-05T09:17:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-05T09:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=dd65dac8b3ea1a69f324af55d17aa5ad25fc3ffa'/>
<id>urn:sha1:dd65dac8b3ea1a69f324af55d17aa5ad25fc3ffa</id>
<content type='text'>
Meson configures and builds faster. It's also simpler.

Backport upstream patch fixing compilation without harfbuzz and brotli.

Added distutils patch for some debian systems.

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