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 5855 by laffer1, Tue Apr 2 22:45:24 2013 UTC vs.
Revision 6457 by laffer1, Wed Dec 4 02:49:09 2013 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users.
2  
3 + 20131203:
4 +        Perl 5.18.1 imported.
5 +
6 +        Update less to v458
7 +
8 + 20131130:
9 +        Remove named from base. We still include the client utilities for
10 +        now until replacements can be found.
11 +
12 + 20131004:
13 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
14 +
15 + 20130917:
16 +        Support for 65,536 routing tables was added.  A new fib specific
17 +        field has been added to mbuf.  This is an increase from 16.
18 +
19 + 20130910:
20 +        Security updates: (kern.osreldate 5001)
21 +
22 +        nullfs(5)
23 +
24 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
25 +        check whether the source and target of the link are both in the same
26 +        nullfs instance.  It is therefore possible to create a hardlink from a
27 +        location in one nullfs instance to a file in another, as long as the
28 +        underlying (source) filesystem is the same.
29 +
30 +        ifioctl
31 +
32 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
33 +        handlers are written in such a way that an unrecognized request is
34 +        passed on unmodified to the link layer, which will either handle it or
35 +        return an error code.
36 +
37 +        Network interface drivers, however, assume that the SIOCSIFADDR,
38 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
39 +        handled at the network layer, and therefore do not perform input
40 +        validation or verify the caller's credentials.  Typical link-layer
41 +        actions for these requests may include marking the interface as "up"
42 +        and resetting the underlying hardware.
43 +
44 + 20130824:
45 +        Fix a bug in sendmail 8.14.7 that interferes with how it
46 +        handles AAAA records interoperating with Microsoft DNS servers.
47 +        FreeBSD has already reported this to Sendmail and a fix
48 +        will be included in the next release.
49 +
50 +        Subversion 1.8.1 is now in the base system as a static
51 +        binary.  It has limited functionality, but can be used to
52 +        checkout/commit code.  It is named svnlite.
53 +
54 + 20130822:
55 +        Fix two security vulnerabilities.
56 +
57 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
58 +        This could be exploited to read memory by a user process.
59 +
60 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
61 +        a buffer allocated from the kernel stack is not completely initialized.
62 +
63 +        Import xz 5.0.4
64 +
65 +        Import sqlite 3.7.17
66 +
67 +        Import BIND 9.8.5-P2
68 +
69 + 20130814:
70 +        mksh R48 imported.
71 +
72 +        Sendmail 8.14.7 imported.
73 +
74 + 20130717:
75 +        libmport bug was fixed causing hash verification to fail.
76 +
77 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
78 +        included.
79 +
80 + 20130612:
81 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
82 +
83   20130402:
84          Update BIND and OpenSSL to resolve security advisories.
85  
# Line 1238 | Line 1318 | Contact Warner Losh if you have any questions about yo
1318   this document.
1319  
1320   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1321 < $MidnightBSD: src/UPDATING,v 1.169 2013/03/06 00:57:22 laffer1 Exp $
1321 > $MidnightBSD: src/UPDATING,v 1.182 2013/09/17 12:54:09 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 5855 by laffer1, Tue Apr 2 22:45:24 2013 UTC vs.
Revision 6457 by laffer1, Wed Dec 4 02:49:09 2013 UTC

# Line 1 | Line 0
1 1.170

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines