<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/packages/mail/fetchmail, branch master</title>
<subtitle>OpenWrt package feed branches, manually converted from SVN.</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/'/>
<updated>2013-07-03T10:20:19Z</updated>
<entry>
<title>add myself as package maintainer</title>
<updated>2013-07-03T10:20:19Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2013-07-03T10:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=1ef1bbba67aced5789a5007030a74946785395bd'/>
<id>urn:sha1:1ef1bbba67aced5789a5007030a74946785395bd</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;

SVN-Revision: 37145
</content>
</entry>
<entry>
<title>update fetchmail to v6.3.26</title>
<updated>2013-07-02T21:27:42Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2013-07-02T21:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=3b6f158f1728818e0844834c9df19ad85b38d721'/>
<id>urn:sha1:3b6f158f1728818e0844834c9df19ad85b38d721</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;

SVN-Revision: 37133
</content>
</entry>
<entry>
<title>fetchmail 6.3.23 update</title>
<updated>2013-01-02T11:05:52Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2013-01-02T11:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=0afc4ecc600392e22d835e585b3567e28d0625ef'/>
<id>urn:sha1:0afc4ecc600392e22d835e585b3567e28d0625ef</id>
<content type='text'>
This patch updates fetchmail to version 6.3.23

Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;

SVN-Revision: 34967
</content>
</entry>
<entry>
<title>fetchmail: update to 3.6.22</title>
<updated>2012-10-16T15:55:27Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-10-16T15:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=571cbe6d5856db374077e24bf315957291253fc3'/>
<id>urn:sha1:571cbe6d5856db374077e24bf315957291253fc3</id>
<content type='text'>
his patch updates fetchmail to 3.6.22

Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;

SVN-Revision: 33785
</content>
</entry>
<entry>
<title>fetchmail: update to 6.3.20 (CVE-2011-1947), drop obsolete patch</title>
<updated>2011-07-03T21:07:51Z</updated>
<author>
<name>Stephen Walker</name>
</author>
<published>2011-07-03T21:07:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=fa536bede119c6924628e883ed3ab88ce28eb2b6'/>
<id>urn:sha1:fa536bede119c6924628e883ed3ab88ce28eb2b6</id>
<content type='text'>
SVN-Revision: 27422
</content>
</entry>
<entry>
<title>fetchmail: fixup md5 transition</title>
<updated>2011-01-29T02:14:51Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2011-01-29T02:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=a6a61d0b26374432e8185dca15ed39ac7f944943'/>
<id>urn:sha1:a6a61d0b26374432e8185dca15ed39ac7f944943</id>
<content type='text'>
this patch is cherry-pick from upstream:
  http://gitorious.org/fetchmail/fetchmail/commit/738dcc102db67a741893e2979c034df9904e2925

this patch fixed this error:
  http://tksite.gotdns.org:8010/broken_packages/xburst/fetchmail/compile.txt
~~~
mipsel-openwrt-linux-uclibc-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.  -I./libesmtp -I/home/buildslave/openwrt1/xburst/build/staging_dir/target-mipsel_uClibc-0.9.31/usr/include -I/home/buildslave/openwrt1/xburst/build/staging_dir/target-mipsel_uClibc-0.9.31/include -I/home/buildslave/openwrt1/xburst/build/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/usr/include -I/home/buildslave/openwrt1/xburst/build/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/include   -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float  -MT md5c.o -MD -MP -MF .deps/md5c.Tpo -c -o md5c.o md5c.c
md5c.c:44: warning: 'struct MD5Context' declared inside parameter list
md5c.c:44: warning: its scope is only this definition or declaration, which is probably not what you want
md5c.c: In function 'MD5Init':
md5c.c:46: error: dereferencing pointer to incomplete type
md5c.c:47: error: dereferencing pointer to incomplete type
~~~

SVN-Revision: 25228
</content>
</entry>
<entry>
<title>fetchmail: update to 6.3.19, add ssl/nossl variants</title>
<updated>2011-01-06T04:53:53Z</updated>
<author>
<name>Stephen Walker</name>
</author>
<published>2011-01-06T04:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=e3c92ab12f108ef9b9f6fb83abcb437265fc048b'/>
<id>urn:sha1:e3c92ab12f108ef9b9f6fb83abcb437265fc048b</id>
<content type='text'>
SVN-Revision: 24919
</content>
</entry>
<entry>
<title>fetchmail: update to 6.3.14</title>
<updated>2010-04-18T13:21:17Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2010-04-18T13:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=810a440f9cf5975cb65dfb9a650c224930af8d24'/>
<id>urn:sha1:810a440f9cf5975cb65dfb9a650c224930af8d24</id>
<content type='text'>
SVN-Revision: 20983
</content>
</entry>
<entry>
<title>update fetchmail to 6.3.13 (#6230)</title>
<updated>2009-11-26T16:09:19Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2009-11-26T16:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=add7d08b18cfff5774879a7a3813bfc4244ac8a8'/>
<id>urn:sha1:add7d08b18cfff5774879a7a3813bfc4244ac8a8</id>
<content type='text'>
SVN-Revision: 18545
</content>
</entry>
<entry>
<title>fetchmail: Clean up package Makefile</title>
<updated>2009-09-19T13:27:42Z</updated>
<author>
<name>Vasilis Tsiligiannis</name>
</author>
<published>2009-09-19T13:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/packages/commit/?id=f1745c54338f77d40e31a4b9a6c7f84b6ebd5652'/>
<id>urn:sha1:f1745c54338f77d40e31a4b9a6c7f84b6ebd5652</id>
<content type='text'>
SVN-Revision: 17609
</content>
</entry>
</feed>
