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 3164 by laffer1, Wed Nov 25 03:42:40 2009 UTC vs.
Revision 3949 by laffer1, Sat May 21 20:00:01 2011 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users
2  
3 < 20091024:
3 > 20110521:
4 >        mport tool now has a deleteall command.  This can be used to remove
5 >        all packages from a system.
6 >
7 >        A few bugs with the perl 5.14 import have been fixed.
8 >
9 > 20110518:
10 >        Perl 5.14.0
11 >
12 > 20110517:
13 >        Sendmail 8.14.5
14 >
15 > 20110314:
16 >        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
17 >
18 >        cdevpriv wrappers added
19 >
20 >        nss_mdns hack introduced to work around linking problem.
21 >
22 >        dnsextd fixed after update to mDNSResponder code.
23 >
24 > 20110308:
25 >        Introduce liblzma & xz 5.0.1 to the base system
26 >
27 >        Patch for OpenSSL security issue CVE-2011-0014.
28 >
29 >        "OSREVISION 4004"
30 >
31 >        nsswitch module for multicast dns (nss_mdns) added.
32 >
33 >        tzdata2011c
34 >
35 > 20110220:
36 >        cam(4) syncronized with FreeBSD 7.3.
37 >
38 > 20110219:
39 >        amdtemp(4) updated to support sensors framework.
40 >
41 > 20110217:
42 >        Perl 5.10.1 imported
43 >
44 > 20110216:
45 >        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
46 >        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
47 >        to sys/dev/e1000 for both devices in the kernel. igb(4) has
48 >        been placed in GENERIC on i386 and amd64.
49 >
50 >        Update bfe(4) to support newer devices and WOL.
51 >
52 > 20110215:
53 >        age(4) added.
54 >
55 > 20110208:
56 >        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
57 >
58 > 20110206:
59 >        eeemon(4) added to monitor Asus Eee PC.
60 >
61 > 20110205:
62 >        OpenSSH 5.7p1
63 >
64 >        GNU sort 6.9 (coreutils)
65 >
66 > 20110203:
67 >        one true awk 20100523 imported
68 >
69 >        sqlite 3.7.5
70 >
71 >        OpenSSL 0.9.8q
72 >
73 > 20110202:
74 >        tcsh 6.17.00
75 >
76 >        file 5.05
77 >
78 > 20110122:
79 >        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
80 >        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
81 >
82 > 20110120:
83 >        BIND 9.6.2-P3
84 >
85 >        sudo 1.7.4-p6
86 >
87 > 20110115:
88 >        Add experimental jme(4) for Jmicron ethernet devices.
89 >
90 > 20101130:
91 >        A double free exists in the SSL client ECDH handling code, when
92 >        processing specially crafted public keys with invalid prime
93 >        numbers. [CVE-2010-2939]
94 >
95 > 20101120:
96 >        Several portions of the kernel and userland code related to UFS file
97 >        systems (and UFS2) cannot properly handle inode counts above 2^31 due
98 >        to use of int types.  Based on a patch from FreeBSD, I've modified
99 >        our UFS2 implementation to handle unsigned values for inode counts
100 >        which should allow for file systems greater than 16TB.
101 >
102 >        newfs and growfs was also modified.
103 >
104 > 20101110:
105 >        Fix a security issue with pseudofs which could result in running code in kernel
106 >        context or a kernel panic depending on system configuration.  This affects file
107 >        systems such as procfs for instance.
108 >
109 > 20101021:
110 >        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
111 >        This is similar to functions present in many linux distros. The utility was
112 >        written by Devin Teske for FreeBSD.
113 >
114 > 20100920:
115 >        bzip2 security patch for integer overflow.
116 >
117 > 20100905:
118 >        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
119 >        for 0.4.
120 >
121 > 20100902:
122 >        Fix a security issue with libutil that allows users to bypass cpu limits in
123 >        login.conf in some cases.  This combined with OpenSSH for example can allow
124 >        the user to get more resources than they're allowed.
125 >
126 > 20100822:
127 >        Import Apple's mDNSResponder (mdnsd).
128 >
129 > 20100814:
130 >        libdispatch added to MidnightBSD.  This provides functionality found in
131 >        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
132 >        licensed under Apache 2, we create a new MK_APACHE option so that
133 >        it's not required for all users to run code under a license they
134 >        may not like.
135 >
136 > 20100713:
137 >        mbuf readonly fix related to sendfile(2) data corruption.
138 >
139 > 20100704:
140 >        brainfuck(1) imported from MirBSD.
141 >
142 > 20100505:
143 >        zlib 1.2.5
144 >
145 > 20100430:
146 >        Sudo 1.7.2p6 imported
147 >
148 > 20100321:
149 >        Update zlib to 1.2.4
150 >
151 > 20100319:
152 >        Removed i586 from default i386 generic kernel.
153 >
154 > 20100317:
155 >        Update to tzdata2010e (time zones).  This includes changes in
156 >        Mexico.
157 >
158 >        Add support for several newer sound cards via hda including
159 >        ATI and Realtek chipsets.
160 >
161 > 20100313:
162 >        CPU detection has been changed.  VIA Padlock detection added.
163 >
164 > 20100312:
165 >        Fix a number of bugs and compiler warnings in libmport. Handle
166 >        plus signs in paths for mport.check-fake
167 >
168 > 20100311:
169 >        mksh R39c
170 >
171 > 20100309:
172 >        Sudo 1.7.2p5
173 >
174 >        sqlite3 3.6.23
175 >
176 >        mksh R39b
177 >
178 >        libffi (ffi) 3.0.9
179 >
180 > 20100206:
181 >        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
182 >        properly pass arguments to ld.
183 >
184 >        re(4) and rl(4) have been updated to support several new
185 >        realtek chipsets.  Performance has been improved on re(4).
186 >
187 > 20100204:
188 >        Fix a bug cropping up on AMD64 MidnightBSD with sftp
189 >        segfaulting.  
190 >
191 > 20100116:
192 >        Import ash changes from FreeBSD (bin/sh) 8-Stable.
193 >
194 >        BIND 9.6.1-P2
195 >
196 > 20100110:
197 >        Import Sendmail 8.14.4. Fix for SSL vulnerability.
198 >
199 >        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
200 >        install libc before doing a full buildworld when upating from 0.2 or
201 >        older current systems.
202 >
203 >        kqueue(2) was modified to support portions of libdispatch functionality.
204 >
205 > 20100106:
206 >        Bind security update.  Fix a bug with DNSSEC that causes negative
207 >        cache entries and thus a possible DNS cache poisoning attack.
208 >
209 >        Fix a bug in ZFS that can reset permissions on system crashes.
210 >
211 > 20091228:
212 >        amdtemp(4) was added.  It allows one to monitor to the temperature
213 >        of an AMD CPU such as a Phenom.
214 >
215 > 20091205:
216 >        OpenSSL security fix
217 >
218 >        The SSL version 3 and TLS protocols support session renegotiation without
219 >        cryptographically tying the new session parameters to the old parameters.
220 >
221 > 20091128:
222 >        OpenBSD sensors framework imported including sensorsd(8)
223 >
224 > 20091126:
225 >        OpenNTPD 4.4 import
226 >
227 >        Update OpenSSH to 5.3p1
228 >
229 >        mksh R39
230 >
231 > 20091124:
232          cpdup updated from DragonFly to 1.15
233  
234          tzdata2009s updated with latest timezone data for November 2009.
# Line 764 | Line 992 | Contact Warner Losh if you have any questions about yo
992   this document.
993  
994   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
995 < $MidnightBSD: src/UPDATING,v 1.68 2009/10/11 15:12:14 laffer1 Exp $
995 > $MidnightBSD: src/UPDATING,v 1.122 2011/05/18 13:59:13 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 3164 by laffer1, Wed Nov 25 03:42:40 2009 UTC vs.
Revision 3949 by laffer1, Sat May 21 20:00:01 2011 UTC

# Line 1 | Line 1
1 < 1.69
1 > 1.123

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines