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 4277 by laffer1, Sat Oct 22 14:29:38 2011 UTC vs.
Revision 9502 by laffer1, Sun Mar 26 15:41:26 2017 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 + 20170326:
4 +        sudo removed from base. Use doas(1) or install sudo from mports
5 +
6 +        Stable 0.9 created, continue development on 0.10
7 +
8 + 20170305:
9 +        Add hast module to bsnmpd
10 +
11 + 20170302:
12 +        add a callback to the ada(4) driver so that it knows when
13 +        GEOM has released references to it.
14 +
15 + 20170219:
16 +        Add /dev/full device.
17 +
18 +        The lindev device has been removed since /dev/full has been made a
19 +        standard device.
20 +
21 +        Serf 1.3.9
22 +        Subversion 1.8.10
23 +        apr 1.5.2
24 +        apr-util 1.5.4
25 +
26 + 20170129:
27 +        add doas utility from OpenBSD.
28 +
29 + 20161105:
30 +        BIND 9.9.9-p4
31 +
32 +        OpenSSH 7.3p1
33 +
34 + 20161103:
35 +        OpenSSL security patch
36 +
37 +        Due to improper handling of alert packets, OpenSSL would consume an excessive
38 +        amount of CPU time processing undefined alert messages.
39 +
40 + 20161015:
41 +        libarchive 3.2.1
42 +
43 +        xz 5.2.2
44 +
45 + 20161013:
46 +        Sync ZFS code with Illuminos/FreeBSD 9.2. Added support for
47 +        feature flags, pool version 5000. This also includes some
48 +        bug fixes and performance optimizations.
49 +
50 + 20160925:
51 +        Import NetBSD vis(3) and unvis(3) as well as mtree.
52 +
53 +        one-true-awk 20121220
54 +
55 +        inetd now honors kern.ipc.somaxconn value.
56 +
57 +        netmap synced with FreeBSD 9.2
58 +
59 +        linuxolator now has dtrace probes.
60 +
61 +        bsdgrep now correctly handles -m to exclude only one file.
62 +
63 +        UFS file systems can now be resized in read-write mode due to the new
64 +        write suspension feature.
65 +
66 +        Basic support added for Intel Raid Recover Technology.
67 +
68 +        GMIRROR & GRAID3 now mark volumes clean on shutdown earlier to help with ZFS issues.
69 +
70 +        Highpoint hpt27xx now in GENERIC kernel.
71 +
72 + 20160923:
73 +        Security update for OpenSSL
74 +
75 +        A malicious client can send an excessively large OCSP Status Request extension.
76 +        If that client continually requests renegotiation, sending a large OCSP Status
77 +        Request extension each time, then there will be unbounded memory growth on the
78 +        server. [CVE-2016-6304]
79 +
80 +        An overflow can occur in MDC2_Update() either if called directly or through
81 +        the EVP_DigestUpdate() function using MDC2. If an attacker is able to supply
82 +        very large amounts of input data after a previous call to EVP_EncryptUpdate()
83 +        with a partial block then a length check can overflow resulting in a heap
84 +        corruption. [CVE-2016-6303]
85 +
86 +        If a server uses SHA512 for TLS session ticket HMAC it is vulnerable to a
87 +        DoS attack where a malformed ticket will result in an OOB read which will
88 +        ultimately crash. [CVE-2016-6302]
89 +
90 +        The function BN_bn2dec() does not check the return value of BN_div_word().
91 +        This can cause an OOB write if an application uses this function with an
92 +        overly large BIGNUM. This could be a problem if an overly large certificate
93 +        or CRL is printed out from an untrusted source. TLS is not affected because
94 +        record limits will reject an oversized certificate before it is parsed.
95 +        [CVE-2016-2182]
96 +
97 +        The function TS_OBJ_print_bio() misuses OBJ_obj2txt(): the return value is
98 +        the total length the OID text representation would use and not the amount
99 +        of data written. This will result in OOB reads when large OIDs are presented.
100 +        [CVE-2016-2180]
101 +
102 +        Some calculations of limits in OpenSSL have used undefined pointer arithmetic.
103 +        This could cause problems with some malloc implementations. [CVE-2016-2177]
104 +
105 +        Operations in the DSA signing algorithm should run in constant time in order to
106 +        avoid side channel attacks. A flaw in the OpenSSL DSA implementation means that
107 +        a non-constant time codepath is followed for certain operations. [CVE-2016-2178]
108 +
109 +        In a DTLS connection where handshake messages are delivered out-of-order those
110 +        messages that OpenSSL is not yet ready to process will be buffered for later
111 +        use. Under certain circumstances, a flaw in the logic means that those messages
112 +        do not get removed from the buffer even though the handshake has been completed.
113 +        An attacker could force up to approx. 15 messages to remain in the buffer when
114 +        they are no longer required. These messages will be cleared when the DTLS
115 +        connection is closed. The default maximum size for a message is 100k. Therefore
116 +        the attacker could force an additional 1500k to be consumed per connection.
117 +        [CVE-2016-2179]
118 +
119 +        A flaw in the DTLS replay attack protection mechanism means that records that
120 +        arrive for future epochs update the replay protection "window" before the MAC
121 +        for the record has been validated. This could be exploited by an attacker by
122 +        sending a record for the next epoch (which does not have to decrypt or have a
123 +        valid MAC), with a very large sequence number. This means that all subsequent
124 +        legitimate packets are dropped causing a denial of service for a specific
125 +        DTLS connection. [CVE-2016-2181]
126 +
127 +        In OpenSSL 1.0.2 and earlier some missing message length checks can result in
128 +        OOB reads of up to 2 bytes beyond an allocated buffer. There is a theoretical
129 +        DoS risk but this has not been observed in practice on common platforms.
130 +        [CVE-2016-6306]
131 +
132 + 20160918:
133 +        With the addition of auditdistd(8), a new auditdistd user is now
134 +        depended on during installworld.  "mergemaster -p" can be used to add
135 +        the user prior to installworld.
136 +
137 +        The VFS KBI was changed with the merge of several nullfs
138 +        optimizations and fixes.  All filesystem modules must be
139 +        recompiled.
140 +
141 + 20160916:
142 +        The random(4) support for the VIA hardware random number
143 +        generator (`PADLOCK') is no longer enabled unconditionally.
144 +        Add the PADLOCK_RNG option in the custom kernel config if
145 +        needed.  The GENERIC kernels on i386 and amd64 do include the
146 +        option, so the change only affects the custom kernel
147 +        configurations.
148 +
149 +        A new version of ZFS (pool version 5000) has been merged.
150 +        Starting with this version the old system of ZFS pool versioning
151 +        is superseded by "feature flags". This concept enables forward
152 +        compatibility against certain future changes in functionality of ZFS
153 +        pools. The first two read-only compatible "feature flags" for ZFS
154 +        pools are "com.delphix:async_destroy" and "com.delphix:empty_bpobj".
155 +        For more information read the new zpool-features(7) manual page.
156 +        Please refer to the "ZFS notes" section of this file for information
157 +        on upgrading boot ZFS pools.
158 +
159 + 20160906:
160 +        Add support for the MosChip MCS9904 four serial ports
161 +        controller.
162 +
163 +        Add support for walltimestamp in DTrace.
164 +
165 +        Various gdb improvments.
166 +
167 +        ZFS
168 +        Import the zio nop-write improvement from Illumos. To reduce I/O,
169 +        nop-write omits overwriting data if the checksum (cryptographically
170 +        secure) of new data matches the checksum of existing data.
171 +        It also saves space if snapshots are in use.
172 +
173 +        It currently works only on datasets with enabled compression, disabled
174 +        deduplication and sha256 checksums.
175 +
176 +        Add loader(8) tunable to enable/disable nopwrite functionality:
177 +        vfs.zfs.nopwrite_enabled
178 +
179 +        Introduce a new dataset aclmode setting "restricted" to protect ACL's
180 +        being destroyed or corrupted by a drive-by chmod.
181 +
182 +        New loader-only tunables:
183 +        vfs.zfs.sync_pass_deferred_free
184 +        vfs.zfs.sync_pass_dont_compress
185 +        vfs.zfs.sync_pass_rewrite
186 +
187 +        chkgrp(8) add support for q flag
188 +
189 +        Fix problem with the Samsung 840 PRO series SSD detection.
190 +        The device reports support for SATA Asynchronous Notification in its
191 +        IDENTIFY data, but returns error on attempt to enable that feature.
192 +        Make SATA XPT of CAM only report these errors, but not fail the device.
193 +
194 + 20160905:
195 +        Add a resource limit for the total number of kqueues
196 +        available to the user. Kqueue now saves the ucred of the
197 +        allocating thread, to correctly decrement the counter on close.
198 +        Based on FreeBSD SVN 256849
199 +
200 +        Import netcat from OpenBSD 5.2
201 +
202 + 20160904:
203 +        Introduced experimental TCP sysctls starting with
204 +        net.inet.tcp.experimental.initcwnd10
205 +
206 + 20160814:
207 +        switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
208 +        in the release after the fact.
209 +
210 +        tzdata 2016a
211 +
212 + 20160811:
213 +        libdispatch 210
214 +
215 +        Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
216 +        Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
217 +        added WD Red drives.
218 +
219 +        Updated list of pci device vendors.
220 +
221 +        Updated list of usb devices.
222 +
223 + 20160807:
224 +        Implement several changes to libmport to fix some memory corruption issues.
225 +
226 + 20160806:
227 +        sqlite3 3.13.0
228 +
229 + 20160805:
230 +        Merged fixes for libmport that improve error handling when installing packages. Also
231 +        support mkdir -p like behavior for plist entries.
232 +
233 + 20160531:
234 +        Fix four security issues with MidnightBSD.
235 +
236 +        The implementation of TIOCGSERIAL ioctl(2) does not clear the output
237 +        struct before sending to userland in the linux emulation layer.
238 +
239 +        The compat 43 stat(2) system call exposes kernel stack to userland.
240 +
241 +        libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
242 +        cpio directory traversal and an integer signedness error in the archive
243 +        write zip data routine.
244 +
245 +
246 + 20160528:
247 +        Fixed minor issues with mined(1) and msearch(1).
248 +
249 + 20160526:
250 +        Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
251 +
252 +        Fix libpmc(3) build with clang compiler.
253 +
254 + 20160519:
255 +        Kernel Security updates
256 +
257 +        atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
258 +        local user to overwrite a portion of the kernel memory.
259 +
260 +        Incorrect argument handling in sendmsg(2)
261 +
262 +        Incorrect argument handling in the socket code allows malicious local
263 +        user to overwrite large portion of the kernel memory.
264 +
265 + 20160505:
266 +        OpenSSL security patch
267 +
268 +        The padding check in AES-NI CBC MAC was rewritten to be in constant time
269 +        by making sure that always the same bytes are read and compared against
270 +        either the MAC or padding bytes. But it no longer checked that there was
271 +        enough data to have both the MAC and padding bytes. [CVE-2016-2107]
272 +
273 +        An overflow can occur in the EVP_EncodeUpdate() function which is used for
274 +        Base64 encoding of binary data. [CVE-2016-2105]
275 +
276 +        An overflow can occur in the EVP_EncryptUpdate() function, however it is
277 +        believed that there can be no overflows in internal code due to this problem.
278 +        [CVE-2016-2106]
279 +
280 +        When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
281 +        a short invalid encoding can casuse allocation of large amounts of memory
282 +        potentially consuming excessive resources or exhausting memory.
283 +        [CVE-2016-2109]
284 +
285 + 20160412:
286 +        0.8 stable branch created. Continue development as 0.9.
287 +
288 +        Fix several issues with wait6 system call addition.
289 +
290 + 20160409:
291 +        libmport now supports two new plist formats:
292 +        @(root,wheel,4775) myfile
293 +        @dir(root,wheel,775) mydir
294 +
295 +        On delete, absoluate paths are now handled properly.
296 +
297 + 20160317:
298 +        OpenSSH doesn't have the luck of the Irish.
299 +
300 +        Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
301 +        run shell commands on the call to xauth.
302 +
303 +        Incorrect argument validation in sysarch(2)
304 +
305 +        A special combination of sysarch(2) arguments, specify a request to
306 +        uninstall a set of descriptors from the LDT.  The start descriptor
307 +        is cleared and the number of descriptors are provided.  Due to invalid
308 +        use of a signed intermediate value in the bounds checking during argument
309 +        validity verification, unbound zero'ing of the process LDT and adjacent
310 +        memory can be initiated from usermode.
311 +
312 +        Patch obtained from FreeBSD.
313 +
314 + 20160229:
315 +        top now displays information on ZFS arc cache.
316 +
317 + 20160228:
318 +        llvm + clang 3.3 is now the default compiler in MidnightBSD.
319 +
320 + 20160222:
321 +        Introduce pipe2 to linux emulation layer.
322 +
323 + 20160114:
324 +        OpenSSL
325 +
326 +        The signature verification routines will crash with a NULL pointer dereference
327 +        if presented with an ASN.1 signature using the RSA PSS algorithm and absent
328 +        mask generation function parameter. [CVE-2015-3194]
329 +
330 +        When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
331 +        memory. [CVE-2015-3195]
332 +
333 +        If PSK identity hints are received by a multi-threaded client then the values
334 +        are incorrectly updated in the parent SSL_CTX structure.  [CVE-2015-3196]
335 +
336 +        Fix security on bsnmpd configuration file during installation.
337 +
338 +        TCP MD5 signature denial of service
339 +
340 +        A programming error in processing a TCP connection with both TCP_MD5SIG
341 +        and TCP_NOOPT socket options may lead to kernel crash.
342 +
343 +        SCTP
344 +
345 +        A lack of proper input checks in the ICMPv6 processing in the SCTP stack
346 +        can lead to either a failed kernel assertion or to a NULL pointer
347 +        dereference.  In either case, a kernel panic will follow.
348 +
349 + 20160102:
350 +        Happy New Year
351 +
352 + 20151101:
353 +        Increase kern.ipc.somaxconn default to 256.
354 +
355 + 20151017:
356 +        Add initial statistics api to libmport and a driver to print
357 +        it in mport(1).
358 +
359 + 20151002:
360 +        Revised rpcbind(8) patch to fix issues with NIS
361 +
362 + 20150930:
363 +        In rpcbind(8), netbuf structures are copied directly, which would result in
364 +        two netbuf structures that reference to one shared address buffer.  When one
365 +        of the two netbuf structures is freed, access to the other netbuf structure
366 +        would result in an undefined result that may crash the rpcbind(8) daemon.
367 +
368 + 20150926:
369 +        libmport now supports @preexec, @postexec, @preunexec and @postunexec
370 +        to replace @exec and @unexec.  
371 +
372 +        pre exec runs afer pre-install scripts but before actual installation
373 +
374 +        post exec runs after install but before post install scripts and
375 +        pkg message.
376 +
377 +        pre unexec runs before pre uninstall scripts
378 +
379 +        post unexec runs before de-install scripts and after file removal.
380 +
381 + 20150917:
382 +        Fix kqueue write events for files > 2GB
383 +
384 + 20150825:
385 +        kernel:
386 +        fix a security issue on amd64 where the GS segment CPU register can be changed via
387 +        userland value in kernel mode by using an IRET with #SS or #NP exceptions.
388 +
389 +        openssh:
390 +        A programming error in the privileged monitor process of the sshd(8)
391 +        service may allow the username of an already-authenticated user to be
392 +        overwritten by the unprivileged child process.
393 +
394 +        A use-after-free error in the privileged monitor process of he sshd(8)
395 +        service may be deterministically triggered by the actions of a
396 +        compromised unprivileged child process.
397 +
398 +        A use-after-free error in the session multiplexing code in the sshd(8)
399 +        service may result in unintended termination of the connection.
400 +
401 + 20150818:
402 +        expat security fix
403 +
404 + 20150815:
405 +        libc changes:
406 +        setmode(3) now returns errno consistently on error.
407 +        libc will compile without error using clang
408 +
409 + 20150814:
410 +        wait6 system call added.
411 +
412 +        date(1) now handles non numeric numbers passed to -r
413 +        like GNU coreutils for improved compatibility.
414 +
415 + 20150811:
416 +        ata(4) AMD Hudson2 SATA controller support.
417 +        Intel lynxpoint SATA.
418 +
419 +        Fix some const warnings when building several device drivers
420 +        with llvm/clang.
421 +
422 +        Sync cas(4) with FreeBSD 9-stable.
423 +
424 +        Fix some minor issues with ath(4).
425 +
426 + 20150809:
427 +        xz 5.0.8
428 +
429 + 20150808:
430 +        libmport now logs installation and removal of packages to syslog.
431 +
432 + 20150805:
433 +        routed - fix a potential security issue where traffic from outside
434 +        the network can disrupt routing.
435 +
436 +        bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
437 +        to run.
438 +
439 + 20150802:
440 +        jansson 2.7 library added. (libjansson is a JSON library in C)
441 +
442 + 20150728:
443 +        Heimdal 1.5.2 (kerberos implementation)
444 +
445 +        OpenSSL 1.0.1o
446 +
447 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
448 +
449 +        TCP Resassemly resource exhaustion bug:
450 +        There is a mistake with the introduction of VNET, which converted the
451 +        global limit on the number of segments that could belong to reassembly
452 +        queues into a per-VNET limit.  Because mbufs are allocated from a
453 +        global pool, in the presence of a sufficient number of VNETs, the
454 +        total number of mbufs attached to reassembly queues can grow to the
455 +        total number of mbufs in the system, at which point all network
456 +        traffic would cease.
457 +        Obtained from: FreeBSD 8
458 +
459 +        OpenSSH
460 +
461 +        Fix two security vulnerabilities:
462 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
463 +        offers a certificate. [CVE-2014-2653]
464 +
465 +        OpenSSH servers which are configured to allow password authentication
466 +        using PAM (default) would allow many password attempts. A bug allows
467 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
468 +
469 +
470 +        Switch to bsdpatch (from FreeBSD & OpenBSD)
471 +
472 + 20150726:
473 +        BSD Sort updated
474 +
475 +        sqlite 3.8.10.2
476 +
477 + 20150725:
478 +        Import reallocarray from OpenBSD's libc.  
479 +
480 +        The reallocarray() function is similar to realloc() except it operates on
481 +        nmemb members of size size and checks for integer overflow in the
482 +        calculation nmemb * size.
483 +
484 + 20150722:
485 +        Fix a bug where TCP connections transitioning to LAST_ACK
486 +        state can get stuck. This can result in a denial of service.
487 +
488 + 20150715:
489 +        libmport now supports @shell and @sample in plists. This means that
490 +        a shell port can automatically add an entry to /etc/shells and remove
491 +        it upon uninstallation. For sample files, a copy is made without the
492 +        .sample extension if one does not exist and it is removed automatically
493 +        only if the md5 hash of the two files is the same.
494 +
495 + 20150709:
496 +        flex 2.5.39
497 +
498 + 20150702:
499 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
500 +        with zfs set compression=lz4 pool/path.
501 +
502 +        Verify it's working with
503 +        zfs get compressratio pool/path
504 +        du -h -s *
505 +
506 +        Note you must write new data when turning on compression to see
507 +        changes. Existing files are not compressed.
508 +
509 +        Note: While we used the same basic implementation of lz4 that
510 +        FreeBSD and OpenZFS uses, we did not yet implement features support
511 +        and the zfs version still reports 28. This may come in a future update
512 +        to ZFS.
513 +
514 + 20150621:
515 +        libmport now automatically stops services when deleting packages.
516 +
517 +        The package must have installed an rc.d script in /usr/local/etc
518 +        for this to work. This is equivalent to running service <name> onestop
519 +
520 + 20150618:
521 +        Sendmail
522 +
523 +        With the recent changes to OpenSSL to block 512 bit certificates,
524 +        sendmail can't connect with TLS to some servers.
525 +
526 +        Increase the default size to 1024 bit for client connections to
527 +        match the server configuration.
528 +
529 +        ZFS
530 +
531 +        Added ZFS TRIM support which is enabled by default. To disable
532 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
533 +
534 +        Creating new ZFS pools and adding new devices to existing pools
535 +        first performs a full device level TRIM which can take a significant
536 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
537 +        to disable this behaviour.
538 +
539 +        ZFS TRIM requires the underlying device support BIO_DELETE which
540 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
541 +        via CAM, which are typically supported by SSD's.
542 +
543 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
544 +        under kstat.zfs.misc.zio_trim.
545 +
546 +        rc.d
547 +
548 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
549 +        implies everything is mounted and ready to go.
550 +
551 +        Changed how ip6addressctl maps IPv6 on startup.
552 +
553 + 20150613:
554 +        tzdata 2015d
555 +
556 + 20150612:
557 +        OpenSSL 0.9.8zg
558 +
559 + 20150419:
560 +        MidnightBSD 0.6 stable branch created. Continue 0.7
561 +        development.
562 +
563 + 20150418:
564 +        sqlite 3.8.9
565 +
566 + 20150407:
567 +        Fix two security vulnerabilities:
568 +
569 +        The previous fix for IGMP had an overflow issue. This has been corrected.
570 +
571 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
572 +        suggested Current Hop Limit value of a link, which will replace
573 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
574 +        system.
575 +
576 + 20150319:
577 +        OpenSSL 0.9.8.zf
578 +
579 +        mksh R50e
580 +
581 +        Apple mDNSResponder 561.1.1
582 +
583 + 20150306:
584 +        Upgrade OpenSSL to 0.9.8ze
585 +
586 + 20150225:
587 +        Fix two security vulnerabilities.
588 +
589 +        1. BIND servers which are configured to perform DNSSEC validation and which
590 +        are using managed keys (which occurs implicitly when using
591 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
592 +        unpredictable behavior due to the use of an improperly initialized
593 +        variable.
594 +
595 +        CVE-2015-1349
596 +
597 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
598 +        in a buffer which is too small for the requested operation.
599 +
600 +        This can result in a DOS attack.
601 +
602 + 20141211:
603 +        Fix a security issue with file and libmagic that can allow
604 +        an attacker to create a denial of service attack on any
605 +        program that uses libmagic.
606 +
607 + 20141109:
608 +        Fix building perl during buildworld when the GDBM port is installed.
609 +
610 + 20141106:
611 +        tzdata 2014i
612 +
613 + 20141102:
614 +        serf 1.3.8
615 +
616 + 20141031:
617 +        tnftp 20141031 fixes a security vulnerability with tnftp,
618 +        CVE-2014-8517.
619 +
620 + 20141028:
621 +        OpenSSL 0.9.8zc
622 +
623 + 20141021:
624 +        Fix several security vulnerabilities in routed, rtsold,
625 +        and namei with respect to Capsicum sandboxes looking up
626 +        nonexistent path names and leaking memory.
627 +
628 +        The input path in routed(8) will accept queries from any source and
629 +        attempt to answer them.  However, the output path assumes that the
630 +        destination address for the response is on a directly connected
631 +        network.
632 +
633 +        Due to a missing length check in the code that handles DNS parameters,
634 +        a malformed router advertisement message can result in a stack buffer
635 +        overflow in rtsold(8).
636 +
637 + 20141011:
638 +        mksh R50d - fix field splitting regression and null
639 +        pointer dereference
640 +
641 +        xz 5.0.7
642 +
643 +        OpenSSH 6.6p1
644 +
645 + 20141004:
646 +        mksh R50c - security update for environment var bug with
647 +        foo vs foo+    
648 +
649 + 20141002:
650 +        sqlite 3.8.6
651 +
652 +        sudo 1.7.8 - some issues with the current version, but we're slowly
653 +        getting up to date.
654 +
655 + 20141001:
656 +        mksh R50b
657 +
658 +        libmport now supports plist commands @dir, @owner, @group, @mode.
659 +
660 +        sudo 1.7.6p2
661 +
662 + 20140916:
663 +        Fix a security issue with TCP SYN.
664 +
665 +        When a segment with the SYN flag for an already existing connection arrives,
666 +        the TCP stack tears down the connection, bypassing a check that the
667 +        sequence number in the segment is in the expected window.
668 +
669 + 20140909:
670 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
671 +        with some programs including Dovecot.
672 +
673 +        OpenSSL security patch:
674 +
675 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
676 +        to consume large amounts of memory. [CVE-2014-3506]
677 +
678 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
679 +        memory. [CVE-2014-3507]
680 +
681 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
682 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
683 +        the stack. [CVE-2014-3508]
684 +
685 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
686 +        a denial of service attack. [CVE-2014-3510]
687 +
688 + 20140902:
689 +        We're now 0.6-CURRENT
690 +
691 +        Update USB quirks to support K70 Corsair keyboard, and several
692 +        other devices.
693 +
694 + 20140827:
695 +        Perl 5.18.2
696 +
697 + 20140728:
698 +        Jails now run shutdown scripts.
699 +
700 + 20140710:
701 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
702 +        before sharing with userland.
703 +
704 + 20140701:
705 +        MKSH R50
706 +
707 + 20140630:
708 +        File 5.19
709 +
710 + 20140605:
711 +        Fix four security issues with OpenSSL
712 +
713 + 20140604:
714 +        Sendmail failed to properly set close-on-exec for open file descriptors.
715 +
716 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
717 +        in a leak of information.
718 +
719 + 20140430:
720 +        Fix a TCP reassembly bug that could result in a DOS attack
721 +        of the system. It may be possible to obtain portions
722 +        of kernel memory as well.
723 +
724 + 20140411:
725 +        Update zlib to 1.2.7
726 +
727 + 20140122:
728 +        Support for username with length 32. Previous limit was 16
729 +
730 + 20140114:
731 +        Fix two security vulnerabilities.
732 +
733 +        bsnmpd contains a stack overflow when sent certain queries.
734 +
735 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
736 +        crafted packets.
737 +
738 + 20131228:
739 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
740 +
741 +        Updated em(4), igb(4) and ixgbe(4)
742 +
743 +        MidnightBSD now works with Z87 Intel chipsets.
744 +
745 + 20131207:
746 +        Remove sparc64 architecture. It hasn't been working for awhile
747 +        and it's not useful for desktops anymore.
748 +
749 + 20131205:
750 +        OpenSSH 6.4p1
751 +
752 + 20131203:
753 +        Perl 5.18.1 imported.
754 +
755 +        Update less to v458
756 +
757 + 20131130:
758 +        Remove named from base. We still include the client utilities for
759 +        now until replacements can be found.
760 +
761 + 20131004:
762 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
763 +
764 + 20130917:
765 +        Support for 65,536 routing tables was added.  A new fib specific
766 +        field has been added to mbuf.  This is an increase from 16.
767 +
768 + 20130910:
769 +        Security updates: (kern.osreldate 5001)
770 +
771 +        nullfs(5)
772 +
773 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
774 +        check whether the source and target of the link are both in the same
775 +        nullfs instance.  It is therefore possible to create a hardlink from a
776 +        location in one nullfs instance to a file in another, as long as the
777 +        underlying (source) filesystem is the same.
778 +
779 +        ifioctl
780 +
781 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
782 +        handlers are written in such a way that an unrecognized request is
783 +        passed on unmodified to the link layer, which will either handle it or
784 +        return an error code.
785 +
786 +        Network interface drivers, however, assume that the SIOCSIFADDR,
787 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
788 +        handled at the network layer, and therefore do not perform input
789 +        validation or verify the caller's credentials.  Typical link-layer
790 +        actions for these requests may include marking the interface as "up"
791 +        and resetting the underlying hardware.
792 +
793 + 20130824:
794 +        Fix a bug in sendmail 8.14.7 that interferes with how it
795 +        handles AAAA records interoperating with Microsoft DNS servers.
796 +        FreeBSD has already reported this to Sendmail and a fix
797 +        will be included in the next release.
798 +
799 +        Subversion 1.8.1 is now in the base system as a static
800 +        binary.  It has limited functionality, but can be used to
801 +        checkout/commit code.  It is named svnlite.
802 +
803 + 20130822:
804 +        Fix two security vulnerabilities.
805 +
806 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
807 +        This could be exploited to read memory by a user process.
808 +
809 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
810 +        a buffer allocated from the kernel stack is not completely initialized.
811 +
812 +        Import xz 5.0.4
813 +
814 +        Import sqlite 3.7.17
815 +
816 +        Import BIND 9.8.5-P2
817 +
818 + 20130814:
819 +        mksh R48 imported.
820 +
821 +        Sendmail 8.14.7 imported.
822 +
823 + 20130717:
824 +        libmport bug was fixed causing hash verification to fail.
825 +
826 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
827 +        included.
828 +
829 + 20130612:
830 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
831 +
832 + 20130402:
833 +        Update BIND and OpenSSL to resolve security advisories.
834 +
835 + 20130305:
836 +        MKSH R44 imported.
837 +
838 + 20130213:
839 +        MKSH R42b imported
840 +
841 + 20130211:
842 +        MKSH R42 imported
843 +
844 + 20130125:
845 +        MKSH R41 imported
846 +
847 + 20130122:
848 +        OpenSSH 5.8p2 imported
849 +
850 +        SQLite 3.7.15.2 imported
851 +
852 +        Fixed a longstanding bug in libmport extrating new index files.
853 +
854 + 20120710:
855 +        BSD licensed sort imported from FreeBSD-CURRENT
856 +
857 +        For now, GNU sort is installed as gnusort, but it will
858 +        go away in time.
859 +
860 + 20120708:
861 +        tcsh 6.18.01 imported.
862 +
863 +        NetBSD's iconv imported.
864 +
865 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
866 +
867 + 20120612:
868 +        BIND security update related to CVE-2012-1667.
869 +
870 +        Zero length resource records can cause BIND to crash resulting
871 +        in a DOS attack or information disclosure.
872 +
873 + 20120407:
874 +        mksh R40f (fixes regression)
875 +
876 + 20120328:
877 +        mksh R40e
878 +
879 +        Perl 5.14.2
880 +
881 + 20120229:
882 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
883 +
884 + 20120209:
885 +        mDNSResponder 333.10 imported
886 +
887 + 20111227:
888 +        import raid5 module for GEOM, graid5(8)
889 +
890 +        This is experimental and known to use a lot of kernel
891 +        memory.
892 +
893 + 20111223:
894 +        telnetd: fix a root exploit from a fixed buffer that was not checked
895 +
896 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
897 +
898 +        Fix pam_ssh module:
899 +
900 +        If the pam_ssh module is enabled, attackers may be able to gain access
901 +        to user accounts which have unencrypted SSH private keys.
902 +
903 +        This has to due with the way that openssl works.  It ignores unencrpted data.
904 +
905 +        Fix security issue with chroot and ftpd.
906 +
907 +        nsdispatch(3) doesn't know it's working in a chroot and some
908 +        operations can cause files to get reloaded causing a security
909 +        hole in things like ftpd.
910 +
911 + 20111217:
912 +        libdialog/dialog upgraded to an lgpl version. As it's not
913 +        backwardly compatable, include the old libdialog as libodialog
914 +
915 + 20111212:
916 +        mksh r40d imported
917 +
918 + 20111210:
919 +        re(4) and rl(4) updated to support new chips.
920 +
921 +        GEOM synced with FreeBSD 7-stable.
922 +
923 +        MidnightBSD GPT partition types created in sys/gpt.h and
924 +        setup in boot loader and GEOM.
925 +
926 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
927 +        8xx series chipset.
928 +
929 + 20111207:
930 +        import bsd grep from FreeBSD/OpenBSD.
931 +
932 +        MK_BSD_GREP controls which grep is installed
933 +        as grep with the other as bsdgrep or gnugrep.
934 +
935 + 20111122:
936 +        mksh vR40c imported.
937 +
938 + 20111117:
939 +        BIND 9.6 ESV R5 P1
940 +
941 + 20111107:
942 +        tzdata 2011n
943 +
944 + 20111026:
945 +        mDNSResponder v320
946 +
947 +        BIND 9.6 ESV R5
948 +
949   20111022:
950          cflow 0.0.6 imported
951  
# Line 1121 | Line 2067 | Contact Warner Losh if you have any questions about yo
2067   this document.
2068  
2069   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
2070 < $MidnightBSD: src/UPDATING,v 1.141 2011/10/20 14:33:13 laffer1 Exp $
2070 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 4277 by laffer1, Sat Oct 22 14:29:38 2011 UTC vs.
Revision 9502 by laffer1, Sun Mar 26 15:41:26 2017 UTC

# Line 1 | Line 0
1 1.142

Comparing trunk/UPDATING (property svn:keywords):
Revision 4277 by laffer1, Sat Oct 22 14:29:38 2011 UTC vs.
Revision 9502 by laffer1, Sun Mar 26 15:41:26 2017 UTC

# Line 0 | Line 1
1 + MidnightBSD=%H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines