ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/stable/0.7/UPDATING
(Generate patch)

Comparing trunk/UPDATING (file contents):
Revision 4367 by laffer1, Wed Nov 23 01:56:42 2011 UTC vs.
Revision 6851 by laffer1, Sat Oct 11 12:28:09 2014 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 + 20141011:
4 +        mksh R50d - fix field splitting regression and null
5 +        pointer dereference
6 +
7 + 20141004:
8 +        mksh R50c - security update for environment var bug with
9 +        foo vs foo+    
10 +
11 + 20141002:
12 +        sqlite 3.8.6
13 +
14 +        sudo 1.7.8 - some issues with the current version, but we're slowly
15 +        getting up to date.
16 +
17 + 20141001:
18 +        mksh R50b
19 +
20 +        libmport now supports plist commands @dir, @owner, @group, @mode.
21 +
22 +        sudo 1.7.6p2
23 +
24 + 20140916:
25 +        Fix a security issue with TCP SYN.
26 +
27 +        When a segment with the SYN flag for an already existing connection arrives,
28 +        the TCP stack tears down the connection, bypassing a check that the
29 +        sequence number in the segment is in the expected window.
30 +
31 + 20140909:
32 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
33 +        with some programs including Dovecot.
34 +
35 +        OpenSSL security patch:
36 +
37 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
38 +        to consume large amounts of memory. [CVE-2014-3506]
39 +
40 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
41 +        memory. [CVE-2014-3507]
42 +
43 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
44 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
45 +        the stack. [CVE-2014-3508]
46 +
47 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
48 +        a denial of service attack. [CVE-2014-3510]
49 +
50 + 20140902:
51 +        We're now 0.6-CURRENT
52 +
53 +        Update USB quirks to support K70 Corsair keyboard, and several
54 +        other devices.
55 +
56 + 20140827:
57 +        Perl 5.18.2
58 +
59 + 20140728:
60 +        Jails now run shutdown scripts.
61 +
62 + 20140710:
63 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
64 +        before sharing with userland.
65 +
66 + 20140701:
67 +        MKSH R50
68 +
69 + 20140630:
70 +        File 5.19
71 +
72 + 20140605:
73 +        Fix four security issues with OpenSSL
74 +
75 + 20140604:
76 +        Sendmail failed to properly set close-on-exec for open file descriptors.
77 +
78 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
79 +        in a leak of information.
80 +
81 + 20140430:
82 +        Fix a TCP reassembly bug that could result in a DOS attack
83 +        of the system. It may be possible to obtain portions
84 +        of kernel memory as well.
85 +
86 + 20140411:
87 +        Update zlib to 1.2.7
88 +
89 + 20140122:
90 +        Support for username with length 32. Previous limit was 16
91 +
92 + 20140114:
93 +        Fix two security vulnerabilities.
94 +
95 +        bsnmpd contains a stack overflow when sent certain queries.
96 +
97 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
98 +        crafted packets.
99 +
100 + 20131228:
101 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
102 +
103 +        Updated em(4), igb(4) and ixgbe(4)
104 +
105 +        MidnightBSD now works with Z87 Intel chipsets.
106 +
107 + 20131207:
108 +        Remove sparc64 architecture. It hasn't been working for awhile
109 +        and it's not useful for desktops anymore.
110 +
111 + 20131205:
112 +        OpenSSH 6.4p1
113 +
114 + 20131203:
115 +        Perl 5.18.1 imported.
116 +
117 +        Update less to v458
118 +
119 + 20131130:
120 +        Remove named from base. We still include the client utilities for
121 +        now until replacements can be found.
122 +
123 + 20131004:
124 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
125 +
126 + 20130917:
127 +        Support for 65,536 routing tables was added.  A new fib specific
128 +        field has been added to mbuf.  This is an increase from 16.
129 +
130 + 20130910:
131 +        Security updates: (kern.osreldate 5001)
132 +
133 +        nullfs(5)
134 +
135 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
136 +        check whether the source and target of the link are both in the same
137 +        nullfs instance.  It is therefore possible to create a hardlink from a
138 +        location in one nullfs instance to a file in another, as long as the
139 +        underlying (source) filesystem is the same.
140 +
141 +        ifioctl
142 +
143 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
144 +        handlers are written in such a way that an unrecognized request is
145 +        passed on unmodified to the link layer, which will either handle it or
146 +        return an error code.
147 +
148 +        Network interface drivers, however, assume that the SIOCSIFADDR,
149 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
150 +        handled at the network layer, and therefore do not perform input
151 +        validation or verify the caller's credentials.  Typical link-layer
152 +        actions for these requests may include marking the interface as "up"
153 +        and resetting the underlying hardware.
154 +
155 + 20130824:
156 +        Fix a bug in sendmail 8.14.7 that interferes with how it
157 +        handles AAAA records interoperating with Microsoft DNS servers.
158 +        FreeBSD has already reported this to Sendmail and a fix
159 +        will be included in the next release.
160 +
161 +        Subversion 1.8.1 is now in the base system as a static
162 +        binary.  It has limited functionality, but can be used to
163 +        checkout/commit code.  It is named svnlite.
164 +
165 + 20130822:
166 +        Fix two security vulnerabilities.
167 +
168 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
169 +        This could be exploited to read memory by a user process.
170 +
171 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
172 +        a buffer allocated from the kernel stack is not completely initialized.
173 +
174 +        Import xz 5.0.4
175 +
176 +        Import sqlite 3.7.17
177 +
178 +        Import BIND 9.8.5-P2
179 +
180 + 20130814:
181 +        mksh R48 imported.
182 +
183 +        Sendmail 8.14.7 imported.
184 +
185 + 20130717:
186 +        libmport bug was fixed causing hash verification to fail.
187 +
188 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
189 +        included.
190 +
191 + 20130612:
192 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
193 +
194 + 20130402:
195 +        Update BIND and OpenSSL to resolve security advisories.
196 +
197 + 20130305:
198 +        MKSH R44 imported.
199 +
200 + 20130213:
201 +        MKSH R42b imported
202 +
203 + 20130211:
204 +        MKSH R42 imported
205 +
206 + 20130125:
207 +        MKSH R41 imported
208 +
209 + 20130122:
210 +        OpenSSH 5.8p2 imported
211 +
212 +        SQLite 3.7.15.2 imported
213 +
214 +        Fixed a longstanding bug in libmport extrating new index files.
215 +
216 + 20120710:
217 +        BSD licensed sort imported from FreeBSD-CURRENT
218 +
219 +        For now, GNU sort is installed as gnusort, but it will
220 +        go away in time.
221 +
222 + 20120708:
223 +        tcsh 6.18.01 imported.
224 +
225 +        NetBSD's iconv imported.
226 +
227 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
228 +
229 + 20120612:
230 +        BIND security update related to CVE-2012-1667.
231 +
232 +        Zero length resource records can cause BIND to crash resulting
233 +        in a DOS attack or information disclosure.
234 +
235 + 20120407:
236 +        mksh R40f (fixes regression)
237 +
238 + 20120328:
239 +        mksh R40e
240 +
241 +        Perl 5.14.2
242 +
243 + 20120229:
244 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
245 +
246 + 20120209:
247 +        mDNSResponder 333.10 imported
248 +
249 + 20111227:
250 +        import raid5 module for GEOM, graid5(8)
251 +
252 +        This is experimental and known to use a lot of kernel
253 +        memory.
254 +
255 + 20111223:
256 +        telnetd: fix a root exploit from a fixed buffer that was not checked
257 +
258 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
259 +
260 +        Fix pam_ssh module:
261 +
262 +        If the pam_ssh module is enabled, attackers may be able to gain access
263 +        to user accounts which have unencrypted SSH private keys.
264 +
265 +        This has to due with the way that openssl works.  It ignores unencrpted data.
266 +
267 +        Fix security issue with chroot and ftpd.
268 +
269 +        nsdispatch(3) doesn't know it's working in a chroot and some
270 +        operations can cause files to get reloaded causing a security
271 +        hole in things like ftpd.
272 +
273 + 20111217:
274 +        libdialog/dialog upgraded to an lgpl version. As it's not
275 +        backwardly compatable, include the old libdialog as libodialog
276 +
277 + 20111212:
278 +        mksh r40d imported
279 +
280 + 20111210:
281 +        re(4) and rl(4) updated to support new chips.
282 +
283 +        GEOM synced with FreeBSD 7-stable.
284 +
285 +        MidnightBSD GPT partition types created in sys/gpt.h and
286 +        setup in boot loader and GEOM.
287 +
288 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
289 +        8xx series chipset.
290 +
291 + 20111207:
292 +        import bsd grep from FreeBSD/OpenBSD.
293 +
294 +        MK_BSD_GREP controls which grep is installed
295 +        as grep with the other as bsdgrep or gnugrep.
296 +
297   20111122:
298          mksh vR40c imported.
299  
# Line 1135 | Line 1429 | Contact Warner Losh if you have any questions about yo
1429   this document.
1430  
1431   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1432 < $MidnightBSD: src/UPDATING,v 1.145 2011/11/18 00:12:20 laffer1 Exp $
1432 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 4367 by laffer1, Wed Nov 23 01:56:42 2011 UTC vs.
Revision 6851 by laffer1, Sat Oct 11 12:28:09 2014 UTC

# Line 1 | Line 0
1 1.146

Comparing trunk/UPDATING (property svn:keywords):
Revision 4367 by laffer1, Wed Nov 23 01:56:42 2011 UTC vs.
Revision 6851 by laffer1, Sat Oct 11 12:28:09 2014 UTC

# Line 0 | Line 1
1 + MidnightBSD=%H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines