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 1598 by laffer1, Fri May 16 22:38:32 2008 UTC vs.
Revision 7831 by laffer1, Wed Sep 7 00:13:05 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 > 20160906:
4 >        Add support for the MosChip MCS9904 four serial ports
5 >        controller.
6  
7 +        Add support for walltimestamp in DTrace.
8 +
9 +        Various gdb improvments.
10 +
11 +        ZFS
12 +        Import the zio nop-write improvement from Illumos. To reduce I/O,
13 +        nop-write omits overwriting data if the checksum (cryptographically
14 +        secure) of new data matches the checksum of existing data.
15 +        It also saves space if snapshots are in use.
16 +
17 +        It currently works only on datasets with enabled compression, disabled
18 +        deduplication and sha256 checksums.
19 +
20 +        Add loader(8) tunable to enable/disable nopwrite functionality:
21 +        vfs.zfs.nopwrite_enabled
22 +
23 +        Introduce a new dataset aclmode setting "restricted" to protect ACL's
24 +        being destroyed or corrupted by a drive-by chmod.
25 +
26 +        New loader-only tunables:
27 +        vfs.zfs.sync_pass_deferred_free
28 +        vfs.zfs.sync_pass_dont_compress
29 +        vfs.zfs.sync_pass_rewrite
30 +
31 +        chkgrp(8) add support for q flag
32 +
33 +        Fix problem with the Samsung 840 PRO series SSD detection.
34 +        The device reports support for SATA Asynchronous Notification in its
35 +        IDENTIFY data, but returns error on attempt to enable that feature.
36 +        Make SATA XPT of CAM only report these errors, but not fail the device.
37 +
38 + 20160905:
39 +        Add a resource limit for the total number of kqueues
40 +        available to the user. Kqueue now saves the ucred of the
41 +        allocating thread, to correctly decrement the counter on close.
42 +        Based on FreeBSD SVN 256849
43 +
44 +        Import netcat from OpenBSD 5.2
45 +
46 + 20160904:
47 +        Introduced experimental TCP sysctls starting with
48 +        net.inet.tcp.experimental.initcwnd10
49 +
50 + 20160814:
51 +        switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
52 +        in the release after the fact.
53 +
54 +        tzdata 2016a
55 +
56 + 20160811:
57 +        libdispatch 210
58 +
59 +        Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
60 +        Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
61 +        added WD Red drives.
62 +
63 +        Updated list of pci device vendors.
64 +
65 +        Updated list of usb devices.
66 +
67 + 20160807:
68 +        Implement several changes to libmport to fix some memory corruption issues.
69 +
70 + 20160806:
71 +        sqlite3 3.13.0
72 +
73 + 20160805:
74 +        Merged fixes for libmport that improve error handling when installing packages. Also
75 +        support mkdir -p like behavior for plist entries.
76 +
77 + 20160531:
78 +        Fix four security issues with MidnightBSD.
79 +
80 +        The implementation of TIOCGSERIAL ioctl(2) does not clear the output
81 +        struct before sending to userland in the linux emulation layer.
82 +
83 +        The compat 43 stat(2) system call exposes kernel stack to userland.
84 +
85 +        libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
86 +        cpio directory traversal and an integer signedness error in the archive
87 +        write zip data routine.
88 +
89 +
90 + 20160528:
91 +        Fixed minor issues with mined(1) and msearch(1).
92 +
93 + 20160526:
94 +        Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
95 +
96 +        Fix libpmc(3) build with clang compiler.
97 +
98 + 20160519:
99 +        Kernel Security updates
100 +
101 +        atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
102 +        local user to overwrite a portion of the kernel memory.
103 +
104 +        Incorrect argument handling in sendmsg(2)
105 +
106 +        Incorrect argument handling in the socket code allows malicious local
107 +        user to overwrite large portion of the kernel memory.
108 +
109 + 20160505:
110 +        OpenSSL security patch
111 +
112 +        The padding check in AES-NI CBC MAC was rewritten to be in constant time
113 +        by making sure that always the same bytes are read and compared against
114 +        either the MAC or padding bytes. But it no longer checked that there was
115 +        enough data to have both the MAC and padding bytes. [CVE-2016-2107]
116 +
117 +        An overflow can occur in the EVP_EncodeUpdate() function which is used for
118 +        Base64 encoding of binary data. [CVE-2016-2105]
119 +
120 +        An overflow can occur in the EVP_EncryptUpdate() function, however it is
121 +        believed that there can be no overflows in internal code due to this problem.
122 +        [CVE-2016-2106]
123 +
124 +        When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
125 +        a short invalid encoding can casuse allocation of large amounts of memory
126 +        potentially consuming excessive resources or exhausting memory.
127 +        [CVE-2016-2109]
128 +
129 + 20160412:
130 +        0.8 stable branch created. Continue development as 0.9.
131 +
132 +        Fix several issues with wait6 system call addition.
133 +
134 + 20160409:
135 +        libmport now supports two new plist formats:
136 +        @(root,wheel,4775) myfile
137 +        @dir(root,wheel,775) mydir
138 +
139 +        On delete, absoluate paths are now handled properly.
140 +
141 + 20160317:
142 +        OpenSSH doesn't have the luck of the Irish.
143 +
144 +        Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
145 +        run shell commands on the call to xauth.
146 +
147 +        Incorrect argument validation in sysarch(2)
148 +
149 +        A special combination of sysarch(2) arguments, specify a request to
150 +        uninstall a set of descriptors from the LDT.  The start descriptor
151 +        is cleared and the number of descriptors are provided.  Due to invalid
152 +        use of a signed intermediate value in the bounds checking during argument
153 +        validity verification, unbound zero'ing of the process LDT and adjacent
154 +        memory can be initiated from usermode.
155 +
156 +        Patch obtained from FreeBSD.
157 +
158 + 20160229:
159 +        top now displays information on ZFS arc cache.
160 +
161 + 20160228:
162 +        llvm + clang 3.3 is now the default compiler in MidnightBSD.
163 +
164 + 20160222:
165 +        Introduce pipe2 to linux emulation layer.
166 +
167 + 20160114:
168 +        OpenSSL
169 +
170 +        The signature verification routines will crash with a NULL pointer dereference
171 +        if presented with an ASN.1 signature using the RSA PSS algorithm and absent
172 +        mask generation function parameter. [CVE-2015-3194]
173 +
174 +        When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
175 +        memory. [CVE-2015-3195]
176 +
177 +        If PSK identity hints are received by a multi-threaded client then the values
178 +        are incorrectly updated in the parent SSL_CTX structure.  [CVE-2015-3196]
179 +
180 +        Fix security on bsnmpd configuration file during installation.
181 +
182 +        TCP MD5 signature denial of service
183 +
184 +        A programming error in processing a TCP connection with both TCP_MD5SIG
185 +        and TCP_NOOPT socket options may lead to kernel crash.
186 +
187 +        SCTP
188 +
189 +        A lack of proper input checks in the ICMPv6 processing in the SCTP stack
190 +        can lead to either a failed kernel assertion or to a NULL pointer
191 +        dereference.  In either case, a kernel panic will follow.
192 +
193 + 20160102:
194 +        Happy New Year
195 +
196 + 20151101:
197 +        Increase kern.ipc.somaxconn default to 256.
198 +
199 + 20151017:
200 +        Add initial statistics api to libmport and a driver to print
201 +        it in mport(1).
202 +
203 + 20151002:
204 +        Revised rpcbind(8) patch to fix issues with NIS
205 +
206 + 20150930:
207 +        In rpcbind(8), netbuf structures are copied directly, which would result in
208 +        two netbuf structures that reference to one shared address buffer.  When one
209 +        of the two netbuf structures is freed, access to the other netbuf structure
210 +        would result in an undefined result that may crash the rpcbind(8) daemon.
211 +
212 + 20150926:
213 +        libmport now supports @preexec, @postexec, @preunexec and @postunexec
214 +        to replace @exec and @unexec.  
215 +
216 +        pre exec runs afer pre-install scripts but before actual installation
217 +
218 +        post exec runs after install but before post install scripts and
219 +        pkg message.
220 +
221 +        pre unexec runs before pre uninstall scripts
222 +
223 +        post unexec runs before de-install scripts and after file removal.
224 +
225 + 20150917:
226 +        Fix kqueue write events for files > 2GB
227 +
228 + 20150825:
229 +        kernel:
230 +        fix a security issue on amd64 where the GS segment CPU register can be changed via
231 +        userland value in kernel mode by using an IRET with #SS or #NP exceptions.
232 +
233 +        openssh:
234 +        A programming error in the privileged monitor process of the sshd(8)
235 +        service may allow the username of an already-authenticated user to be
236 +        overwritten by the unprivileged child process.
237 +
238 +        A use-after-free error in the privileged monitor process of he sshd(8)
239 +        service may be deterministically triggered by the actions of a
240 +        compromised unprivileged child process.
241 +
242 +        A use-after-free error in the session multiplexing code in the sshd(8)
243 +        service may result in unintended termination of the connection.
244 +
245 + 20150818:
246 +        expat security fix
247 +
248 + 20150815:
249 +        libc changes:
250 +        setmode(3) now returns errno consistently on error.
251 +        libc will compile without error using clang
252 +
253 + 20150814:
254 +        wait6 system call added.
255 +
256 +        date(1) now handles non numeric numbers passed to -r
257 +        like GNU coreutils for improved compatibility.
258 +
259 + 20150811:
260 +        ata(4) AMD Hudson2 SATA controller support.
261 +        Intel lynxpoint SATA.
262 +
263 +        Fix some const warnings when building several device drivers
264 +        with llvm/clang.
265 +
266 +        Sync cas(4) with FreeBSD 9-stable.
267 +
268 +        Fix some minor issues with ath(4).
269 +
270 + 20150809:
271 +        xz 5.0.8
272 +
273 + 20150808:
274 +        libmport now logs installation and removal of packages to syslog.
275 +
276 + 20150805:
277 +        routed - fix a potential security issue where traffic from outside
278 +        the network can disrupt routing.
279 +
280 +        bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
281 +        to run.
282 +
283 + 20150802:
284 +        jansson 2.7 library added. (libjansson is a JSON library in C)
285 +
286 + 20150728:
287 +        Heimdal 1.5.2 (kerberos implementation)
288 +
289 +        OpenSSL 1.0.1o
290 +
291 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
292 +
293 +        TCP Resassemly resource exhaustion bug:
294 +        There is a mistake with the introduction of VNET, which converted the
295 +        global limit on the number of segments that could belong to reassembly
296 +        queues into a per-VNET limit.  Because mbufs are allocated from a
297 +        global pool, in the presence of a sufficient number of VNETs, the
298 +        total number of mbufs attached to reassembly queues can grow to the
299 +        total number of mbufs in the system, at which point all network
300 +        traffic would cease.
301 +        Obtained from: FreeBSD 8
302 +
303 +        OpenSSH
304 +
305 +        Fix two security vulnerabilities:
306 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
307 +        offers a certificate. [CVE-2014-2653]
308 +
309 +        OpenSSH servers which are configured to allow password authentication
310 +        using PAM (default) would allow many password attempts. A bug allows
311 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
312 +
313 +
314 +        Switch to bsdpatch (from FreeBSD & OpenBSD)
315 +
316 + 20150726:
317 +        BSD Sort updated
318 +
319 +        sqlite 3.8.10.2
320 +
321 + 20150725:
322 +        Import reallocarray from OpenBSD's libc.  
323 +
324 +        The reallocarray() function is similar to realloc() except it operates on
325 +        nmemb members of size size and checks for integer overflow in the
326 +        calculation nmemb * size.
327 +
328 + 20150722:
329 +        Fix a bug where TCP connections transitioning to LAST_ACK
330 +        state can get stuck. This can result in a denial of service.
331 +
332 + 20150715:
333 +        libmport now supports @shell and @sample in plists. This means that
334 +        a shell port can automatically add an entry to /etc/shells and remove
335 +        it upon uninstallation. For sample files, a copy is made without the
336 +        .sample extension if one does not exist and it is removed automatically
337 +        only if the md5 hash of the two files is the same.
338 +
339 + 20150709:
340 +        flex 2.5.39
341 +
342 + 20150702:
343 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
344 +        with zfs set compression=lz4 pool/path.
345 +
346 +        Verify it's working with
347 +        zfs get compressratio pool/path
348 +        du -h -s *
349 +
350 +        Note you must write new data when turning on compression to see
351 +        changes. Existing files are not compressed.
352 +
353 +        Note: While we used the same basic implementation of lz4 that
354 +        FreeBSD and OpenZFS uses, we did not yet implement features support
355 +        and the zfs version still reports 28. This may come in a future update
356 +        to ZFS.
357 +
358 + 20150621:
359 +        libmport now automatically stops services when deleting packages.
360 +
361 +        The package must have installed an rc.d script in /usr/local/etc
362 +        for this to work. This is equivalent to running service <name> onestop
363 +
364 + 20150618:
365 +        Sendmail
366 +
367 +        With the recent changes to OpenSSL to block 512 bit certificates,
368 +        sendmail can't connect with TLS to some servers.
369 +
370 +        Increase the default size to 1024 bit for client connections to
371 +        match the server configuration.
372 +
373 +        ZFS
374 +
375 +        Added ZFS TRIM support which is enabled by default. To disable
376 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
377 +
378 +        Creating new ZFS pools and adding new devices to existing pools
379 +        first performs a full device level TRIM which can take a significant
380 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
381 +        to disable this behaviour.
382 +
383 +        ZFS TRIM requires the underlying device support BIO_DELETE which
384 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
385 +        via CAM, which are typically supported by SSD's.
386 +
387 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
388 +        under kstat.zfs.misc.zio_trim.
389 +
390 +        rc.d
391 +
392 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
393 +        implies everything is mounted and ready to go.
394 +
395 +        Changed how ip6addressctl maps IPv6 on startup.
396 +
397 + 20150613:
398 +        tzdata 2015d
399 +
400 + 20150612:
401 +        OpenSSL 0.9.8zg
402 +
403 + 20150419:
404 +        MidnightBSD 0.6 stable branch created. Continue 0.7
405 +        development.
406 +
407 + 20150418:
408 +        sqlite 3.8.9
409 +
410 + 20150407:
411 +        Fix two security vulnerabilities:
412 +
413 +        The previous fix for IGMP had an overflow issue. This has been corrected.
414 +
415 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
416 +        suggested Current Hop Limit value of a link, which will replace
417 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
418 +        system.
419 +
420 + 20150319:
421 +        OpenSSL 0.9.8.zf
422 +
423 +        mksh R50e
424 +
425 +        Apple mDNSResponder 561.1.1
426 +
427 + 20150306:
428 +        Upgrade OpenSSL to 0.9.8ze
429 +
430 + 20150225:
431 +        Fix two security vulnerabilities.
432 +
433 +        1. BIND servers which are configured to perform DNSSEC validation and which
434 +        are using managed keys (which occurs implicitly when using
435 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
436 +        unpredictable behavior due to the use of an improperly initialized
437 +        variable.
438 +
439 +        CVE-2015-1349
440 +
441 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
442 +        in a buffer which is too small for the requested operation.
443 +
444 +        This can result in a DOS attack.
445 +
446 + 20141211:
447 +        Fix a security issue with file and libmagic that can allow
448 +        an attacker to create a denial of service attack on any
449 +        program that uses libmagic.
450 +
451 + 20141109:
452 +        Fix building perl during buildworld when the GDBM port is installed.
453 +
454 + 20141106:
455 +        tzdata 2014i
456 +
457 + 20141102:
458 +        serf 1.3.8
459 +
460 + 20141031:
461 +        tnftp 20141031 fixes a security vulnerability with tnftp,
462 +        CVE-2014-8517.
463 +
464 + 20141028:
465 +        OpenSSL 0.9.8zc
466 +
467 + 20141021:
468 +        Fix several security vulnerabilities in routed, rtsold,
469 +        and namei with respect to Capsicum sandboxes looking up
470 +        nonexistent path names and leaking memory.
471 +
472 +        The input path in routed(8) will accept queries from any source and
473 +        attempt to answer them.  However, the output path assumes that the
474 +        destination address for the response is on a directly connected
475 +        network.
476 +
477 +        Due to a missing length check in the code that handles DNS parameters,
478 +        a malformed router advertisement message can result in a stack buffer
479 +        overflow in rtsold(8).
480 +
481 + 20141011:
482 +        mksh R50d - fix field splitting regression and null
483 +        pointer dereference
484 +
485 +        xz 5.0.7
486 +
487 +        OpenSSH 6.6p1
488 +
489 + 20141004:
490 +        mksh R50c - security update for environment var bug with
491 +        foo vs foo+    
492 +
493 + 20141002:
494 +        sqlite 3.8.6
495 +
496 +        sudo 1.7.8 - some issues with the current version, but we're slowly
497 +        getting up to date.
498 +
499 + 20141001:
500 +        mksh R50b
501 +
502 +        libmport now supports plist commands @dir, @owner, @group, @mode.
503 +
504 +        sudo 1.7.6p2
505 +
506 + 20140916:
507 +        Fix a security issue with TCP SYN.
508 +
509 +        When a segment with the SYN flag for an already existing connection arrives,
510 +        the TCP stack tears down the connection, bypassing a check that the
511 +        sequence number in the segment is in the expected window.
512 +
513 + 20140909:
514 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
515 +        with some programs including Dovecot.
516 +
517 +        OpenSSL security patch:
518 +
519 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
520 +        to consume large amounts of memory. [CVE-2014-3506]
521 +
522 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
523 +        memory. [CVE-2014-3507]
524 +
525 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
526 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
527 +        the stack. [CVE-2014-3508]
528 +
529 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
530 +        a denial of service attack. [CVE-2014-3510]
531 +
532 + 20140902:
533 +        We're now 0.6-CURRENT
534 +
535 +        Update USB quirks to support K70 Corsair keyboard, and several
536 +        other devices.
537 +
538 + 20140827:
539 +        Perl 5.18.2
540 +
541 + 20140728:
542 +        Jails now run shutdown scripts.
543 +
544 + 20140710:
545 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
546 +        before sharing with userland.
547 +
548 + 20140701:
549 +        MKSH R50
550 +
551 + 20140630:
552 +        File 5.19
553 +
554 + 20140605:
555 +        Fix four security issues with OpenSSL
556 +
557 + 20140604:
558 +        Sendmail failed to properly set close-on-exec for open file descriptors.
559 +
560 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
561 +        in a leak of information.
562 +
563 + 20140430:
564 +        Fix a TCP reassembly bug that could result in a DOS attack
565 +        of the system. It may be possible to obtain portions
566 +        of kernel memory as well.
567 +
568 + 20140411:
569 +        Update zlib to 1.2.7
570 +
571 + 20140122:
572 +        Support for username with length 32. Previous limit was 16
573 +
574 + 20140114:
575 +        Fix two security vulnerabilities.
576 +
577 +        bsnmpd contains a stack overflow when sent certain queries.
578 +
579 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
580 +        crafted packets.
581 +
582 + 20131228:
583 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
584 +
585 +        Updated em(4), igb(4) and ixgbe(4)
586 +
587 +        MidnightBSD now works with Z87 Intel chipsets.
588 +
589 + 20131207:
590 +        Remove sparc64 architecture. It hasn't been working for awhile
591 +        and it's not useful for desktops anymore.
592 +
593 + 20131205:
594 +        OpenSSH 6.4p1
595 +
596 + 20131203:
597 +        Perl 5.18.1 imported.
598 +
599 +        Update less to v458
600 +
601 + 20131130:
602 +        Remove named from base. We still include the client utilities for
603 +        now until replacements can be found.
604 +
605 + 20131004:
606 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
607 +
608 + 20130917:
609 +        Support for 65,536 routing tables was added.  A new fib specific
610 +        field has been added to mbuf.  This is an increase from 16.
611 +
612 + 20130910:
613 +        Security updates: (kern.osreldate 5001)
614 +
615 +        nullfs(5)
616 +
617 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
618 +        check whether the source and target of the link are both in the same
619 +        nullfs instance.  It is therefore possible to create a hardlink from a
620 +        location in one nullfs instance to a file in another, as long as the
621 +        underlying (source) filesystem is the same.
622 +
623 +        ifioctl
624 +
625 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
626 +        handlers are written in such a way that an unrecognized request is
627 +        passed on unmodified to the link layer, which will either handle it or
628 +        return an error code.
629 +
630 +        Network interface drivers, however, assume that the SIOCSIFADDR,
631 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
632 +        handled at the network layer, and therefore do not perform input
633 +        validation or verify the caller's credentials.  Typical link-layer
634 +        actions for these requests may include marking the interface as "up"
635 +        and resetting the underlying hardware.
636 +
637 + 20130824:
638 +        Fix a bug in sendmail 8.14.7 that interferes with how it
639 +        handles AAAA records interoperating with Microsoft DNS servers.
640 +        FreeBSD has already reported this to Sendmail and a fix
641 +        will be included in the next release.
642 +
643 +        Subversion 1.8.1 is now in the base system as a static
644 +        binary.  It has limited functionality, but can be used to
645 +        checkout/commit code.  It is named svnlite.
646 +
647 + 20130822:
648 +        Fix two security vulnerabilities.
649 +
650 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
651 +        This could be exploited to read memory by a user process.
652 +
653 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
654 +        a buffer allocated from the kernel stack is not completely initialized.
655 +
656 +        Import xz 5.0.4
657 +
658 +        Import sqlite 3.7.17
659 +
660 +        Import BIND 9.8.5-P2
661 +
662 + 20130814:
663 +        mksh R48 imported.
664 +
665 +        Sendmail 8.14.7 imported.
666 +
667 + 20130717:
668 +        libmport bug was fixed causing hash verification to fail.
669 +
670 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
671 +        included.
672 +
673 + 20130612:
674 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
675 +
676 + 20130402:
677 +        Update BIND and OpenSSL to resolve security advisories.
678 +
679 + 20130305:
680 +        MKSH R44 imported.
681 +
682 + 20130213:
683 +        MKSH R42b imported
684 +
685 + 20130211:
686 +        MKSH R42 imported
687 +
688 + 20130125:
689 +        MKSH R41 imported
690 +
691 + 20130122:
692 +        OpenSSH 5.8p2 imported
693 +
694 +        SQLite 3.7.15.2 imported
695 +
696 +        Fixed a longstanding bug in libmport extrating new index files.
697 +
698 + 20120710:
699 +        BSD licensed sort imported from FreeBSD-CURRENT
700 +
701 +        For now, GNU sort is installed as gnusort, but it will
702 +        go away in time.
703 +
704 + 20120708:
705 +        tcsh 6.18.01 imported.
706 +
707 +        NetBSD's iconv imported.
708 +
709 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
710 +
711 + 20120612:
712 +        BIND security update related to CVE-2012-1667.
713 +
714 +        Zero length resource records can cause BIND to crash resulting
715 +        in a DOS attack or information disclosure.
716 +
717 + 20120407:
718 +        mksh R40f (fixes regression)
719 +
720 + 20120328:
721 +        mksh R40e
722 +
723 +        Perl 5.14.2
724 +
725 + 20120229:
726 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
727 +
728 + 20120209:
729 +        mDNSResponder 333.10 imported
730 +
731 + 20111227:
732 +        import raid5 module for GEOM, graid5(8)
733 +
734 +        This is experimental and known to use a lot of kernel
735 +        memory.
736 +
737 + 20111223:
738 +        telnetd: fix a root exploit from a fixed buffer that was not checked
739 +
740 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
741 +
742 +        Fix pam_ssh module:
743 +
744 +        If the pam_ssh module is enabled, attackers may be able to gain access
745 +        to user accounts which have unencrypted SSH private keys.
746 +
747 +        This has to due with the way that openssl works.  It ignores unencrpted data.
748 +
749 +        Fix security issue with chroot and ftpd.
750 +
751 +        nsdispatch(3) doesn't know it's working in a chroot and some
752 +        operations can cause files to get reloaded causing a security
753 +        hole in things like ftpd.
754 +
755 + 20111217:
756 +        libdialog/dialog upgraded to an lgpl version. As it's not
757 +        backwardly compatable, include the old libdialog as libodialog
758 +
759 + 20111212:
760 +        mksh r40d imported
761 +
762 + 20111210:
763 +        re(4) and rl(4) updated to support new chips.
764 +
765 +        GEOM synced with FreeBSD 7-stable.
766 +
767 +        MidnightBSD GPT partition types created in sys/gpt.h and
768 +        setup in boot loader and GEOM.
769 +
770 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
771 +        8xx series chipset.
772 +
773 + 20111207:
774 +        import bsd grep from FreeBSD/OpenBSD.
775 +
776 +        MK_BSD_GREP controls which grep is installed
777 +        as grep with the other as bsdgrep or gnugrep.
778 +
779 + 20111122:
780 +        mksh vR40c imported.
781 +
782 + 20111117:
783 +        BIND 9.6 ESV R5 P1
784 +
785 + 20111107:
786 +        tzdata 2011n
787 +
788 + 20111026:
789 +        mDNSResponder v320
790 +
791 +        BIND 9.6 ESV R5
792 +
793 + 20111022:
794 +        cflow 0.0.6 imported
795 +
796 + 20111020:
797 +        less v436 imported
798 +
799 +        amdsbwd(4) AMD southbridge watchdog
800 +
801 + 20111019:
802 +        awk 20110810 imported
803 +
804 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
805 +        not included in GENERIC kernel.  The kernel module needs
806 +        testing before we can include it in GENERIC.
807 +
808 +        intr_bind code ported to allow an IRQ to be bound to one
809 +        specific CPU core.
810 +
811 + 20111017:
812 +        Time Zone Data v. 2011l (Released 10 October 2011)
813 +
814 +        Updated list of countries (iso3166) to work with new timezone data.
815 +
816 + 20111015:
817 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
818 +        to control which core or group of cores can be used for a given
819 +        process. Several new system calls were added to support this
820 +        functionality in the running kernel and for 32bit binary
821 +        compatibility on amd64.
822 +
823 +        The scheduler default has been changed to ULE in i386 and
824 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
825 +        for this feature.
826 +
827 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
828 +
829 + 20111004:
830 +        Fix a problem with unix socket handling caused by the recent
831 +        patch to unix socket path handling. This allows network
832 +        apps to work under the linuxolator again.
833 +
834 + 20111001:
835 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
836 +        now default and an environment variable must be set to use
837 +        active.
838 +
839 + 20110930:
840 +        Introduce quirks handling for several umass devices including
841 +        USB cameras.  Add workaround for Cyberpower UPS devices.
842 +
843 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
844 +        Stale ip/tcp header pointers are no longer used, lockups fixed
845 +        when network cable is unplugged on bootup, enable TX checksum
846 +        offloading.
847 +
848 +        Add a new man page for gcache(8), a useful geom class when
849 +        working with large raid3 sets.
850 +
851 +        Restore previous workaround for Cypress pata storage controller.
852 +
853 + 20110929:
854 +        Sync ath(4) with FreeBSD 7.3.
855 +
856 +        The following modules are no longer available, and should be
857 +        removed from loader.conf:
858 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
859 +
860 +        alc(4) would hibernate when a cable was unplugged and often
861 +        required bring the interface down and up to "wake up" so that
862 +        a connection could be established.  Disable hibernation.
863 +
864 + 20110928:
865 +        Fix security issues with gzip and compress related to .Z
866 +        files that are corrupted.
867 +
868 +        Fix path validation with unix domain sockets.
869 +
870 + 20110917:
871 +        Remove dependance on mports perl for generating releases as
872 +        it's in the base system.
873 +
874 + 20110914:
875 +        Import xz 5.0.3 with liblzma 5.0.3
876 +
877 + 20110813:
878 +        synced the sparc64 GENERIC kernel configuration with amd64.
879 +
880 + 20110806:
881 +        sqlite 3.7.7.1 imported
882 +
883 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
884 +        a full text search command line tool.  libmsearch can also be used
885 +        to build a graphical based search in the future. You can enable
886 +        index building for msearch in periodic.conf or manually run the
887 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
888 +        space in /var.  I'm using approximately 500MB currently.
889 +
890 +        Fix a long standing bug with the periodic script to check package
891 +        versions.  This will be obsolete with mport though.
892 +
893 + 20110710:
894 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
895 +        know why it's in use and thus script can be run.
896 +
897 +        Yet another problem with the perl manifest was fixed
898 +
899 + 20110709:
900 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
901 +        with use of powerd(8) and cpufreq(4).
902 +
903 + 20110612:
904 +        Update mksh to R40
905 +
906 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
907 +        updating current (cd /usr/src && make check-old)
908 +
909 + 20110528:
910 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
911 +
912 + 20110526:
913 +        newfs:
914 +        Raised the default blocksize for UFS/FFS filesystems from
915 +        16K to 32K and the default fragment size from 2K to 4K.
916 +
917 +        This should slightly imporve performance on "advanced format"
918 +        hard drives such as the WD EARS drives. Drives of this type
919 +        have emulation modes that slow down with lower sizes.  Of course
920 +        the drive must still be aligned properly when using fdisk.
921 +
922 + 20110521:
923 +        mport tool now has a deleteall command.  This can be used to remove
924 +        all packages from a system.
925 +
926 +        A few bugs with the perl 5.14 import have been fixed.
927 +
928 + 20110518:
929 +        Perl 5.14.0
930 +
931 + 20110517:
932 +        Sendmail 8.14.5
933 +
934 + 20110314:
935 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
936 +
937 +        cdevpriv wrappers added
938 +
939 +        nss_mdns hack introduced to work around linking problem.
940 +
941 +        dnsextd fixed after update to mDNSResponder code.
942 +
943 + 20110308:
944 +        Introduce liblzma & xz 5.0.1 to the base system
945 +
946 +        Patch for OpenSSL security issue CVE-2011-0014.
947 +
948 +        "OSREVISION 4004"
949 +
950 +        nsswitch module for multicast dns (nss_mdns) added.
951 +
952 +        tzdata2011c
953 +
954 + 20110220:
955 +        cam(4) syncronized with FreeBSD 7.3.
956 +
957 + 20110219:
958 +        amdtemp(4) updated to support sensors framework.
959 +
960 + 20110217:
961 +        Perl 5.10.1 imported
962 +
963 + 20110216:
964 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
965 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
966 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
967 +        been placed in GENERIC on i386 and amd64.
968 +
969 +        Update bfe(4) to support newer devices and WOL.
970 +
971 + 20110215:
972 +        age(4) added.
973 +
974 + 20110208:
975 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
976 +
977 + 20110206:
978 +        eeemon(4) added to monitor Asus Eee PC.
979 +
980 + 20110205:
981 +        OpenSSH 5.7p1
982 +
983 +        GNU sort 6.9 (coreutils)
984 +
985 + 20110203:
986 +        one true awk 20100523 imported
987 +
988 +        sqlite 3.7.5
989 +
990 +        OpenSSL 0.9.8q
991 +
992 + 20110202:
993 +        tcsh 6.17.00
994 +
995 +        file 5.05
996 +
997 + 20110122:
998 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
999 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
1000 +
1001 + 20110120:
1002 +        BIND 9.6.2-P3
1003 +
1004 +        sudo 1.7.4-p6
1005 +
1006 + 20110115:
1007 +        Add experimental jme(4) for Jmicron ethernet devices.
1008 +
1009 + 20101130:
1010 +        A double free exists in the SSL client ECDH handling code, when
1011 +        processing specially crafted public keys with invalid prime
1012 +        numbers. [CVE-2010-2939]
1013 +
1014 + 20101120:
1015 +        Several portions of the kernel and userland code related to UFS file
1016 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
1017 +        to use of int types.  Based on a patch from FreeBSD, I've modified
1018 +        our UFS2 implementation to handle unsigned values for inode counts
1019 +        which should allow for file systems greater than 16TB.
1020 +
1021 +        newfs and growfs was also modified.
1022 +
1023 + 20101110:
1024 +        Fix a security issue with pseudofs which could result in running code in kernel
1025 +        context or a kernel panic depending on system configuration.  This affects file
1026 +        systems such as procfs for instance.
1027 +
1028 + 20101021:
1029 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
1030 +        This is similar to functions present in many linux distros. The utility was
1031 +        written by Devin Teske for FreeBSD.
1032 +
1033 + 20100920:
1034 +        bzip2 security patch for integer overflow.
1035 +
1036 + 20100905:
1037 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
1038 +        for 0.4.
1039 +
1040 + 20100902:
1041 +        Fix a security issue with libutil that allows users to bypass cpu limits in
1042 +        login.conf in some cases.  This combined with OpenSSH for example can allow
1043 +        the user to get more resources than they're allowed.
1044 +
1045 + 20100822:
1046 +        Import Apple's mDNSResponder (mdnsd).
1047 +
1048 + 20100814:
1049 +        libdispatch added to MidnightBSD.  This provides functionality found in
1050 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
1051 +        licensed under Apache 2, we create a new MK_APACHE option so that
1052 +        it's not required for all users to run code under a license they
1053 +        may not like.
1054 +
1055 + 20100713:
1056 +        mbuf readonly fix related to sendfile(2) data corruption.
1057 +
1058 + 20100704:
1059 +        brainfuck(1) imported from MirBSD.
1060 +
1061 + 20100505:
1062 +        zlib 1.2.5
1063 +
1064 + 20100430:
1065 +        Sudo 1.7.2p6 imported
1066 +
1067 + 20100321:
1068 +        Update zlib to 1.2.4
1069 +
1070 + 20100319:
1071 +        Removed i586 from default i386 generic kernel.
1072 +
1073 + 20100317:
1074 +        Update to tzdata2010e (time zones).  This includes changes in
1075 +        Mexico.
1076 +
1077 +        Add support for several newer sound cards via hda including
1078 +        ATI and Realtek chipsets.
1079 +
1080 + 20100313:
1081 +        CPU detection has been changed.  VIA Padlock detection added.
1082 +
1083 + 20100312:
1084 +        Fix a number of bugs and compiler warnings in libmport. Handle
1085 +        plus signs in paths for mport.check-fake
1086 +
1087 + 20100311:
1088 +        mksh R39c
1089 +
1090 + 20100309:
1091 +        Sudo 1.7.2p5
1092 +
1093 +        sqlite3 3.6.23
1094 +
1095 +        mksh R39b
1096 +
1097 +        libffi (ffi) 3.0.9
1098 +
1099 + 20100206:
1100 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
1101 +        properly pass arguments to ld.
1102 +
1103 +        re(4) and rl(4) have been updated to support several new
1104 +        realtek chipsets.  Performance has been improved on re(4).
1105 +
1106 + 20100204:
1107 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
1108 +        segfaulting.  
1109 +
1110 + 20100116:
1111 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
1112 +
1113 +        BIND 9.6.1-P2
1114 +
1115 + 20100110:
1116 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
1117 +
1118 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
1119 +        install libc before doing a full buildworld when upating from 0.2 or
1120 +        older current systems.
1121 +
1122 +        kqueue(2) was modified to support portions of libdispatch functionality.
1123 +
1124 + 20100106:
1125 +        Bind security update.  Fix a bug with DNSSEC that causes negative
1126 +        cache entries and thus a possible DNS cache poisoning attack.
1127 +
1128 +        Fix a bug in ZFS that can reset permissions on system crashes.
1129 +
1130 + 20091228:
1131 +        amdtemp(4) was added.  It allows one to monitor to the temperature
1132 +        of an AMD CPU such as a Phenom.
1133 +
1134 + 20091205:
1135 +        OpenSSL security fix
1136 +
1137 +        The SSL version 3 and TLS protocols support session renegotiation without
1138 +        cryptographically tying the new session parameters to the old parameters.
1139 +
1140 + 20091128:
1141 +        OpenBSD sensors framework imported including sensorsd(8)
1142 +
1143 + 20091126:
1144 +        OpenNTPD 4.4 import
1145 +
1146 +        Update OpenSSH to 5.3p1
1147 +
1148 +        mksh R39
1149 +
1150 + 20091124:
1151 +        cpdup updated from DragonFly to 1.15
1152 +
1153 +        tzdata2009s updated with latest timezone data for November 2009.
1154 +
1155 + 20091010:
1156 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
1157 +        to test current.
1158 +
1159 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
1160 +        on amd64 systems.
1161 +
1162 + 20091006:
1163 +        Update timezone data with tzdata2009n with the Pakistan and
1164 +        Argentina changes.
1165 +
1166 +        Sync several userland utilities with versions from FreeBSD 7.0 in
1167 +        sbin and usr.sbin.
1168 +
1169 + 20090919:
1170 +        Update timezone data with tzdate2009m from September 2009.
1171 +
1172 + 20090729:
1173 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
1174 +        can trigger an assertion and cause named to exit
1175 +
1176 + 20090606:
1177 +        Remove PCC from the base system.  This compiler will not work
1178 +        as a system compiler for us as we've got some userland investment
1179 +        in C++ code and may have Objective-C in the future.  We're stuck
1180 +        with a solution that supports these three languages at a minimum.
1181 +
1182 +        I had wanted to keep it as an optional compiler because it is
1183 +        fast, however too many users want to try to use it for the base
1184 +        system which makes no sense.
1185 +
1186 +        A hack was added for Cypress based usb hard drive enclosures to
1187 +        the kernel.  This should cut down on commands it claims to support
1188 +        but does not (at the cam layer).  Found while testing ZFS on
1189 +        an external device.
1190 +
1191 + 20090520:
1192 +        The powerd daemon no longer starts automatically to improve
1193 +        compatibility with many systems.  However, there is a new
1194 +        installer option in the startup section to enable it. This
1195 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
1196 +        out my new Phenom too.
1197 +
1198 + 20090502:
1199 +        OpenSSH 5.2p1 import
1200 +
1201 +        ale(4) connected to the build. (kernel module only)
1202 +
1203 + 20090501:
1204 +        Imported makefs utility from NetBSD/FreeBSD
1205 +
1206 + 20090422:
1207 +        OpenSSL security update
1208 +
1209 +        The function ASN1_STRING_print_ex does not properly validate the lengths
1210 + of BMPString or UniversalString objects before attempting to print them.
1211 +
1212 + 20090415:
1213 +        Created a Symbol.map for libc/ohash symbols
1214 +
1215 +        Updated several usr/bin usr/sbin utilities.
1216 +
1217 +        Corrected a bug with Makefile.inc1 causing the bootstrap
1218 +        tools to fail.
1219 +
1220 + 20090405:
1221 +        xorg 7.4 wants to configure its input devices via hald which does not
1222 +        yet work with USB. If the keyboard/mouse does not work in xorg then
1223 +        add
1224 +                Option "AllowEmptyInput" "off"
1225 +        to your ServerLayout section.  This will cause X to use the configured
1226 +        kbd and mouse sections from your xorg.conf
1227 +
1228 + 20090403:
1229 +        mksh was disconnected a few day ago do to bugs with
1230 +        buildworld and mports.  Now, connect it back
1231 +        for use as /bin/sh with a conditional called
1232 +        MK_ASH.  By default, ash is the standard /bin/sh
1233 +        but we may change this later.  This will allow further
1234 +        testing by users and developers of mksh without
1235 +        causing an unpleasant default experience.  In the
1236 +        long run, we need to fix mksh compatibility.
1237 +
1238 + 20090328:
1239 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
1240 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
1241 +        as the default /bin/sh.  Please report bugs with
1242 +        ports, etc. The ash code will remain in the repo for awhile
1243 +        as I decide if we'll add something like MK_SHELL_ASH as
1244 +        an optional build parameter.  
1245 +
1246 +        ahd was disconnected from the lint environment until
1247 +        the compiler bug is sorted (by updating gcc?)
1248 +
1249 +        Remove freebsd-tips from fortune files and change the
1250 +        default for login and profile.
1251 +
1252 + 20090327:
1253 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
1254 +
1255 +        Also previously, ctriv has been connecting Perl 5.10
1256 +        to the build (part of os).  This will have an impact
1257 +        on mports.
1258 +
1259 + 20090325:
1260 +        Update Bind to 9.4.3-P1
1261 +
1262 +        Update mksh to R36b
1263 +
1264 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
1265 +
1266 +        Update pnpinfo, sync with FreeBSD.
1267 +
1268 + 20090115:
1269 +        Fix a problem with DNSSEC and BIND.
1270 +
1271 + 20090110:
1272 +        For applications using OpenSSL for SSL connections, an invalid SSL
1273 +        certificate may be interpreted as valid.  This could for example be
1274 +        used by an attacker to perform a man-in-the-middle attack.
1275 +
1276 +        Other applications which use the OpenSSL EVP API may similarly be
1277 +        affected.
1278 +
1279 +        Stop cross site request forgery attacks in lukemftpd
1280 +
1281 + 20090104:
1282 +        Import GNU libreadline 5.2
1283 +
1284 + 20090101:
1285 +        Update time zone data to 2008i.
1286 +
1287 + 20081231:
1288 +        Correct a problem where bluetooth and netgraph sockets are not
1289 +        properly initialized.
1290 +
1291 +        Happy 2009.
1292 +
1293 + 20081206:
1294 +        Due to the massive change in the underlying system under way,
1295 +        we're naming the next release 1.0.  The sys/sys/param.h was
1296 +        changed accordingly.  ipfilter and ncurses were corrected
1297 +        using __MidnightBSD__ tests in the code.  
1298 +
1299 +        The GENERIC kernel config was caught up on i386 today.  Consider
1300 +        i386 still broken, but amd64 is running again.
1301 +
1302 +        mdoc.local was updated with the new MidnightBSD version info.
1303 +
1304 +        batt(1) was rewritten in C.  It now supports several flags and
1305 +        runs about 8 times faster on my laptop.  The default output
1306 +        shows the number of minutes of battery life remaining and the
1307 +        percentage.  You can use -u to display the number of batteries or
1308 +        -c to get script friendly output.  Consult the man page for more.
1309 +
1310 + 20081204:
1311 +        Work has completed on importing ZFS, jemalloc, several
1312 +        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
1313 +        support, improved locking for file desc., audit (openbsm),
1314 +        openssl .98e, nfe, imporved intel high def audio, midi, updated
1315 +        intel gigabit (em), support for several wifi cards (intel), ...
1316 +
1317 +        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
1318 +        data from param.h instead of the FreeBSD version.  This means
1319 +        testing is now possible in the ports tree for the version
1320 +        and that any ports or code relying on the FreeBSD version from
1321 +        sys/sys/param.h will need to be fixed.
1322 +
1323 + 20080905:
1324 +        update nve(4) to support new hardware.
1325 +
1326 + 20080801:
1327 +        Import OpenBSM 1.0
1328 +
1329 +        Modify src/release to create 3 isos instead of 2 for packages.
1330 +
1331 +        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
1332 +
1333 +        Many ia64, alpha, powerpc items were removed.
1334 +
1335 +        The recent diffutils 2.8.7 import was fixed.
1336 +
1337 + 20080703:
1338 +        pcc was not installed properly when setting DESTDIR for live cds,
1339 +        or posibly jails.
1340 +
1341 + 20080627:
1342 +        Add firmware(9), WEP, CCMP, TKIP to GENERIC.
1343 +
1344 +        Add glabel to GENERIC.
1345 +
1346 +        Intel ICH8 mobile chipset used on some iMacs included with ata.
1347 +
1348 +        pcc connected to the build on i386. (alternative compiler)
1349 +
1350 +        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
1351 +
1352 + 20080528:
1353 +        Sendmail 8.14.3
1354 +
1355   20080516:
1356          ssh-vulnkey allows you to look for vulnerable ssh keys that
1357          were generated on Debian and Ubuntu hosts over the last
# Line 562 | Line 1911 | Contact Warner Losh if you have any questions about yo
1911   this document.
1912  
1913   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1914 < $MidnightBSD: src/UPDATING,v 1.36 2008/05/01 04:46:25 laffer1 Exp $
1914 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 1598 by laffer1, Fri May 16 22:38:32 2008 UTC vs.
Revision 7831 by laffer1, Wed Sep 7 00:13:05 2016 UTC

# Line 1 | Line 0
1 1.37

Comparing trunk/UPDATING (property svn:keywords):
Revision 1598 by laffer1, Fri May 16 22:38:32 2008 UTC vs.
Revision 7831 by laffer1, Wed Sep 7 00:13:05 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines