-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am running a Debian Lenny and i want to install/update Dovecot but i
am getting these Dependency Problems:
  dovecot-common: Depends: libc6 (>= 2.10) but 2.7-18lenny6 is to be
installed
                  Depends: libgssapi-krb5-2 (>= 1.6.dfsg.2) but it is
not installable
                  Depends: libk5crypto3 (>= 1.6.dfsg.2) but it is not
installable
                  Depends: libkrb5-3 (>= 1.6.dfsg.2) but it is not
installable
                  Depends: libmysqlclient16 (>= 5.1.21-1) but it is not
going to be installed
                  Depends: libpq5 (>= 8.4~0cvs20090328) but
8.3.12-0lenny1 is to be installed
                  Depends: libsqlite3-0 (>= 3.6.22) but 3.5.9-6 is to be
installed
                  Depends: libssl0.9.8 (>= 0.9.8m-1) but
0.9.8g-15+lenny9 is to be installed
  dovecot-imapd: Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8g-15+lenny9
is to be installed
  dovecot-pop3d: Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8g-15+lenny9
is to be installed
This are my sources.list entries for dovecot:
deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.0 main
deb-src http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.0 main
Also when could i expect a release/deb package which includes this
Commit(or how can in package it myself)?
	* src/lib/askpass.c:
	askpass: Allow reading password from stdin even if it's not a tty.
	[719ce27f9955]
I need it because postfixadmin fails otherwise while using the doveadm
tool.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Protect messages and files using GnuPG and OpenSSL!
Comment: GnuPG-Pack: http://home.arcor.de/rose-indorf
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEVAwUBTPjoyOlWJjWCxiMpAQLpWQf6Axy22rqAEKGGyWK7eR/eBViFrtIgVP7R
SNXnNe/b9QfbsSKsvBaZFtueiOm2GtfLC/8kQefzEfNoGHPqGPlSbJ5PQNZjgI9C
wAkfFRD4dxH8YeACKk36HTPUJZOCHnxXXxBhdA39/ba8s+CNp0n6ct9ShG7tnmQe
382jYcxQMw1SOeXkf4sq4TPxqwR60Ij4ocUkzI2fHHoRXfIrlBsl/dsmyjhaJKt8
qElk2NK8IRSb7qMZSeV6a2y56QD9kgoBE7UDjGnwZ6SlMWXZ1L7rC3SvtJ8serkO
vno3pzsG7dNwSVIyD4QkNneqH6OR+xZ8j6jHhOfg62W/xPdMxOZwRA==1BUd
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5770 bytes
Desc: S/MIME Cryptographic Signature
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20101203/1d37a3fc/attachment-0002.bin>
Op 3-12-2010 13:55, Stephan Jauernick schreef:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I am running a Debian Lenny and i want to install/update Dovecot but i > am getting these Dependency Problems: > > dovecot-common: Depends: libc6 (>= 2.10) but 2.7-18lenny6 is to be > installed > Depends: libgssapi-krb5-2 (>= 1.6.dfsg.2) but it is > not installable > Depends: libk5crypto3 (>= 1.6.dfsg.2) but it is not > installable > Depends: libkrb5-3 (>= 1.6.dfsg.2) but it is not > installable > Depends: libmysqlclient16 (>= 5.1.21-1) but it is not > going to be installed > Depends: libpq5 (>= 8.4~0cvs20090328) but > 8.3.12-0lenny1 is to be installed > Depends: libsqlite3-0 (>= 3.6.22) but 3.5.9-6 is to be > installed > Depends: libssl0.9.8 (>= 0.9.8m-1) but > 0.9.8g-15+lenny9 is to be installed > dovecot-imapd: Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8g-15+lenny9 > is to be installed > dovecot-pop3d: Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8g-15+lenny9 > is to be installedHmm, that's odd. It works for me without a hitch. This is what I installed on Lenny: Version: 2:2.0.7-0~auto+48 Replaces: dovecot Depends: libbz2-1.0, libc6 (>= 2.7-1), libcomerr2 (>= 1.01), libkrb53 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libmysqlclient15off (>= 5.0.27-1), libpam0g (>= 0.99.7.1), libpq5 (>= 8.3~beta1), libsqlite3-0 (>= 3.5.9), libssl0.9.8 (>= 0.9.8f-5), zlib1g (>= 1:1.1.4), libpam-runtime (>= 0.76-13.1), openssl, adduser, ucf (>= 2.0020) This obviously does not match the dependency errors you get. Are you absolutely sure that you are using the correct packages for Lenny?> This are my sources.list entries for dovecot: > > deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.0 main > deb-src http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.0 mainMine too...> Also when could i expect a release/deb package which includes this > Commit(or how can in package it myself)? > * src/lib/askpass.c: > askpass: Allow reading password from stdin even if it's not a tty. > [719ce27f9955It was first included in version 2:2.0.7-0~auto+33 for the automated packages on Xi. Official Debian packages still may take a while. Regards, Stephan.