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.125 by laffer1, Sat May 28 17:54:09 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 > 20110528:
4 >        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
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 > 20110526:
7 >        newfs:
8 >        Raised the default blocksize for UFS/FFS filesystems from
9 >        16K to 32K and the default fragment size from 2K to 4K.
10  
11 <        ipv6:
12 <        The SIOCSIFINFO_IN6 ioctl is missing a necessary permissions check.
13 <        Don't let everyone on the planet (with local access) change the
14 <        properties on the ipv6 interfaces.
11 >        This should slightly imporve performance on "advanced format"
12 >        hard drives such as the WD EARS drives. Drives of this type
13 >        have emulation modes that slow down with lower sizes.  Of course
14 >        the drive must still be aligned properly when using fdisk.
15  
16 <        anonymous pipes:
17 <        Stop unprivileged processes from reading pages of memory belonging
18 <        to other processes with anonymous pipes.
16 > 20110521:
17 >        mport tool now has a deleteall command.  This can be used to remove
18 >        all packages from a system.
19  
20 < 20090521:
22 <        MidnightBSD 0.2.1-RELEASE-p9
20 >        A few bugs with the perl 5.14 import have been fixed.
21  
22 <        This fix is only in configuration files for ssh and sshd.  Users on
23 <        p8 should simply add
22 > 20110518:
23 >        Perl 5.14.0
24  
25 <        Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc
25 > 20110517:
26 >        Sendmail 8.14.5
27  
28 <        to their configuration files for sshd_config and ssh_config in etc/ssh
28 > 20110314:
29 >        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
30  
31 +        cdevpriv wrappers added
32 +
33 +        nss_mdns hack introduced to work around linking problem.
34 +
35 +        dnsextd fixed after update to mDNSResponder code.
36 +
37 + 20110308:
38 +        Introduce liblzma & xz 5.0.1 to the base system
39 +
40 +        Patch for OpenSSL security issue CVE-2011-0014.
41 +
42 +        "OSREVISION 4004"
43 +
44 +        nsswitch module for multicast dns (nss_mdns) added.
45 +
46 +        tzdata2011c
47 +
48 + 20110220:
49 +        cam(4) syncronized with FreeBSD 7.3.
50 +
51 + 20110219:
52 +        amdtemp(4) updated to support sensors framework.
53 +
54 + 20110217:
55 +        Perl 5.10.1 imported
56 +
57 + 20110216:
58 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
59 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
60 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
61 +        been placed in GENERIC on i386 and amd64.
62 +
63 +        Update bfe(4) to support newer devices and WOL.
64 +
65 + 20110215:
66 +        age(4) added.
67 +
68 + 20110208:
69 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
70 +
71 + 20110206:
72 +        eeemon(4) added to monitor Asus Eee PC.
73 +
74 + 20110205:
75 +        OpenSSH 5.7p1
76 +
77 +        GNU sort 6.9 (coreutils)
78 +
79 + 20110203:
80 +        one true awk 20100523 imported
81 +
82 +        sqlite 3.7.5
83 +
84 +        OpenSSL 0.9.8q
85 +
86 + 20110202:
87 +        tcsh 6.17.00
88 +
89 +        file 5.05
90 +
91 + 20110122:
92 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
93 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
94 +
95 + 20110120:
96 +        BIND 9.6.2-P3
97 +
98 +        sudo 1.7.4-p6
99 +
100 + 20110115:
101 +        Add experimental jme(4) for Jmicron ethernet devices.
102 +
103 + 20101130:
104 +        A double free exists in the SSL client ECDH handling code, when
105 +        processing specially crafted public keys with invalid prime
106 +        numbers. [CVE-2010-2939]
107 +
108 + 20101120:
109 +        Several portions of the kernel and userland code related to UFS file
110 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
111 +        to use of int types.  Based on a patch from FreeBSD, I've modified
112 +        our UFS2 implementation to handle unsigned values for inode counts
113 +        which should allow for file systems greater than 16TB.
114 +
115 +        newfs and growfs was also modified.
116 +
117 + 20101110:
118 +        Fix a security issue with pseudofs which could result in running code in kernel
119 +        context or a kernel panic depending on system configuration.  This affects file
120 +        systems such as procfs for instance.
121 +
122 + 20101021:
123 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
124 +        This is similar to functions present in many linux distros. The utility was
125 +        written by Devin Teske for FreeBSD.
126 +
127 + 20100920:
128 +        bzip2 security patch for integer overflow.
129 +
130 + 20100905:
131 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
132 +        for 0.4.
133 +
134 + 20100902:
135 +        Fix a security issue with libutil that allows users to bypass cpu limits in
136 +        login.conf in some cases.  This combined with OpenSSH for example can allow
137 +        the user to get more resources than they're allowed.
138 +
139 + 20100822:
140 +        Import Apple's mDNSResponder (mdnsd).
141 +
142 + 20100814:
143 +        libdispatch added to MidnightBSD.  This provides functionality found in
144 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
145 +        licensed under Apache 2, we create a new MK_APACHE option so that
146 +        it's not required for all users to run code under a license they
147 +        may not like.
148 +
149 + 20100713:
150 +        mbuf readonly fix related to sendfile(2) data corruption.
151 +
152 + 20100704:
153 +        brainfuck(1) imported from MirBSD.
154 +
155 + 20100505:
156 +        zlib 1.2.5
157 +
158 + 20100430:
159 +        Sudo 1.7.2p6 imported
160 +
161 + 20100321:
162 +        Update zlib to 1.2.4
163 +
164 + 20100319:
165 +        Removed i586 from default i386 generic kernel.
166 +
167 + 20100317:
168 +        Update to tzdata2010e (time zones).  This includes changes in
169 +        Mexico.
170 +
171 +        Add support for several newer sound cards via hda including
172 +        ATI and Realtek chipsets.
173 +
174 + 20100313:
175 +        CPU detection has been changed.  VIA Padlock detection added.
176 +
177 + 20100312:
178 +        Fix a number of bugs and compiler warnings in libmport. Handle
179 +        plus signs in paths for mport.check-fake
180 +
181 + 20100311:
182 +        mksh R39c
183 +
184 + 20100309:
185 +        Sudo 1.7.2p5
186 +
187 +        sqlite3 3.6.23
188 +
189 +        mksh R39b
190 +
191 +        libffi (ffi) 3.0.9
192 +
193 + 20100206:
194 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
195 +        properly pass arguments to ld.
196 +
197 +        re(4) and rl(4) have been updated to support several new
198 +        realtek chipsets.  Performance has been improved on re(4).
199 +
200 + 20100204:
201 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
202 +        segfaulting.  
203 +
204 + 20100116:
205 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
206 +
207 +        BIND 9.6.1-P2
208 +
209 + 20100110:
210 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
211 +
212 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
213 +        install libc before doing a full buildworld when upating from 0.2 or
214 +        older current systems.
215 +
216 +        kqueue(2) was modified to support portions of libdispatch functionality.
217 +
218 + 20100106:
219 +        Bind security update.  Fix a bug with DNSSEC that causes negative
220 +        cache entries and thus a possible DNS cache poisoning attack.
221 +
222 +        Fix a bug in ZFS that can reset permissions on system crashes.
223 +
224 + 20091228:
225 +        amdtemp(4) was added.  It allows one to monitor to the temperature
226 +        of an AMD CPU such as a Phenom.
227 +
228 + 20091205:
229 +        OpenSSL security fix
230 +
231 +        The SSL version 3 and TLS protocols support session renegotiation without
232 +        cryptographically tying the new session parameters to the old parameters.
233 +
234 + 20091128:
235 +        OpenBSD sensors framework imported including sensorsd(8)
236 +
237 + 20091126:
238 +        OpenNTPD 4.4 import
239 +
240 +        Update OpenSSH to 5.3p1
241 +
242 +        mksh R39
243 +
244 + 20091124:
245 +        cpdup updated from DragonFly to 1.15
246 +
247 +        tzdata2009s updated with latest timezone data for November 2009.
248 +
249 + 20091010:
250 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
251 +        to test current.
252 +
253 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
254 +        on amd64 systems.
255 +
256 + 20091006:
257 +        Update timezone data with tzdata2009n with the Pakistan and
258 +        Argentina changes.
259 +
260 +        Sync several userland utilities with versions from FreeBSD 7.0 in
261 +        sbin and usr.sbin.
262 +
263 + 20090919:
264 +        Update timezone data with tzdate2009m from September 2009.
265 +
266 + 20090729:
267 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
268 +        can trigger an assertion and cause named to exit
269 +
270 + 20090606:
271 +        Remove PCC from the base system.  This compiler will not work
272 +        as a system compiler for us as we've got some userland investment
273 +        in C++ code and may have Objective-C in the future.  We're stuck
274 +        with a solution that supports these three languages at a minimum.
275 +
276 +        I had wanted to keep it as an optional compiler because it is
277 +        fast, however too many users want to try to use it for the base
278 +        system which makes no sense.
279 +
280 +        A hack was added for Cypress based usb hard drive enclosures to
281 +        the kernel.  This should cut down on commands it claims to support
282 +        but does not (at the cam layer).  Found while testing ZFS on
283 +        an external device.
284 +
285 + 20090520:
286 +        The powerd daemon no longer starts automatically to improve
287 +        compatibility with many systems.  However, there is a new
288 +        installer option in the startup section to enable it. This
289 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
290 +        out my new Phenom too.
291 +
292 + 20090502:
293 +        OpenSSH 5.2p1 import
294 +
295 +        ale(4) connected to the build. (kernel module only)
296 +
297 + 20090501:
298 +        Imported makefs utility from NetBSD/FreeBSD
299 +
300   20090422:
301 <        MindightBSD 0.2.1-RELEASE-p8
301 >        OpenSSL security update
302  
303          The function ASN1_STRING_print_ex does not properly validate the lengths
304 <        of BMPString or UniversalString objects before attempting to print them.
304 > of BMPString or UniversalString objects before attempting to print them.
305  
306 < 20090326:
307 <        MidnightBSD 0.2.1-RELEASE-p7
306 > 20090415:
307 >        Created a Symbol.map for libc/ohash symbols
308  
309 <        Fix several security problems with sudo.  It is now 1.6.9-p20
309 >        Updated several usr/bin usr/sbin utilities.
310  
311 < 20090115:
312 <        MidnightBSD 0.2.1-RELEASE-p6
311 >        Corrected a bug with Makefile.inc1 causing the bootstrap
312 >        tools to fail.
313  
314 <        Correct an issue with BIND that allows for DNSSEC spoofing
315 <        attacks.
314 > 20090405:
315 >        xorg 7.4 wants to configure its input devices via hald which does not
316 >        yet work with USB. If the keyboard/mouse does not work in xorg then
317 >        add
318 >                Option "AllowEmptyInput" "off"
319 >        to your ServerLayout section.  This will cause X to use the configured
320 >        kbd and mouse sections from your xorg.conf
321  
322 < 20090110:
323 <        MidnightBSD 0.2.1-RELEASE-p5
322 > 20090403:
323 >        mksh was disconnected a few day ago do to bugs with
324 >        buildworld and mports.  Now, connect it back
325 >        for use as /bin/sh with a conditional called
326 >        MK_ASH.  By default, ash is the standard /bin/sh
327 >        but we may change this later.  This will allow further
328 >        testing by users and developers of mksh without
329 >        causing an unpleasant default experience.  In the
330 >        long run, we need to fix mksh compatibility.
331  
332 + 20090328:
333 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
334 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
335 +        as the default /bin/sh.  Please report bugs with
336 +        ports, etc. The ash code will remain in the repo for awhile
337 +        as I decide if we'll add something like MK_SHELL_ASH as
338 +        an optional build parameter.  
339 +
340 +        ahd was disconnected from the lint environment until
341 +        the compiler bug is sorted (by updating gcc?)
342 +
343 +        Remove freebsd-tips from fortune files and change the
344 +        default for login and profile.
345 +
346 + 20090327:
347 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
348 +
349 +        Also previously, ctriv has been connecting Perl 5.10
350 +        to the build (part of os).  This will have an impact
351 +        on mports.
352 +
353 + 20090325:
354 +        Update Bind to 9.4.3-P1
355 +
356 +        Update mksh to R36b
357 +
358 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
359 +
360 +        Update pnpinfo, sync with FreeBSD.
361 +
362 + 20090115:
363 +        Fix a problem with DNSSEC and BIND.
364 +
365 + 20090110:
366          For applications using OpenSSL for SSL connections, an invalid SSL
367          certificate may be interpreted as valid.  This could for example be
368          used by an attacker to perform a man-in-the-middle attack.
# Line 57 | Line 372 | Items affecting the mports and packages system can be
372  
373          Stop cross site request forgery attacks in lukemftpd
374  
375 < 20081231:
376 <        MidnightBSD 0.2.1-RELEASE-p4
375 > 20090104:
376 >        Import GNU libreadline 5.2
377  
378 <        Correct a problem where function pointers for netgraph
379 <        and bluetooth sockets are not initialized properly.
378 > 20090101:
379 >        Update time zone data to 2008i.
380  
381 < 20081124:
382 <        MidnightBSD 0.2.1-RELEASE-p3
381 > 20081231:
382 >        Correct a problem where bluetooth and netgraph sockets are not
383 >        properly initialized.
384  
385 <        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.
385 >        Happy 2009.
386  
387 < 20081002:
388 <        MidnightBSD 0.2.1-RELEASE-p2
387 > 20081206:
388 >        Due to the massive change in the underlying system under way,
389 >        we're naming the next release 1.0.  The sys/sys/param.h was
390 >        changed accordingly.  ipfilter and ncurses were corrected
391 >        using __MidnightBSD__ tests in the code.  
392  
393 <        IPv6 Neighbor Discovery Protocol routing vulnerability
393 >        The GENERIC kernel config was caught up on i386 today.  Consider
394 >        i386 still broken, but amd64 is running again.
395  
396 <        http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2476
79 <        http://www.kb.cert.org/vuls/id/472363
396 >        mdoc.local was updated with the new MidnightBSD version info.
397  
398 <        This fix causes IPv6 Neighbor Discovery Neighbor Solicitation
399 <        messages to be ignored from non-neighbors.
398 >        batt(1) was rewritten in C.  It now supports several flags and
399 >        runs about 8 times faster on my laptop.  The default output
400 >        shows the number of minutes of battery life remaining and the
401 >        percentage.  You can use -u to display the number of batteries or
402 >        -c to get script friendly output.  Consult the man page for more.
403  
404 <        This can be re-enabled, if needed, by setting the newly added
405 <        net.inet6.icmp6.nd6_onlink_ns_rfc4861 sysctl to 1.
404 > 20081204:
405 >        Work has completed on importing ZFS, jemalloc, several
406 >        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
407 >        support, improved locking for file desc., audit (openbsm),
408 >        openssl .98e, nfe, imporved intel high def audio, midi, updated
409 >        intel gigabit (em), support for several wifi cards (intel), ...
410  
411 < 20080929:
412 <        MidnightBSD 0.2.1-RELEASE-p1
411 >        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
412 >        data from param.h instead of the FreeBSD version.  This means
413 >        testing is now possible in the ports tree for the version
414 >        and that any ports or code relying on the FreeBSD version from
415 >        sys/sys/param.h will need to be fixed.
416  
90        Fix a defect in ftpd.  The command buffer was split which allowed
91        attackers to send arbritrary commands over the network.
92
417   20080905:
418 <        Update nve(4) to support newer hardware.
418 >        update nve(4) to support new hardware.
419  
420 < 20080903:
421 <        Correct two defects in MidnightBSD.  AMD64/EMT64 systems had a
98 <        privledge escalation issue.  CVE-2008-3890
420 > 20080801:
421 >        Import OpenBSM 1.0
422  
423 <        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
423 >        Modify src/release to create 3 isos instead of 2 for packages.
424  
425 < 20080830:
106 <        MidnightBSD 0.2.1-RELEASE
425 >        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
426  
427 <        Oops, fix some bugs with sysinstall's handling of packages found
109 <        on the release ISOs.  Tweak etc/firstboot while where here.
427 >        Many ia64, alpha, powerpc items were removed.
428  
429 < 20080829:
112 <        MidnightBSD 0.2-RELEASE
429 >        The recent diffutils 2.8.7 import was fixed.
430  
431   20080703:
432 <        Correct problem with pcc and DESTDIR that affected creating live cds
433 <        and jails.
432 >        pcc was not installed properly when setting DESTDIR for live cds,
433 >        or posibly jails.
434  
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
435   20080627:
436          Add firmware(9), WEP, CCMP, TKIP to GENERIC.
437  
# Line 128 | Line 441 | Items affecting the mports and packages system can be
441  
442          pcc connected to the build on i386. (alternative compiler)
443  
444 < 20080613:
132 <        Begin work for MidnightBSD 0.2-PRERELEASE
444 >        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
445  
446   20080528:
447          Sendmail 8.14.3
# Line 693 | Line 1005 | Contact Warner Losh if you have any questions about yo
1005   this document.
1006  
1007   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1008 < $MidnightBSD: src/UPDATING,v 1.38.2.18 2009/05/21 23:11:43 laffer1 Exp $
1008 > $MidnightBSD: src/UPDATING,v 1.124 2011/05/27 01:01:59 laffer1 Exp $

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines