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 4476 by laffer1, Wed Dec 28 00:46:31 2011 UTC vs.
Revision 6572 by laffer1, Sun Dec 29 18:41:09 2013 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 + 20131228:
4 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
5 +
6 +        Updated em(4), igb(4) and ixgbe(4)
7 +
8 +        MidnightBSD now works with Z87 Intel chipsets.
9 +
10 + 20131207:
11 +        Remove sparc64 architecture. It hasn't been working for awhile
12 +        and it's not useful for desktops anymore.
13 +
14 + 20131205:
15 +        OpenSSH 6.4p1
16 +
17 + 20131203:
18 +        Perl 5.18.1 imported.
19 +
20 +        Update less to v458
21 +
22 + 20131130:
23 +        Remove named from base. We still include the client utilities for
24 +        now until replacements can be found.
25 +
26 + 20131004:
27 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
28 +
29 + 20130917:
30 +        Support for 65,536 routing tables was added.  A new fib specific
31 +        field has been added to mbuf.  This is an increase from 16.
32 +
33 + 20130910:
34 +        Security updates: (kern.osreldate 5001)
35 +
36 +        nullfs(5)
37 +
38 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
39 +        check whether the source and target of the link are both in the same
40 +        nullfs instance.  It is therefore possible to create a hardlink from a
41 +        location in one nullfs instance to a file in another, as long as the
42 +        underlying (source) filesystem is the same.
43 +
44 +        ifioctl
45 +
46 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
47 +        handlers are written in such a way that an unrecognized request is
48 +        passed on unmodified to the link layer, which will either handle it or
49 +        return an error code.
50 +
51 +        Network interface drivers, however, assume that the SIOCSIFADDR,
52 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
53 +        handled at the network layer, and therefore do not perform input
54 +        validation or verify the caller's credentials.  Typical link-layer
55 +        actions for these requests may include marking the interface as "up"
56 +        and resetting the underlying hardware.
57 +
58 + 20130824:
59 +        Fix a bug in sendmail 8.14.7 that interferes with how it
60 +        handles AAAA records interoperating with Microsoft DNS servers.
61 +        FreeBSD has already reported this to Sendmail and a fix
62 +        will be included in the next release.
63 +
64 +        Subversion 1.8.1 is now in the base system as a static
65 +        binary.  It has limited functionality, but can be used to
66 +        checkout/commit code.  It is named svnlite.
67 +
68 + 20130822:
69 +        Fix two security vulnerabilities.
70 +
71 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
72 +        This could be exploited to read memory by a user process.
73 +
74 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
75 +        a buffer allocated from the kernel stack is not completely initialized.
76 +
77 +        Import xz 5.0.4
78 +
79 +        Import sqlite 3.7.17
80 +
81 +        Import BIND 9.8.5-P2
82 +
83 + 20130814:
84 +        mksh R48 imported.
85 +
86 +        Sendmail 8.14.7 imported.
87 +
88 + 20130717:
89 +        libmport bug was fixed causing hash verification to fail.
90 +
91 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
92 +        included.
93 +
94 + 20130612:
95 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
96 +
97 + 20130402:
98 +        Update BIND and OpenSSL to resolve security advisories.
99 +
100 + 20130305:
101 +        MKSH R44 imported.
102 +
103 + 20130213:
104 +        MKSH R42b imported
105 +
106 + 20130211:
107 +        MKSH R42 imported
108 +
109 + 20130125:
110 +        MKSH R41 imported
111 +
112 + 20130122:
113 +        OpenSSH 5.8p2 imported
114 +
115 +        SQLite 3.7.15.2 imported
116 +
117 +        Fixed a longstanding bug in libmport extrating new index files.
118 +
119 + 20120710:
120 +        BSD licensed sort imported from FreeBSD-CURRENT
121 +
122 +        For now, GNU sort is installed as gnusort, but it will
123 +        go away in time.
124 +
125 + 20120708:
126 +        tcsh 6.18.01 imported.
127 +
128 +        NetBSD's iconv imported.
129 +
130 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
131 +
132 + 20120612:
133 +        BIND security update related to CVE-2012-1667.
134 +
135 +        Zero length resource records can cause BIND to crash resulting
136 +        in a DOS attack or information disclosure.
137 +
138 + 20120407:
139 +        mksh R40f (fixes regression)
140 +
141 + 20120328:
142 +        mksh R40e
143 +
144 +        Perl 5.14.2
145 +
146 + 20120229:
147 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
148 +
149 + 20120209:
150 +        mDNSResponder 333.10 imported
151 +
152   20111227:
153          import raid5 module for GEOM, graid5(8)
154  
# Line 1183 | Line 1332 | Contact Warner Losh if you have any questions about yo
1332   this document.
1333  
1334   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1335 < $MidnightBSD: src/UPDATING,v 1.154 2011/12/24 03:30:18 laffer1 Exp $
1335 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 4476 by laffer1, Wed Dec 28 00:46:31 2011 UTC vs.
Revision 6572 by laffer1, Sun Dec 29 18:41:09 2013 UTC

# Line 1 | Line 0
1 1.155

Comparing trunk/UPDATING (property svn:keywords):
Revision 4476 by laffer1, Wed Dec 28 00:46:31 2011 UTC vs.
Revision 6572 by laffer1, Sun Dec 29 18:41:09 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines