ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
(Generate patch)

Comparing trunk/UPDATING (file contents):
Revision 6660 by laffer1, Fri Jun 6 01:26:03 2014 UTC vs.
Revision 6898 by laffer1, Tue Oct 28 11:55:52 2014 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users.
2  
3 + 20141028:
4 +        OpenSSL 0.9.8zc
5 +
6 + 20141021:
7 +        Fix several security vulnerabilities in routed, rtsold,
8 +        and namei with respect to Capsicum sandboxes looking up
9 +        nonexistent path names and leaking memory.
10 +
11 +        The input path in routed(8) will accept queries from any source and
12 +        attempt to answer them.  However, the output path assumes that the
13 +        destination address for the response is on a directly connected
14 +        network.
15 +
16 +        Due to a missing length check in the code that handles DNS parameters,
17 +        a malformed router advertisement message can result in a stack buffer
18 +        overflow in rtsold(8).
19 +
20 + 20141011:
21 +        mksh R50d - fix field splitting regression and null
22 +        pointer dereference
23 +
24 +        xz 5.0.7
25 +
26 +        OpenSSH 6.6p1
27 +
28 + 20141004:
29 +        mksh R50c - security update for environment var bug with
30 +        foo vs foo+    
31 +
32 + 20141002:
33 +        sqlite 3.8.6
34 +
35 +        sudo 1.7.8 - some issues with the current version, but we're slowly
36 +        getting up to date.
37 +
38 + 20141001:
39 +        mksh R50b
40 +
41 +        libmport now supports plist commands @dir, @owner, @group, @mode.
42 +
43 +        sudo 1.7.6p2
44 +
45 + 20140916:
46 +        Fix a security issue with TCP SYN.
47 +
48 +        When a segment with the SYN flag for an already existing connection arrives,
49 +        the TCP stack tears down the connection, bypassing a check that the
50 +        sequence number in the segment is in the expected window.
51 +
52 + 20140909:
53 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
54 +        with some programs including Dovecot.
55 +
56 +        OpenSSL security patch:
57 +
58 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
59 +        to consume large amounts of memory. [CVE-2014-3506]
60 +
61 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
62 +        memory. [CVE-2014-3507]
63 +
64 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
65 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
66 +        the stack. [CVE-2014-3508]
67 +
68 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
69 +        a denial of service attack. [CVE-2014-3510]
70 +
71 + 20140902:
72 +        We're now 0.6-CURRENT
73 +
74 +        Update USB quirks to support K70 Corsair keyboard, and several
75 +        other devices.
76 +
77 + 20140827:
78 +        Perl 5.18.2
79 +
80 + 20140728:
81 +        Jails now run shutdown scripts.
82 +
83 + 20140710:
84 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
85 +        before sharing with userland.
86 +
87 + 20140701:
88 +        MKSH R50
89 +
90 + 20140630:
91 +        File 5.19
92 +
93   20140605:
94          Fix four security issues with OpenSSL
95  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines