Xiaoka APT Repository is growing. There is Dovecot 1.1.13 deb available. It is done as a backported Jaunty package upgraded to the latest Dovecot, Dovecot Sieve and Dovecot Managesieve plugins. There is also Hardy backported Dovecot Antispam plugin available in the repository.
Similar Posts
Blogroll
Archives
- February 2012 (1)
- December 2011 (1)
- October 2011 (1)
- September 2011 (1)
- May 2011 (1)
- April 2011 (2)
- February 2011 (1)
- January 2011 (1)
- December 2010 (1)
- November 2010 (2)
- September 2010 (3)
- August 2010 (3)
- July 2010 (2)
- June 2010 (3)
- May 2010 (7)
- April 2010 (7)
- March 2010 (4)
- February 2010 (2)
- January 2010 (5)
- December 2009 (3)
- November 2009 (1)
- October 2009 (2)
- August 2009 (1)
- July 2009 (3)
- June 2009 (5)
- May 2009 (6)
- April 2009 (5)
- March 2009 (6)
- February 2009 (1)
- January 2009 (2)
- December 2008 (3)
- October 2008 (1)
- September 2008 (2)
- August 2008 (4)
- April 2008 (2)
- January 2008 (1)
- October 2007 (1)
- August 2007 (1)
- June 2007 (1)
- May 2007 (3)
- April 2007 (2)
- March 2007 (5)
- February 2007 (4)
- January 2007 (8)
- December 2006 (4)
- November 2006 (1)
- October 2006 (1)
- September 2006 (1)
- August 2006 (1)
- July 2006 (3)
- June 2006 (1)
- April 2006 (1)
- March 2006 (2)
- February 2006 (1)
- January 2006 (1)
- December 2005 (1)
- October 2005 (1)
- September 2005 (1)
- June 2005 (1)
- January 2005 (2)
- September 2004 (1)
- November 1999 (1)


Hi,
will there be an x64 package soon? I’ve tried to build it from your source, but configure fails on stamp.h (file is there, but empty). Will try to fix it, and post the fix here.
Thx.
Unfortunately I do not have an x64 builder machine. :-(
Could you provide one?
Unfortunatelly not :(
i have one. if someone tells me how to do it, what i need, i will do the job
Just ‘apt-get source dovecot’ from repository, or download directly from http://codex.xiaoka.com/apt/pool/main/d/dovecot/ (.dsc, .orig.tar.gz, .diff.gz) and issue
dpkg-source dovecot_1.1.13-0xk1.dsc
cd dovecot-1.1.13
dpkg-buildpackage -b
Wonderful work!
is it posible to get dovecot 1.1.15 (http://dovecot.org/list/dovecot-news/2009-May/000111.html) here?
Sure. I’ll update the packages right away. :-)
Thanks for the tip.
good. afterwards, I will make amd64-versions of them. btw, I can’t access your repo:
Err http://codex.xiaoka.com hardy/main Packages
404 Not Found
Err http://codex.xiaoka.com hardy/restricted Packages
404 Not Found
oh, and probaby a launchpad ppa account would help you to build packages for all archs…
https://help.launchpad.net/Packaging/PPA
I’ve tried to create an amd64-package according to your instructions above, but get an error while dpkg-buildpackage -b
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/libsieve/Makefile
config.status: error: cannot find input file: stamp.h.in
make: *** [build-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
at this point, he tries to build dovecot-sieve. Do you have an idea?
I think it is missing in sources. Try with dovecot 1.1.15 packages I just uploaded.
I’ve a amd64 system here, not a i386…
… Try [building] with dovecot 1.1.15 … ;-)
ah, sorry, I forgot to say above mentioned error comes with 1.1.15…
I did:
wget http://codex.xiaoka.com/apt/pool/main/d/dovecot/dovecot_1.1.15-0xk1.diff.gz
wget http://codex.xiaoka.com/apt/pool/main/d/dovecot/dovecot_1.1.15-0xk1.dsc
wget http://codex.xiaoka.com/apt/pool/main/d/dovecot/dovecot_1.1.15.orig.tar.gz
dpkg-source -x dovecot_1.1.15-0xk1.dsc
cd dovecot-1.1.15/
dpkg-buildpackage -b
I got:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/libsieve/Makefile
config.status: error: cannot find input file: stamp.h.in
make: *** [build-stamp] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
Try “autoreconf -f -i” before dpkg-buildpackage.