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 3120 by laffer1, Thu Oct 8 01:27:04 2009 UTC vs.
Revision 3621 by laffer1, Thu Jan 20 22:25:01 2011 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users
2  
3 + 20110120:
4 +        BIND 9.6.2-P3
5 +
6 +        sudo 1.7.4-p6
7 +
8 + 20110115:
9 +        Add experimental jme(4) for Jmicron ethernet devices.
10 +
11 + 20101130:
12 +        A double free exists in the SSL client ECDH handling code, when
13 +        processing specially crafted public keys with invalid prime
14 +        numbers. [CVE-2010-2939]
15 +
16 + 20101120:
17 +        Several portions of the kernel and userland code related to UFS file
18 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
19 +        to use of int types.  Based on a patch from FreeBSD, I've modified
20 +        our UFS2 implementation to handle unsigned values for inode counts
21 +        which should allow for file systems greater than 16TB.
22 +
23 +        newfs and growfs was also modified.
24 +
25 + 20101110:
26 +        Fix a security issue with pseudofs which could result in running code in kernel
27 +        context or a kernel panic depending on system configuration.  This affects file
28 +        systems such as procfs for instance.
29 +
30 + 20101021:
31 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
32 +        This is similar to functions present in many linux distros. The utility was
33 +        written by Devin Teske for FreeBSD.
34 +
35 + 20100920:
36 +        bzip2 security patch for integer overflow.
37 +
38 + 20100905:
39 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
40 +        for 0.4.
41 +
42 + 20100902:
43 +        Fix a security issue with libutil that allows users to bypass cpu limits in
44 +        login.conf in some cases.  This combined with OpenSSH for example can allow
45 +        the user to get more resources than they're allowed.
46 +
47 + 20100822:
48 +        Import Apple's mDNSResponder (mdnsd).
49 +
50 + 20100814:
51 +        libdispatch added to MidnightBSD.  This provides functionality found in
52 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
53 +        licensed under Apache 2, we create a new MK_APACHE option so that
54 +        it's not required for all users to run code under a license they
55 +        may not like.
56 +
57 + 20100713:
58 +        mbuf readonly fix related to sendfile(2) data corruption.
59 +
60 + 20100704:
61 +        brainfuck(1) imported from MirBSD.
62 +
63 + 20100505:
64 +        zlib 1.2.5
65 +
66 + 20100430:
67 +        Sudo 1.7.2p6 imported
68 +
69 + 20100321:
70 +        Update zlib to 1.2.4
71 +
72 + 20100319:
73 +        Removed i586 from default i386 generic kernel.
74 +
75 + 20100317:
76 +        Update to tzdata2010e (time zones).  This includes changes in
77 +        Mexico.
78 +
79 +        Add support for several newer sound cards via hda including
80 +        ATI and Realtek chipsets.
81 +
82 + 20100313:
83 +        CPU detection has been changed.  VIA Padlock detection added.
84 +
85 + 20100312:
86 +        Fix a number of bugs and compiler warnings in libmport. Handle
87 +        plus signs in paths for mport.check-fake
88 +
89 + 20100311:
90 +        mksh R39c
91 +
92 + 20100309:
93 +        Sudo 1.7.2p5
94 +
95 +        sqlite3 3.6.23
96 +
97 +        mksh R39b
98 +
99 +        libffi (ffi) 3.0.9
100 +
101 + 20100206:
102 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
103 +        properly pass arguments to ld.
104 +
105 +        re(4) and rl(4) have been updated to support several new
106 +        realtek chipsets.  Performance has been improved on re(4).
107 +
108 + 20100204:
109 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
110 +        segfaulting.  
111 +
112 + 20100116:
113 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
114 +
115 +        BIND 9.6.1-P2
116 +
117 + 20100110:
118 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
119 +
120 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
121 +        install libc before doing a full buildworld when upating from 0.2 or
122 +        older current systems.
123 +
124 +        kqueue(2) was modified to support portions of libdispatch functionality.
125 +
126 + 20100106:
127 +        Bind security update.  Fix a bug with DNSSEC that causes negative
128 +        cache entries and thus a possible DNS cache poisoning attack.
129 +
130 +        Fix a bug in ZFS that can reset permissions on system crashes.
131 +
132 + 20091228:
133 +        amdtemp(4) was added.  It allows one to monitor to the temperature
134 +        of an AMD CPU such as a Phenom.
135 +
136 + 20091205:
137 +        OpenSSL security fix
138 +
139 +        The SSL version 3 and TLS protocols support session renegotiation without
140 +        cryptographically tying the new session parameters to the old parameters.
141 +
142 + 20091128:
143 +        OpenBSD sensors framework imported including sensorsd(8)
144 +
145 + 20091126:
146 +        OpenNTPD 4.4 import
147 +
148 +        Update OpenSSH to 5.3p1
149 +
150 +        mksh R39
151 +
152 + 20091124:
153 +        cpdup updated from DragonFly to 1.15
154 +
155 +        tzdata2009s updated with latest timezone data for November 2009.
156 +
157 + 20091010:
158 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
159 +        to test current.
160 +
161 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
162 +        on amd64 systems.
163 +
164   20091006:
165          Update timezone data with tzdata2009n with the Pakistan and
166          Argentina changes.
# Line 752 | Line 913 | Contact Warner Losh if you have any questions about yo
913   this document.
914  
915   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
916 < $MidnightBSD: src/UPDATING,v 1.66 2009/09/19 15:02:27 laffer1 Exp $
916 > $MidnightBSD: src/UPDATING,v 1.102 2011/01/20 22:08:10 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 3120 by laffer1, Thu Oct 8 01:27:04 2009 UTC vs.
Revision 3621 by laffer1, Thu Jan 20 22:25:01 2011 UTC

# Line 1 | Line 1
1 < 1.67
1 > 1.103

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines