[Pkg-cyrus-sasl2-commits] r100 - in /cyrus-sasl-2.1/trunk/debian: changelog rules

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Wed Oct 25 06:46:09 UTC 2006


Author: fabbe
Date: Wed Oct 25 06:46:07 2006
New Revision: 100

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=100
Log:
Use /dev/urandom instead of /dev/random.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/rules

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=100&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Wed Oct 25 06:46:07 2006
@@ -2,7 +2,10 @@
 
   * NOT RELEASED YET
 
- -- Fabian Fagerholm <fabbe at debian.org>  Mon, 23 Oct 2006 17:46:53 +0300
+  [ Fabian Fagerholm ]
+  * debian/rules: use /dev/urandom instead of /dev/random.
+
+ -- Fabian Fagerholm <fabbe at debian.org>  Wed, 25 Oct 2006 09:44:14 +0300
 
 cyrus-sasl-2.1 (2.1.22-0~pre03) experimental; urgency=low
 

Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=100&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Wed Oct 25 06:46:07 2006
@@ -132,7 +132,8 @@
 	       --with-saslauthd=/var/run/saslauth \
 	       --with-ldap \
 	       --with-pgsql=/usr/include/postgresql \
-	       --with-configdir=/etc/sasl:/usr/lib/sasl2
+	       --with-configdir=/etc/sasl:/usr/lib/sasl2 \
+	       --with-devrandom=/dev/urandom
 	       
 	if [ -f $(CURDIR)/sample/Makefile ]; then mv -f $(CURDIR)/sample/Makefile $(CURDIR)/sample/Makefile.old; fi
 	cp -f $(CURDIR)/debian/sample/Makefile $(CURDIR)/sample/Makefile




More information about the Pkg-cyrus-sasl2-commits mailing list