git: annotated tag v5.8.3 created

2020-09-24 Thread Justin C. Sherrill
at 5de7fa83f5e12e6e9c5901769012410db4fc95bd (tag) tagging 32c9443cbc72a5a72c2e6f84c92ea08a3a25c53b (commit) replaces v5.8.2 tagged by Justin C. Sherrill on Thu Sep 24 18:04:10 2020 -0400 DragonFly 5.8.3 -BEGIN PGP SIGNATURE-

git: sys/vfs/hammer2: Prevent write against mounted device

2020-09-24 Thread Tomohiro Kusumi
commit 70e86c82a603ed4713b1428b6e34d9b1e009b1c8 Author: Tomohiro Kusumi Date: Thu Sep 24 02:30:56 2020 +0900 sys/vfs/hammer2: Prevent write against mounted device Use a most recently mounted mp for devvp->v_rdev->si_mountpoint. All fs do this except that in HAMMER2 devvp and

git: DragonFly_RELEASE_5_8 libarchive: avoid use-after-free in RAR reader

2020-09-24 Thread Daniel Fojt
commit 32c9443cbc72a5a72c2e6f84c92ea08a3a25c53b Author: Daniel Fojt Date: Thu Sep 24 13:21:27 2020 +0200 libarchive: avoid use-after-free in RAR reader Fixes CVE-2019-18408. Upstream commit:

git: DragonFly_RELEASE_5_8 libcrypto: avoid NULL or zero cofactor in ECC parameters

2020-09-24 Thread Daniel Fojt
commit 456d0b9d2652498fe2fe3b8236a6ce1df48ef0ef Author: Daniel Fojt Date: Thu Sep 24 11:33:30 2020 +0200 libcrypto: avoid NULL or zero cofactor in ECC parameters Fixes CVE-2019-1547. Upstream commit: