Skip to content


Dovecot 1.1.13 for Ubuntu Hardy

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.


Posted in Announcement.

Tagged with , , .


16 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Viper says

    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.

  2. Tomasz Sterna says

    Unfortunately I do not have an x64 builder machine. :-(
    Could you provide one?

  3. Viper says

    Unfortunatelly not :(

  4. kamanita says

    i have one. if someone tells me how to do it, what i need, i will do the job

  5. Tomasz Sterna says

    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

  6. Thomas says

    Wonderful work!

    is it posible to get dovecot 1.1.15 (http://dovecot.org/list/dovecot-news/2009-May/000111.html) here?

  7. Tomasz Sterna says

    Sure. I’ll update the packages right away. :-)
    Thanks for the tip.

  8. Thomas says

    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

  9. Thomas says

    oh, and probaby a launchpad ppa account would help you to build packages for all archs…

    https://help.launchpad.net/Packaging/PPA

  10. Thomas says

    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?

  11. Tomasz Sterna says

    I think it is missing in sources. Try with dovecot 1.1.15 packages I just uploaded.

  12. Thomas says

    I’ve a amd64 system here, not a i386…

  13. Tomasz Sterna says

    … Try [building] with dovecot 1.1.15 … ;-)

  14. Thomas says

    ah, sorry, I forgot to say above mentioned error comes with 1.1.15…

  15. Thomas says

    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

  16. Tomasz Sterna says

    Try “autoreconf -f -i” before dpkg-buildpackage.

You must be logged in to post a comment.