Module Name: src
Committed By: martin
Date: Sun Oct 31 14:49:33 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1705
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-8.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.107 src/doc/CHANGES-8.3:1.1.2.108
--- src/doc/CHANGES-8.3:1.1.2.107 Mon Oct 25 18:17:04 2021
+++ src/doc/CHANGES-8.3 Sun Oct 31 14:49:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.107 2021/10/25 18:17:04 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.108 2021/10/31 14:49:33 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2187,3 +2187,9 @@ sys/net/if_ethersubr.c 1.302
Fix handling of VLAN 0 tag.
[ryo, ticket #1704]
+lib/libcrypt/crypt-sha1.c 1.10
+
+ libcrypt: Fix a floating point exception when a low number of HMAC-SHA1
+ iterations are specified.
+ [nia, ticket #1705]
+