<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/ubi-utils/src/ubimirror.c, branch v2.3.1</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2009-03-17T08:16:38+00:00</updated>
<entry>
<title>ubi-utils: re-arrange directory layout</title>
<updated>2009-03-17T08:16:38+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-03-17T08:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=606f38a2221648ca5c5fa292c9f71d2ddd59fa66'/>
<id>urn:sha1:606f38a2221648ca5c5fa292c9f71d2ddd59fa66</id>
<content type='text'>
Move new-utils to ubi-utils and old ones to ubi-utils/old-utils.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>UBI: update ubi-header.h</title>
<updated>2009-02-18T08:26:20+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-02-18T08:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=c0e2c526578aff5e531a9afa765c7900ba6e5c34'/>
<id>urn:sha1:c0e2c526578aff5e531a9afa765c7900ba6e5c34</id>
<content type='text'>
Take the latest version from the kernel, where it was renamed
to ubi-media.h.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: fix warning in fprintf() code</title>
<updated>2009-01-13T11:05:28+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-01-12T16:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=e95a99a2c5ffb5ae1bf0f69bc553f591e57815e2'/>
<id>urn:sha1:e95a99a2c5ffb5ae1bf0f69bc553f591e57815e2</id>
<content type='text'>
When building with gcc security warnings enabled, the ubimirror.c code
triggers this warning:
./src/ubimirror.c: In function 'main':
./src/ubimirror.c:206: error: format not a string literal and no format arguments

Since the buffer in question should be a straight string anyways, avoid
ugly printf exploits by outputting the string indirectly:
	printf("%s", buffer)

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>Revert ubi-tools changes</title>
<updated>2008-02-19T14:41:16+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-02-19T12:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=86dd9696d3a1acb036d65909d93d73455b8aed3a'/>
<id>urn:sha1:86dd9696d3a1acb036d65909d93d73455b8aed3a</id>
<content type='text'>
Restore ubi tools to their "original" state, which means to
the state they were before I stareted cleaning them up.

Instead, create a "new-utils" subdirectory and move my work
there.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: move more stuff to sort-me-out</title>
<updated>2008-01-18T14:51:29+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-01-18T14:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=0b342ea86668987e5dfd4f5ddd98ba6fdb3702c7'/>
<id>urn:sha1:0b342ea86668987e5dfd4f5ddd98ba6fdb3702c7</id>
<content type='text'>
Also remove error messages stuff from pfi2bin

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: migrate to new libubi</title>
<updated>2007-10-03T07:41:25+00:00</updated>
<author>
<name>Alexander Schmidt</name>
<email>alexs@linux.vnet.ibm.com</email>
</author>
<published>2007-10-03T07:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=26b91d381b06145e003cb1781b5a3467270a8347'/>
<id>urn:sha1:26b91d381b06145e003cb1781b5a3467270a8347</id>
<content type='text'>
This patchset migrates the remaining tools (pddcustomize, ubimirror and
pfiflash) to the new libubi.

Signed-off-by: Alexander Schmidt &lt;alexs@linux.vnet.ibm.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: remove useless build information</title>
<updated>2007-08-29T16:03:56+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2007-08-29T16:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=8dc9f98e39ff4ba019c838f2a7349c1211676ad4'/>
<id>urn:sha1:8dc9f98e39ff4ba019c838f2a7349c1211676ad4</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] Minor ubi utils cleanups</title>
<updated>2006-12-12T08:22:48+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@linux.ibm.com</email>
</author>
<published>2006-12-12T08:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d45b87985d5371b2e47458ee0666f7979d5a8c21'/>
<id>urn:sha1:d45b87985d5371b2e47458ee0666f7979d5a8c21</id>
<content type='text'>
Remove getopt extern declarations

Minor whitespace cleanups

Remove incorrect program names that snuck in during getopt rewrite

Change comments to match reality

Signed-off-by: Josh Boyer &lt;jwboyer@linux.vnet.ibm.com&gt;
Acked-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>[MTD] UBI Utils: Tools should have individual version numbers</title>
<updated>2006-12-11T13:34:23+00:00</updated>
<author>
<name>Frank Haverkamp</name>
<email>haver@vnet.ibm.com</email>
</author>
<published>2006-12-11T13:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=da59698ccf81a1df3a250edb81a91f1b8a3decf0'/>
<id>urn:sha1:da59698ccf81a1df3a250edb81a91f1b8a3decf0</id>
<content type='text'>
The tools had a mixture of different version numbers. This is changed now.
The internal change to move to remove glibc dependencies should be reflected
by an increase of the version number, so that we can react if trouble is 
seen with the new code.

Singed-off-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>[PATCH 8/13] Convert ubimirror to use getopt option parsing</title>
<updated>2006-12-11T13:34:23+00:00</updated>
<author>
<name>Josh Boyer</name>
<email>jwboyer@linux.ibm.com</email>
</author>
<published>2006-12-11T13:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=f381387591d4be691bf363d1f8446942dce96c7c'/>
<id>urn:sha1:f381387591d4be691bf363d1f8446942dce96c7c</id>
<content type='text'>
Signed-off-by: Josh Boyer &lt;jwboyer@linux.vnet.ibm.com&gt;
Acked-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
</feed>
