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 7306 by laffer1, Thu Sep 17 12:47:34 2015 UTC vs.
Revision 9217 by laffer1, Sat Nov 5 16:49:14 2016 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users.
2  
3 + 20161105:
4 +        BIND 9.9.9-p4
5 +
6 + 20161103:
7 +        OpenSSL security patch
8 +
9 +        Due to improper handling of alert packets, OpenSSL would consume an excessive
10 +        amount of CPU time processing undefined alert messages.
11 +
12 + 20161015:
13 +        libarchive 3.2.1
14 +
15 +        xz 5.2.2
16 +
17 + 20161013:
18 +        Sync ZFS code with Illuminos/FreeBSD 9.2. Added support for
19 +        feature flags, pool version 5000. This also includes some
20 +        bug fixes and performance optimizations.
21 +
22 + 20160925:
23 +        Import NetBSD vis(3) and unvis(3) as well as mtree.
24 +
25 +        one-true-awk 20121220
26 +
27 +        inetd now honors kern.ipc.somaxconn value.
28 +
29 +        netmap synced with FreeBSD 9.2
30 +
31 +        linuxolator now has dtrace probes.
32 +
33 +        bsdgrep now correctly handles -m to exclude only one file.
34 +
35 +        UFS file systems can now be resized in read-write mode due to the new
36 +        write suspension feature.
37 +
38 +        Basic support added for Intel Raid Recover Technology.
39 +
40 +        GMIRROR & GRAID3 now mark volumes clean on shutdown earlier to help with ZFS issues.
41 +
42 +        Highpoint hpt27xx now in GENERIC kernel.
43 +
44 + 20160923:
45 +        Security update for OpenSSL
46 +
47 +        A malicious client can send an excessively large OCSP Status Request extension.
48 +        If that client continually requests renegotiation, sending a large OCSP Status
49 +        Request extension each time, then there will be unbounded memory growth on the
50 +        server. [CVE-2016-6304]
51 +
52 +        An overflow can occur in MDC2_Update() either if called directly or through
53 +        the EVP_DigestUpdate() function using MDC2. If an attacker is able to supply
54 +        very large amounts of input data after a previous call to EVP_EncryptUpdate()
55 +        with a partial block then a length check can overflow resulting in a heap
56 +        corruption. [CVE-2016-6303]
57 +
58 +        If a server uses SHA512 for TLS session ticket HMAC it is vulnerable to a
59 +        DoS attack where a malformed ticket will result in an OOB read which will
60 +        ultimately crash. [CVE-2016-6302]
61 +
62 +        The function BN_bn2dec() does not check the return value of BN_div_word().
63 +        This can cause an OOB write if an application uses this function with an
64 +        overly large BIGNUM. This could be a problem if an overly large certificate
65 +        or CRL is printed out from an untrusted source. TLS is not affected because
66 +        record limits will reject an oversized certificate before it is parsed.
67 +        [CVE-2016-2182]
68 +
69 +        The function TS_OBJ_print_bio() misuses OBJ_obj2txt(): the return value is
70 +        the total length the OID text representation would use and not the amount
71 +        of data written. This will result in OOB reads when large OIDs are presented.
72 +        [CVE-2016-2180]
73 +
74 +        Some calculations of limits in OpenSSL have used undefined pointer arithmetic.
75 +        This could cause problems with some malloc implementations. [CVE-2016-2177]
76 +
77 +        Operations in the DSA signing algorithm should run in constant time in order to
78 +        avoid side channel attacks. A flaw in the OpenSSL DSA implementation means that
79 +        a non-constant time codepath is followed for certain operations. [CVE-2016-2178]
80 +
81 +        In a DTLS connection where handshake messages are delivered out-of-order those
82 +        messages that OpenSSL is not yet ready to process will be buffered for later
83 +        use. Under certain circumstances, a flaw in the logic means that those messages
84 +        do not get removed from the buffer even though the handshake has been completed.
85 +        An attacker could force up to approx. 15 messages to remain in the buffer when
86 +        they are no longer required. These messages will be cleared when the DTLS
87 +        connection is closed. The default maximum size for a message is 100k. Therefore
88 +        the attacker could force an additional 1500k to be consumed per connection.
89 +        [CVE-2016-2179]
90 +
91 +        A flaw in the DTLS replay attack protection mechanism means that records that
92 +        arrive for future epochs update the replay protection "window" before the MAC
93 +        for the record has been validated. This could be exploited by an attacker by
94 +        sending a record for the next epoch (which does not have to decrypt or have a
95 +        valid MAC), with a very large sequence number. This means that all subsequent
96 +        legitimate packets are dropped causing a denial of service for a specific
97 +        DTLS connection. [CVE-2016-2181]
98 +
99 +        In OpenSSL 1.0.2 and earlier some missing message length checks can result in
100 +        OOB reads of up to 2 bytes beyond an allocated buffer. There is a theoretical
101 +        DoS risk but this has not been observed in practice on common platforms.
102 +        [CVE-2016-6306]
103 +
104 + 20160918:
105 +        With the addition of auditdistd(8), a new auditdistd user is now
106 +        depended on during installworld.  "mergemaster -p" can be used to add
107 +        the user prior to installworld.
108 +
109 +        The VFS KBI was changed with the merge of several nullfs
110 +        optimizations and fixes.  All filesystem modules must be
111 +        recompiled.
112 +
113 + 20160916:
114 +        The random(4) support for the VIA hardware random number
115 +        generator (`PADLOCK') is no longer enabled unconditionally.
116 +        Add the PADLOCK_RNG option in the custom kernel config if
117 +        needed.  The GENERIC kernels on i386 and amd64 do include the
118 +        option, so the change only affects the custom kernel
119 +        configurations.
120 +
121 +        A new version of ZFS (pool version 5000) has been merged.
122 +        Starting with this version the old system of ZFS pool versioning
123 +        is superseded by "feature flags". This concept enables forward
124 +        compatibility against certain future changes in functionality of ZFS
125 +        pools. The first two read-only compatible "feature flags" for ZFS
126 +        pools are "com.delphix:async_destroy" and "com.delphix:empty_bpobj".
127 +        For more information read the new zpool-features(7) manual page.
128 +        Please refer to the "ZFS notes" section of this file for information
129 +        on upgrading boot ZFS pools.
130 +
131 + 20160906:
132 +        Add support for the MosChip MCS9904 four serial ports
133 +        controller.
134 +
135 +        Add support for walltimestamp in DTrace.
136 +
137 +        Various gdb improvments.
138 +
139 +        ZFS
140 +        Import the zio nop-write improvement from Illumos. To reduce I/O,
141 +        nop-write omits overwriting data if the checksum (cryptographically
142 +        secure) of new data matches the checksum of existing data.
143 +        It also saves space if snapshots are in use.
144 +
145 +        It currently works only on datasets with enabled compression, disabled
146 +        deduplication and sha256 checksums.
147 +
148 +        Add loader(8) tunable to enable/disable nopwrite functionality:
149 +        vfs.zfs.nopwrite_enabled
150 +
151 +        Introduce a new dataset aclmode setting "restricted" to protect ACL's
152 +        being destroyed or corrupted by a drive-by chmod.
153 +
154 +        New loader-only tunables:
155 +        vfs.zfs.sync_pass_deferred_free
156 +        vfs.zfs.sync_pass_dont_compress
157 +        vfs.zfs.sync_pass_rewrite
158 +
159 +        chkgrp(8) add support for q flag
160 +
161 +        Fix problem with the Samsung 840 PRO series SSD detection.
162 +        The device reports support for SATA Asynchronous Notification in its
163 +        IDENTIFY data, but returns error on attempt to enable that feature.
164 +        Make SATA XPT of CAM only report these errors, but not fail the device.
165 +
166 + 20160905:
167 +        Add a resource limit for the total number of kqueues
168 +        available to the user. Kqueue now saves the ucred of the
169 +        allocating thread, to correctly decrement the counter on close.
170 +        Based on FreeBSD SVN 256849
171 +
172 +        Import netcat from OpenBSD 5.2
173 +
174 + 20160904:
175 +        Introduced experimental TCP sysctls starting with
176 +        net.inet.tcp.experimental.initcwnd10
177 +
178 + 20160814:
179 +        switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
180 +        in the release after the fact.
181 +
182 +        tzdata 2016a
183 +
184 + 20160811:
185 +        libdispatch 210
186 +
187 +        Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
188 +        Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
189 +        added WD Red drives.
190 +
191 +        Updated list of pci device vendors.
192 +
193 +        Updated list of usb devices.
194 +
195 + 20160807:
196 +        Implement several changes to libmport to fix some memory corruption issues.
197 +
198 + 20160806:
199 +        sqlite3 3.13.0
200 +
201 + 20160805:
202 +        Merged fixes for libmport that improve error handling when installing packages. Also
203 +        support mkdir -p like behavior for plist entries.
204 +
205 + 20160531:
206 +        Fix four security issues with MidnightBSD.
207 +
208 +        The implementation of TIOCGSERIAL ioctl(2) does not clear the output
209 +        struct before sending to userland in the linux emulation layer.
210 +
211 +        The compat 43 stat(2) system call exposes kernel stack to userland.
212 +
213 +        libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
214 +        cpio directory traversal and an integer signedness error in the archive
215 +        write zip data routine.
216 +
217 +
218 + 20160528:
219 +        Fixed minor issues with mined(1) and msearch(1).
220 +
221 + 20160526:
222 +        Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
223 +
224 +        Fix libpmc(3) build with clang compiler.
225 +
226 + 20160519:
227 +        Kernel Security updates
228 +
229 +        atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
230 +        local user to overwrite a portion of the kernel memory.
231 +
232 +        Incorrect argument handling in sendmsg(2)
233 +
234 +        Incorrect argument handling in the socket code allows malicious local
235 +        user to overwrite large portion of the kernel memory.
236 +
237 + 20160505:
238 +        OpenSSL security patch
239 +
240 +        The padding check in AES-NI CBC MAC was rewritten to be in constant time
241 +        by making sure that always the same bytes are read and compared against
242 +        either the MAC or padding bytes. But it no longer checked that there was
243 +        enough data to have both the MAC and padding bytes. [CVE-2016-2107]
244 +
245 +        An overflow can occur in the EVP_EncodeUpdate() function which is used for
246 +        Base64 encoding of binary data. [CVE-2016-2105]
247 +
248 +        An overflow can occur in the EVP_EncryptUpdate() function, however it is
249 +        believed that there can be no overflows in internal code due to this problem.
250 +        [CVE-2016-2106]
251 +
252 +        When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
253 +        a short invalid encoding can casuse allocation of large amounts of memory
254 +        potentially consuming excessive resources or exhausting memory.
255 +        [CVE-2016-2109]
256 +
257 + 20160412:
258 +        0.8 stable branch created. Continue development as 0.9.
259 +
260 +        Fix several issues with wait6 system call addition.
261 +
262 + 20160409:
263 +        libmport now supports two new plist formats:
264 +        @(root,wheel,4775) myfile
265 +        @dir(root,wheel,775) mydir
266 +
267 +        On delete, absoluate paths are now handled properly.
268 +
269 + 20160317:
270 +        OpenSSH doesn't have the luck of the Irish.
271 +
272 +        Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
273 +        run shell commands on the call to xauth.
274 +
275 +        Incorrect argument validation in sysarch(2)
276 +
277 +        A special combination of sysarch(2) arguments, specify a request to
278 +        uninstall a set of descriptors from the LDT.  The start descriptor
279 +        is cleared and the number of descriptors are provided.  Due to invalid
280 +        use of a signed intermediate value in the bounds checking during argument
281 +        validity verification, unbound zero'ing of the process LDT and adjacent
282 +        memory can be initiated from usermode.
283 +
284 +        Patch obtained from FreeBSD.
285 +
286 + 20160229:
287 +        top now displays information on ZFS arc cache.
288 +
289 + 20160228:
290 +        llvm + clang 3.3 is now the default compiler in MidnightBSD.
291 +
292 + 20160222:
293 +        Introduce pipe2 to linux emulation layer.
294 +
295 + 20160114:
296 +        OpenSSL
297 +
298 +        The signature verification routines will crash with a NULL pointer dereference
299 +        if presented with an ASN.1 signature using the RSA PSS algorithm and absent
300 +        mask generation function parameter. [CVE-2015-3194]
301 +
302 +        When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
303 +        memory. [CVE-2015-3195]
304 +
305 +        If PSK identity hints are received by a multi-threaded client then the values
306 +        are incorrectly updated in the parent SSL_CTX structure.  [CVE-2015-3196]
307 +
308 +        Fix security on bsnmpd configuration file during installation.
309 +
310 +        TCP MD5 signature denial of service
311 +
312 +        A programming error in processing a TCP connection with both TCP_MD5SIG
313 +        and TCP_NOOPT socket options may lead to kernel crash.
314 +
315 +        SCTP
316 +
317 +        A lack of proper input checks in the ICMPv6 processing in the SCTP stack
318 +        can lead to either a failed kernel assertion or to a NULL pointer
319 +        dereference.  In either case, a kernel panic will follow.
320 +
321 + 20160102:
322 +        Happy New Year
323 +
324 + 20151101:
325 +        Increase kern.ipc.somaxconn default to 256.
326 +
327 + 20151017:
328 +        Add initial statistics api to libmport and a driver to print
329 +        it in mport(1).
330 +
331 + 20151002:
332 +        Revised rpcbind(8) patch to fix issues with NIS
333 +
334 + 20150930:
335 +        In rpcbind(8), netbuf structures are copied directly, which would result in
336 +        two netbuf structures that reference to one shared address buffer.  When one
337 +        of the two netbuf structures is freed, access to the other netbuf structure
338 +        would result in an undefined result that may crash the rpcbind(8) daemon.
339 +
340 + 20150926:
341 +        libmport now supports @preexec, @postexec, @preunexec and @postunexec
342 +        to replace @exec and @unexec.  
343 +
344 +        pre exec runs afer pre-install scripts but before actual installation
345 +
346 +        post exec runs after install but before post install scripts and
347 +        pkg message.
348 +
349 +        pre unexec runs before pre uninstall scripts
350 +
351 +        post unexec runs before de-install scripts and after file removal.
352 +
353   20150917:
354          Fix kqueue write events for files > 2GB
355  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines