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 3233 by laffer1, Sun Jan 10 20:08:51 2010 UTC vs.
Revision 3717 by laffer1, Sun Feb 6 01:01:18 2011 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users
2  
3 + 20110205:
4 +        OpenSSH 5.7p1
5 +
6 +        GNU sort 6.9 (coreutils)
7 +
8 + 20110203:
9 +        one true awk 20100523 imported
10 +
11 +        sqlite 3.7.5
12 +
13 +        OpenSSL 0.9.8q
14 +
15 + 20110202:
16 +        tcsh 6.17.00
17 +
18 +        file  5.05
19 +
20 + 20110122:
21 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
22 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
23 +
24 + 20110120:
25 +        BIND 9.6.2-P3
26 +
27 +        sudo 1.7.4-p6
28 +
29 + 20110115:
30 +        Add experimental jme(4) for Jmicron ethernet devices.
31 +
32 + 20101130:
33 +        A double free exists in the SSL client ECDH handling code, when
34 +        processing specially crafted public keys with invalid prime
35 +        numbers. [CVE-2010-2939]
36 +
37 + 20101120:
38 +        Several portions of the kernel and userland code related to UFS file
39 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
40 +        to use of int types.  Based on a patch from FreeBSD, I've modified
41 +        our UFS2 implementation to handle unsigned values for inode counts
42 +        which should allow for file systems greater than 16TB.
43 +
44 +        newfs and growfs was also modified.
45 +
46 + 20101110:
47 +        Fix a security issue with pseudofs which could result in running code in kernel
48 +        context or a kernel panic depending on system configuration.  This affects file
49 +        systems such as procfs for instance.
50 +
51 + 20101021:
52 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
53 +        This is similar to functions present in many linux distros. The utility was
54 +        written by Devin Teske for FreeBSD.
55 +
56 + 20100920:
57 +        bzip2 security patch for integer overflow.
58 +
59 + 20100905:
60 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
61 +        for 0.4.
62 +
63 + 20100902:
64 +        Fix a security issue with libutil that allows users to bypass cpu limits in
65 +        login.conf in some cases.  This combined with OpenSSH for example can allow
66 +        the user to get more resources than they're allowed.
67 +
68 + 20100822:
69 +        Import Apple's mDNSResponder (mdnsd).
70 +
71 + 20100814:
72 +        libdispatch added to MidnightBSD.  This provides functionality found in
73 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
74 +        licensed under Apache 2, we create a new MK_APACHE option so that
75 +        it's not required for all users to run code under a license they
76 +        may not like.
77 +
78 + 20100713:
79 +        mbuf readonly fix related to sendfile(2) data corruption.
80 +
81 + 20100704:
82 +        brainfuck(1) imported from MirBSD.
83 +
84 + 20100505:
85 +        zlib 1.2.5
86 +
87 + 20100430:
88 +        Sudo 1.7.2p6 imported
89 +
90 + 20100321:
91 +        Update zlib to 1.2.4
92 +
93 + 20100319:
94 +        Removed i586 from default i386 generic kernel.
95 +
96 + 20100317:
97 +        Update to tzdata2010e (time zones).  This includes changes in
98 +        Mexico.
99 +
100 +        Add support for several newer sound cards via hda including
101 +        ATI and Realtek chipsets.
102 +
103 + 20100313:
104 +        CPU detection has been changed.  VIA Padlock detection added.
105 +
106 + 20100312:
107 +        Fix a number of bugs and compiler warnings in libmport. Handle
108 +        plus signs in paths for mport.check-fake
109 +
110 + 20100311:
111 +        mksh R39c
112 +
113 + 20100309:
114 +        Sudo 1.7.2p5
115 +
116 +        sqlite3 3.6.23
117 +
118 +        mksh R39b
119 +
120 +        libffi (ffi) 3.0.9
121 +
122 + 20100206:
123 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
124 +        properly pass arguments to ld.
125 +
126 +        re(4) and rl(4) have been updated to support several new
127 +        realtek chipsets.  Performance has been improved on re(4).
128 +
129 + 20100204:
130 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
131 +        segfaulting.  
132 +
133 + 20100116:
134 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
135 +
136 +        BIND 9.6.1-P2
137 +
138   20100110:
139 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
140 +
141          posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
142          install libc before doing a full buildworld when upating from 0.2 or
143          older current systems.
# Line 797 | Line 934 | Contact Warner Losh if you have any questions about yo
934   this document.
935  
936   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
937 < $MidnightBSD: src/UPDATING,v 1.75 2010/01/07 03:13:24 laffer1 Exp $
937 > $MidnightBSD: src/UPDATING,v 1.109 2011/02/04 01:56:17 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 3233 by laffer1, Sun Jan 10 20:08:51 2010 UTC vs.
Revision 3717 by laffer1, Sun Feb 6 01:01:18 2011 UTC

# Line 1 | Line 1
1 < 1.76
1 > 1.110

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines