ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/src/UPDATING
(Generate patch)

Comparing src/UPDATING (file contents):
Revision 1.38.2.19 by laffer1, Wed Jun 10 15:49:25 2009 UTC vs.
Revision 1.151 by laffer1, Sat Dec 24 02:53:11 2011 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users
2  
3 < Items affecting the mports and packages system can be found in
4 < /usr/mports/UPDATING.
3 > 20111223:
4 >        Fix security issue with chroot and ftpd.
5  
6 < 20090610:
7 <        MidnightBSD 0.2.1-RELEASE-p10
8 <        
9 <        This should be applied to all systems running 0.2.1. Users on
10 <        p9 simply should update their kernels. No world update is required.
6 >        nsdispatch(3) doesn't know it's working in a chroot and some
7 >        operations can cause files to get reloaded causing a security
8 >        hole in things like ftpd.
9  
10 <        ipv6:
11 <        The SIOCSIFINFO_IN6 ioctl is missing a necessary permissions check.
12 <        Don't let everyone on the planet (with local access) change the
15 <        properties on the ipv6 interfaces.
10 > 20111217:
11 >        libdialog/dialog upgraded to an lgpl version. As it's not
12 >        backwardly compatable, include the old libdialog as libodialog
13  
14 <        anonymous pipes:
15 <        Stop unprivileged processes from reading pages of memory belonging
19 <        to other processes with anonymous pipes.
14 > 20111212:
15 >        mksh r40d imported
16  
17 < 20090521:
18 <        MidnightBSD 0.2.1-RELEASE-p9
17 > 20111210:
18 >        re(4) and rl(4) updated to support new chips.
19  
20 <        This fix is only in configuration files for ssh and sshd.  Users on
25 <        p8 should simply add
20 >        GEOM synced with FreeBSD 7-stable.
21  
22 <        Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc
22 >        MidnightBSD GPT partition types created in sys/gpt.h and
23 >        setup in boot loader and GEOM.
24  
25 <        to their configuration files for sshd_config and ssh_config in etc/ssh
25 >        amdsbwd(4) (amd watchdog for south bridge) updated to support
26 >        8xx series chipset.
27  
28 + 20111207:
29 +        import bsd grep from FreeBSD/OpenBSD.
30 +
31 +        MK_BSD_GREP controls which grep is installed
32 +        as grep with the other as bsdgrep or gnugrep.
33 +
34 + 20111122:
35 +        mksh vR40c imported.
36 +
37 + 20111117:
38 +        BIND 9.6 ESV R5 P1
39 +
40 + 20111107:
41 +        tzdata 2011n
42 +
43 + 20111026:
44 +        mDNSResponder v320
45 +
46 +        BIND 9.6 ESV R5
47 +
48 + 20111022:
49 +        cflow 0.0.6 imported
50 +
51 + 20111020:
52 +        less v436 imported
53 +
54 +        amdsbwd(4) AMD southbridge watchdog
55 +
56 + 20111019:
57 +        awk 20110810 imported
58 +
59 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
60 +        not included in GENERIC kernel.  The kernel module needs
61 +        testing before we can include it in GENERIC.
62 +
63 +        intr_bind code ported to allow an IRQ to be bound to one
64 +        specific CPU core.
65 +
66 + 20111017:
67 +        Time Zone Data v. 2011l (Released 10 October 2011)
68 +
69 +        Updated list of countries (iso3166) to work with new timezone data.
70 +
71 + 20111015:
72 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
73 +        to control which core or group of cores can be used for a given
74 +        process. Several new system calls were added to support this
75 +        functionality in the running kernel and for 32bit binary
76 +        compatibility on amd64.
77 +
78 +        The scheduler default has been changed to ULE in i386 and
79 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
80 +        for this feature.
81 +
82 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
83 +
84 + 20111004:
85 +        Fix a problem with unix socket handling caused by the recent
86 +        patch to unix socket path handling. This allows network
87 +        apps to work under the linuxolator again.
88 +
89 + 20111001:
90 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
91 +        now default and an environment variable must be set to use
92 +        active.
93 +
94 + 20110930:
95 +        Introduce quirks handling for several umass devices including
96 +        USB cameras.  Add workaround for Cyberpower UPS devices.
97 +
98 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
99 +        Stale ip/tcp header pointers are no longer used, lockups fixed
100 +        when network cable is unplugged on bootup, enable TX checksum
101 +        offloading.
102 +
103 +        Add a new man page for gcache(8), a useful geom class when
104 +        working with large raid3 sets.
105 +
106 +        Restore previous workaround for Cypress pata storage controller.
107 +
108 + 20110929:
109 +        Sync ath(4) with FreeBSD 7.3.
110 +
111 +        The following modules are no longer available, and should be
112 +        removed from loader.conf:
113 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
114 +
115 +        alc(4) would hibernate when a cable was unplugged and often
116 +        required bring the interface down and up to "wake up" so that
117 +        a connection could be established.  Disable hibernation.
118 +
119 + 20110928:
120 +        Fix security issues with gzip and compress related to .Z
121 +        files that are corrupted.
122 +
123 +        Fix path validation with unix domain sockets.
124 +
125 + 20110917:
126 +        Remove dependance on mports perl for generating releases as
127 +        it's in the base system.
128 +
129 + 20110914:
130 +        Import xz 5.0.3 with liblzma 5.0.3
131 +
132 + 20110813:
133 +        synced the sparc64 GENERIC kernel configuration with amd64.
134 +
135 + 20110806:
136 +        sqlite 3.7.7.1 imported
137 +
138 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
139 +        a full text search command line tool.  libmsearch can also be used
140 +        to build a graphical based search in the future. You can enable
141 +        index building for msearch in periodic.conf or manually run the
142 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
143 +        space in /var.  I'm using approximately 500MB currently.
144 +
145 +        Fix a long standing bug with the periodic script to check package
146 +        versions.  This will be obsolete with mport though.
147 +
148 + 20110710:
149 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
150 +        know why it's in use and thus script can be run.
151 +
152 +        Yet another problem with the perl manifest was fixed
153 +
154 + 20110709:
155 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
156 +        with use of powerd(8) and cpufreq(4).
157 +
158 + 20110612:
159 +        Update mksh to R40
160 +
161 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
162 +        updating current (cd /usr/src && make check-old)
163 +
164 + 20110528:
165 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
166 +
167 + 20110526:
168 +        newfs:
169 +        Raised the default blocksize for UFS/FFS filesystems from
170 +        16K to 32K and the default fragment size from 2K to 4K.
171 +
172 +        This should slightly imporve performance on "advanced format"
173 +        hard drives such as the WD EARS drives. Drives of this type
174 +        have emulation modes that slow down with lower sizes.  Of course
175 +        the drive must still be aligned properly when using fdisk.
176 +
177 + 20110521:
178 +        mport tool now has a deleteall command.  This can be used to remove
179 +        all packages from a system.
180 +
181 +        A few bugs with the perl 5.14 import have been fixed.
182 +
183 + 20110518:
184 +        Perl 5.14.0
185 +
186 + 20110517:
187 +        Sendmail 8.14.5
188 +
189 + 20110314:
190 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
191 +
192 +        cdevpriv wrappers added
193 +
194 +        nss_mdns hack introduced to work around linking problem.
195 +
196 +        dnsextd fixed after update to mDNSResponder code.
197 +
198 + 20110308:
199 +        Introduce liblzma & xz 5.0.1 to the base system
200 +
201 +        Patch for OpenSSL security issue CVE-2011-0014.
202 +
203 +        "OSREVISION 4004"
204 +
205 +        nsswitch module for multicast dns (nss_mdns) added.
206 +
207 +        tzdata2011c
208 +
209 + 20110220:
210 +        cam(4) syncronized with FreeBSD 7.3.
211 +
212 + 20110219:
213 +        amdtemp(4) updated to support sensors framework.
214 +
215 + 20110217:
216 +        Perl 5.10.1 imported
217 +
218 + 20110216:
219 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
220 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
221 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
222 +        been placed in GENERIC on i386 and amd64.
223 +
224 +        Update bfe(4) to support newer devices and WOL.
225 +
226 + 20110215:
227 +        age(4) added.
228 +
229 + 20110208:
230 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
231 +
232 + 20110206:
233 +        eeemon(4) added to monitor Asus Eee PC.
234 +
235 + 20110205:
236 +        OpenSSH 5.7p1
237 +
238 +        GNU sort 6.9 (coreutils)
239 +
240 + 20110203:
241 +        one true awk 20100523 imported
242 +
243 +        sqlite 3.7.5
244 +
245 +        OpenSSL 0.9.8q
246 +
247 + 20110202:
248 +        tcsh 6.17.00
249 +
250 +        file 5.05
251 +
252 + 20110122:
253 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
254 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
255 +
256 + 20110120:
257 +        BIND 9.6.2-P3
258 +
259 +        sudo 1.7.4-p6
260 +
261 + 20110115:
262 +        Add experimental jme(4) for Jmicron ethernet devices.
263 +
264 + 20101130:
265 +        A double free exists in the SSL client ECDH handling code, when
266 +        processing specially crafted public keys with invalid prime
267 +        numbers. [CVE-2010-2939]
268 +
269 + 20101120:
270 +        Several portions of the kernel and userland code related to UFS file
271 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
272 +        to use of int types.  Based on a patch from FreeBSD, I've modified
273 +        our UFS2 implementation to handle unsigned values for inode counts
274 +        which should allow for file systems greater than 16TB.
275 +
276 +        newfs and growfs was also modified.
277 +
278 + 20101110:
279 +        Fix a security issue with pseudofs which could result in running code in kernel
280 +        context or a kernel panic depending on system configuration.  This affects file
281 +        systems such as procfs for instance.
282 +
283 + 20101021:
284 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
285 +        This is similar to functions present in many linux distros. The utility was
286 +        written by Devin Teske for FreeBSD.
287 +
288 + 20100920:
289 +        bzip2 security patch for integer overflow.
290 +
291 + 20100905:
292 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
293 +        for 0.4.
294 +
295 + 20100902:
296 +        Fix a security issue with libutil that allows users to bypass cpu limits in
297 +        login.conf in some cases.  This combined with OpenSSH for example can allow
298 +        the user to get more resources than they're allowed.
299 +
300 + 20100822:
301 +        Import Apple's mDNSResponder (mdnsd).
302 +
303 + 20100814:
304 +        libdispatch added to MidnightBSD.  This provides functionality found in
305 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
306 +        licensed under Apache 2, we create a new MK_APACHE option so that
307 +        it's not required for all users to run code under a license they
308 +        may not like.
309 +
310 + 20100713:
311 +        mbuf readonly fix related to sendfile(2) data corruption.
312 +
313 + 20100704:
314 +        brainfuck(1) imported from MirBSD.
315 +
316 + 20100505:
317 +        zlib 1.2.5
318 +
319 + 20100430:
320 +        Sudo 1.7.2p6 imported
321 +
322 + 20100321:
323 +        Update zlib to 1.2.4
324 +
325 + 20100319:
326 +        Removed i586 from default i386 generic kernel.
327 +
328 + 20100317:
329 +        Update to tzdata2010e (time zones).  This includes changes in
330 +        Mexico.
331 +
332 +        Add support for several newer sound cards via hda including
333 +        ATI and Realtek chipsets.
334 +
335 + 20100313:
336 +        CPU detection has been changed.  VIA Padlock detection added.
337 +
338 + 20100312:
339 +        Fix a number of bugs and compiler warnings in libmport. Handle
340 +        plus signs in paths for mport.check-fake
341 +
342 + 20100311:
343 +        mksh R39c
344 +
345 + 20100309:
346 +        Sudo 1.7.2p5
347 +
348 +        sqlite3 3.6.23
349 +
350 +        mksh R39b
351 +
352 +        libffi (ffi) 3.0.9
353 +
354 + 20100206:
355 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
356 +        properly pass arguments to ld.
357 +
358 +        re(4) and rl(4) have been updated to support several new
359 +        realtek chipsets.  Performance has been improved on re(4).
360 +
361 + 20100204:
362 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
363 +        segfaulting.  
364 +
365 + 20100116:
366 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
367 +
368 +        BIND 9.6.1-P2
369 +
370 + 20100110:
371 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
372 +
373 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
374 +        install libc before doing a full buildworld when upating from 0.2 or
375 +        older current systems.
376 +
377 +        kqueue(2) was modified to support portions of libdispatch functionality.
378 +
379 + 20100106:
380 +        Bind security update.  Fix a bug with DNSSEC that causes negative
381 +        cache entries and thus a possible DNS cache poisoning attack.
382 +
383 +        Fix a bug in ZFS that can reset permissions on system crashes.
384 +
385 + 20091228:
386 +        amdtemp(4) was added.  It allows one to monitor to the temperature
387 +        of an AMD CPU such as a Phenom.
388 +
389 + 20091205:
390 +        OpenSSL security fix
391 +
392 +        The SSL version 3 and TLS protocols support session renegotiation without
393 +        cryptographically tying the new session parameters to the old parameters.
394 +
395 + 20091128:
396 +        OpenBSD sensors framework imported including sensorsd(8)
397 +
398 + 20091126:
399 +        OpenNTPD 4.4 import
400 +
401 +        Update OpenSSH to 5.3p1
402 +
403 +        mksh R39
404 +
405 + 20091124:
406 +        cpdup updated from DragonFly to 1.15
407 +
408 +        tzdata2009s updated with latest timezone data for November 2009.
409 +
410 + 20091010:
411 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
412 +        to test current.
413 +
414 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
415 +        on amd64 systems.
416 +
417 + 20091006:
418 +        Update timezone data with tzdata2009n with the Pakistan and
419 +        Argentina changes.
420 +
421 +        Sync several userland utilities with versions from FreeBSD 7.0 in
422 +        sbin and usr.sbin.
423 +
424 + 20090919:
425 +        Update timezone data with tzdate2009m from September 2009.
426 +
427 + 20090729:
428 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
429 +        can trigger an assertion and cause named to exit
430 +
431 + 20090606:
432 +        Remove PCC from the base system.  This compiler will not work
433 +        as a system compiler for us as we've got some userland investment
434 +        in C++ code and may have Objective-C in the future.  We're stuck
435 +        with a solution that supports these three languages at a minimum.
436 +
437 +        I had wanted to keep it as an optional compiler because it is
438 +        fast, however too many users want to try to use it for the base
439 +        system which makes no sense.
440 +
441 +        A hack was added for Cypress based usb hard drive enclosures to
442 +        the kernel.  This should cut down on commands it claims to support
443 +        but does not (at the cam layer).  Found while testing ZFS on
444 +        an external device.
445 +
446 + 20090520:
447 +        The powerd daemon no longer starts automatically to improve
448 +        compatibility with many systems.  However, there is a new
449 +        installer option in the startup section to enable it. This
450 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
451 +        out my new Phenom too.
452 +
453 + 20090502:
454 +        OpenSSH 5.2p1 import
455 +
456 +        ale(4) connected to the build. (kernel module only)
457 +
458 + 20090501:
459 +        Imported makefs utility from NetBSD/FreeBSD
460 +
461   20090422:
462 <        MindightBSD 0.2.1-RELEASE-p8
462 >        OpenSSL security update
463  
464          The function ASN1_STRING_print_ex does not properly validate the lengths
465 <        of BMPString or UniversalString objects before attempting to print them.
465 > of BMPString or UniversalString objects before attempting to print them.
466  
467 < 20090326:
468 <        MidnightBSD 0.2.1-RELEASE-p7
467 > 20090415:
468 >        Created a Symbol.map for libc/ohash symbols
469  
470 <        Fix several security problems with sudo.  It is now 1.6.9-p20
470 >        Updated several usr/bin usr/sbin utilities.
471  
472 < 20090115:
473 <        MidnightBSD 0.2.1-RELEASE-p6
472 >        Corrected a bug with Makefile.inc1 causing the bootstrap
473 >        tools to fail.
474  
475 <        Correct an issue with BIND that allows for DNSSEC spoofing
476 <        attacks.
475 > 20090405:
476 >        xorg 7.4 wants to configure its input devices via hald which does not
477 >        yet work with USB. If the keyboard/mouse does not work in xorg then
478 >        add
479 >                Option "AllowEmptyInput" "off"
480 >        to your ServerLayout section.  This will cause X to use the configured
481 >        kbd and mouse sections from your xorg.conf
482  
483 < 20090110:
484 <        MidnightBSD 0.2.1-RELEASE-p5
483 > 20090403:
484 >        mksh was disconnected a few day ago do to bugs with
485 >        buildworld and mports.  Now, connect it back
486 >        for use as /bin/sh with a conditional called
487 >        MK_ASH.  By default, ash is the standard /bin/sh
488 >        but we may change this later.  This will allow further
489 >        testing by users and developers of mksh without
490 >        causing an unpleasant default experience.  In the
491 >        long run, we need to fix mksh compatibility.
492  
493 + 20090328:
494 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
495 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
496 +        as the default /bin/sh.  Please report bugs with
497 +        ports, etc. The ash code will remain in the repo for awhile
498 +        as I decide if we'll add something like MK_SHELL_ASH as
499 +        an optional build parameter.  
500 +
501 +        ahd was disconnected from the lint environment until
502 +        the compiler bug is sorted (by updating gcc?)
503 +
504 +        Remove freebsd-tips from fortune files and change the
505 +        default for login and profile.
506 +
507 + 20090327:
508 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
509 +
510 +        Also previously, ctriv has been connecting Perl 5.10
511 +        to the build (part of os).  This will have an impact
512 +        on mports.
513 +
514 + 20090325:
515 +        Update Bind to 9.4.3-P1
516 +
517 +        Update mksh to R36b
518 +
519 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
520 +
521 +        Update pnpinfo, sync with FreeBSD.
522 +
523 + 20090115:
524 +        Fix a problem with DNSSEC and BIND.
525 +
526 + 20090110:
527          For applications using OpenSSL for SSL connections, an invalid SSL
528          certificate may be interpreted as valid.  This could for example be
529          used by an attacker to perform a man-in-the-middle attack.
# Line 57 | Line 533 | Items affecting the mports and packages system can be
533  
534          Stop cross site request forgery attacks in lukemftpd
535  
536 < 20081231:
537 <        MidnightBSD 0.2.1-RELEASE-p4
536 > 20090104:
537 >        Import GNU libreadline 5.2
538  
539 <        Correct a problem where function pointers for netgraph
540 <        and bluetooth sockets are not initialized properly.
539 > 20090101:
540 >        Update time zone data to 2008i.
541  
542 < 20081124:
543 <        MidnightBSD 0.2.1-RELEASE-p3
542 > 20081231:
543 >        Correct a problem where bluetooth and netgraph sockets are not
544 >        properly initialized.
545  
546 <        Correct a problem in arc4random which causes the device
70 <        not get get enough entropy for system services.  Geom
71 <        classes initialized at startup will still have problems.
546 >        Happy 2009.
547  
548 < 20081002:
549 <        MidnightBSD 0.2.1-RELEASE-p2
548 > 20081206:
549 >        Due to the massive change in the underlying system under way,
550 >        we're naming the next release 1.0.  The sys/sys/param.h was
551 >        changed accordingly.  ipfilter and ncurses were corrected
552 >        using __MidnightBSD__ tests in the code.  
553  
554 <        IPv6 Neighbor Discovery Protocol routing vulnerability
554 >        The GENERIC kernel config was caught up on i386 today.  Consider
555 >        i386 still broken, but amd64 is running again.
556  
557 <        http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2476
79 <        http://www.kb.cert.org/vuls/id/472363
557 >        mdoc.local was updated with the new MidnightBSD version info.
558  
559 <        This fix causes IPv6 Neighbor Discovery Neighbor Solicitation
560 <        messages to be ignored from non-neighbors.
559 >        batt(1) was rewritten in C.  It now supports several flags and
560 >        runs about 8 times faster on my laptop.  The default output
561 >        shows the number of minutes of battery life remaining and the
562 >        percentage.  You can use -u to display the number of batteries or
563 >        -c to get script friendly output.  Consult the man page for more.
564  
565 <        This can be re-enabled, if needed, by setting the newly added
566 <        net.inet6.icmp6.nd6_onlink_ns_rfc4861 sysctl to 1.
565 > 20081204:
566 >        Work has completed on importing ZFS, jemalloc, several
567 >        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
568 >        support, improved locking for file desc., audit (openbsm),
569 >        openssl .98e, nfe, imporved intel high def audio, midi, updated
570 >        intel gigabit (em), support for several wifi cards (intel), ...
571  
572 < 20080929:
573 <        MidnightBSD 0.2.1-RELEASE-p1
572 >        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
573 >        data from param.h instead of the FreeBSD version.  This means
574 >        testing is now possible in the ports tree for the version
575 >        and that any ports or code relying on the FreeBSD version from
576 >        sys/sys/param.h will need to be fixed.
577  
90        Fix a defect in ftpd.  The command buffer was split which allowed
91        attackers to send arbritrary commands over the network.
92
578   20080905:
579 <        Update nve(4) to support newer hardware.
579 >        update nve(4) to support new hardware.
580  
581 < 20080903:
582 <        Correct two defects in MidnightBSD.  AMD64/EMT64 systems had a
98 <        privledge escalation issue.  CVE-2008-3890
581 > 20080801:
582 >        Import OpenBSM 1.0
583  
584 <        In case of an incoming ICMPv6 'Packet Too Big Message', there is an
101 <        insufficient check on the proposed new MTU for a path to the
102 <        destination.
103 <        CVE-2008-3530
584 >        Modify src/release to create 3 isos instead of 2 for packages.
585  
586 < 20080830:
106 <        MidnightBSD 0.2.1-RELEASE
586 >        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
587  
588 <        Oops, fix some bugs with sysinstall's handling of packages found
109 <        on the release ISOs.  Tweak etc/firstboot while where here.
588 >        Many ia64, alpha, powerpc items were removed.
589  
590 < 20080829:
112 <        MidnightBSD 0.2-RELEASE
590 >        The recent diffutils 2.8.7 import was fixed.
591  
592   20080703:
593 <        Correct problem with pcc and DESTDIR that affected creating live cds
594 <        and jails.
593 >        pcc was not installed properly when setting DESTDIR for live cds,
594 >        or posibly jails.
595  
118        sysinstall would incorrectly truncate DHCP info when configuring
119        ipv4 networking.  This was the result of a bad patch several months
120        ago.  Fix this error.  Found via testing a snapshot.
121
596   20080627:
597          Add firmware(9), WEP, CCMP, TKIP to GENERIC.
598  
# Line 128 | Line 602 | Items affecting the mports and packages system can be
602  
603          pcc connected to the build on i386. (alternative compiler)
604  
605 < 20080613:
132 <        Begin work for MidnightBSD 0.2-PRERELEASE
605 >        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
606  
607   20080528:
608          Sendmail 8.14.3
# Line 693 | Line 1166 | Contact Warner Losh if you have any questions about yo
1166   this document.
1167  
1168   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1169 < $MidnightBSD: src/UPDATING,v 1.38.2.18 2009/05/21 23:11:43 laffer1 Exp $
1169 > $MidnightBSD: src/UPDATING,v 1.150 2011/12/18 03:58:06 laffer1 Exp $

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines