[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pwgen_1-4_i386 Upload (Bug Fix)



-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.5
Date: Sat, 11 Jan 1997 22:58:24 +0100
Source: pwgen
Binary: pwgen
Architecture: source i386
Version: 1-4
Distribution: unstable
Urgency: low
Maintainer: Vincent Renardias <vincent@waw.com>
Description: 
 pwgen      - Automatic Password generation
Changes: 
 pwgen (1-4) unstable; urgency=low
 .
   * Modified RNG initialisation (Fixes Bug #6508).
Files: 
 4e2a89f423486fd66a2f7f7a516912ab 584 admin optional pwgen_1-4.dsc
 d9346b5268fd2e08ad6af436d279bd34 2972 admin optional pwgen_1-4.diff.gz
 4742f195fc525f08ad777331c529e74e 8556 admin optional pwgen_1-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAwUBMtgNsg+bo1sI1mwpAQGTHwQAlJeqBFgDLdjW8hj4uWNJjFOxj70g8Xkw
7llsPEXjj4wVOzCYxsgcC1004iZ6XB6R/v7+HbperrkrNT1t+7c+rMBoC2IQrgnt
kCr6oH6MJeTAlMuvCnKvPbcYB2JoDRuRM0LqiTsdcIBeo79clpkW3120bHosoau3
TcFfJ0p4ebg=
=Nx6e
-----END PGP SIGNATURE-----


NB: For info, the following patch was applied:

 #ifdef RAND48
-       srand48((time(0)<<9) | (getpgrp()<<15) | (getpid()) | (time(0)>>11));
+       srand48((time(0)<<9) ^ (getpgrp()<<15) ^ (getpid()) ^ (time(0)>>11));
 #else
-       srand(time(0) + (getpgrp() << 8) + getpid());
+       srand(time(0) ^ (getpgrp() << 8) + getpid());
 #endif



--
-     ** Linux **         +-------------------+             ** WAW **     -
-  vincent@debian.org     | RENARDIAS Vincent |          vincent@waw.com  -
-  Debian/GNU Linux       +-------------------+      http://www.waw.com/  -
-  http://www.debian.org/           |            WAW  (33) 4 91 81 21 45  -
-                                   |         Luminy  (33) 4 91 82 85 32  -
---------------------------------------------------------------------------



Reply to: