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 1339 by laffer1, Fri Nov 23 21:58:39 2007 UTC vs.
Revision 4761 by laffer1, Wed Mar 28 04:56:48 2012 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 > 20120328:
4 >        mksh R40e
5  
6 +        Perl 5.14.2
7 +
8 + 20120229:
9 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
10 +
11 + 20120209:
12 +        mDNSResponder 333.10 imported
13 +
14 + 20111227:
15 +        import raid5 module for GEOM, graid5(8)
16 +
17 +        This is experimental and known to use a lot of kernel
18 +        memory.
19 +
20 + 20111223:
21 +        telnetd: fix a root exploit from a fixed buffer that was not checked
22 +
23 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
24 +
25 +        Fix pam_ssh module:
26 +
27 +        If the pam_ssh module is enabled, attackers may be able to gain access
28 +        to user accounts which have unencrypted SSH private keys.
29 +
30 +        This has to due with the way that openssl works.  It ignores unencrpted data.
31 +
32 +        Fix security issue with chroot and ftpd.
33 +
34 +        nsdispatch(3) doesn't know it's working in a chroot and some
35 +        operations can cause files to get reloaded causing a security
36 +        hole in things like ftpd.
37 +
38 + 20111217:
39 +        libdialog/dialog upgraded to an lgpl version. As it's not
40 +        backwardly compatable, include the old libdialog as libodialog
41 +
42 + 20111212:
43 +        mksh r40d imported
44 +
45 + 20111210:
46 +        re(4) and rl(4) updated to support new chips.
47 +
48 +        GEOM synced with FreeBSD 7-stable.
49 +
50 +        MidnightBSD GPT partition types created in sys/gpt.h and
51 +        setup in boot loader and GEOM.
52 +
53 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
54 +        8xx series chipset.
55 +
56 + 20111207:
57 +        import bsd grep from FreeBSD/OpenBSD.
58 +
59 +        MK_BSD_GREP controls which grep is installed
60 +        as grep with the other as bsdgrep or gnugrep.
61 +
62 + 20111122:
63 +        mksh vR40c imported.
64 +
65 + 20111117:
66 +        BIND 9.6 ESV R5 P1
67 +
68 + 20111107:
69 +        tzdata 2011n
70 +
71 + 20111026:
72 +        mDNSResponder v320
73 +
74 +        BIND 9.6 ESV R5
75 +
76 + 20111022:
77 +        cflow 0.0.6 imported
78 +
79 + 20111020:
80 +        less v436 imported
81 +
82 +        amdsbwd(4) AMD southbridge watchdog
83 +
84 + 20111019:
85 +        awk 20110810 imported
86 +
87 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
88 +        not included in GENERIC kernel.  The kernel module needs
89 +        testing before we can include it in GENERIC.
90 +
91 +        intr_bind code ported to allow an IRQ to be bound to one
92 +        specific CPU core.
93 +
94 + 20111017:
95 +        Time Zone Data v. 2011l (Released 10 October 2011)
96 +
97 +        Updated list of countries (iso3166) to work with new timezone data.
98 +
99 + 20111015:
100 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
101 +        to control which core or group of cores can be used for a given
102 +        process. Several new system calls were added to support this
103 +        functionality in the running kernel and for 32bit binary
104 +        compatibility on amd64.
105 +
106 +        The scheduler default has been changed to ULE in i386 and
107 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
108 +        for this feature.
109 +
110 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
111 +
112 + 20111004:
113 +        Fix a problem with unix socket handling caused by the recent
114 +        patch to unix socket path handling. This allows network
115 +        apps to work under the linuxolator again.
116 +
117 + 20111001:
118 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
119 +        now default and an environment variable must be set to use
120 +        active.
121 +
122 + 20110930:
123 +        Introduce quirks handling for several umass devices including
124 +        USB cameras.  Add workaround for Cyberpower UPS devices.
125 +
126 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
127 +        Stale ip/tcp header pointers are no longer used, lockups fixed
128 +        when network cable is unplugged on bootup, enable TX checksum
129 +        offloading.
130 +
131 +        Add a new man page for gcache(8), a useful geom class when
132 +        working with large raid3 sets.
133 +
134 +        Restore previous workaround for Cypress pata storage controller.
135 +
136 + 20110929:
137 +        Sync ath(4) with FreeBSD 7.3.
138 +
139 +        The following modules are no longer available, and should be
140 +        removed from loader.conf:
141 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
142 +
143 +        alc(4) would hibernate when a cable was unplugged and often
144 +        required bring the interface down and up to "wake up" so that
145 +        a connection could be established.  Disable hibernation.
146 +
147 + 20110928:
148 +        Fix security issues with gzip and compress related to .Z
149 +        files that are corrupted.
150 +
151 +        Fix path validation with unix domain sockets.
152 +
153 + 20110917:
154 +        Remove dependance on mports perl for generating releases as
155 +        it's in the base system.
156 +
157 + 20110914:
158 +        Import xz 5.0.3 with liblzma 5.0.3
159 +
160 + 20110813:
161 +        synced the sparc64 GENERIC kernel configuration with amd64.
162 +
163 + 20110806:
164 +        sqlite 3.7.7.1 imported
165 +
166 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
167 +        a full text search command line tool.  libmsearch can also be used
168 +        to build a graphical based search in the future. You can enable
169 +        index building for msearch in periodic.conf or manually run the
170 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
171 +        space in /var.  I'm using approximately 500MB currently.
172 +
173 +        Fix a long standing bug with the periodic script to check package
174 +        versions.  This will be obsolete with mport though.
175 +
176 + 20110710:
177 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
178 +        know why it's in use and thus script can be run.
179 +
180 +        Yet another problem with the perl manifest was fixed
181 +
182 + 20110709:
183 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
184 +        with use of powerd(8) and cpufreq(4).
185 +
186 + 20110612:
187 +        Update mksh to R40
188 +
189 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
190 +        updating current (cd /usr/src && make check-old)
191 +
192 + 20110528:
193 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
194 +
195 + 20110526:
196 +        newfs:
197 +        Raised the default blocksize for UFS/FFS filesystems from
198 +        16K to 32K and the default fragment size from 2K to 4K.
199 +
200 +        This should slightly imporve performance on "advanced format"
201 +        hard drives such as the WD EARS drives. Drives of this type
202 +        have emulation modes that slow down with lower sizes.  Of course
203 +        the drive must still be aligned properly when using fdisk.
204 +
205 + 20110521:
206 +        mport tool now has a deleteall command.  This can be used to remove
207 +        all packages from a system.
208 +
209 +        A few bugs with the perl 5.14 import have been fixed.
210 +
211 + 20110518:
212 +        Perl 5.14.0
213 +
214 + 20110517:
215 +        Sendmail 8.14.5
216 +
217 + 20110314:
218 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
219 +
220 +        cdevpriv wrappers added
221 +
222 +        nss_mdns hack introduced to work around linking problem.
223 +
224 +        dnsextd fixed after update to mDNSResponder code.
225 +
226 + 20110308:
227 +        Introduce liblzma & xz 5.0.1 to the base system
228 +
229 +        Patch for OpenSSL security issue CVE-2011-0014.
230 +
231 +        "OSREVISION 4004"
232 +
233 +        nsswitch module for multicast dns (nss_mdns) added.
234 +
235 +        tzdata2011c
236 +
237 + 20110220:
238 +        cam(4) syncronized with FreeBSD 7.3.
239 +
240 + 20110219:
241 +        amdtemp(4) updated to support sensors framework.
242 +
243 + 20110217:
244 +        Perl 5.10.1 imported
245 +
246 + 20110216:
247 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
248 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
249 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
250 +        been placed in GENERIC on i386 and amd64.
251 +
252 +        Update bfe(4) to support newer devices and WOL.
253 +
254 + 20110215:
255 +        age(4) added.
256 +
257 + 20110208:
258 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
259 +
260 + 20110206:
261 +        eeemon(4) added to monitor Asus Eee PC.
262 +
263 + 20110205:
264 +        OpenSSH 5.7p1
265 +
266 +        GNU sort 6.9 (coreutils)
267 +
268 + 20110203:
269 +        one true awk 20100523 imported
270 +
271 +        sqlite 3.7.5
272 +
273 +        OpenSSL 0.9.8q
274 +
275 + 20110202:
276 +        tcsh 6.17.00
277 +
278 +        file 5.05
279 +
280 + 20110122:
281 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
282 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
283 +
284 + 20110120:
285 +        BIND 9.6.2-P3
286 +
287 +        sudo 1.7.4-p6
288 +
289 + 20110115:
290 +        Add experimental jme(4) for Jmicron ethernet devices.
291 +
292 + 20101130:
293 +        A double free exists in the SSL client ECDH handling code, when
294 +        processing specially crafted public keys with invalid prime
295 +        numbers. [CVE-2010-2939]
296 +
297 + 20101120:
298 +        Several portions of the kernel and userland code related to UFS file
299 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
300 +        to use of int types.  Based on a patch from FreeBSD, I've modified
301 +        our UFS2 implementation to handle unsigned values for inode counts
302 +        which should allow for file systems greater than 16TB.
303 +
304 +        newfs and growfs was also modified.
305 +
306 + 20101110:
307 +        Fix a security issue with pseudofs which could result in running code in kernel
308 +        context or a kernel panic depending on system configuration.  This affects file
309 +        systems such as procfs for instance.
310 +
311 + 20101021:
312 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
313 +        This is similar to functions present in many linux distros. The utility was
314 +        written by Devin Teske for FreeBSD.
315 +
316 + 20100920:
317 +        bzip2 security patch for integer overflow.
318 +
319 + 20100905:
320 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
321 +        for 0.4.
322 +
323 + 20100902:
324 +        Fix a security issue with libutil that allows users to bypass cpu limits in
325 +        login.conf in some cases.  This combined with OpenSSH for example can allow
326 +        the user to get more resources than they're allowed.
327 +
328 + 20100822:
329 +        Import Apple's mDNSResponder (mdnsd).
330 +
331 + 20100814:
332 +        libdispatch added to MidnightBSD.  This provides functionality found in
333 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
334 +        licensed under Apache 2, we create a new MK_APACHE option so that
335 +        it's not required for all users to run code under a license they
336 +        may not like.
337 +
338 + 20100713:
339 +        mbuf readonly fix related to sendfile(2) data corruption.
340 +
341 + 20100704:
342 +        brainfuck(1) imported from MirBSD.
343 +
344 + 20100505:
345 +        zlib 1.2.5
346 +
347 + 20100430:
348 +        Sudo 1.7.2p6 imported
349 +
350 + 20100321:
351 +        Update zlib to 1.2.4
352 +
353 + 20100319:
354 +        Removed i586 from default i386 generic kernel.
355 +
356 + 20100317:
357 +        Update to tzdata2010e (time zones).  This includes changes in
358 +        Mexico.
359 +
360 +        Add support for several newer sound cards via hda including
361 +        ATI and Realtek chipsets.
362 +
363 + 20100313:
364 +        CPU detection has been changed.  VIA Padlock detection added.
365 +
366 + 20100312:
367 +        Fix a number of bugs and compiler warnings in libmport. Handle
368 +        plus signs in paths for mport.check-fake
369 +
370 + 20100311:
371 +        mksh R39c
372 +
373 + 20100309:
374 +        Sudo 1.7.2p5
375 +
376 +        sqlite3 3.6.23
377 +
378 +        mksh R39b
379 +
380 +        libffi (ffi) 3.0.9
381 +
382 + 20100206:
383 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
384 +        properly pass arguments to ld.
385 +
386 +        re(4) and rl(4) have been updated to support several new
387 +        realtek chipsets.  Performance has been improved on re(4).
388 +
389 + 20100204:
390 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
391 +        segfaulting.  
392 +
393 + 20100116:
394 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
395 +
396 +        BIND 9.6.1-P2
397 +
398 + 20100110:
399 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
400 +
401 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
402 +        install libc before doing a full buildworld when upating from 0.2 or
403 +        older current systems.
404 +
405 +        kqueue(2) was modified to support portions of libdispatch functionality.
406 +
407 + 20100106:
408 +        Bind security update.  Fix a bug with DNSSEC that causes negative
409 +        cache entries and thus a possible DNS cache poisoning attack.
410 +
411 +        Fix a bug in ZFS that can reset permissions on system crashes.
412 +
413 + 20091228:
414 +        amdtemp(4) was added.  It allows one to monitor to the temperature
415 +        of an AMD CPU such as a Phenom.
416 +
417 + 20091205:
418 +        OpenSSL security fix
419 +
420 +        The SSL version 3 and TLS protocols support session renegotiation without
421 +        cryptographically tying the new session parameters to the old parameters.
422 +
423 + 20091128:
424 +        OpenBSD sensors framework imported including sensorsd(8)
425 +
426 + 20091126:
427 +        OpenNTPD 4.4 import
428 +
429 +        Update OpenSSH to 5.3p1
430 +
431 +        mksh R39
432 +
433 + 20091124:
434 +        cpdup updated from DragonFly to 1.15
435 +
436 +        tzdata2009s updated with latest timezone data for November 2009.
437 +
438 + 20091010:
439 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
440 +        to test current.
441 +
442 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
443 +        on amd64 systems.
444 +
445 + 20091006:
446 +        Update timezone data with tzdata2009n with the Pakistan and
447 +        Argentina changes.
448 +
449 +        Sync several userland utilities with versions from FreeBSD 7.0 in
450 +        sbin and usr.sbin.
451 +
452 + 20090919:
453 +        Update timezone data with tzdate2009m from September 2009.
454 +
455 + 20090729:
456 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
457 +        can trigger an assertion and cause named to exit
458 +
459 + 20090606:
460 +        Remove PCC from the base system.  This compiler will not work
461 +        as a system compiler for us as we've got some userland investment
462 +        in C++ code and may have Objective-C in the future.  We're stuck
463 +        with a solution that supports these three languages at a minimum.
464 +
465 +        I had wanted to keep it as an optional compiler because it is
466 +        fast, however too many users want to try to use it for the base
467 +        system which makes no sense.
468 +
469 +        A hack was added for Cypress based usb hard drive enclosures to
470 +        the kernel.  This should cut down on commands it claims to support
471 +        but does not (at the cam layer).  Found while testing ZFS on
472 +        an external device.
473 +
474 + 20090520:
475 +        The powerd daemon no longer starts automatically to improve
476 +        compatibility with many systems.  However, there is a new
477 +        installer option in the startup section to enable it. This
478 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
479 +        out my new Phenom too.
480 +
481 + 20090502:
482 +        OpenSSH 5.2p1 import
483 +
484 +        ale(4) connected to the build. (kernel module only)
485 +
486 + 20090501:
487 +        Imported makefs utility from NetBSD/FreeBSD
488 +
489 + 20090422:
490 +        OpenSSL security update
491 +
492 +        The function ASN1_STRING_print_ex does not properly validate the lengths
493 + of BMPString or UniversalString objects before attempting to print them.
494 +
495 + 20090415:
496 +        Created a Symbol.map for libc/ohash symbols
497 +
498 +        Updated several usr/bin usr/sbin utilities.
499 +
500 +        Corrected a bug with Makefile.inc1 causing the bootstrap
501 +        tools to fail.
502 +
503 + 20090405:
504 +        xorg 7.4 wants to configure its input devices via hald which does not
505 +        yet work with USB. If the keyboard/mouse does not work in xorg then
506 +        add
507 +                Option "AllowEmptyInput" "off"
508 +        to your ServerLayout section.  This will cause X to use the configured
509 +        kbd and mouse sections from your xorg.conf
510 +
511 + 20090403:
512 +        mksh was disconnected a few day ago do to bugs with
513 +        buildworld and mports.  Now, connect it back
514 +        for use as /bin/sh with a conditional called
515 +        MK_ASH.  By default, ash is the standard /bin/sh
516 +        but we may change this later.  This will allow further
517 +        testing by users and developers of mksh without
518 +        causing an unpleasant default experience.  In the
519 +        long run, we need to fix mksh compatibility.
520 +
521 + 20090328:
522 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
523 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
524 +        as the default /bin/sh.  Please report bugs with
525 +        ports, etc. The ash code will remain in the repo for awhile
526 +        as I decide if we'll add something like MK_SHELL_ASH as
527 +        an optional build parameter.  
528 +
529 +        ahd was disconnected from the lint environment until
530 +        the compiler bug is sorted (by updating gcc?)
531 +
532 +        Remove freebsd-tips from fortune files and change the
533 +        default for login and profile.
534 +
535 + 20090327:
536 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
537 +
538 +        Also previously, ctriv has been connecting Perl 5.10
539 +        to the build (part of os).  This will have an impact
540 +        on mports.
541 +
542 + 20090325:
543 +        Update Bind to 9.4.3-P1
544 +
545 +        Update mksh to R36b
546 +
547 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
548 +
549 +        Update pnpinfo, sync with FreeBSD.
550 +
551 + 20090115:
552 +        Fix a problem with DNSSEC and BIND.
553 +
554 + 20090110:
555 +        For applications using OpenSSL for SSL connections, an invalid SSL
556 +        certificate may be interpreted as valid.  This could for example be
557 +        used by an attacker to perform a man-in-the-middle attack.
558 +
559 +        Other applications which use the OpenSSL EVP API may similarly be
560 +        affected.
561 +
562 +        Stop cross site request forgery attacks in lukemftpd
563 +
564 + 20090104:
565 +        Import GNU libreadline 5.2
566 +
567 + 20090101:
568 +        Update time zone data to 2008i.
569 +
570 + 20081231:
571 +        Correct a problem where bluetooth and netgraph sockets are not
572 +        properly initialized.
573 +
574 +        Happy 2009.
575 +
576 + 20081206:
577 +        Due to the massive change in the underlying system under way,
578 +        we're naming the next release 1.0.  The sys/sys/param.h was
579 +        changed accordingly.  ipfilter and ncurses were corrected
580 +        using __MidnightBSD__ tests in the code.  
581 +
582 +        The GENERIC kernel config was caught up on i386 today.  Consider
583 +        i386 still broken, but amd64 is running again.
584 +
585 +        mdoc.local was updated with the new MidnightBSD version info.
586 +
587 +        batt(1) was rewritten in C.  It now supports several flags and
588 +        runs about 8 times faster on my laptop.  The default output
589 +        shows the number of minutes of battery life remaining and the
590 +        percentage.  You can use -u to display the number of batteries or
591 +        -c to get script friendly output.  Consult the man page for more.
592 +
593 + 20081204:
594 +        Work has completed on importing ZFS, jemalloc, several
595 +        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
596 +        support, improved locking for file desc., audit (openbsm),
597 +        openssl .98e, nfe, imporved intel high def audio, midi, updated
598 +        intel gigabit (em), support for several wifi cards (intel), ...
599 +
600 +        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
601 +        data from param.h instead of the FreeBSD version.  This means
602 +        testing is now possible in the ports tree for the version
603 +        and that any ports or code relying on the FreeBSD version from
604 +        sys/sys/param.h will need to be fixed.
605 +
606 + 20080905:
607 +        update nve(4) to support new hardware.
608 +
609 + 20080801:
610 +        Import OpenBSM 1.0
611 +
612 +        Modify src/release to create 3 isos instead of 2 for packages.
613 +
614 +        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
615 +
616 +        Many ia64, alpha, powerpc items were removed.
617 +
618 +        The recent diffutils 2.8.7 import was fixed.
619 +
620 + 20080703:
621 +        pcc was not installed properly when setting DESTDIR for live cds,
622 +        or posibly jails.
623 +
624 + 20080627:
625 +        Add firmware(9), WEP, CCMP, TKIP to GENERIC.
626 +
627 +        Add glabel to GENERIC.
628 +
629 +        Intel ICH8 mobile chipset used on some iMacs included with ata.
630 +
631 +        pcc connected to the build on i386. (alternative compiler)
632 +
633 +        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
634 +
635 + 20080528:
636 +        Sendmail 8.14.3
637 +
638 + 20080516:
639 +        ssh-vulnkey allows you to look for vulnerable ssh keys that
640 +        were generated on Debian and Ubuntu hosts over the last
641 +        few years.  sshd can block offending keys with a configuration
642 +        option.
643 +
644 +        The elf note on binaries is now set to MidnightBSD.
645 +
646 + 20080514:
647 +        Fixed a number of problems with pcc.  It is not yet connected
648 +        to the build, but usable on i386 hosts.  You may use it
649 +        by make; make install in /usr/src/usr.bin/pcc.  It will
650 +        install in /usr/local as some of the files conflict with
651 +        GCC versions. __MidnightBSD__ is defined in PCC as well.
652 +
653 +        System headers were fixed to allow pcc to compile many binaries
654 +        on MidnightBSD.  bin/cp will work now for instance.
655 +
656 + 20080430:
657 +        __MidnightBSD__ is now defined via gcc.  This can be tested
658 +        to determine we're running on MidnightBSD in the preprocessor.
659 +
660 + 20080429:
661 +        Import bind 9.4.2 with threading
662 +
663 +        libpthread (KSE) and libthr are built earlier
664 +        
665 +        pcvt(4) removed!
666 +
667 +        Alias added for core2 cpus.
668 +
669 +        Alpha and PC98 only utilities removed from usr/sbin
670 +
671 +        syslogd, adduser, rmuser, mergemaster and mailwrapper have been
672 +        improved.  See the man pages for info.
673 +
674 +        periodic scripts will not send emails with empty message bodies.
675 +        See mailwrapper fix.
676 +
677 + 20080410:
678 +        Sync cpdup with DragonFly.  Add parallel transaction support and
679 +        -l flag to line-buffer stdout and stderr.
680 +
681 + 20080406:
682 +        Import bzip2 1.05
683 +        Import OpenSSH 4.9p1
684 +
685 + 20080322:
686 +        The default umask was changed to 022.
687 +        
688 +        /usr/X11R6 paths were removed from several config files.
689 +
690 +        .mkshrc files are now installed for root.
691 +
692 + 20080316:
693 +        FIx a problem with gif0 tunnels and neighbors with IPV6.
694 +
695 + 20080312:
696 +        Add lndir from X.org.  This aides in the porting of MirPorts.
697 +
698 +        New OS versions were added to the mapage code (groff)
699 +
700 + 20080310:
701 +        Correct a buffer overflow in ppp.
702 +
703 + 20080308:
704 +        Remove /usr/X11R6 from manpath config.
705 +
706 + 20080307:
707 +        Atheros driver no longer has several options set
708 +        which corrects building in tinderbox on all three platforms.
709 +
710 +        Added a new macro to sx.h which returns true if the current
711 +        thread holds an exclusive lock on a specifix sx.
712 +
713 +        Removed OS/2's HPFS file system.   It's not maintained and
714 +        I don't know anyone using OS/2 or ecomstation these days.
715 +        My copy is in the closet collecting dust.
716 +
717 + 20080306:
718 +        Synced tinderbox with FreeBSD.  Modified it for MidnightBSD.
719 +        Developers can now use it to check src builds.
720 +
721 + 20080303:
722 +        Add mksh to /etc/shells, made some adjustments to options
723 +        for mksh builds per suggestion upstream.
724 +
725 +        USB HID table updated with modern hardware list.
726 +
727 +        Updated BSD family true (we're not in there yet)
728 +
729 +        iso3166 file updated and import of tzdata2007k for
730 +        new time zones.
731 +
732 +        Updated mksh to latest version R33.
733 +
734 + 20080228:
735 +        Remplaced the random IP id generation code with a new
736 +        version by Amit Klein.
737 +
738 + 20080221:
739 +        Sendfile write only permissions fix.
740 +
741 +        Removed some HPFS and PC98 code.
742 +
743 +        iso639 file sycned with DragonFly.
744 +
745 + 20080128:
746 +        Changed NTP configuration so that ips aren't cached
747 +        so multiple servers are used.
748 +
749 +        Fix an issue with fork() in libpthread.
750 +
751 + 20080121:
752 +        Add virtualization detection to set the HZ rate
753 +        according to a VM present.  VMWare and Parallels
754 +        should work better like this.
755 +
756 +        Change to full x11 install in sysinstall.  Add
757 +        xorg 7 support.
758 +
759 + 20080115:
760 +        Fix the handling of PTY's.  CVE-2008-0216
761 +
762 + 20080105:
763 +        mport delete code added, USE_MPORT_TOOLS knob aded.
764 +
765 + 20080101:
766 +        Happy New Year
767 +
768 + 20071123:
769 +        Update sendmail to 8.14.2
770 +
771   20071120:
772          Update system compiler to gcc 3.4.6.
773  
774 + 20071023:
775 +        Updated mksh to R31d.
776 +
777   20070911:
778          Updated mksh to version R31b.
779  
# Line 426 | Line 1194 | Contact Warner Losh if you have any questions about yo
1194   this document.
1195  
1196   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1197 < $MidnightBSD: src/UPDATING,v 1.27 2007/09/11 22:08:22 laffer1 Exp $
1197 > $MidnightBSD: src/UPDATING,v 1.158 2012/03/28 04:31:53 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 1339 by laffer1, Fri Nov 23 21:58:39 2007 UTC vs.
Revision 4761 by laffer1, Wed Mar 28 04:56:48 2012 UTC

# Line 1 | Line 1
1 < 1.28
1 > 1.159

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines