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 2524 by laffer1, Fri Jan 16 04:21:33 2009 UTC vs.
Revision 3341 by laffer1, Wed Mar 10 05:05:28 2010 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 > 20100309:
4 >        Sudo 1.7.2p5
5  
6 +        sqlite3 3.6.23
7 +
8 +        mksh R39b
9 +
10 +        libffi (ffi) 3.0.9
11 +
12 + 20100206:
13 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
14 +        properly pass arguments to ld.
15 +
16 +        re(4) and rl(4) have been updated to support several new
17 +        realtek chipsets.  Performance has been improved on re(4).
18 +
19 + 20100204:
20 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
21 +        segfaulting.  
22 +
23 + 20100116:
24 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
25 +
26 +        BIND 9.6.1-P2
27 +
28 + 20100110:
29 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
30 +
31 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
32 +        install libc before doing a full buildworld when upating from 0.2 or
33 +        older current systems.
34 +
35 +        kqueue(2) was modified to support portions of libdispatch functionality.
36 +
37 + 20100106:
38 +        Bind security update.  Fix a bug with DNSSEC that causes negative
39 +        cache entries and thus a possible DNS cache poisoning attack.
40 +
41 +        Fix a bug in ZFS that can reset permissions on system crashes.
42 +
43 + 20091228:
44 +        amdtemp(4) was added.  It allows one to monitor to the temperature
45 +        of an AMD CPU such as a Phenom.
46 +
47 + 20091205:
48 +        OpenSSL security fix
49 +
50 +        The SSL version 3 and TLS protocols support session renegotiation without
51 +        cryptographically tying the new session parameters to the old parameters.
52 +
53 + 20091128:
54 +        OpenBSD sensors framework imported including sensorsd(8)
55 +
56 + 20091126:
57 +        OpenNTPD 4.4 import
58 +
59 +        Update OpenSSH to 5.3p1
60 +
61 +        mksh R39
62 +
63 + 20091124:
64 +        cpdup updated from DragonFly to 1.15
65 +
66 +        tzdata2009s updated with latest timezone data for November 2009.
67 +
68 + 20091010:
69 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
70 +        to test current.
71 +
72 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
73 +        on amd64 systems.
74 +
75 + 20091006:
76 +        Update timezone data with tzdata2009n with the Pakistan and
77 +        Argentina changes.
78 +
79 +        Sync several userland utilities with versions from FreeBSD 7.0 in
80 +        sbin and usr.sbin.
81 +
82 + 20090919:
83 +        Update timezone data with tzdate2009m from September 2009.
84 +
85 + 20090729:
86 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
87 +        can trigger an assertion and cause named to exit
88 +
89 + 20090606:
90 +        Remove PCC from the base system.  This compiler will not work
91 +        as a system compiler for us as we've got some userland investment
92 +        in C++ code and may have Objective-C in the future.  We're stuck
93 +        with a solution that supports these three languages at a minimum.
94 +
95 +        I had wanted to keep it as an optional compiler because it is
96 +        fast, however too many users want to try to use it for the base
97 +        system which makes no sense.
98 +
99 +        A hack was added for Cypress based usb hard drive enclosures to
100 +        the kernel.  This should cut down on commands it claims to support
101 +        but does not (at the cam layer).  Found while testing ZFS on
102 +        an external device.
103 +
104 + 20090520:
105 +        The powerd daemon no longer starts automatically to improve
106 +        compatibility with many systems.  However, there is a new
107 +        installer option in the startup section to enable it. This
108 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
109 +        out my new Phenom too.
110 +
111 + 20090502:
112 +        OpenSSH 5.2p1 import
113 +
114 +        ale(4) connected to the build. (kernel module only)
115 +
116 + 20090501:
117 +        Imported makefs utility from NetBSD/FreeBSD
118 +
119 + 20090422:
120 +        OpenSSL security update
121 +
122 +        The function ASN1_STRING_print_ex does not properly validate the lengths
123 + of BMPString or UniversalString objects before attempting to print them.
124 +
125 + 20090415:
126 +        Created a Symbol.map for libc/ohash symbols
127 +
128 +        Updated several usr/bin usr/sbin utilities.
129 +
130 +        Corrected a bug with Makefile.inc1 causing the bootstrap
131 +        tools to fail.
132 +
133 + 20090405:
134 +        xorg 7.4 wants to configure its input devices via hald which does not
135 +        yet work with USB. If the keyboard/mouse does not work in xorg then
136 +        add
137 +                Option "AllowEmptyInput" "off"
138 +        to your ServerLayout section.  This will cause X to use the configured
139 +        kbd and mouse sections from your xorg.conf
140 +
141 + 20090403:
142 +        mksh was disconnected a few day ago do to bugs with
143 +        buildworld and mports.  Now, connect it back
144 +        for use as /bin/sh with a conditional called
145 +        MK_ASH.  By default, ash is the standard /bin/sh
146 +        but we may change this later.  This will allow further
147 +        testing by users and developers of mksh without
148 +        causing an unpleasant default experience.  In the
149 +        long run, we need to fix mksh compatibility.
150 +
151 + 20090328:
152 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
153 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
154 +        as the default /bin/sh.  Please report bugs with
155 +        ports, etc. The ash code will remain in the repo for awhile
156 +        as I decide if we'll add something like MK_SHELL_ASH as
157 +        an optional build parameter.  
158 +
159 +        ahd was disconnected from the lint environment until
160 +        the compiler bug is sorted (by updating gcc?)
161 +
162 +        Remove freebsd-tips from fortune files and change the
163 +        default for login and profile.
164 +
165 + 20090327:
166 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
167 +
168 +        Also previously, ctriv has been connecting Perl 5.10
169 +        to the build (part of os).  This will have an impact
170 +        on mports.
171 +
172 + 20090325:
173 +        Update Bind to 9.4.3-P1
174 +
175 +        Update mksh to R36b
176 +
177 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
178 +
179 +        Update pnpinfo, sync with FreeBSD.
180 +
181   20090115:
182          Fix a problem with DNSSEC and BIND.
183  
# Line 649 | Line 824 | Contact Warner Losh if you have any questions about yo
824   this document.
825  
826   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
827 < $MidnightBSD: src/UPDATING,v 1.50 2009/01/11 01:52:40 laffer1 Exp $
827 > $MidnightBSD: src/UPDATING,v 1.81 2010/03/10 03:58:20 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 2524 by laffer1, Fri Jan 16 04:21:33 2009 UTC vs.
Revision 3341 by laffer1, Wed Mar 10 05:05:28 2010 UTC

# Line 1 | Line 1
1 < 1.51
1 > 1.82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines