Hello community, here is the log from the commit of package openvpn for openSUSE:Factory checked in at 2015-02-27 10:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvpn (Old) and /work/SRC/openSUSE:Factory/.openvpn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openvpn" Changes: -------- --- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes 2014-12-03 22:48:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2015-02-27 11:00:24.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 18 17:20:46 UTC 2015 - mt@suse.de + +- Fixed to use correct sha digest data length (boo#914166) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvpn.spec ++++++ --- /var/tmp/diff_new_pack.Yh4grf/_old 2015-02-27 11:00:26.000000000 +0100 +++ /var/tmp/diff_new_pack.Yh4grf/_new 2015-02-27 11:00:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openvpn # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ openvpn-fips140-2.3.2.patch ++++++ --- /var/tmp/diff_new_pack.Yh4grf/_old 2015-02-27 11:00:26.000000000 +0100 +++ /var/tmp/diff_new_pack.Yh4grf/_new 2015-02-27 11:00:26.000000000 +0100 @@ -121,8 +121,9 @@ }; -struct md5_digest { +- uint8_t digest [MD5_DIGEST_LENGTH]; +struct sha1_digest { - uint8_t digest [MD5_DIGEST_LENGTH]; ++ uint8_t digest [SHA_DIGEST_LENGTH]; }; -const char *md5sum(uint8_t *buf, int len, int n_print_chars, struct gc_arena *gc); -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org