diff -u cyrus-sasl2-2.1.19.dfsg1/debian/rules cyrus-sasl2-2.1.19.dfsg1/debian/rules --- cyrus-sasl2-2.1.19.dfsg1/debian/rules +++ cyrus-sasl2-2.1.19.dfsg1/debian/rules @@ -92,7 +92,7 @@ cd saslauthd; \ $(AUTOTOOLS); \ cd ..; \ - ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-saslauthd=/var/run/saslauthd --enable-login --enable-auth-sasldb --with-ldap --enable-sql --enable-ntlm --enable-static --enable-alwaystrue) + ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-saslauthd=/var/run/saslauthd --enable-login --enable-auth-sasldb --with-ldap --enable-sql --enable-ntlm --enable-static --enable-alwaystrue --with-devrandom=/dev/urandom) touch $@ diff -u cyrus-sasl2-2.1.19.dfsg1/debian/changelog cyrus-sasl2-2.1.19.dfsg1/debian/changelog --- cyrus-sasl2-2.1.19.dfsg1/debian/changelog +++ cyrus-sasl2-2.1.19.dfsg1/debian/changelog @@ -1,3 +1,9 @@ +cyrus-sasl2 (2.1.19.dfsg1-0.1ubuntu3) dapper; urgency=low + + * debian/rules: configure with --with-devrandom=/dev/urandom (LP: 225333) + + -- Andrew Pollock Thu, 1 May 2008 10:03:51 -0700 + cyrus-sasl2 (2.1.19.dfsg1-0.1ubuntu2) dapper; urgency=low * SECURITY UPDATE: Remote DoS with crafted realms during DIGEST-MD5