<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libexif/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>2026-03-15T07:12:48Z</updated>
<entry>
<title>libs/libexif: fix PKG_CPE_ID</title>
<updated>2026-03-15T07:12:48Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-13T20:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8876699776c65832f710ce4c9bd39c636f6b7e4c'/>
<id>urn:sha1:8876699776c65832f710ce4c9bd39c636f6b7e4c</id>
<content type='text'>
cpe:/a:libexif_project:libexif is the correct CPE ID for libexif:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:libexif_project:libexif

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libexif: update 0.6.25</title>
<updated>2025-06-01T07:16:37Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-05-31T03:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b70fc8ebf811ef046ab7307d797e38475e5076b8'/>
<id>urn:sha1:b70fc8ebf811ef046ab7307d797e38475e5076b8</id>
<content type='text'>
Upstream list of changes is available at
https://github.com/libexif/libexif/releases/tag/v0.6.25.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.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-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>libexif: update to 0.6.24</title>
<updated>2021-12-17T05:53:58Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T02:28:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=185a50af97a6596e27b0a4b74e2b35a07539af2c'/>
<id>urn:sha1:185a50af97a6596e27b0a4b74e2b35a07539af2c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libexif: update to 0.6.23</title>
<updated>2021-09-25T18:04:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-19T08:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0eae8ee969a7abbb7aaa9912048282acef37e58d'/>
<id>urn:sha1:0eae8ee969a7abbb7aaa9912048282acef37e58d</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Fix license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Fixes CVE-2020-0198 and CVE-2020-0452.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libexif: update to 0.6.22</title>
<updated>2020-11-10T20:10:07Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2020-11-10T20:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=818f2d9dffd1c4e0c04dffe6dc80bf2f3cd4a0cb'/>
<id>urn:sha1:818f2d9dffd1c4e0c04dffe6dc80bf2f3cd4a0cb</id>
<content type='text'>
Aside from updating the package, this modifies the Makefile to pull the
sources from GitHub rather than SourceForge. The exif project recently
moved to GitHub.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs/libexif: Disable nls</title>
<updated>2016-12-21T00:38:17Z</updated>
<author>
<name>Alin Nastac</name>
</author>
<published>2016-12-02T09:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8ad51477ae73d0462d109d5324c8c539a614b1f9'/>
<id>urn:sha1:8ad51477ae73d0462d109d5324c8c539a614b1f9</id>
<content type='text'>
Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile.

Signed-off-by: Alin Nastac &lt;alin.nastac@gmail.com&gt;
</content>
</entry>
<entry>
<title>libexif: Add PKG_LICENSE information.</title>
<updated>2014-08-01T04:34:30Z</updated>
<author>
<name>Ian Leonard</name>
</author>
<published>2014-07-19T07:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c0be98e88d98dbf5377178f0385348cc5ad0b5e6'/>
<id>urn:sha1:c0be98e88d98dbf5377178f0385348cc5ad0b5e6</id>
<content type='text'>
Signed-off-by: Ian Leonard &lt;antonlacon@gmail.com&gt;
</content>
</entry>
</feed>
