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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines