<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/qrencode, 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>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>libs/qrencode: assign PKG_CPE_ID</title>
<updated>2026-03-15T07:20:28Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T13:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd7ae5df23ad6be79357268c691bb75282c4d3be'/>
<id>urn:sha1:cd7ae5df23ad6be79357268c691bb75282c4d3be</id>
<content type='text'>
cpe:/a:qrencode_project:qrencode is the correct CPE ID for qrencode:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:qrencode_project:qrencode

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrencode: cmake minimum required version to 3.10</title>
<updated>2025-11-08T18:47:25Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2025-11-07T10:30:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d82e2db28b076b1a9d4c21293879e3377a00dff2'/>
<id>urn:sha1:d82e2db28b076b1a9d4c21293879e3377a00dff2</id>
<content type='text'>
- bump to r2 to adjust cmake minimum required version to 3.10

Link: openwrt#27607
Link: openwrt/openwrt@1b48ebd

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrencode: add support for PNG output</title>
<updated>2024-06-24T06:11:19Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2023-11-17T11:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6429b66daba271c01f41827ab7aa2d748bdb7e3b'/>
<id>urn:sha1:6429b66daba271c01f41827ab7aa2d748bdb7e3b</id>
<content type='text'>
Added menuconfig option to enable PNG output. Default=disabled.

Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrencode: update to 4.1.1</title>
<updated>2020-10-15T02:46:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-10-15T01:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3865fc63c67fa241fe712c874fb3f34a0cfc66b4'/>
<id>urn:sha1:3865fc63c67fa241fe712c874fb3f34a0cfc66b4</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrencode: update to 4.1.0</title>
<updated>2020-09-13T00:52:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-13T00:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=124583c148d5d18d4f30bb46e680a81bc4a5c4ca'/>
<id>urn:sha1:124583c148d5d18d4f30bb46e680a81bc4a5c4ca</id>
<content type='text'>
Remove upstreamed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>qrencode: switch to CMake</title>
<updated>2020-07-08T00:21:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-04T21:25:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=da2249b0f747be6669127fe7259e77693be4a795'/>
<id>urn:sha1:da2249b0f747be6669127fe7259e77693be4a795</id>
<content type='text'>
Allows simplifying the Makefile. Also faster compilation.

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