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

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 832 by laffer1, Wed Mar 14 03:37:31 2007 UTC vs.
Revision 7624 by laffer1, Tue May 31 22:40:38 2016 UTC

# Line 1 | Line 0
1 1.14

Comparing trunk/UPDATING (property svn:keywords):
Revision 832 by laffer1, Wed Mar 14 03:37:31 2007 UTC vs.
Revision 7624 by laffer1, Tue May 31 22:40:38 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines