Where is the source repo for avrdude that is used in 1.0.5

Hi,

Avrdude is part of Arduino 1.0.5. In the Arduino source repository there are binary copies
for Linux, Mac and Windows. My question is: how and from which source where these
binaries built?

The github arduino/avrdude seems totally out of date. (Can someone confirm?)

On Linux avrdude I have:

avrdude: Version 5.11, compiled on Sep  9 2011 at 16:00:41
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

I have only avrdude.conf to compare and it looks like the one in Arduino is
built from RELEASE_5_11_0. But I' like to be sure.

The sources seem to be at:
http://svn.savannah.nongnu.org/viewvc/RELEASE_5_11_0/?root=avrdude

There have been a number of changes since V5.11 was released two years ago but it still seems to be the latest official release.

I must correct you, John. :wink:
avrdude 6.0.1 has been release just 1 week ago :wink:

leo72:
I must correct you, John. :wink:
avrdude 6.0.1 has been release just 1 week ago :wink:
"Super-Project" for AVR-related projects - Summary [Savannah] dude

You are right, but for some reason the release doesn't show up in the SVN source repository. The code is probably there in the 'trunk' branch but it has not been gathered into a separate RELEASE branch. :frowning: