<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/avrdude/patches, 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>2024-05-13T05:57:25Z</updated>
<entry>
<title>avrdude: add patch for libgpiod v2 support</title>
<updated>2024-05-13T05:57:25Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2024-05-11T16:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d809f95694df75cbec39312ea0f53e925667eb59'/>
<id>urn:sha1:d809f95694df75cbec39312ea0f53e925667eb59</id>
<content type='text'>
The patch is a backport of the already upstreamed work to allow
using libgpiod with its newer v2 API.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>avrdude: update to 7.3</title>
<updated>2024-02-22T18:53:42Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-22T07:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ecbe8ca508828eb6bd1205b3b9d5bef43c130948'/>
<id>urn:sha1:ecbe8ca508828eb6bd1205b3b9d5bef43c130948</id>
<content type='text'>
- Use local tarball
- Use CMake
- Depend from libusb-1.0 instead of libusb-compat
- Remove obsolete patches

Signed-off-by: krant &lt;aleksey.vasilenko@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.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>avrdude: Fix GPIO path building</title>
<updated>2019-07-02T17:07:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-02T17:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=536c6b8be7cb620f6258cbcb7e85a50662976f2b'/>
<id>urn:sha1:536c6b8be7cb620f6258cbcb7e85a50662976f2b</id>
<content type='text'>
%ud is a GNU extension. It's not really supported elsewhere.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>avrdude: add no timestamp patch to make it reproducible</title>
<updated>2017-11-17T10:52:23Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-11-16T16:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=35bf4d15d4b3a0c048bf2bac2c345e2184bbe3b9'/>
<id>urn:sha1:35bf4d15d4b3a0c048bf2bac2c345e2184bbe3b9</id>
<content type='text'>
The no-cpp-timestamp patch taken from debian and is
already accepted upstream.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>utils/avrdude: update to 6.3</title>
<updated>2016-12-05T07:15:44Z</updated>
<author>
<name>p-wassi</name>
</author>
<published>2016-12-03T21:14:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1fc42dbf58fe42c2fafd1f1d50c59249f8e65e5c'/>
<id>urn:sha1:1fc42dbf58fe42c2fafd1f1d50c59249f8e65e5c</id>
<content type='text'>
Update avrdude to upstream release 6.3

Signed-off-by: Paul Wassi &lt;p.wassi@gmx.at&gt;
</content>
</entry>
<entry>
<title>avrdude: fix musl compatibility</title>
<updated>2015-06-16T17:26:52Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-06-16T17:25:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d028771f282c556d3e93219e41dcdcb50588df5d'/>
<id>urn:sha1:d028771f282c556d3e93219e41dcdcb50588df5d</id>
<content type='text'>
 - Build with -D_GNU_SOURCE to expose "loff_t" required for libelf.h
 - Include sys/types.h before usb.h to provide missing u_int*_t types

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
<entry>
<title>avrdude: move from oldpackages, update to latest version &amp; build opts</title>
<updated>2015-04-23T18:29:37Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2015-04-23T18:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1637dcbf9915a5a646a46cc46be135a6ca675fa7'/>
<id>urn:sha1:1637dcbf9915a5a646a46cc46be135a6ca675fa7</id>
<content type='text'>
Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
</feed>
