ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/stable/0.7/UPDATING
(Generate patch)

Comparing trunk/UPDATING (file contents):
Revision 2874 by laffer1, Sat May 2 19:07:25 2009 UTC vs.
Revision 7210 by laffer1, Thu Aug 6 00:10:00 2015 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 + 20160805:
4 +        routed - fix a potential security issue where traffic from outside
5 +        the network can disrupt routing.
6 +
7 +        bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
8 +        to run.
9 +
10 + 20160802:
11 +        jansson 2.7 library added. (libjansson is a JSON library in C)
12 +
13 + 20160728:
14 +        Heimdal 1.5.2 (kerberos implementation)
15 +
16 +        OpenSSL 1.0.1o
17 +
18 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
19 +
20 +        TCP Resassemly resource exhaustion bug:
21 +        There is a mistake with the introduction of VNET, which converted the
22 +        global limit on the number of segments that could belong to reassembly
23 +        queues into a per-VNET limit.  Because mbufs are allocated from a
24 +        global pool, in the presence of a sufficient number of VNETs, the
25 +        total number of mbufs attached to reassembly queues can grow to the
26 +        total number of mbufs in the system, at which point all network
27 +        traffic would cease.
28 +        Obtained from: FreeBSD 8
29 +
30 +        OpenSSH
31 +
32 +        Fix two security vulnerabilities:
33 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
34 +        offers a certificate. [CVE-2014-2653]
35 +
36 +        OpenSSH servers which are configured to allow password authentication
37 +        using PAM (default) would allow many password attempts. A bug allows
38 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
39 +
40 +
41 +        Switch to bsdpatch (from FreeBSD & OpenBSD)
42 +
43 + 20160726:
44 +        BSD Sort updated
45 +
46 +        sqlite 3.8.10.2
47 +
48 + 20160725:
49 +        Import reallocarray from OpenBSD's libc.  
50 +
51 +        The reallocarray() function is similar to realloc() except it operates on
52 +        nmemb members of size size and checks for integer overflow in the
53 +        calculation nmemb * size.
54 +
55 + 20150722:
56 +        Fix a bug where TCP connections transitioning to LAST_ACK
57 +        state can get stuck. This can result in a denial of service.
58 +
59 + 20150715:
60 +        libmport now supports @shell and @sample in plists. This means that
61 +        a shell port can automatically add an entry to /etc/shells and remove
62 +        it upon uninstallation. For sample files, a copy is made without the
63 +        .sample extension if one does not exist and it is removed automatically
64 +        only if the md5 hash of the two files is the same.
65 +
66 + 20150709:
67 +        flex 2.5.39
68 +
69 + 20150702:
70 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
71 +        with zfs set compression=lz4 pool/path.
72 +
73 +        Verify it's working with
74 +        zfs get compressratio pool/path
75 +        du -h -s *
76 +
77 +        Note you must write new data when turning on compression to see
78 +        changes. Existing files are not compressed.
79 +
80 +        Note: While we used the same basic implementation of lz4 that
81 +        FreeBSD and OpenZFS uses, we did not yet implement features support
82 +        and the zfs version still reports 28. This may come in a future update
83 +        to ZFS.
84 +
85 + 20150621:
86 +        libmport now automatically stops services when deleting packages.
87 +
88 +        The package must have installed an rc.d script in /usr/local/etc
89 +        for this to work. This is equivalent to running service <name> onestop
90 +
91 + 20150618:
92 +        Sendmail
93 +
94 +        With the recent changes to OpenSSL to block 512 bit certificates,
95 +        sendmail can't connect with TLS to some servers.
96 +
97 +        Increase the default size to 1024 bit for client connections to
98 +        match the server configuration.
99 +
100 +        ZFS
101 +
102 +        Added ZFS TRIM support which is enabled by default. To disable
103 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
104 +
105 +        Creating new ZFS pools and adding new devices to existing pools
106 +        first performs a full device level TRIM which can take a significant
107 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
108 +        to disable this behaviour.
109 +
110 +        ZFS TRIM requires the underlying device support BIO_DELETE which
111 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
112 +        via CAM, which are typically supported by SSD's.
113 +
114 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
115 +        under kstat.zfs.misc.zio_trim.
116 +
117 +        rc.d
118 +
119 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
120 +        implies everything is mounted and ready to go.
121 +
122 +        Changed how ip6addressctl maps IPv6 on startup.
123 +
124 + 20150613:
125 +        tzdata 2015d
126 +
127 + 20150612:
128 +        OpenSSL 0.9.8zg
129 +
130 + 20150419:
131 +        MidnightBSD 0.6 stable branch created. Continue 0.7
132 +        development.
133 +
134 + 20150418:
135 +        sqlite 3.8.9
136 +
137 + 20150407:
138 +        Fix two security vulnerabilities:
139 +
140 +        The previous fix for IGMP had an overflow issue. This has been corrected.
141 +
142 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
143 +        suggested Current Hop Limit value of a link, which will replace
144 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
145 +        system.
146 +
147 + 20150319:
148 +        OpenSSL 0.9.8.zf
149 +
150 +        mksh R50e
151 +
152 +        Apple mDNSResponder 561.1.1
153 +
154 + 20150306:
155 +        Upgrade OpenSSL to 0.9.8ze
156 +
157 + 20150225:
158 +        Fix two security vulnerabilities.
159 +
160 +        1. BIND servers which are configured to perform DNSSEC validation and which
161 +        are using managed keys (which occurs implicitly when using
162 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
163 +        unpredictable behavior due to the use of an improperly initialized
164 +        variable.
165 +
166 +        CVE-2015-1349
167 +
168 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
169 +        in a buffer which is too small for the requested operation.
170 +
171 +        This can result in a DOS attack.
172 +
173 + 20141211:
174 +        Fix a security issue with file and libmagic that can allow
175 +        an attacker to create a denial of service attack on any
176 +        program that uses libmagic.
177 +
178 + 20141109:
179 +        Fix building perl during buildworld when the GDBM port is installed.
180 +
181 + 20141106:
182 +        tzdata 2014i
183 +
184 + 20141102:
185 +        serf 1.3.8
186 +
187 + 20141031:
188 +        tnftp 20141031 fixes a security vulnerability with tnftp,
189 +        CVE-2014-8517.
190 +
191 + 20141028:
192 +        OpenSSL 0.9.8zc
193 +
194 + 20141021:
195 +        Fix several security vulnerabilities in routed, rtsold,
196 +        and namei with respect to Capsicum sandboxes looking up
197 +        nonexistent path names and leaking memory.
198 +
199 +        The input path in routed(8) will accept queries from any source and
200 +        attempt to answer them.  However, the output path assumes that the
201 +        destination address for the response is on a directly connected
202 +        network.
203 +
204 +        Due to a missing length check in the code that handles DNS parameters,
205 +        a malformed router advertisement message can result in a stack buffer
206 +        overflow in rtsold(8).
207 +
208 + 20141011:
209 +        mksh R50d - fix field splitting regression and null
210 +        pointer dereference
211 +
212 +        xz 5.0.7
213 +
214 +        OpenSSH 6.6p1
215 +
216 + 20141004:
217 +        mksh R50c - security update for environment var bug with
218 +        foo vs foo+    
219 +
220 + 20141002:
221 +        sqlite 3.8.6
222 +
223 +        sudo 1.7.8 - some issues with the current version, but we're slowly
224 +        getting up to date.
225 +
226 + 20141001:
227 +        mksh R50b
228 +
229 +        libmport now supports plist commands @dir, @owner, @group, @mode.
230 +
231 +        sudo 1.7.6p2
232 +
233 + 20140916:
234 +        Fix a security issue with TCP SYN.
235 +
236 +        When a segment with the SYN flag for an already existing connection arrives,
237 +        the TCP stack tears down the connection, bypassing a check that the
238 +        sequence number in the segment is in the expected window.
239 +
240 + 20140909:
241 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
242 +        with some programs including Dovecot.
243 +
244 +        OpenSSL security patch:
245 +
246 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
247 +        to consume large amounts of memory. [CVE-2014-3506]
248 +
249 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
250 +        memory. [CVE-2014-3507]
251 +
252 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
253 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
254 +        the stack. [CVE-2014-3508]
255 +
256 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
257 +        a denial of service attack. [CVE-2014-3510]
258 +
259 + 20140902:
260 +        We're now 0.6-CURRENT
261 +
262 +        Update USB quirks to support K70 Corsair keyboard, and several
263 +        other devices.
264 +
265 + 20140827:
266 +        Perl 5.18.2
267 +
268 + 20140728:
269 +        Jails now run shutdown scripts.
270 +
271 + 20140710:
272 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
273 +        before sharing with userland.
274 +
275 + 20140701:
276 +        MKSH R50
277 +
278 + 20140630:
279 +        File 5.19
280 +
281 + 20140605:
282 +        Fix four security issues with OpenSSL
283 +
284 + 20140604:
285 +        Sendmail failed to properly set close-on-exec for open file descriptors.
286 +
287 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
288 +        in a leak of information.
289 +
290 + 20140430:
291 +        Fix a TCP reassembly bug that could result in a DOS attack
292 +        of the system. It may be possible to obtain portions
293 +        of kernel memory as well.
294 +
295 + 20140411:
296 +        Update zlib to 1.2.7
297 +
298 + 20140122:
299 +        Support for username with length 32. Previous limit was 16
300 +
301 + 20140114:
302 +        Fix two security vulnerabilities.
303 +
304 +        bsnmpd contains a stack overflow when sent certain queries.
305 +
306 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
307 +        crafted packets.
308 +
309 + 20131228:
310 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
311 +
312 +        Updated em(4), igb(4) and ixgbe(4)
313 +
314 +        MidnightBSD now works with Z87 Intel chipsets.
315 +
316 + 20131207:
317 +        Remove sparc64 architecture. It hasn't been working for awhile
318 +        and it's not useful for desktops anymore.
319 +
320 + 20131205:
321 +        OpenSSH 6.4p1
322 +
323 + 20131203:
324 +        Perl 5.18.1 imported.
325 +
326 +        Update less to v458
327 +
328 + 20131130:
329 +        Remove named from base. We still include the client utilities for
330 +        now until replacements can be found.
331 +
332 + 20131004:
333 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
334 +
335 + 20130917:
336 +        Support for 65,536 routing tables was added.  A new fib specific
337 +        field has been added to mbuf.  This is an increase from 16.
338 +
339 + 20130910:
340 +        Security updates: (kern.osreldate 5001)
341 +
342 +        nullfs(5)
343 +
344 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
345 +        check whether the source and target of the link are both in the same
346 +        nullfs instance.  It is therefore possible to create a hardlink from a
347 +        location in one nullfs instance to a file in another, as long as the
348 +        underlying (source) filesystem is the same.
349 +
350 +        ifioctl
351 +
352 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
353 +        handlers are written in such a way that an unrecognized request is
354 +        passed on unmodified to the link layer, which will either handle it or
355 +        return an error code.
356 +
357 +        Network interface drivers, however, assume that the SIOCSIFADDR,
358 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
359 +        handled at the network layer, and therefore do not perform input
360 +        validation or verify the caller's credentials.  Typical link-layer
361 +        actions for these requests may include marking the interface as "up"
362 +        and resetting the underlying hardware.
363 +
364 + 20130824:
365 +        Fix a bug in sendmail 8.14.7 that interferes with how it
366 +        handles AAAA records interoperating with Microsoft DNS servers.
367 +        FreeBSD has already reported this to Sendmail and a fix
368 +        will be included in the next release.
369 +
370 +        Subversion 1.8.1 is now in the base system as a static
371 +        binary.  It has limited functionality, but can be used to
372 +        checkout/commit code.  It is named svnlite.
373 +
374 + 20130822:
375 +        Fix two security vulnerabilities.
376 +
377 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
378 +        This could be exploited to read memory by a user process.
379 +
380 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
381 +        a buffer allocated from the kernel stack is not completely initialized.
382 +
383 +        Import xz 5.0.4
384 +
385 +        Import sqlite 3.7.17
386 +
387 +        Import BIND 9.8.5-P2
388 +
389 + 20130814:
390 +        mksh R48 imported.
391 +
392 +        Sendmail 8.14.7 imported.
393 +
394 + 20130717:
395 +        libmport bug was fixed causing hash verification to fail.
396 +
397 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
398 +        included.
399 +
400 + 20130612:
401 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
402 +
403 + 20130402:
404 +        Update BIND and OpenSSL to resolve security advisories.
405 +
406 + 20130305:
407 +        MKSH R44 imported.
408 +
409 + 20130213:
410 +        MKSH R42b imported
411 +
412 + 20130211:
413 +        MKSH R42 imported
414 +
415 + 20130125:
416 +        MKSH R41 imported
417 +
418 + 20130122:
419 +        OpenSSH 5.8p2 imported
420 +
421 +        SQLite 3.7.15.2 imported
422 +
423 +        Fixed a longstanding bug in libmport extrating new index files.
424 +
425 + 20120710:
426 +        BSD licensed sort imported from FreeBSD-CURRENT
427 +
428 +        For now, GNU sort is installed as gnusort, but it will
429 +        go away in time.
430 +
431 + 20120708:
432 +        tcsh 6.18.01 imported.
433 +
434 +        NetBSD's iconv imported.
435 +
436 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
437 +
438 + 20120612:
439 +        BIND security update related to CVE-2012-1667.
440 +
441 +        Zero length resource records can cause BIND to crash resulting
442 +        in a DOS attack or information disclosure.
443 +
444 + 20120407:
445 +        mksh R40f (fixes regression)
446 +
447 + 20120328:
448 +        mksh R40e
449 +
450 +        Perl 5.14.2
451 +
452 + 20120229:
453 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
454 +
455 + 20120209:
456 +        mDNSResponder 333.10 imported
457 +
458 + 20111227:
459 +        import raid5 module for GEOM, graid5(8)
460 +
461 +        This is experimental and known to use a lot of kernel
462 +        memory.
463 +
464 + 20111223:
465 +        telnetd: fix a root exploit from a fixed buffer that was not checked
466 +
467 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
468 +
469 +        Fix pam_ssh module:
470 +
471 +        If the pam_ssh module is enabled, attackers may be able to gain access
472 +        to user accounts which have unencrypted SSH private keys.
473 +
474 +        This has to due with the way that openssl works.  It ignores unencrpted data.
475 +
476 +        Fix security issue with chroot and ftpd.
477 +
478 +        nsdispatch(3) doesn't know it's working in a chroot and some
479 +        operations can cause files to get reloaded causing a security
480 +        hole in things like ftpd.
481 +
482 + 20111217:
483 +        libdialog/dialog upgraded to an lgpl version. As it's not
484 +        backwardly compatable, include the old libdialog as libodialog
485 +
486 + 20111212:
487 +        mksh r40d imported
488 +
489 + 20111210:
490 +        re(4) and rl(4) updated to support new chips.
491 +
492 +        GEOM synced with FreeBSD 7-stable.
493 +
494 +        MidnightBSD GPT partition types created in sys/gpt.h and
495 +        setup in boot loader and GEOM.
496 +
497 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
498 +        8xx series chipset.
499 +
500 + 20111207:
501 +        import bsd grep from FreeBSD/OpenBSD.
502 +
503 +        MK_BSD_GREP controls which grep is installed
504 +        as grep with the other as bsdgrep or gnugrep.
505 +
506 + 20111122:
507 +        mksh vR40c imported.
508 +
509 + 20111117:
510 +        BIND 9.6 ESV R5 P1
511 +
512 + 20111107:
513 +        tzdata 2011n
514 +
515 + 20111026:
516 +        mDNSResponder v320
517 +
518 +        BIND 9.6 ESV R5
519 +
520 + 20111022:
521 +        cflow 0.0.6 imported
522 +
523 + 20111020:
524 +        less v436 imported
525 +
526 +        amdsbwd(4) AMD southbridge watchdog
527 +
528 + 20111019:
529 +        awk 20110810 imported
530 +
531 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
532 +        not included in GENERIC kernel.  The kernel module needs
533 +        testing before we can include it in GENERIC.
534 +
535 +        intr_bind code ported to allow an IRQ to be bound to one
536 +        specific CPU core.
537 +
538 + 20111017:
539 +        Time Zone Data v. 2011l (Released 10 October 2011)
540 +
541 +        Updated list of countries (iso3166) to work with new timezone data.
542 +
543 + 20111015:
544 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
545 +        to control which core or group of cores can be used for a given
546 +        process. Several new system calls were added to support this
547 +        functionality in the running kernel and for 32bit binary
548 +        compatibility on amd64.
549 +
550 +        The scheduler default has been changed to ULE in i386 and
551 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
552 +        for this feature.
553 +
554 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
555 +
556 + 20111004:
557 +        Fix a problem with unix socket handling caused by the recent
558 +        patch to unix socket path handling. This allows network
559 +        apps to work under the linuxolator again.
560 +
561 + 20111001:
562 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
563 +        now default and an environment variable must be set to use
564 +        active.
565 +
566 + 20110930:
567 +        Introduce quirks handling for several umass devices including
568 +        USB cameras.  Add workaround for Cyberpower UPS devices.
569 +
570 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
571 +        Stale ip/tcp header pointers are no longer used, lockups fixed
572 +        when network cable is unplugged on bootup, enable TX checksum
573 +        offloading.
574 +
575 +        Add a new man page for gcache(8), a useful geom class when
576 +        working with large raid3 sets.
577 +
578 +        Restore previous workaround for Cypress pata storage controller.
579 +
580 + 20110929:
581 +        Sync ath(4) with FreeBSD 7.3.
582 +
583 +        The following modules are no longer available, and should be
584 +        removed from loader.conf:
585 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
586 +
587 +        alc(4) would hibernate when a cable was unplugged and often
588 +        required bring the interface down and up to "wake up" so that
589 +        a connection could be established.  Disable hibernation.
590 +
591 + 20110928:
592 +        Fix security issues with gzip and compress related to .Z
593 +        files that are corrupted.
594 +
595 +        Fix path validation with unix domain sockets.
596 +
597 + 20110917:
598 +        Remove dependance on mports perl for generating releases as
599 +        it's in the base system.
600 +
601 + 20110914:
602 +        Import xz 5.0.3 with liblzma 5.0.3
603 +
604 + 20110813:
605 +        synced the sparc64 GENERIC kernel configuration with amd64.
606 +
607 + 20110806:
608 +        sqlite 3.7.7.1 imported
609 +
610 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
611 +        a full text search command line tool.  libmsearch can also be used
612 +        to build a graphical based search in the future. You can enable
613 +        index building for msearch in periodic.conf or manually run the
614 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
615 +        space in /var.  I'm using approximately 500MB currently.
616 +
617 +        Fix a long standing bug with the periodic script to check package
618 +        versions.  This will be obsolete with mport though.
619 +
620 + 20110710:
621 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
622 +        know why it's in use and thus script can be run.
623 +
624 +        Yet another problem with the perl manifest was fixed
625 +
626 + 20110709:
627 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
628 +        with use of powerd(8) and cpufreq(4).
629 +
630 + 20110612:
631 +        Update mksh to R40
632 +
633 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
634 +        updating current (cd /usr/src && make check-old)
635 +
636 + 20110528:
637 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
638 +
639 + 20110526:
640 +        newfs:
641 +        Raised the default blocksize for UFS/FFS filesystems from
642 +        16K to 32K and the default fragment size from 2K to 4K.
643 +
644 +        This should slightly imporve performance on "advanced format"
645 +        hard drives such as the WD EARS drives. Drives of this type
646 +        have emulation modes that slow down with lower sizes.  Of course
647 +        the drive must still be aligned properly when using fdisk.
648 +
649 + 20110521:
650 +        mport tool now has a deleteall command.  This can be used to remove
651 +        all packages from a system.
652 +
653 +        A few bugs with the perl 5.14 import have been fixed.
654 +
655 + 20110518:
656 +        Perl 5.14.0
657 +
658 + 20110517:
659 +        Sendmail 8.14.5
660 +
661 + 20110314:
662 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
663 +
664 +        cdevpriv wrappers added
665 +
666 +        nss_mdns hack introduced to work around linking problem.
667 +
668 +        dnsextd fixed after update to mDNSResponder code.
669 +
670 + 20110308:
671 +        Introduce liblzma & xz 5.0.1 to the base system
672 +
673 +        Patch for OpenSSL security issue CVE-2011-0014.
674 +
675 +        "OSREVISION 4004"
676 +
677 +        nsswitch module for multicast dns (nss_mdns) added.
678 +
679 +        tzdata2011c
680 +
681 + 20110220:
682 +        cam(4) syncronized with FreeBSD 7.3.
683 +
684 + 20110219:
685 +        amdtemp(4) updated to support sensors framework.
686 +
687 + 20110217:
688 +        Perl 5.10.1 imported
689 +
690 + 20110216:
691 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
692 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
693 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
694 +        been placed in GENERIC on i386 and amd64.
695 +
696 +        Update bfe(4) to support newer devices and WOL.
697 +
698 + 20110215:
699 +        age(4) added.
700 +
701 + 20110208:
702 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
703 +
704 + 20110206:
705 +        eeemon(4) added to monitor Asus Eee PC.
706 +
707 + 20110205:
708 +        OpenSSH 5.7p1
709 +
710 +        GNU sort 6.9 (coreutils)
711 +
712 + 20110203:
713 +        one true awk 20100523 imported
714 +
715 +        sqlite 3.7.5
716 +
717 +        OpenSSL 0.9.8q
718 +
719 + 20110202:
720 +        tcsh 6.17.00
721 +
722 +        file 5.05
723 +
724 + 20110122:
725 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
726 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
727 +
728 + 20110120:
729 +        BIND 9.6.2-P3
730 +
731 +        sudo 1.7.4-p6
732 +
733 + 20110115:
734 +        Add experimental jme(4) for Jmicron ethernet devices.
735 +
736 + 20101130:
737 +        A double free exists in the SSL client ECDH handling code, when
738 +        processing specially crafted public keys with invalid prime
739 +        numbers. [CVE-2010-2939]
740 +
741 + 20101120:
742 +        Several portions of the kernel and userland code related to UFS file
743 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
744 +        to use of int types.  Based on a patch from FreeBSD, I've modified
745 +        our UFS2 implementation to handle unsigned values for inode counts
746 +        which should allow for file systems greater than 16TB.
747 +
748 +        newfs and growfs was also modified.
749 +
750 + 20101110:
751 +        Fix a security issue with pseudofs which could result in running code in kernel
752 +        context or a kernel panic depending on system configuration.  This affects file
753 +        systems such as procfs for instance.
754 +
755 + 20101021:
756 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
757 +        This is similar to functions present in many linux distros. The utility was
758 +        written by Devin Teske for FreeBSD.
759 +
760 + 20100920:
761 +        bzip2 security patch for integer overflow.
762 +
763 + 20100905:
764 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
765 +        for 0.4.
766 +
767 + 20100902:
768 +        Fix a security issue with libutil that allows users to bypass cpu limits in
769 +        login.conf in some cases.  This combined with OpenSSH for example can allow
770 +        the user to get more resources than they're allowed.
771 +
772 + 20100822:
773 +        Import Apple's mDNSResponder (mdnsd).
774 +
775 + 20100814:
776 +        libdispatch added to MidnightBSD.  This provides functionality found in
777 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
778 +        licensed under Apache 2, we create a new MK_APACHE option so that
779 +        it's not required for all users to run code under a license they
780 +        may not like.
781 +
782 + 20100713:
783 +        mbuf readonly fix related to sendfile(2) data corruption.
784 +
785 + 20100704:
786 +        brainfuck(1) imported from MirBSD.
787 +
788 + 20100505:
789 +        zlib 1.2.5
790 +
791 + 20100430:
792 +        Sudo 1.7.2p6 imported
793 +
794 + 20100321:
795 +        Update zlib to 1.2.4
796 +
797 + 20100319:
798 +        Removed i586 from default i386 generic kernel.
799 +
800 + 20100317:
801 +        Update to tzdata2010e (time zones).  This includes changes in
802 +        Mexico.
803 +
804 +        Add support for several newer sound cards via hda including
805 +        ATI and Realtek chipsets.
806 +
807 + 20100313:
808 +        CPU detection has been changed.  VIA Padlock detection added.
809 +
810 + 20100312:
811 +        Fix a number of bugs and compiler warnings in libmport. Handle
812 +        plus signs in paths for mport.check-fake
813 +
814 + 20100311:
815 +        mksh R39c
816 +
817 + 20100309:
818 +        Sudo 1.7.2p5
819 +
820 +        sqlite3 3.6.23
821 +
822 +        mksh R39b
823 +
824 +        libffi (ffi) 3.0.9
825 +
826 + 20100206:
827 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
828 +        properly pass arguments to ld.
829 +
830 +        re(4) and rl(4) have been updated to support several new
831 +        realtek chipsets.  Performance has been improved on re(4).
832 +
833 + 20100204:
834 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
835 +        segfaulting.  
836 +
837 + 20100116:
838 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
839 +
840 +        BIND 9.6.1-P2
841 +
842 + 20100110:
843 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
844 +
845 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
846 +        install libc before doing a full buildworld when upating from 0.2 or
847 +        older current systems.
848 +
849 +        kqueue(2) was modified to support portions of libdispatch functionality.
850 +
851 + 20100106:
852 +        Bind security update.  Fix a bug with DNSSEC that causes negative
853 +        cache entries and thus a possible DNS cache poisoning attack.
854 +
855 +        Fix a bug in ZFS that can reset permissions on system crashes.
856 +
857 + 20091228:
858 +        amdtemp(4) was added.  It allows one to monitor to the temperature
859 +        of an AMD CPU such as a Phenom.
860 +
861 + 20091205:
862 +        OpenSSL security fix
863 +
864 +        The SSL version 3 and TLS protocols support session renegotiation without
865 +        cryptographically tying the new session parameters to the old parameters.
866 +
867 + 20091128:
868 +        OpenBSD sensors framework imported including sensorsd(8)
869 +
870 + 20091126:
871 +        OpenNTPD 4.4 import
872 +
873 +        Update OpenSSH to 5.3p1
874 +
875 +        mksh R39
876 +
877 + 20091124:
878 +        cpdup updated from DragonFly to 1.15
879 +
880 +        tzdata2009s updated with latest timezone data for November 2009.
881 +
882 + 20091010:
883 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
884 +        to test current.
885 +
886 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
887 +        on amd64 systems.
888 +
889 + 20091006:
890 +        Update timezone data with tzdata2009n with the Pakistan and
891 +        Argentina changes.
892 +
893 +        Sync several userland utilities with versions from FreeBSD 7.0 in
894 +        sbin and usr.sbin.
895 +
896 + 20090919:
897 +        Update timezone data with tzdate2009m from September 2009.
898 +
899 + 20090729:
900 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
901 +        can trigger an assertion and cause named to exit
902 +
903 + 20090606:
904 +        Remove PCC from the base system.  This compiler will not work
905 +        as a system compiler for us as we've got some userland investment
906 +        in C++ code and may have Objective-C in the future.  We're stuck
907 +        with a solution that supports these three languages at a minimum.
908 +
909 +        I had wanted to keep it as an optional compiler because it is
910 +        fast, however too many users want to try to use it for the base
911 +        system which makes no sense.
912 +
913 +        A hack was added for Cypress based usb hard drive enclosures to
914 +        the kernel.  This should cut down on commands it claims to support
915 +        but does not (at the cam layer).  Found while testing ZFS on
916 +        an external device.
917 +
918 + 20090520:
919 +        The powerd daemon no longer starts automatically to improve
920 +        compatibility with many systems.  However, there is a new
921 +        installer option in the startup section to enable it. This
922 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
923 +        out my new Phenom too.
924 +
925   20090502:
926          OpenSSH 5.2p1 import
927  
928 +        ale(4) connected to the build. (kernel module only)
929 +
930   20090501:
931          Imported makefs utility from NetBSD/FreeBSD
932  
# Line 714 | Line 1638 | Contact Warner Losh if you have any questions about yo
1638   this document.
1639  
1640   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1641 < $MidnightBSD: src/UPDATING,v 1.61 2009/05/01 17:46:43 laffer1 Exp $
1641 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 2874 by laffer1, Sat May 2 19:07:25 2009 UTC vs.
Revision 7210 by laffer1, Thu Aug 6 00:10:00 2015 UTC

# Line 1 | Line 0
1 1.62

Comparing trunk/UPDATING (property svn:keywords):
Revision 2874 by laffer1, Sat May 2 19:07:25 2009 UTC vs.
Revision 7210 by laffer1, Thu Aug 6 00:10:00 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines