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 5969 by laffer1, Thu Aug 22 11:51:54 2013 UTC vs.
Revision 6660 by laffer1, Fri Jun 6 01:26:03 2014 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users.
2  
3 + 20140605:
4 +        Fix four security issues with OpenSSL
5 +
6 + 20140604:
7 +        Sendmail failed to properly set close-on-exec for open file descriptors.
8 +
9 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
10 +        in a leak of information.
11 +
12 + 20140430:
13 +        Fix a TCP reassembly bug that could result in a DOS attack
14 +        of the system. It may be possible to obtain portions
15 +        of kernel memory as well.
16 +
17 + 20140411:
18 +        Update zlib to 1.2.7
19 +
20 + 20140122:
21 +        Support for username with length 32. Previous limit was 16
22 +
23 + 20140114:
24 +        Fix two security vulnerabilities.
25 +
26 +        bsnmpd contains a stack overflow when sent certain queries.
27 +
28 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
29 +        crafted packets.
30 +
31 + 20131228:
32 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
33 +
34 +        Updated em(4), igb(4) and ixgbe(4)
35 +
36 +        MidnightBSD now works with Z87 Intel chipsets.
37 +
38 + 20131207:
39 +        Remove sparc64 architecture. It hasn't been working for awhile
40 +        and it's not useful for desktops anymore.
41 +
42 + 20131205:
43 +        OpenSSH 6.4p1
44 +
45 + 20131203:
46 +        Perl 5.18.1 imported.
47 +
48 +        Update less to v458
49 +
50 + 20131130:
51 +        Remove named from base. We still include the client utilities for
52 +        now until replacements can be found.
53 +
54 + 20131004:
55 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
56 +
57 + 20130917:
58 +        Support for 65,536 routing tables was added.  A new fib specific
59 +        field has been added to mbuf.  This is an increase from 16.
60 +
61 + 20130910:
62 +        Security updates: (kern.osreldate 5001)
63 +
64 +        nullfs(5)
65 +
66 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
67 +        check whether the source and target of the link are both in the same
68 +        nullfs instance.  It is therefore possible to create a hardlink from a
69 +        location in one nullfs instance to a file in another, as long as the
70 +        underlying (source) filesystem is the same.
71 +
72 +        ifioctl
73 +
74 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
75 +        handlers are written in such a way that an unrecognized request is
76 +        passed on unmodified to the link layer, which will either handle it or
77 +        return an error code.
78 +
79 +        Network interface drivers, however, assume that the SIOCSIFADDR,
80 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
81 +        handled at the network layer, and therefore do not perform input
82 +        validation or verify the caller's credentials.  Typical link-layer
83 +        actions for these requests may include marking the interface as "up"
84 +        and resetting the underlying hardware.
85 +
86 + 20130824:
87 +        Fix a bug in sendmail 8.14.7 that interferes with how it
88 +        handles AAAA records interoperating with Microsoft DNS servers.
89 +        FreeBSD has already reported this to Sendmail and a fix
90 +        will be included in the next release.
91 +
92 +        Subversion 1.8.1 is now in the base system as a static
93 +        binary.  It has limited functionality, but can be used to
94 +        checkout/commit code.  It is named svnlite.
95 +
96   20130822:
97          Fix two security vulnerabilities.
98  
# Line 9 | Line 102 | Updating Information for MidnightBSD users.
102          When initializing the SCTP state cookie being sent in INIT-ACK chunks,
103          a buffer allocated from the kernel stack is not completely initialized.
104  
105 +        Import xz 5.0.4
106 +
107 +        Import sqlite 3.7.17
108 +
109 +        Import BIND 9.8.5-P2
110 +
111   20130814:
112          mksh R48 imported.
113  
114 +        Sendmail 8.14.7 imported.
115 +
116   20130717:
117          libmport bug was fixed causing hash verification to fail.
118  
119 <        virtio(4) imported from FreeBSD 9-stable. scsi support not
119 >        virtio(4) imported from FreeBSD 9-stable. SCSI support not
120          included.
121  
122   20130612:
# Line 1259 | Line 1360 | Contact Warner Losh if you have any questions about yo
1360   this document.
1361  
1362   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1363 < $MidnightBSD: src/UPDATING,v 1.173 2013/08/14 22:32:16 laffer1 Exp $
1363 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 5969 by laffer1, Thu Aug 22 11:51:54 2013 UTC vs.
Revision 6660 by laffer1, Fri Jun 6 01:26:03 2014 UTC

# Line 1 | Line 0
1 1.174

Comparing trunk/UPDATING (property svn:keywords):
Revision 5969 by laffer1, Thu Aug 22 11:51:54 2013 UTC vs.
Revision 6660 by laffer1, Fri Jun 6 01:26:03 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines