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

Comparing trunk/UPDATING (file contents):
Revision 1598 by laffer1, Fri May 16 22:38:32 2008 UTC vs.
Revision 6841 by laffer1, Sat Oct 4 14:23:36 2014 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 > 20141004:
4 >        mksh R50c - security update for environment var bug with
5 >        foo vs foo+    
6  
7 + 20141002:
8 +        sqlite 3.8.6
9 +
10 +        sudo 1.7.8 - some issues with the current version, but we're slowly
11 +        getting up to date.
12 +
13 + 20141001:
14 +        mksh R50b
15 +
16 +        libmport now supports plist commands @dir, @owner, @group, @mode.
17 +
18 +        sudo 1.7.6p2
19 +
20 + 20140916:
21 +        Fix a security issue with TCP SYN.
22 +
23 +        When a segment with the SYN flag for an already existing connection arrives,
24 +        the TCP stack tears down the connection, bypassing a check that the
25 +        sequence number in the segment is in the expected window.
26 +
27 + 20140909:
28 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
29 +        with some programs including Dovecot.
30 +
31 +        OpenSSL security patch:
32 +
33 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
34 +        to consume large amounts of memory. [CVE-2014-3506]
35 +
36 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
37 +        memory. [CVE-2014-3507]
38 +
39 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
40 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
41 +        the stack. [CVE-2014-3508]
42 +
43 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
44 +        a denial of service attack. [CVE-2014-3510]
45 +
46 + 20140902:
47 +        We're now 0.6-CURRENT
48 +
49 +        Update USB quirks to support K70 Corsair keyboard, and several
50 +        other devices.
51 +
52 + 20140827:
53 +        Perl 5.18.2
54 +
55 + 20140728:
56 +        Jails now run shutdown scripts.
57 +
58 + 20140710:
59 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
60 +        before sharing with userland.
61 +
62 + 20140701:
63 +        MKSH R50
64 +
65 + 20140630:
66 +        File 5.19
67 +
68 + 20140605:
69 +        Fix four security issues with OpenSSL
70 +
71 + 20140604:
72 +        Sendmail failed to properly set close-on-exec for open file descriptors.
73 +
74 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
75 +        in a leak of information.
76 +
77 + 20140430:
78 +        Fix a TCP reassembly bug that could result in a DOS attack
79 +        of the system. It may be possible to obtain portions
80 +        of kernel memory as well.
81 +
82 + 20140411:
83 +        Update zlib to 1.2.7
84 +
85 + 20140122:
86 +        Support for username with length 32. Previous limit was 16
87 +
88 + 20140114:
89 +        Fix two security vulnerabilities.
90 +
91 +        bsnmpd contains a stack overflow when sent certain queries.
92 +
93 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
94 +        crafted packets.
95 +
96 + 20131228:
97 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
98 +
99 +        Updated em(4), igb(4) and ixgbe(4)
100 +
101 +        MidnightBSD now works with Z87 Intel chipsets.
102 +
103 + 20131207:
104 +        Remove sparc64 architecture. It hasn't been working for awhile
105 +        and it's not useful for desktops anymore.
106 +
107 + 20131205:
108 +        OpenSSH 6.4p1
109 +
110 + 20131203:
111 +        Perl 5.18.1 imported.
112 +
113 +        Update less to v458
114 +
115 + 20131130:
116 +        Remove named from base. We still include the client utilities for
117 +        now until replacements can be found.
118 +
119 + 20131004:
120 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
121 +
122 + 20130917:
123 +        Support for 65,536 routing tables was added.  A new fib specific
124 +        field has been added to mbuf.  This is an increase from 16.
125 +
126 + 20130910:
127 +        Security updates: (kern.osreldate 5001)
128 +
129 +        nullfs(5)
130 +
131 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
132 +        check whether the source and target of the link are both in the same
133 +        nullfs instance.  It is therefore possible to create a hardlink from a
134 +        location in one nullfs instance to a file in another, as long as the
135 +        underlying (source) filesystem is the same.
136 +
137 +        ifioctl
138 +
139 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
140 +        handlers are written in such a way that an unrecognized request is
141 +        passed on unmodified to the link layer, which will either handle it or
142 +        return an error code.
143 +
144 +        Network interface drivers, however, assume that the SIOCSIFADDR,
145 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
146 +        handled at the network layer, and therefore do not perform input
147 +        validation or verify the caller's credentials.  Typical link-layer
148 +        actions for these requests may include marking the interface as "up"
149 +        and resetting the underlying hardware.
150 +
151 + 20130824:
152 +        Fix a bug in sendmail 8.14.7 that interferes with how it
153 +        handles AAAA records interoperating with Microsoft DNS servers.
154 +        FreeBSD has already reported this to Sendmail and a fix
155 +        will be included in the next release.
156 +
157 +        Subversion 1.8.1 is now in the base system as a static
158 +        binary.  It has limited functionality, but can be used to
159 +        checkout/commit code.  It is named svnlite.
160 +
161 + 20130822:
162 +        Fix two security vulnerabilities.
163 +
164 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
165 +        This could be exploited to read memory by a user process.
166 +
167 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
168 +        a buffer allocated from the kernel stack is not completely initialized.
169 +
170 +        Import xz 5.0.4
171 +
172 +        Import sqlite 3.7.17
173 +
174 +        Import BIND 9.8.5-P2
175 +
176 + 20130814:
177 +        mksh R48 imported.
178 +
179 +        Sendmail 8.14.7 imported.
180 +
181 + 20130717:
182 +        libmport bug was fixed causing hash verification to fail.
183 +
184 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
185 +        included.
186 +
187 + 20130612:
188 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
189 +
190 + 20130402:
191 +        Update BIND and OpenSSL to resolve security advisories.
192 +
193 + 20130305:
194 +        MKSH R44 imported.
195 +
196 + 20130213:
197 +        MKSH R42b imported
198 +
199 + 20130211:
200 +        MKSH R42 imported
201 +
202 + 20130125:
203 +        MKSH R41 imported
204 +
205 + 20130122:
206 +        OpenSSH 5.8p2 imported
207 +
208 +        SQLite 3.7.15.2 imported
209 +
210 +        Fixed a longstanding bug in libmport extrating new index files.
211 +
212 + 20120710:
213 +        BSD licensed sort imported from FreeBSD-CURRENT
214 +
215 +        For now, GNU sort is installed as gnusort, but it will
216 +        go away in time.
217 +
218 + 20120708:
219 +        tcsh 6.18.01 imported.
220 +
221 +        NetBSD's iconv imported.
222 +
223 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
224 +
225 + 20120612:
226 +        BIND security update related to CVE-2012-1667.
227 +
228 +        Zero length resource records can cause BIND to crash resulting
229 +        in a DOS attack or information disclosure.
230 +
231 + 20120407:
232 +        mksh R40f (fixes regression)
233 +
234 + 20120328:
235 +        mksh R40e
236 +
237 +        Perl 5.14.2
238 +
239 + 20120229:
240 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
241 +
242 + 20120209:
243 +        mDNSResponder 333.10 imported
244 +
245 + 20111227:
246 +        import raid5 module for GEOM, graid5(8)
247 +
248 +        This is experimental and known to use a lot of kernel
249 +        memory.
250 +
251 + 20111223:
252 +        telnetd: fix a root exploit from a fixed buffer that was not checked
253 +
254 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
255 +
256 +        Fix pam_ssh module:
257 +
258 +        If the pam_ssh module is enabled, attackers may be able to gain access
259 +        to user accounts which have unencrypted SSH private keys.
260 +
261 +        This has to due with the way that openssl works.  It ignores unencrpted data.
262 +
263 +        Fix security issue with chroot and ftpd.
264 +
265 +        nsdispatch(3) doesn't know it's working in a chroot and some
266 +        operations can cause files to get reloaded causing a security
267 +        hole in things like ftpd.
268 +
269 + 20111217:
270 +        libdialog/dialog upgraded to an lgpl version. As it's not
271 +        backwardly compatable, include the old libdialog as libodialog
272 +
273 + 20111212:
274 +        mksh r40d imported
275 +
276 + 20111210:
277 +        re(4) and rl(4) updated to support new chips.
278 +
279 +        GEOM synced with FreeBSD 7-stable.
280 +
281 +        MidnightBSD GPT partition types created in sys/gpt.h and
282 +        setup in boot loader and GEOM.
283 +
284 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
285 +        8xx series chipset.
286 +
287 + 20111207:
288 +        import bsd grep from FreeBSD/OpenBSD.
289 +
290 +        MK_BSD_GREP controls which grep is installed
291 +        as grep with the other as bsdgrep or gnugrep.
292 +
293 + 20111122:
294 +        mksh vR40c imported.
295 +
296 + 20111117:
297 +        BIND 9.6 ESV R5 P1
298 +
299 + 20111107:
300 +        tzdata 2011n
301 +
302 + 20111026:
303 +        mDNSResponder v320
304 +
305 +        BIND 9.6 ESV R5
306 +
307 + 20111022:
308 +        cflow 0.0.6 imported
309 +
310 + 20111020:
311 +        less v436 imported
312 +
313 +        amdsbwd(4) AMD southbridge watchdog
314 +
315 + 20111019:
316 +        awk 20110810 imported
317 +
318 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
319 +        not included in GENERIC kernel.  The kernel module needs
320 +        testing before we can include it in GENERIC.
321 +
322 +        intr_bind code ported to allow an IRQ to be bound to one
323 +        specific CPU core.
324 +
325 + 20111017:
326 +        Time Zone Data v. 2011l (Released 10 October 2011)
327 +
328 +        Updated list of countries (iso3166) to work with new timezone data.
329 +
330 + 20111015:
331 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
332 +        to control which core or group of cores can be used for a given
333 +        process. Several new system calls were added to support this
334 +        functionality in the running kernel and for 32bit binary
335 +        compatibility on amd64.
336 +
337 +        The scheduler default has been changed to ULE in i386 and
338 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
339 +        for this feature.
340 +
341 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
342 +
343 + 20111004:
344 +        Fix a problem with unix socket handling caused by the recent
345 +        patch to unix socket path handling. This allows network
346 +        apps to work under the linuxolator again.
347 +
348 + 20111001:
349 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
350 +        now default and an environment variable must be set to use
351 +        active.
352 +
353 + 20110930:
354 +        Introduce quirks handling for several umass devices including
355 +        USB cameras.  Add workaround for Cyberpower UPS devices.
356 +
357 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
358 +        Stale ip/tcp header pointers are no longer used, lockups fixed
359 +        when network cable is unplugged on bootup, enable TX checksum
360 +        offloading.
361 +
362 +        Add a new man page for gcache(8), a useful geom class when
363 +        working with large raid3 sets.
364 +
365 +        Restore previous workaround for Cypress pata storage controller.
366 +
367 + 20110929:
368 +        Sync ath(4) with FreeBSD 7.3.
369 +
370 +        The following modules are no longer available, and should be
371 +        removed from loader.conf:
372 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
373 +
374 +        alc(4) would hibernate when a cable was unplugged and often
375 +        required bring the interface down and up to "wake up" so that
376 +        a connection could be established.  Disable hibernation.
377 +
378 + 20110928:
379 +        Fix security issues with gzip and compress related to .Z
380 +        files that are corrupted.
381 +
382 +        Fix path validation with unix domain sockets.
383 +
384 + 20110917:
385 +        Remove dependance on mports perl for generating releases as
386 +        it's in the base system.
387 +
388 + 20110914:
389 +        Import xz 5.0.3 with liblzma 5.0.3
390 +
391 + 20110813:
392 +        synced the sparc64 GENERIC kernel configuration with amd64.
393 +
394 + 20110806:
395 +        sqlite 3.7.7.1 imported
396 +
397 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
398 +        a full text search command line tool.  libmsearch can also be used
399 +        to build a graphical based search in the future. You can enable
400 +        index building for msearch in periodic.conf or manually run the
401 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
402 +        space in /var.  I'm using approximately 500MB currently.
403 +
404 +        Fix a long standing bug with the periodic script to check package
405 +        versions.  This will be obsolete with mport though.
406 +
407 + 20110710:
408 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
409 +        know why it's in use and thus script can be run.
410 +
411 +        Yet another problem with the perl manifest was fixed
412 +
413 + 20110709:
414 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
415 +        with use of powerd(8) and cpufreq(4).
416 +
417 + 20110612:
418 +        Update mksh to R40
419 +
420 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
421 +        updating current (cd /usr/src && make check-old)
422 +
423 + 20110528:
424 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
425 +
426 + 20110526:
427 +        newfs:
428 +        Raised the default blocksize for UFS/FFS filesystems from
429 +        16K to 32K and the default fragment size from 2K to 4K.
430 +
431 +        This should slightly imporve performance on "advanced format"
432 +        hard drives such as the WD EARS drives. Drives of this type
433 +        have emulation modes that slow down with lower sizes.  Of course
434 +        the drive must still be aligned properly when using fdisk.
435 +
436 + 20110521:
437 +        mport tool now has a deleteall command.  This can be used to remove
438 +        all packages from a system.
439 +
440 +        A few bugs with the perl 5.14 import have been fixed.
441 +
442 + 20110518:
443 +        Perl 5.14.0
444 +
445 + 20110517:
446 +        Sendmail 8.14.5
447 +
448 + 20110314:
449 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
450 +
451 +        cdevpriv wrappers added
452 +
453 +        nss_mdns hack introduced to work around linking problem.
454 +
455 +        dnsextd fixed after update to mDNSResponder code.
456 +
457 + 20110308:
458 +        Introduce liblzma & xz 5.0.1 to the base system
459 +
460 +        Patch for OpenSSL security issue CVE-2011-0014.
461 +
462 +        "OSREVISION 4004"
463 +
464 +        nsswitch module for multicast dns (nss_mdns) added.
465 +
466 +        tzdata2011c
467 +
468 + 20110220:
469 +        cam(4) syncronized with FreeBSD 7.3.
470 +
471 + 20110219:
472 +        amdtemp(4) updated to support sensors framework.
473 +
474 + 20110217:
475 +        Perl 5.10.1 imported
476 +
477 + 20110216:
478 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
479 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
480 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
481 +        been placed in GENERIC on i386 and amd64.
482 +
483 +        Update bfe(4) to support newer devices and WOL.
484 +
485 + 20110215:
486 +        age(4) added.
487 +
488 + 20110208:
489 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
490 +
491 + 20110206:
492 +        eeemon(4) added to monitor Asus Eee PC.
493 +
494 + 20110205:
495 +        OpenSSH 5.7p1
496 +
497 +        GNU sort 6.9 (coreutils)
498 +
499 + 20110203:
500 +        one true awk 20100523 imported
501 +
502 +        sqlite 3.7.5
503 +
504 +        OpenSSL 0.9.8q
505 +
506 + 20110202:
507 +        tcsh 6.17.00
508 +
509 +        file 5.05
510 +
511 + 20110122:
512 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
513 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
514 +
515 + 20110120:
516 +        BIND 9.6.2-P3
517 +
518 +        sudo 1.7.4-p6
519 +
520 + 20110115:
521 +        Add experimental jme(4) for Jmicron ethernet devices.
522 +
523 + 20101130:
524 +        A double free exists in the SSL client ECDH handling code, when
525 +        processing specially crafted public keys with invalid prime
526 +        numbers. [CVE-2010-2939]
527 +
528 + 20101120:
529 +        Several portions of the kernel and userland code related to UFS file
530 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
531 +        to use of int types.  Based on a patch from FreeBSD, I've modified
532 +        our UFS2 implementation to handle unsigned values for inode counts
533 +        which should allow for file systems greater than 16TB.
534 +
535 +        newfs and growfs was also modified.
536 +
537 + 20101110:
538 +        Fix a security issue with pseudofs which could result in running code in kernel
539 +        context or a kernel panic depending on system configuration.  This affects file
540 +        systems such as procfs for instance.
541 +
542 + 20101021:
543 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
544 +        This is similar to functions present in many linux distros. The utility was
545 +        written by Devin Teske for FreeBSD.
546 +
547 + 20100920:
548 +        bzip2 security patch for integer overflow.
549 +
550 + 20100905:
551 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
552 +        for 0.4.
553 +
554 + 20100902:
555 +        Fix a security issue with libutil that allows users to bypass cpu limits in
556 +        login.conf in some cases.  This combined with OpenSSH for example can allow
557 +        the user to get more resources than they're allowed.
558 +
559 + 20100822:
560 +        Import Apple's mDNSResponder (mdnsd).
561 +
562 + 20100814:
563 +        libdispatch added to MidnightBSD.  This provides functionality found in
564 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
565 +        licensed under Apache 2, we create a new MK_APACHE option so that
566 +        it's not required for all users to run code under a license they
567 +        may not like.
568 +
569 + 20100713:
570 +        mbuf readonly fix related to sendfile(2) data corruption.
571 +
572 + 20100704:
573 +        brainfuck(1) imported from MirBSD.
574 +
575 + 20100505:
576 +        zlib 1.2.5
577 +
578 + 20100430:
579 +        Sudo 1.7.2p6 imported
580 +
581 + 20100321:
582 +        Update zlib to 1.2.4
583 +
584 + 20100319:
585 +        Removed i586 from default i386 generic kernel.
586 +
587 + 20100317:
588 +        Update to tzdata2010e (time zones).  This includes changes in
589 +        Mexico.
590 +
591 +        Add support for several newer sound cards via hda including
592 +        ATI and Realtek chipsets.
593 +
594 + 20100313:
595 +        CPU detection has been changed.  VIA Padlock detection added.
596 +
597 + 20100312:
598 +        Fix a number of bugs and compiler warnings in libmport. Handle
599 +        plus signs in paths for mport.check-fake
600 +
601 + 20100311:
602 +        mksh R39c
603 +
604 + 20100309:
605 +        Sudo 1.7.2p5
606 +
607 +        sqlite3 3.6.23
608 +
609 +        mksh R39b
610 +
611 +        libffi (ffi) 3.0.9
612 +
613 + 20100206:
614 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
615 +        properly pass arguments to ld.
616 +
617 +        re(4) and rl(4) have been updated to support several new
618 +        realtek chipsets.  Performance has been improved on re(4).
619 +
620 + 20100204:
621 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
622 +        segfaulting.  
623 +
624 + 20100116:
625 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
626 +
627 +        BIND 9.6.1-P2
628 +
629 + 20100110:
630 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
631 +
632 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
633 +        install libc before doing a full buildworld when upating from 0.2 or
634 +        older current systems.
635 +
636 +        kqueue(2) was modified to support portions of libdispatch functionality.
637 +
638 + 20100106:
639 +        Bind security update.  Fix a bug with DNSSEC that causes negative
640 +        cache entries and thus a possible DNS cache poisoning attack.
641 +
642 +        Fix a bug in ZFS that can reset permissions on system crashes.
643 +
644 + 20091228:
645 +        amdtemp(4) was added.  It allows one to monitor to the temperature
646 +        of an AMD CPU such as a Phenom.
647 +
648 + 20091205:
649 +        OpenSSL security fix
650 +
651 +        The SSL version 3 and TLS protocols support session renegotiation without
652 +        cryptographically tying the new session parameters to the old parameters.
653 +
654 + 20091128:
655 +        OpenBSD sensors framework imported including sensorsd(8)
656 +
657 + 20091126:
658 +        OpenNTPD 4.4 import
659 +
660 +        Update OpenSSH to 5.3p1
661 +
662 +        mksh R39
663 +
664 + 20091124:
665 +        cpdup updated from DragonFly to 1.15
666 +
667 +        tzdata2009s updated with latest timezone data for November 2009.
668 +
669 + 20091010:
670 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
671 +        to test current.
672 +
673 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
674 +        on amd64 systems.
675 +
676 + 20091006:
677 +        Update timezone data with tzdata2009n with the Pakistan and
678 +        Argentina changes.
679 +
680 +        Sync several userland utilities with versions from FreeBSD 7.0 in
681 +        sbin and usr.sbin.
682 +
683 + 20090919:
684 +        Update timezone data with tzdate2009m from September 2009.
685 +
686 + 20090729:
687 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
688 +        can trigger an assertion and cause named to exit
689 +
690 + 20090606:
691 +        Remove PCC from the base system.  This compiler will not work
692 +        as a system compiler for us as we've got some userland investment
693 +        in C++ code and may have Objective-C in the future.  We're stuck
694 +        with a solution that supports these three languages at a minimum.
695 +
696 +        I had wanted to keep it as an optional compiler because it is
697 +        fast, however too many users want to try to use it for the base
698 +        system which makes no sense.
699 +
700 +        A hack was added for Cypress based usb hard drive enclosures to
701 +        the kernel.  This should cut down on commands it claims to support
702 +        but does not (at the cam layer).  Found while testing ZFS on
703 +        an external device.
704 +
705 + 20090520:
706 +        The powerd daemon no longer starts automatically to improve
707 +        compatibility with many systems.  However, there is a new
708 +        installer option in the startup section to enable it. This
709 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
710 +        out my new Phenom too.
711 +
712 + 20090502:
713 +        OpenSSH 5.2p1 import
714 +
715 +        ale(4) connected to the build. (kernel module only)
716 +
717 + 20090501:
718 +        Imported makefs utility from NetBSD/FreeBSD
719 +
720 + 20090422:
721 +        OpenSSL security update
722 +
723 +        The function ASN1_STRING_print_ex does not properly validate the lengths
724 + of BMPString or UniversalString objects before attempting to print them.
725 +
726 + 20090415:
727 +        Created a Symbol.map for libc/ohash symbols
728 +
729 +        Updated several usr/bin usr/sbin utilities.
730 +
731 +        Corrected a bug with Makefile.inc1 causing the bootstrap
732 +        tools to fail.
733 +
734 + 20090405:
735 +        xorg 7.4 wants to configure its input devices via hald which does not
736 +        yet work with USB. If the keyboard/mouse does not work in xorg then
737 +        add
738 +                Option "AllowEmptyInput" "off"
739 +        to your ServerLayout section.  This will cause X to use the configured
740 +        kbd and mouse sections from your xorg.conf
741 +
742 + 20090403:
743 +        mksh was disconnected a few day ago do to bugs with
744 +        buildworld and mports.  Now, connect it back
745 +        for use as /bin/sh with a conditional called
746 +        MK_ASH.  By default, ash is the standard /bin/sh
747 +        but we may change this later.  This will allow further
748 +        testing by users and developers of mksh without
749 +        causing an unpleasant default experience.  In the
750 +        long run, we need to fix mksh compatibility.
751 +
752 + 20090328:
753 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
754 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
755 +        as the default /bin/sh.  Please report bugs with
756 +        ports, etc. The ash code will remain in the repo for awhile
757 +        as I decide if we'll add something like MK_SHELL_ASH as
758 +        an optional build parameter.  
759 +
760 +        ahd was disconnected from the lint environment until
761 +        the compiler bug is sorted (by updating gcc?)
762 +
763 +        Remove freebsd-tips from fortune files and change the
764 +        default for login and profile.
765 +
766 + 20090327:
767 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
768 +
769 +        Also previously, ctriv has been connecting Perl 5.10
770 +        to the build (part of os).  This will have an impact
771 +        on mports.
772 +
773 + 20090325:
774 +        Update Bind to 9.4.3-P1
775 +
776 +        Update mksh to R36b
777 +
778 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
779 +
780 +        Update pnpinfo, sync with FreeBSD.
781 +
782 + 20090115:
783 +        Fix a problem with DNSSEC and BIND.
784 +
785 + 20090110:
786 +        For applications using OpenSSL for SSL connections, an invalid SSL
787 +        certificate may be interpreted as valid.  This could for example be
788 +        used by an attacker to perform a man-in-the-middle attack.
789 +
790 +        Other applications which use the OpenSSL EVP API may similarly be
791 +        affected.
792 +
793 +        Stop cross site request forgery attacks in lukemftpd
794 +
795 + 20090104:
796 +        Import GNU libreadline 5.2
797 +
798 + 20090101:
799 +        Update time zone data to 2008i.
800 +
801 + 20081231:
802 +        Correct a problem where bluetooth and netgraph sockets are not
803 +        properly initialized.
804 +
805 +        Happy 2009.
806 +
807 + 20081206:
808 +        Due to the massive change in the underlying system under way,
809 +        we're naming the next release 1.0.  The sys/sys/param.h was
810 +        changed accordingly.  ipfilter and ncurses were corrected
811 +        using __MidnightBSD__ tests in the code.  
812 +
813 +        The GENERIC kernel config was caught up on i386 today.  Consider
814 +        i386 still broken, but amd64 is running again.
815 +
816 +        mdoc.local was updated with the new MidnightBSD version info.
817 +
818 +        batt(1) was rewritten in C.  It now supports several flags and
819 +        runs about 8 times faster on my laptop.  The default output
820 +        shows the number of minutes of battery life remaining and the
821 +        percentage.  You can use -u to display the number of batteries or
822 +        -c to get script friendly output.  Consult the man page for more.
823 +
824 + 20081204:
825 +        Work has completed on importing ZFS, jemalloc, several
826 +        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
827 +        support, improved locking for file desc., audit (openbsm),
828 +        openssl .98e, nfe, imporved intel high def audio, midi, updated
829 +        intel gigabit (em), support for several wifi cards (intel), ...
830 +
831 +        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
832 +        data from param.h instead of the FreeBSD version.  This means
833 +        testing is now possible in the ports tree for the version
834 +        and that any ports or code relying on the FreeBSD version from
835 +        sys/sys/param.h will need to be fixed.
836 +
837 + 20080905:
838 +        update nve(4) to support new hardware.
839 +
840 + 20080801:
841 +        Import OpenBSM 1.0
842 +
843 +        Modify src/release to create 3 isos instead of 2 for packages.
844 +
845 +        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
846 +
847 +        Many ia64, alpha, powerpc items were removed.
848 +
849 +        The recent diffutils 2.8.7 import was fixed.
850 +
851 + 20080703:
852 +        pcc was not installed properly when setting DESTDIR for live cds,
853 +        or posibly jails.
854 +
855 + 20080627:
856 +        Add firmware(9), WEP, CCMP, TKIP to GENERIC.
857 +
858 +        Add glabel to GENERIC.
859 +
860 +        Intel ICH8 mobile chipset used on some iMacs included with ata.
861 +
862 +        pcc connected to the build on i386. (alternative compiler)
863 +
864 +        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
865 +
866 + 20080528:
867 +        Sendmail 8.14.3
868 +
869   20080516:
870          ssh-vulnkey allows you to look for vulnerable ssh keys that
871          were generated on Debian and Ubuntu hosts over the last
# Line 562 | Line 1425 | Contact Warner Losh if you have any questions about yo
1425   this document.
1426  
1427   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1428 < $MidnightBSD: src/UPDATING,v 1.36 2008/05/01 04:46:25 laffer1 Exp $
1428 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 1598 by laffer1, Fri May 16 22:38:32 2008 UTC vs.
Revision 6841 by laffer1, Sat Oct 4 14:23:36 2014 UTC

# Line 1 | Line 0
1 1.37

Comparing trunk/UPDATING (property svn:keywords):
Revision 1598 by laffer1, Fri May 16 22:38:32 2008 UTC vs.
Revision 6841 by laffer1, Sat Oct 4 14:23:36 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines