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

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 352 by laffer1, Tue Dec 26 22:38:02 2006 UTC vs.
Revision 7306 by laffer1, Thu Sep 17 12:47:34 2015 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 7306 by laffer1, Thu Sep 17 12:47:34 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines