<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/dosfstools, 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>2022-12-17T04:47:05Z</updated>
<entry>
<title>dosfstools: fix PKG_SOURCE</title>
<updated>2022-12-17T04:47:05Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-12-14T18:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=173146bbd5bd0e086e65597ae207360f4364c176'/>
<id>urn:sha1:173146bbd5bd0e086e65597ae207360f4364c176</id>
<content type='text'>
Both mirrors provided in the Makefile only serve gzipped tarballs.

Fixes: dcd7fcfa5b4e ("dosfstools: update to v4.0")
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>dosfstools: fix AM_ICONV triggered build error</title>
<updated>2021-10-23T18:48:41Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2021-10-22T12:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4160ba8725b0812091ec630b232d3a84062699ea'/>
<id>urn:sha1:4160ba8725b0812091ec630b232d3a84062699ea</id>
<content type='text'>
Fix this build error:

 gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \
  -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \
  -I/usr/local/src/openwrt/staging_dir/host/include \
  -L/usr/local/src/openwrt/staging_dir/host/lib \
  -o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \
  charconv.o @LIBICONV@
 gcc: error: LIBICONV@: No such file or directory
 make[4]: *** [Makefile:449: fsck.fat] Error 1

Suggested-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>dosfstools: update to 4.2</title>
<updated>2021-03-06T22:05:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-22T02:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=29440d1575e8f8e42b880d0c5682271c117b0e27'/>
<id>urn:sha1:29440d1575e8f8e42b880d0c5682271c117b0e27</id>
<content type='text'>
Remove upstreamed patch.

Added AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&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: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>dosfsutils: Properly fix iconv linking</title>
<updated>2019-06-20T22:24:41Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-20T22:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fbfe49d7ffeae87e3d6538ab49cd7dea3b887142'/>
<id>urn:sha1:fbfe49d7ffeae87e3d6538ab49cd7dea3b887142</id>
<content type='text'>
Necessary when using libiconv.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>dosfstools: Fix compilation with full NLS</title>
<updated>2019-05-19T23:38:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-05-19T23:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=28a18b8eccfa478dc2028363e70bed32977ea3a3'/>
<id>urn:sha1:28a18b8eccfa478dc2028363e70bed32977ea3a3</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>utils/dosfstools: Update to 4.1</title>
<updated>2017-03-14T07:26:57Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-03-13T09:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4ce01ab24ca28f72105bd2df0b314c5befc7092f'/>
<id>urn:sha1:4ce01ab24ca28f72105bd2df0b314c5befc7092f</id>
<content type='text'>
Update to 4.1
Remove 0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smal.patch
as it's included in upstream repo.
Refresh patch

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>dosfstools: merge tools into a single package and remove symlinks</title>
<updated>2016-10-12T11:52:26Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2016-10-12T11:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d032bce1f0eb259ba94e7d8bed1444a1236f8b0'/>
<id>urn:sha1:5d032bce1f0eb259ba94e7d8bed1444a1236f8b0</id>
<content type='text'>
- Merge mkfs.fat/fsck.fat/fatlabel into a single package.
- Remove compatibility symlinks.
- Take over maintainership.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
