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 352 by laffer1, Tue Dec 26 22:38:02 2006 UTC vs.
Revision 9217 by laffer1, Sat Nov 5 16:49:14 2016 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 < Items affecting the mports and packages system can be found in
4 < /usr/mports/UPDATING.
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 +
356 + 20150825:
357 +        kernel:
358 +        fix a security issue on amd64 where the GS segment CPU register can be changed via
359 +        userland value in kernel mode by using an IRET with #SS or #NP exceptions.
360 +
361 +        openssh:
362 +        A programming error in the privileged monitor process of the sshd(8)
363 +        service may allow the username of an already-authenticated user to be
364 +        overwritten by the unprivileged child process.
365 +
366 +        A use-after-free error in the privileged monitor process of he sshd(8)
367 +        service may be deterministically triggered by the actions of a
368 +        compromised unprivileged child process.
369 +
370 +        A use-after-free error in the session multiplexing code in the sshd(8)
371 +        service may result in unintended termination of the connection.
372 +
373 + 20150818:
374 +        expat security fix
375 +
376 + 20150815:
377 +        libc changes:
378 +        setmode(3) now returns errno consistently on error.
379 +        libc will compile without error using clang
380 +
381 + 20150814:
382 +        wait6 system call added.
383 +
384 +        date(1) now handles non numeric numbers passed to -r
385 +        like GNU coreutils for improved compatibility.
386 +
387 + 20150811:
388 +        ata(4) AMD Hudson2 SATA controller support.
389 +        Intel lynxpoint SATA.
390 +
391 +        Fix some const warnings when building several device drivers
392 +        with llvm/clang.
393 +
394 +        Sync cas(4) with FreeBSD 9-stable.
395 +
396 +        Fix some minor issues with ath(4).
397 +
398 + 20150809:
399 +        xz 5.0.8
400 +
401 + 20150808:
402 +        libmport now logs installation and removal of packages to syslog.
403 +
404 + 20150805:
405 +        routed - fix a potential security issue where traffic from outside
406 +        the network can disrupt routing.
407 +
408 +        bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
409 +        to run.
410 +
411 + 20150802:
412 +        jansson 2.7 library added. (libjansson is a JSON library in C)
413 +
414 + 20150728:
415 +        Heimdal 1.5.2 (kerberos implementation)
416 +
417 +        OpenSSL 1.0.1o
418 +
419 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
420 +
421 +        TCP Resassemly resource exhaustion bug:
422 +        There is a mistake with the introduction of VNET, which converted the
423 +        global limit on the number of segments that could belong to reassembly
424 +        queues into a per-VNET limit.  Because mbufs are allocated from a
425 +        global pool, in the presence of a sufficient number of VNETs, the
426 +        total number of mbufs attached to reassembly queues can grow to the
427 +        total number of mbufs in the system, at which point all network
428 +        traffic would cease.
429 +        Obtained from: FreeBSD 8
430 +
431 +        OpenSSH
432 +
433 +        Fix two security vulnerabilities:
434 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
435 +        offers a certificate. [CVE-2014-2653]
436 +
437 +        OpenSSH servers which are configured to allow password authentication
438 +        using PAM (default) would allow many password attempts. A bug allows
439 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
440 +
441 +
442 +        Switch to bsdpatch (from FreeBSD & OpenBSD)
443 +
444 + 20150726:
445 +        BSD Sort updated
446 +
447 +        sqlite 3.8.10.2
448 +
449 + 20150725:
450 +        Import reallocarray from OpenBSD's libc.  
451 +
452 +        The reallocarray() function is similar to realloc() except it operates on
453 +        nmemb members of size size and checks for integer overflow in the
454 +        calculation nmemb * size.
455 +
456 + 20150722:
457 +        Fix a bug where TCP connections transitioning to LAST_ACK
458 +        state can get stuck. This can result in a denial of service.
459 +
460 + 20150715:
461 +        libmport now supports @shell and @sample in plists. This means that
462 +        a shell port can automatically add an entry to /etc/shells and remove
463 +        it upon uninstallation. For sample files, a copy is made without the
464 +        .sample extension if one does not exist and it is removed automatically
465 +        only if the md5 hash of the two files is the same.
466 +
467 + 20150709:
468 +        flex 2.5.39
469 +
470 + 20150702:
471 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
472 +        with zfs set compression=lz4 pool/path.
473 +
474 +        Verify it's working with
475 +        zfs get compressratio pool/path
476 +        du -h -s *
477 +
478 +        Note you must write new data when turning on compression to see
479 +        changes. Existing files are not compressed.
480 +
481 +        Note: While we used the same basic implementation of lz4 that
482 +        FreeBSD and OpenZFS uses, we did not yet implement features support
483 +        and the zfs version still reports 28. This may come in a future update
484 +        to ZFS.
485 +
486 + 20150621:
487 +        libmport now automatically stops services when deleting packages.
488 +
489 +        The package must have installed an rc.d script in /usr/local/etc
490 +        for this to work. This is equivalent to running service <name> onestop
491 +
492 + 20150618:
493 +        Sendmail
494 +
495 +        With the recent changes to OpenSSL to block 512 bit certificates,
496 +        sendmail can't connect with TLS to some servers.
497 +
498 +        Increase the default size to 1024 bit for client connections to
499 +        match the server configuration.
500 +
501 +        ZFS
502 +
503 +        Added ZFS TRIM support which is enabled by default. To disable
504 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
505 +
506 +        Creating new ZFS pools and adding new devices to existing pools
507 +        first performs a full device level TRIM which can take a significant
508 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
509 +        to disable this behaviour.
510 +
511 +        ZFS TRIM requires the underlying device support BIO_DELETE which
512 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
513 +        via CAM, which are typically supported by SSD's.
514 +
515 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
516 +        under kstat.zfs.misc.zio_trim.
517 +
518 +        rc.d
519 +
520 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
521 +        implies everything is mounted and ready to go.
522 +
523 +        Changed how ip6addressctl maps IPv6 on startup.
524 +
525 + 20150613:
526 +        tzdata 2015d
527 +
528 + 20150612:
529 +        OpenSSL 0.9.8zg
530 +
531 + 20150419:
532 +        MidnightBSD 0.6 stable branch created. Continue 0.7
533 +        development.
534 +
535 + 20150418:
536 +        sqlite 3.8.9
537 +
538 + 20150407:
539 +        Fix two security vulnerabilities:
540 +
541 +        The previous fix for IGMP had an overflow issue. This has been corrected.
542 +
543 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
544 +        suggested Current Hop Limit value of a link, which will replace
545 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
546 +        system.
547 +
548 + 20150319:
549 +        OpenSSL 0.9.8.zf
550 +
551 +        mksh R50e
552 +
553 +        Apple mDNSResponder 561.1.1
554 +
555 + 20150306:
556 +        Upgrade OpenSSL to 0.9.8ze
557 +
558 + 20150225:
559 +        Fix two security vulnerabilities.
560 +
561 +        1. BIND servers which are configured to perform DNSSEC validation and which
562 +        are using managed keys (which occurs implicitly when using
563 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
564 +        unpredictable behavior due to the use of an improperly initialized
565 +        variable.
566 +
567 +        CVE-2015-1349
568 +
569 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
570 +        in a buffer which is too small for the requested operation.
571 +
572 +        This can result in a DOS attack.
573 +
574 + 20141211:
575 +        Fix a security issue with file and libmagic that can allow
576 +        an attacker to create a denial of service attack on any
577 +        program that uses libmagic.
578 +
579 + 20141109:
580 +        Fix building perl during buildworld when the GDBM port is installed.
581 +
582 + 20141106:
583 +        tzdata 2014i
584 +
585 + 20141102:
586 +        serf 1.3.8
587 +
588 + 20141031:
589 +        tnftp 20141031 fixes a security vulnerability with tnftp,
590 +        CVE-2014-8517.
591 +
592 + 20141028:
593 +        OpenSSL 0.9.8zc
594 +
595 + 20141021:
596 +        Fix several security vulnerabilities in routed, rtsold,
597 +        and namei with respect to Capsicum sandboxes looking up
598 +        nonexistent path names and leaking memory.
599 +
600 +        The input path in routed(8) will accept queries from any source and
601 +        attempt to answer them.  However, the output path assumes that the
602 +        destination address for the response is on a directly connected
603 +        network.
604 +
605 +        Due to a missing length check in the code that handles DNS parameters,
606 +        a malformed router advertisement message can result in a stack buffer
607 +        overflow in rtsold(8).
608 +
609 + 20141011:
610 +        mksh R50d - fix field splitting regression and null
611 +        pointer dereference
612 +
613 +        xz 5.0.7
614 +
615 +        OpenSSH 6.6p1
616 +
617 + 20141004:
618 +        mksh R50c - security update for environment var bug with
619 +        foo vs foo+    
620 +
621 + 20141002:
622 +        sqlite 3.8.6
623 +
624 +        sudo 1.7.8 - some issues with the current version, but we're slowly
625 +        getting up to date.
626 +
627 + 20141001:
628 +        mksh R50b
629 +
630 +        libmport now supports plist commands @dir, @owner, @group, @mode.
631 +
632 +        sudo 1.7.6p2
633 +
634 + 20140916:
635 +        Fix a security issue with TCP SYN.
636 +
637 +        When a segment with the SYN flag for an already existing connection arrives,
638 +        the TCP stack tears down the connection, bypassing a check that the
639 +        sequence number in the segment is in the expected window.
640 +
641 + 20140909:
642 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
643 +        with some programs including Dovecot.
644 +
645 +        OpenSSL security patch:
646 +
647 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
648 +        to consume large amounts of memory. [CVE-2014-3506]
649 +
650 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
651 +        memory. [CVE-2014-3507]
652 +
653 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
654 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
655 +        the stack. [CVE-2014-3508]
656 +
657 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
658 +        a denial of service attack. [CVE-2014-3510]
659 +
660 + 20140902:
661 +        We're now 0.6-CURRENT
662 +
663 +        Update USB quirks to support K70 Corsair keyboard, and several
664 +        other devices.
665 +
666 + 20140827:
667 +        Perl 5.18.2
668 +
669 + 20140728:
670 +        Jails now run shutdown scripts.
671 +
672 + 20140710:
673 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
674 +        before sharing with userland.
675 +
676 + 20140701:
677 +        MKSH R50
678 +
679 + 20140630:
680 +        File 5.19
681 +
682 + 20140605:
683 +        Fix four security issues with OpenSSL
684 +
685 + 20140604:
686 +        Sendmail failed to properly set close-on-exec for open file descriptors.
687 +
688 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
689 +        in a leak of information.
690 +
691 + 20140430:
692 +        Fix a TCP reassembly bug that could result in a DOS attack
693 +        of the system. It may be possible to obtain portions
694 +        of kernel memory as well.
695 +
696 + 20140411:
697 +        Update zlib to 1.2.7
698 +
699 + 20140122:
700 +        Support for username with length 32. Previous limit was 16
701 +
702 + 20140114:
703 +        Fix two security vulnerabilities.
704 +
705 +        bsnmpd contains a stack overflow when sent certain queries.
706 +
707 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
708 +        crafted packets.
709 +
710 + 20131228:
711 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
712 +
713 +        Updated em(4), igb(4) and ixgbe(4)
714 +
715 +        MidnightBSD now works with Z87 Intel chipsets.
716 +
717 + 20131207:
718 +        Remove sparc64 architecture. It hasn't been working for awhile
719 +        and it's not useful for desktops anymore.
720 +
721 + 20131205:
722 +        OpenSSH 6.4p1
723 +
724 + 20131203:
725 +        Perl 5.18.1 imported.
726 +
727 +        Update less to v458
728 +
729 + 20131130:
730 +        Remove named from base. We still include the client utilities for
731 +        now until replacements can be found.
732 +
733 + 20131004:
734 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
735 +
736 + 20130917:
737 +        Support for 65,536 routing tables was added.  A new fib specific
738 +        field has been added to mbuf.  This is an increase from 16.
739 +
740 + 20130910:
741 +        Security updates: (kern.osreldate 5001)
742 +
743 +        nullfs(5)
744 +
745 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
746 +        check whether the source and target of the link are both in the same
747 +        nullfs instance.  It is therefore possible to create a hardlink from a
748 +        location in one nullfs instance to a file in another, as long as the
749 +        underlying (source) filesystem is the same.
750 +
751 +        ifioctl
752 +
753 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
754 +        handlers are written in such a way that an unrecognized request is
755 +        passed on unmodified to the link layer, which will either handle it or
756 +        return an error code.
757 +
758 +        Network interface drivers, however, assume that the SIOCSIFADDR,
759 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
760 +        handled at the network layer, and therefore do not perform input
761 +        validation or verify the caller's credentials.  Typical link-layer
762 +        actions for these requests may include marking the interface as "up"
763 +        and resetting the underlying hardware.
764 +
765 + 20130824:
766 +        Fix a bug in sendmail 8.14.7 that interferes with how it
767 +        handles AAAA records interoperating with Microsoft DNS servers.
768 +        FreeBSD has already reported this to Sendmail and a fix
769 +        will be included in the next release.
770 +
771 +        Subversion 1.8.1 is now in the base system as a static
772 +        binary.  It has limited functionality, but can be used to
773 +        checkout/commit code.  It is named svnlite.
774 +
775 + 20130822:
776 +        Fix two security vulnerabilities.
777 +
778 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
779 +        This could be exploited to read memory by a user process.
780 +
781 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
782 +        a buffer allocated from the kernel stack is not completely initialized.
783 +
784 +        Import xz 5.0.4
785 +
786 +        Import sqlite 3.7.17
787 +
788 +        Import BIND 9.8.5-P2
789 +
790 + 20130814:
791 +        mksh R48 imported.
792 +
793 +        Sendmail 8.14.7 imported.
794 +
795 + 20130717:
796 +        libmport bug was fixed causing hash verification to fail.
797 +
798 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
799 +        included.
800 +
801 + 20130612:
802 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
803 +
804 + 20130402:
805 +        Update BIND and OpenSSL to resolve security advisories.
806 +
807 + 20130305:
808 +        MKSH R44 imported.
809 +
810 + 20130213:
811 +        MKSH R42b imported
812 +
813 + 20130211:
814 +        MKSH R42 imported
815 +
816 + 20130125:
817 +        MKSH R41 imported
818 +
819 + 20130122:
820 +        OpenSSH 5.8p2 imported
821 +
822 +        SQLite 3.7.15.2 imported
823 +
824 +        Fixed a longstanding bug in libmport extrating new index files.
825 +
826 + 20120710:
827 +        BSD licensed sort imported from FreeBSD-CURRENT
828 +
829 +        For now, GNU sort is installed as gnusort, but it will
830 +        go away in time.
831 +
832 + 20120708:
833 +        tcsh 6.18.01 imported.
834 +
835 +        NetBSD's iconv imported.
836 +
837 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
838 +
839 + 20120612:
840 +        BIND security update related to CVE-2012-1667.
841 +
842 +        Zero length resource records can cause BIND to crash resulting
843 +        in a DOS attack or information disclosure.
844 +
845 + 20120407:
846 +        mksh R40f (fixes regression)
847 +
848 + 20120328:
849 +        mksh R40e
850 +
851 +        Perl 5.14.2
852 +
853 + 20120229:
854 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
855 +
856 + 20120209:
857 +        mDNSResponder 333.10 imported
858 +
859 + 20111227:
860 +        import raid5 module for GEOM, graid5(8)
861 +
862 +        This is experimental and known to use a lot of kernel
863 +        memory.
864 +
865 + 20111223:
866 +        telnetd: fix a root exploit from a fixed buffer that was not checked
867 +
868 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
869 +
870 +        Fix pam_ssh module:
871 +
872 +        If the pam_ssh module is enabled, attackers may be able to gain access
873 +        to user accounts which have unencrypted SSH private keys.
874 +
875 +        This has to due with the way that openssl works.  It ignores unencrpted data.
876 +
877 +        Fix security issue with chroot and ftpd.
878 +
879 +        nsdispatch(3) doesn't know it's working in a chroot and some
880 +        operations can cause files to get reloaded causing a security
881 +        hole in things like ftpd.
882 +
883 + 20111217:
884 +        libdialog/dialog upgraded to an lgpl version. As it's not
885 +        backwardly compatable, include the old libdialog as libodialog
886 +
887 + 20111212:
888 +        mksh r40d imported
889 +
890 + 20111210:
891 +        re(4) and rl(4) updated to support new chips.
892 +
893 +        GEOM synced with FreeBSD 7-stable.
894 +
895 +        MidnightBSD GPT partition types created in sys/gpt.h and
896 +        setup in boot loader and GEOM.
897 +
898 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
899 +        8xx series chipset.
900 +
901 + 20111207:
902 +        import bsd grep from FreeBSD/OpenBSD.
903 +
904 +        MK_BSD_GREP controls which grep is installed
905 +        as grep with the other as bsdgrep or gnugrep.
906 +
907 + 20111122:
908 +        mksh vR40c imported.
909 +
910 + 20111117:
911 +        BIND 9.6 ESV R5 P1
912 +
913 + 20111107:
914 +        tzdata 2011n
915 +
916 + 20111026:
917 +        mDNSResponder v320
918 +
919 +        BIND 9.6 ESV R5
920 +
921 + 20111022:
922 +        cflow 0.0.6 imported
923 +
924 + 20111020:
925 +        less v436 imported
926 +
927 +        amdsbwd(4) AMD southbridge watchdog
928 +
929 + 20111019:
930 +        awk 20110810 imported
931 +
932 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
933 +        not included in GENERIC kernel.  The kernel module needs
934 +        testing before we can include it in GENERIC.
935 +
936 +        intr_bind code ported to allow an IRQ to be bound to one
937 +        specific CPU core.
938 +
939 + 20111017:
940 +        Time Zone Data v. 2011l (Released 10 October 2011)
941 +
942 +        Updated list of countries (iso3166) to work with new timezone data.
943 +
944 + 20111015:
945 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
946 +        to control which core or group of cores can be used for a given
947 +        process. Several new system calls were added to support this
948 +        functionality in the running kernel and for 32bit binary
949 +        compatibility on amd64.
950 +
951 +        The scheduler default has been changed to ULE in i386 and
952 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
953 +        for this feature.
954 +
955 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
956 +
957 + 20111004:
958 +        Fix a problem with unix socket handling caused by the recent
959 +        patch to unix socket path handling. This allows network
960 +        apps to work under the linuxolator again.
961 +
962 + 20111001:
963 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
964 +        now default and an environment variable must be set to use
965 +        active.
966 +
967 + 20110930:
968 +        Introduce quirks handling for several umass devices including
969 +        USB cameras.  Add workaround for Cyberpower UPS devices.
970 +
971 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
972 +        Stale ip/tcp header pointers are no longer used, lockups fixed
973 +        when network cable is unplugged on bootup, enable TX checksum
974 +        offloading.
975 +
976 +        Add a new man page for gcache(8), a useful geom class when
977 +        working with large raid3 sets.
978 +
979 +        Restore previous workaround for Cypress pata storage controller.
980 +
981 + 20110929:
982 +        Sync ath(4) with FreeBSD 7.3.
983 +
984 +        The following modules are no longer available, and should be
985 +        removed from loader.conf:
986 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
987 +
988 +        alc(4) would hibernate when a cable was unplugged and often
989 +        required bring the interface down and up to "wake up" so that
990 +        a connection could be established.  Disable hibernation.
991 +
992 + 20110928:
993 +        Fix security issues with gzip and compress related to .Z
994 +        files that are corrupted.
995 +
996 +        Fix path validation with unix domain sockets.
997 +
998 + 20110917:
999 +        Remove dependance on mports perl for generating releases as
1000 +        it's in the base system.
1001 +
1002 + 20110914:
1003 +        Import xz 5.0.3 with liblzma 5.0.3
1004 +
1005 + 20110813:
1006 +        synced the sparc64 GENERIC kernel configuration with amd64.
1007 +
1008 + 20110806:
1009 +        sqlite 3.7.7.1 imported
1010 +
1011 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
1012 +        a full text search command line tool.  libmsearch can also be used
1013 +        to build a graphical based search in the future. You can enable
1014 +        index building for msearch in periodic.conf or manually run the
1015 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
1016 +        space in /var.  I'm using approximately 500MB currently.
1017 +
1018 +        Fix a long standing bug with the periodic script to check package
1019 +        versions.  This will be obsolete with mport though.
1020 +
1021 + 20110710:
1022 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
1023 +        know why it's in use and thus script can be run.
1024 +
1025 +        Yet another problem with the perl manifest was fixed
1026 +
1027 + 20110709:
1028 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
1029 +        with use of powerd(8) and cpufreq(4).
1030 +
1031 + 20110612:
1032 +        Update mksh to R40
1033 +
1034 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
1035 +        updating current (cd /usr/src && make check-old)
1036 +
1037 + 20110528:
1038 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
1039 +
1040 + 20110526:
1041 +        newfs:
1042 +        Raised the default blocksize for UFS/FFS filesystems from
1043 +        16K to 32K and the default fragment size from 2K to 4K.
1044 +
1045 +        This should slightly imporve performance on "advanced format"
1046 +        hard drives such as the WD EARS drives. Drives of this type
1047 +        have emulation modes that slow down with lower sizes.  Of course
1048 +        the drive must still be aligned properly when using fdisk.
1049 +
1050 + 20110521:
1051 +        mport tool now has a deleteall command.  This can be used to remove
1052 +        all packages from a system.
1053 +
1054 +        A few bugs with the perl 5.14 import have been fixed.
1055 +
1056 + 20110518:
1057 +        Perl 5.14.0
1058 +
1059 + 20110517:
1060 +        Sendmail 8.14.5
1061 +
1062 + 20110314:
1063 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
1064 +
1065 +        cdevpriv wrappers added
1066 +
1067 +        nss_mdns hack introduced to work around linking problem.
1068 +
1069 +        dnsextd fixed after update to mDNSResponder code.
1070 +
1071 + 20110308:
1072 +        Introduce liblzma & xz 5.0.1 to the base system
1073 +
1074 +        Patch for OpenSSL security issue CVE-2011-0014.
1075 +
1076 +        "OSREVISION 4004"
1077 +
1078 +        nsswitch module for multicast dns (nss_mdns) added.
1079 +
1080 +        tzdata2011c
1081 +
1082 + 20110220:
1083 +        cam(4) syncronized with FreeBSD 7.3.
1084 +
1085 + 20110219:
1086 +        amdtemp(4) updated to support sensors framework.
1087 +
1088 + 20110217:
1089 +        Perl 5.10.1 imported
1090 +
1091 + 20110216:
1092 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
1093 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
1094 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
1095 +        been placed in GENERIC on i386 and amd64.
1096 +
1097 +        Update bfe(4) to support newer devices and WOL.
1098 +
1099 + 20110215:
1100 +        age(4) added.
1101 +
1102 + 20110208:
1103 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
1104 +
1105 + 20110206:
1106 +        eeemon(4) added to monitor Asus Eee PC.
1107 +
1108 + 20110205:
1109 +        OpenSSH 5.7p1
1110 +
1111 +        GNU sort 6.9 (coreutils)
1112 +
1113 + 20110203:
1114 +        one true awk 20100523 imported
1115 +
1116 +        sqlite 3.7.5
1117 +
1118 +        OpenSSL 0.9.8q
1119 +
1120 + 20110202:
1121 +        tcsh 6.17.00
1122 +
1123 +        file 5.05
1124 +
1125 + 20110122:
1126 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
1127 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
1128 +
1129 + 20110120:
1130 +        BIND 9.6.2-P3
1131 +
1132 +        sudo 1.7.4-p6
1133 +
1134 + 20110115:
1135 +        Add experimental jme(4) for Jmicron ethernet devices.
1136 +
1137 + 20101130:
1138 +        A double free exists in the SSL client ECDH handling code, when
1139 +        processing specially crafted public keys with invalid prime
1140 +        numbers. [CVE-2010-2939]
1141 +
1142 + 20101120:
1143 +        Several portions of the kernel and userland code related to UFS file
1144 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
1145 +        to use of int types.  Based on a patch from FreeBSD, I've modified
1146 +        our UFS2 implementation to handle unsigned values for inode counts
1147 +        which should allow for file systems greater than 16TB.
1148 +
1149 +        newfs and growfs was also modified.
1150 +
1151 + 20101110:
1152 +        Fix a security issue with pseudofs which could result in running code in kernel
1153 +        context or a kernel panic depending on system configuration.  This affects file
1154 +        systems such as procfs for instance.
1155 +
1156 + 20101021:
1157 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
1158 +        This is similar to functions present in many linux distros. The utility was
1159 +        written by Devin Teske for FreeBSD.
1160 +
1161 + 20100920:
1162 +        bzip2 security patch for integer overflow.
1163 +
1164 + 20100905:
1165 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
1166 +        for 0.4.
1167 +
1168 + 20100902:
1169 +        Fix a security issue with libutil that allows users to bypass cpu limits in
1170 +        login.conf in some cases.  This combined with OpenSSH for example can allow
1171 +        the user to get more resources than they're allowed.
1172 +
1173 + 20100822:
1174 +        Import Apple's mDNSResponder (mdnsd).
1175 +
1176 + 20100814:
1177 +        libdispatch added to MidnightBSD.  This provides functionality found in
1178 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
1179 +        licensed under Apache 2, we create a new MK_APACHE option so that
1180 +        it's not required for all users to run code under a license they
1181 +        may not like.
1182 +
1183 + 20100713:
1184 +        mbuf readonly fix related to sendfile(2) data corruption.
1185 +
1186 + 20100704:
1187 +        brainfuck(1) imported from MirBSD.
1188 +
1189 + 20100505:
1190 +        zlib 1.2.5
1191 +
1192 + 20100430:
1193 +        Sudo 1.7.2p6 imported
1194 +
1195 + 20100321:
1196 +        Update zlib to 1.2.4
1197 +
1198 + 20100319:
1199 +        Removed i586 from default i386 generic kernel.
1200 +
1201 + 20100317:
1202 +        Update to tzdata2010e (time zones).  This includes changes in
1203 +        Mexico.
1204 +
1205 +        Add support for several newer sound cards via hda including
1206 +        ATI and Realtek chipsets.
1207 +
1208 + 20100313:
1209 +        CPU detection has been changed.  VIA Padlock detection added.
1210 +
1211 + 20100312:
1212 +        Fix a number of bugs and compiler warnings in libmport. Handle
1213 +        plus signs in paths for mport.check-fake
1214 +
1215 + 20100311:
1216 +        mksh R39c
1217 +
1218 + 20100309:
1219 +        Sudo 1.7.2p5
1220 +
1221 +        sqlite3 3.6.23
1222 +
1223 +        mksh R39b
1224 +
1225 +        libffi (ffi) 3.0.9
1226 +
1227 + 20100206:
1228 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
1229 +        properly pass arguments to ld.
1230 +
1231 +        re(4) and rl(4) have been updated to support several new
1232 +        realtek chipsets.  Performance has been improved on re(4).
1233 +
1234 + 20100204:
1235 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
1236 +        segfaulting.  
1237 +
1238 + 20100116:
1239 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
1240 +
1241 +        BIND 9.6.1-P2
1242 +
1243 + 20100110:
1244 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
1245 +
1246 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
1247 +        install libc before doing a full buildworld when upating from 0.2 or
1248 +        older current systems.
1249 +
1250 +        kqueue(2) was modified to support portions of libdispatch functionality.
1251 +
1252 + 20100106:
1253 +        Bind security update.  Fix a bug with DNSSEC that causes negative
1254 +        cache entries and thus a possible DNS cache poisoning attack.
1255 +
1256 +        Fix a bug in ZFS that can reset permissions on system crashes.
1257 +
1258 + 20091228:
1259 +        amdtemp(4) was added.  It allows one to monitor to the temperature
1260 +        of an AMD CPU such as a Phenom.
1261 +
1262 + 20091205:
1263 +        OpenSSL security fix
1264 +
1265 +        The SSL version 3 and TLS protocols support session renegotiation without
1266 +        cryptographically tying the new session parameters to the old parameters.
1267 +
1268 + 20091128:
1269 +        OpenBSD sensors framework imported including sensorsd(8)
1270 +
1271 + 20091126:
1272 +        OpenNTPD 4.4 import
1273 +
1274 +        Update OpenSSH to 5.3p1
1275 +
1276 +        mksh R39
1277 +
1278 + 20091124:
1279 +        cpdup updated from DragonFly to 1.15
1280 +
1281 +        tzdata2009s updated with latest timezone data for November 2009.
1282 +
1283 + 20091010:
1284 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
1285 +        to test current.
1286 +
1287 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
1288 +        on amd64 systems.
1289 +
1290 + 20091006:
1291 +        Update timezone data with tzdata2009n with the Pakistan and
1292 +        Argentina changes.
1293 +
1294 +        Sync several userland utilities with versions from FreeBSD 7.0 in
1295 +        sbin and usr.sbin.
1296 +
1297 + 20090919:
1298 +        Update timezone data with tzdate2009m from September 2009.
1299 +
1300 + 20090729:
1301 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
1302 +        can trigger an assertion and cause named to exit
1303 +
1304 + 20090606:
1305 +        Remove PCC from the base system.  This compiler will not work
1306 +        as a system compiler for us as we've got some userland investment
1307 +        in C++ code and may have Objective-C in the future.  We're stuck
1308 +        with a solution that supports these three languages at a minimum.
1309 +
1310 +        I had wanted to keep it as an optional compiler because it is
1311 +        fast, however too many users want to try to use it for the base
1312 +        system which makes no sense.
1313 +
1314 +        A hack was added for Cypress based usb hard drive enclosures to
1315 +        the kernel.  This should cut down on commands it claims to support
1316 +        but does not (at the cam layer).  Found while testing ZFS on
1317 +        an external device.
1318 +
1319 + 20090520:
1320 +        The powerd daemon no longer starts automatically to improve
1321 +        compatibility with many systems.  However, there is a new
1322 +        installer option in the startup section to enable it. This
1323 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
1324 +        out my new Phenom too.
1325 +
1326 + 20090502:
1327 +        OpenSSH 5.2p1 import
1328 +
1329 +        ale(4) connected to the build. (kernel module only)
1330 +
1331 + 20090501:
1332 +        Imported makefs utility from NetBSD/FreeBSD
1333 +
1334 + 20090422:
1335 +        OpenSSL security update
1336 +
1337 +        The function ASN1_STRING_print_ex does not properly validate the lengths
1338 + of BMPString or UniversalString objects before attempting to print them.
1339 +
1340 + 20090415:
1341 +        Created a Symbol.map for libc/ohash symbols
1342 +
1343 +        Updated several usr/bin usr/sbin utilities.
1344 +
1345 +        Corrected a bug with Makefile.inc1 causing the bootstrap
1346 +        tools to fail.
1347 +
1348 + 20090405:
1349 +        xorg 7.4 wants to configure its input devices via hald which does not
1350 +        yet work with USB. If the keyboard/mouse does not work in xorg then
1351 +        add
1352 +                Option "AllowEmptyInput" "off"
1353 +        to your ServerLayout section.  This will cause X to use the configured
1354 +        kbd and mouse sections from your xorg.conf
1355 +
1356 + 20090403:
1357 +        mksh was disconnected a few day ago do to bugs with
1358 +        buildworld and mports.  Now, connect it back
1359 +        for use as /bin/sh with a conditional called
1360 +        MK_ASH.  By default, ash is the standard /bin/sh
1361 +        but we may change this later.  This will allow further
1362 +        testing by users and developers of mksh without
1363 +        causing an unpleasant default experience.  In the
1364 +        long run, we need to fix mksh compatibility.
1365 +
1366 + 20090328:
1367 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
1368 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
1369 +        as the default /bin/sh.  Please report bugs with
1370 +        ports, etc. The ash code will remain in the repo for awhile
1371 +        as I decide if we'll add something like MK_SHELL_ASH as
1372 +        an optional build parameter.  
1373 +
1374 +        ahd was disconnected from the lint environment until
1375 +        the compiler bug is sorted (by updating gcc?)
1376 +
1377 +        Remove freebsd-tips from fortune files and change the
1378 +        default for login and profile.
1379 +
1380 + 20090327:
1381 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
1382 +
1383 +        Also previously, ctriv has been connecting Perl 5.10
1384 +        to the build (part of os).  This will have an impact
1385 +        on mports.
1386 +
1387 + 20090325:
1388 +        Update Bind to 9.4.3-P1
1389 +
1390 +        Update mksh to R36b
1391 +
1392 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
1393 +
1394 +        Update pnpinfo, sync with FreeBSD.
1395 +
1396 + 20090115:
1397 +        Fix a problem with DNSSEC and BIND.
1398 +
1399 + 20090110:
1400 +        For applications using OpenSSL for SSL connections, an invalid SSL
1401 +        certificate may be interpreted as valid.  This could for example be
1402 +        used by an attacker to perform a man-in-the-middle attack.
1403 +
1404 +        Other applications which use the OpenSSL EVP API may similarly be
1405 +        affected.
1406 +
1407 +        Stop cross site request forgery attacks in lukemftpd
1408 +
1409 + 20090104:
1410 +        Import GNU libreadline 5.2
1411 +
1412 + 20090101:
1413 +        Update time zone data to 2008i.
1414 +
1415 + 20081231:
1416 +        Correct a problem where bluetooth and netgraph sockets are not
1417 +        properly initialized.
1418 +
1419 +        Happy 2009.
1420 +
1421 + 20081206:
1422 +        Due to the massive change in the underlying system under way,
1423 +        we're naming the next release 1.0.  The sys/sys/param.h was
1424 +        changed accordingly.  ipfilter and ncurses were corrected
1425 +        using __MidnightBSD__ tests in the code.  
1426 +
1427 +        The GENERIC kernel config was caught up on i386 today.  Consider
1428 +        i386 still broken, but amd64 is running again.
1429 +
1430 +        mdoc.local was updated with the new MidnightBSD version info.
1431 +
1432 +        batt(1) was rewritten in C.  It now supports several flags and
1433 +        runs about 8 times faster on my laptop.  The default output
1434 +        shows the number of minutes of battery life remaining and the
1435 +        percentage.  You can use -u to display the number of batteries or
1436 +        -c to get script friendly output.  Consult the man page for more.
1437 +
1438 + 20081204:
1439 +        Work has completed on importing ZFS, jemalloc, several
1440 +        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
1441 +        support, improved locking for file desc., audit (openbsm),
1442 +        openssl .98e, nfe, imporved intel high def audio, midi, updated
1443 +        intel gigabit (em), support for several wifi cards (intel), ...
1444 +
1445 +        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
1446 +        data from param.h instead of the FreeBSD version.  This means
1447 +        testing is now possible in the ports tree for the version
1448 +        and that any ports or code relying on the FreeBSD version from
1449 +        sys/sys/param.h will need to be fixed.
1450 +
1451 + 20080905:
1452 +        update nve(4) to support new hardware.
1453 +
1454 + 20080801:
1455 +        Import OpenBSM 1.0
1456 +
1457 +        Modify src/release to create 3 isos instead of 2 for packages.
1458 +
1459 +        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
1460 +
1461 +        Many ia64, alpha, powerpc items were removed.
1462 +
1463 +        The recent diffutils 2.8.7 import was fixed.
1464 +
1465 + 20080703:
1466 +        pcc was not installed properly when setting DESTDIR for live cds,
1467 +        or posibly jails.
1468 +
1469 + 20080627:
1470 +        Add firmware(9), WEP, CCMP, TKIP to GENERIC.
1471 +
1472 +        Add glabel to GENERIC.
1473 +
1474 +        Intel ICH8 mobile chipset used on some iMacs included with ata.
1475 +
1476 +        pcc connected to the build on i386. (alternative compiler)
1477 +
1478 +        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
1479 +
1480 + 20080528:
1481 +        Sendmail 8.14.3
1482 +
1483 + 20080516:
1484 +        ssh-vulnkey allows you to look for vulnerable ssh keys that
1485 +        were generated on Debian and Ubuntu hosts over the last
1486 +        few years.  sshd can block offending keys with a configuration
1487 +        option.
1488 +
1489 +        The elf note on binaries is now set to MidnightBSD.
1490 +
1491 + 20080514:
1492 +        Fixed a number of problems with pcc.  It is not yet connected
1493 +        to the build, but usable on i386 hosts.  You may use it
1494 +        by make; make install in /usr/src/usr.bin/pcc.  It will
1495 +        install in /usr/local as some of the files conflict with
1496 +        GCC versions. __MidnightBSD__ is defined in PCC as well.
1497 +
1498 +        System headers were fixed to allow pcc to compile many binaries
1499 +        on MidnightBSD.  bin/cp will work now for instance.
1500 +
1501 + 20080430:
1502 +        __MidnightBSD__ is now defined via gcc.  This can be tested
1503 +        to determine we're running on MidnightBSD in the preprocessor.
1504 +
1505 + 20080429:
1506 +        Import bind 9.4.2 with threading
1507 +
1508 +        libpthread (KSE) and libthr are built earlier
1509 +        
1510 +        pcvt(4) removed!
1511 +
1512 +        Alias added for core2 cpus.
1513 +
1514 +        Alpha and PC98 only utilities removed from usr/sbin
1515 +
1516 +        syslogd, adduser, rmuser, mergemaster and mailwrapper have been
1517 +        improved.  See the man pages for info.
1518 +
1519 +        periodic scripts will not send emails with empty message bodies.
1520 +        See mailwrapper fix.
1521 +
1522 + 20080410:
1523 +        Sync cpdup with DragonFly.  Add parallel transaction support and
1524 +        -l flag to line-buffer stdout and stderr.
1525 +
1526 + 20080406:
1527 +        Import bzip2 1.05
1528 +        Import OpenSSH 4.9p1
1529 +
1530 + 20080322:
1531 +        The default umask was changed to 022.
1532 +        
1533 +        /usr/X11R6 paths were removed from several config files.
1534 +
1535 +        .mkshrc files are now installed for root.
1536 +
1537 + 20080316:
1538 +        FIx a problem with gif0 tunnels and neighbors with IPV6.
1539 +
1540 + 20080312:
1541 +        Add lndir from X.org.  This aides in the porting of MirPorts.
1542 +
1543 +        New OS versions were added to the mapage code (groff)
1544 +
1545 + 20080310:
1546 +        Correct a buffer overflow in ppp.
1547 +
1548 + 20080308:
1549 +        Remove /usr/X11R6 from manpath config.
1550 +
1551 + 20080307:
1552 +        Atheros driver no longer has several options set
1553 +        which corrects building in tinderbox on all three platforms.
1554 +
1555 +        Added a new macro to sx.h which returns true if the current
1556 +        thread holds an exclusive lock on a specifix sx.
1557 +
1558 +        Removed OS/2's HPFS file system.   It's not maintained and
1559 +        I don't know anyone using OS/2 or ecomstation these days.
1560 +        My copy is in the closet collecting dust.
1561 +
1562 + 20080306:
1563 +        Synced tinderbox with FreeBSD.  Modified it for MidnightBSD.
1564 +        Developers can now use it to check src builds.
1565 +
1566 + 20080303:
1567 +        Add mksh to /etc/shells, made some adjustments to options
1568 +        for mksh builds per suggestion upstream.
1569 +
1570 +        USB HID table updated with modern hardware list.
1571 +
1572 +        Updated BSD family true (we're not in there yet)
1573 +
1574 +        iso3166 file updated and import of tzdata2007k for
1575 +        new time zones.
1576 +
1577 +        Updated mksh to latest version R33.
1578 +
1579 + 20080228:
1580 +        Remplaced the random IP id generation code with a new
1581 +        version by Amit Klein.
1582 +
1583 + 20080221:
1584 +        Sendfile write only permissions fix.
1585 +
1586 +        Removed some HPFS and PC98 code.
1587 +
1588 +        iso639 file sycned with DragonFly.
1589 +
1590 + 20080128:
1591 +        Changed NTP configuration so that ips aren't cached
1592 +        so multiple servers are used.
1593 +
1594 +        Fix an issue with fork() in libpthread.
1595 +
1596 + 20080121:
1597 +        Add virtualization detection to set the HZ rate
1598 +        according to a VM present.  VMWare and Parallels
1599 +        should work better like this.
1600 +
1601 +        Change to full x11 install in sysinstall.  Add
1602 +        xorg 7 support.
1603 +
1604 + 20080115:
1605 +        Fix the handling of PTY's.  CVE-2008-0216
1606 +
1607 + 20080105:
1608 +        mport delete code added, USE_MPORT_TOOLS knob aded.
1609 +
1610 + 20080101:
1611 +        Happy New Year
1612 +
1613 + 20071123:
1614 +        Update sendmail to 8.14.2
1615 +
1616 + 20071120:
1617 +        Update system compiler to gcc 3.4.6.
1618 +
1619 + 20071023:
1620 +        Updated mksh to R31d.
1621 +
1622 + 20070911:
1623 +        Updated mksh to version R31b.
1624 +
1625 +        Fixed stderr output in libpthread.  Previously it was
1626 +        written to stdout.
1627 +
1628 + 20070831:
1629 +        Added dot.mkshrc file to support the recent change to
1630 +        mksh from OpenBSD's ksh derived from pdksh.  
1631 +
1632 +        Added new firewall configuration.  ipfw is enabled by default
1633 +        with a "desktop" configuration.  Consult /etc/rc.firewall
1634 +        or ipfw show to see the ruleset used.  You can disable
1635 +        ipfw by setting firewall_enable="NO" in /etc/rc.conf This
1636 +        change only effects IPv4.  IPv6 does not have a firewall
1637 +        enabled by default.
1638 +
1639 + 20070814:
1640 +        Removed GNU tar source.  We've been using BSD tar
1641 +        for awhile.
1642 +
1643 + 20070806:
1644 +        Finished removing umapfs and autofs from the tree.
1645 +
1646 + 20070804:
1647 +        BIND and Tcpdump have been patched for recent vulnerabilities.
1648 +
1649 +        We switched to BSD cpio (pax).
1650 +
1651 + 20070719:
1652 +        Imported cpdup from DragonFly as /bin/cpdup
1653 +
1654 + 20070716:
1655 +        Update GNU cpio to 2.8.
1656 +
1657 + 20070410:
1658 +        cvs was updated to 1.12.13.  cvsbug was removed.
1659 +        cvs now behaves similarly to DragonFly's cvs with
1660 +        most of their local changes.  
1661 +
1662 + 20070409:
1663 +        RELENG_0_1 was created. More aggresive changes will
1664 +        continue here.
1665 +
1666 + 20070406:
1667 +        Back out propolice.  propolice caused several problems
1668 +        with our threading libraries libthr and libpthread.  
1669 +        curthread was often NULL after the patch and many
1670 +        multithreaded applications would crash.  We plan to
1671 +        work on either bringing in gcc 4.1 or developing a new
1672 +        patch which also corrects our threading issues later.
1673 +
1674 +        It is more important to have a stable system for our
1675 +        mport work and other projects at this time.
1676 +
1677 +        This is not a clean removal.  It is recommended that you
1678 +        have a recently SNAP CD handy.  You can either reinstall
1679 +        or perform a make buildworld and make buildkernel and
1680 +        make installkernel.  Reboot on the cd and copy the contents
1681 +        of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
1682 +        /usr/lib, and /usr/libexec to the respective directories on
1683 +        your disk.  Then you should be able to boot into single user
1684 +        mode and run make installworld.  You will need to run
1685 +        chflags noschg on some of the files if you can't overwrite
1686 +        them.
1687 +
1688 +        You will get __guard missing errors since we had to remove
1689 +        this from libc.
1690 +
1691 +        You will need to rebuild any ports built while propolice was
1692 +        installed.
1693 +
1694 + 20070401:
1695 +        Importing propolice into MidnightBSD. Propolice is going to
1696 +        provide us with much greater security and stability in the
1697 +        long run. If upgrading from a pre-propolice system, please
1698 +        follow the these instructions:
1699 +
1700 +        cd /usr/src/lib/libc && make obj && make && make install
1701 +        cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
1702 +        cd /usr/src/lib/libpthread && make obj && make && make install
1703 +        cd /usr/src/lib/libthr && make obj && make && make install
1704 +        buildworld and kernel
1705 +
1706 +        It is adviced that any mports which were installed and/or built
1707 +        prior to the propolice update also be updated. If any errors
1708 +        or issue are encounted, please contact security@midnightbsd.org
1709 +        and we will be sure to investigate and come up with an expeditious
1710 +        fix.
1711 +
1712 + 20070314:
1713 +        Remove send-pr from src.
1714 +
1715 +        Switch to NetBSD's gzip.
1716 +
1717 +        Bump MBSD minor revision.
1718 +
1719 + 20070313:
1720 +        Imported OpenSSH 4.6p1.
1721 +
1722 +        Imported FreeBSD's libarchive and updated tar to work with it.
1723 +
1724 +        Disabled debug statements cluttering up /var/log/messages for
1725 +        the tcp autobuf patch applied previously.
1726 +
1727 + 20070312:
1728 +        Synced several audio changes from FreeBSD 6.1. Removed the
1729 +        BSD Daemon files from src/share.  
1730 +
1731 + 20070308:
1732 +        Added mfi which supports LSI Logic MegaRAID SAS devices including
1733 +        the Dell perc5i.
1734 +
1735 + 20070206:
1736 +        Imported OpenBSD's sudo into source. Please install
1737 +        /usr/src/usr.bin/sudo/lib first before building.
1738 +
1739 +        Those who install from a snapshot after this date
1740 +        will not be effected.
1741 +
1742 + 20070119:
1743 +        Added audit group.  Be sure to add audit to your /etc/group file
1744 +        before installing world.
1745 +
1746 +        hostapd was updated to 0.4.8.
1747 +
1748 +        An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
1749 +        unbreak world.
1750 +
1751 +        wpa_supplicant was updated.
1752 +
1753 +        For stability and compatibility reasons, it was decided that MidnightBSD
1754 +        sync with FreeBSD 6.1 Release.  Nearly every change between the original
1755 +        fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
1756 +        2006 will be merged.  Beyond this, MidnightBSD will be a "real" fork and
1757 +        will not sync every little change with FreeBSD.
1758 +
1759 + 20061231:
1760 +        Updated COPYRIGHT for 2007.
1761 +
1762 +        Updated and bumped libutil after importing NetBSD efun(3) functions.
1763 +
1764 +        Added MidnightBSD_version and bumped the FreeBSD version as we've
1765 +        synced all commits between the fork and that version.  It is now safe
1766 +        to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
1767 +        Feb 26, 2006.
1768 +
1769 +        Added spell(1) and deroff(1) from NetBSD.  Also added additional
1770 +        dict files to work with it. /usr/share/dict/american,
1771 +        /usr/share/dict/british and /usr/share/dict/special/math
1772 +
1773 +        Numerous man page and bug fixes.
1774 +
1775   20061226:
1776          Setup /usr/share/examples/cvsup SUPfiles for the new
1777 <        MidnightBSD CVSup server.  
1777 >        MidnightBSD CVSup server.
1778  
1779 +        Fix a bug in burncd where it would continue forever while
1780 +        erasing CDRW media.
1781 +
1782 +        Add csup to /usr/bin.  csup is a CVSup replacement written
1783 +        in C.
1784 +
1785 +        Fixed a bug with bsnmpd build from Oct 30.  
1786 +
1787 +        Corrected some race conditions and fixed a few bugs in
1788 +        geom.  Imported changes from FreeBSD RELENG_6.
1789 +
1790   20061225:
1791          Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
1792          that caused long double to long and long long
# Line 259 | Line 2039 | Contact Warner Losh if you have any questions about yo
2039   this document.
2040  
2041   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
2042 < $MidnightBSD: src/UPDATING,v 1.6 2006/10/31 19:20:59 laffer1 Exp $
2042 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 352 by laffer1, Tue Dec 26 22:38:02 2006 UTC vs.
Revision 9217 by laffer1, Sat Nov 5 16:49:14 2016 UTC

# Line 1 | Line 0
1 1.7

Comparing trunk/UPDATING (property svn:keywords):
Revision 352 by laffer1, Tue Dec 26 22:38:02 2006 UTC vs.
Revision 9217 by laffer1, Sat Nov 5 16:49:14 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines