Hello community, here is the log from the commit of package libgcrypt for openSUSE:Factory checked in at 2014-05-12 09:28:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgcrypt (Old) and /work/SRC/openSUSE:Factory/.libgcrypt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgcrypt" Changes: -------- --- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes 2014-05-10 08:32:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2014-05-12 09:28:39.000000000 +0200 @@ -1,0 +2,6 @@ +Sun May 12 13:25:33 UTC 2014 - [email protected] + +- Correct patch 0007-User-interface-to-DRBG.patch so that the + struct used in the route matches the header of the function + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 0007-User-interface-to-DRBG.patch ++++++ --- /var/tmp/diff_new_pack.W0hSnr/_old 2014-05-12 09:28:40.000000000 +0200 +++ /var/tmp/diff_new_pack.W0hSnr/_new 2014-05-12 09:28:40.000000000 +0200 @@ -147,7 +147,7 @@ +/* DRBG input data structure for DRBG generate with additional information + * string */ +struct drbg_gen { -+ unsigned char *outbuf; /* output buffer for random numbers */ ++ void *outbuf; /* output buffer for random numbers */ + unsigned int outlen; /* size of output buffer */ + struct drbg_string *addtl; /* input buffer for + * additional information string */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
