ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/src/UPDATING
(Generate patch)

Comparing src/UPDATING (file contents):
Revision 1.38.2.19 by laffer1, Wed Jun 10 15:49:25 2009 UTC vs.
Revision 1.133 by laffer1, Thu Sep 29 00:04:55 2011 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 > 20110928:
4 >        Fix security issues with gzip and compress related to .Z
5 >        files that are corrupted.
6  
7 < 20090610:
7 <        MidnightBSD 0.2.1-RELEASE-p10
8 <        
9 <        This should be applied to all systems running 0.2.1. Users on
10 <        p9 simply should update their kernels. No world update is required.
7 >        Fix path validation with unix domain sockets.
8  
9 <        ipv6:
10 <        The SIOCSIFINFO_IN6 ioctl is missing a necessary permissions check.
11 <        Don't let everyone on the planet (with local access) change the
15 <        properties on the ipv6 interfaces.
9 > 20110917:
10 >        Remove dependance on mports perl for generating releases as
11 >        it's in the base system.
12  
13 <        anonymous pipes:
14 <        Stop unprivileged processes from reading pages of memory belonging
19 <        to other processes with anonymous pipes.
13 > 20110914:
14 >        Import xz 5.0.3 with liblzma 5.0.3
15  
16 < 20090521:
17 <        MidnightBSD 0.2.1-RELEASE-p9
16 > 20110813:
17 >        synced the sparc64 GENERIC kernel configuration with amd64.
18  
19 <        This fix is only in configuration files for ssh and sshd.  Users on
20 <        p8 should simply add
19 > 20110806:
20 >        sqlite 3.7.7.1 imported
21  
22 <        Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc
22 >        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
23 >        a full text search command line tool.  libmsearch can also be used
24 >        to build a graphical based search in the future. You can enable
25 >        index building for msearch in periodic.conf or manually run the
26 >        /usr/libexec/msearch.index tool.  Full text indexes take considerable
27 >        space in /var.  I'm using approximately 500MB currently.
28  
29 <        to their configuration files for sshd_config and ssh_config in etc/ssh
29 >        Fix a long standing bug with the periodic script to check package
30 >        versions.  This will be obsolete with mport though.
31  
32 + 20110710:
33 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
34 +        know why it's in use and thus script can be run.
35 +
36 +        Yet another problem with the perl manifest was fixed
37 +
38 + 20110709:
39 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
40 +        with use of powerd(8) and cpufreq(4).
41 +
42 + 20110612:
43 +        Update mksh to R40
44 +
45 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
46 +        updating current (cd /usr/src && make check-old)
47 +
48 + 20110528:
49 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
50 +
51 + 20110526:
52 +        newfs:
53 +        Raised the default blocksize for UFS/FFS filesystems from
54 +        16K to 32K and the default fragment size from 2K to 4K.
55 +
56 +        This should slightly imporve performance on "advanced format"
57 +        hard drives such as the WD EARS drives. Drives of this type
58 +        have emulation modes that slow down with lower sizes.  Of course
59 +        the drive must still be aligned properly when using fdisk.
60 +
61 + 20110521:
62 +        mport tool now has a deleteall command.  This can be used to remove
63 +        all packages from a system.
64 +
65 +        A few bugs with the perl 5.14 import have been fixed.
66 +
67 + 20110518:
68 +        Perl 5.14.0
69 +
70 + 20110517:
71 +        Sendmail 8.14.5
72 +
73 + 20110314:
74 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
75 +
76 +        cdevpriv wrappers added
77 +
78 +        nss_mdns hack introduced to work around linking problem.
79 +
80 +        dnsextd fixed after update to mDNSResponder code.
81 +
82 + 20110308:
83 +        Introduce liblzma & xz 5.0.1 to the base system
84 +
85 +        Patch for OpenSSL security issue CVE-2011-0014.
86 +
87 +        "OSREVISION 4004"
88 +
89 +        nsswitch module for multicast dns (nss_mdns) added.
90 +
91 +        tzdata2011c
92 +
93 + 20110220:
94 +        cam(4) syncronized with FreeBSD 7.3.
95 +
96 + 20110219:
97 +        amdtemp(4) updated to support sensors framework.
98 +
99 + 20110217:
100 +        Perl 5.10.1 imported
101 +
102 + 20110216:
103 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
104 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
105 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
106 +        been placed in GENERIC on i386 and amd64.
107 +
108 +        Update bfe(4) to support newer devices and WOL.
109 +
110 + 20110215:
111 +        age(4) added.
112 +
113 + 20110208:
114 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
115 +
116 + 20110206:
117 +        eeemon(4) added to monitor Asus Eee PC.
118 +
119 + 20110205:
120 +        OpenSSH 5.7p1
121 +
122 +        GNU sort 6.9 (coreutils)
123 +
124 + 20110203:
125 +        one true awk 20100523 imported
126 +
127 +        sqlite 3.7.5
128 +
129 +        OpenSSL 0.9.8q
130 +
131 + 20110202:
132 +        tcsh 6.17.00
133 +
134 +        file 5.05
135 +
136 + 20110122:
137 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
138 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
139 +
140 + 20110120:
141 +        BIND 9.6.2-P3
142 +
143 +        sudo 1.7.4-p6
144 +
145 + 20110115:
146 +        Add experimental jme(4) for Jmicron ethernet devices.
147 +
148 + 20101130:
149 +        A double free exists in the SSL client ECDH handling code, when
150 +        processing specially crafted public keys with invalid prime
151 +        numbers. [CVE-2010-2939]
152 +
153 + 20101120:
154 +        Several portions of the kernel and userland code related to UFS file
155 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
156 +        to use of int types.  Based on a patch from FreeBSD, I've modified
157 +        our UFS2 implementation to handle unsigned values for inode counts
158 +        which should allow for file systems greater than 16TB.
159 +
160 +        newfs and growfs was also modified.
161 +
162 + 20101110:
163 +        Fix a security issue with pseudofs which could result in running code in kernel
164 +        context or a kernel panic depending on system configuration.  This affects file
165 +        systems such as procfs for instance.
166 +
167 + 20101021:
168 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
169 +        This is similar to functions present in many linux distros. The utility was
170 +        written by Devin Teske for FreeBSD.
171 +
172 + 20100920:
173 +        bzip2 security patch for integer overflow.
174 +
175 + 20100905:
176 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
177 +        for 0.4.
178 +
179 + 20100902:
180 +        Fix a security issue with libutil that allows users to bypass cpu limits in
181 +        login.conf in some cases.  This combined with OpenSSH for example can allow
182 +        the user to get more resources than they're allowed.
183 +
184 + 20100822:
185 +        Import Apple's mDNSResponder (mdnsd).
186 +
187 + 20100814:
188 +        libdispatch added to MidnightBSD.  This provides functionality found in
189 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
190 +        licensed under Apache 2, we create a new MK_APACHE option so that
191 +        it's not required for all users to run code under a license they
192 +        may not like.
193 +
194 + 20100713:
195 +        mbuf readonly fix related to sendfile(2) data corruption.
196 +
197 + 20100704:
198 +        brainfuck(1) imported from MirBSD.
199 +
200 + 20100505:
201 +        zlib 1.2.5
202 +
203 + 20100430:
204 +        Sudo 1.7.2p6 imported
205 +
206 + 20100321:
207 +        Update zlib to 1.2.4
208 +
209 + 20100319:
210 +        Removed i586 from default i386 generic kernel.
211 +
212 + 20100317:
213 +        Update to tzdata2010e (time zones).  This includes changes in
214 +        Mexico.
215 +
216 +        Add support for several newer sound cards via hda including
217 +        ATI and Realtek chipsets.
218 +
219 + 20100313:
220 +        CPU detection has been changed.  VIA Padlock detection added.
221 +
222 + 20100312:
223 +        Fix a number of bugs and compiler warnings in libmport. Handle
224 +        plus signs in paths for mport.check-fake
225 +
226 + 20100311:
227 +        mksh R39c
228 +
229 + 20100309:
230 +        Sudo 1.7.2p5
231 +
232 +        sqlite3 3.6.23
233 +
234 +        mksh R39b
235 +
236 +        libffi (ffi) 3.0.9
237 +
238 + 20100206:
239 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
240 +        properly pass arguments to ld.
241 +
242 +        re(4) and rl(4) have been updated to support several new
243 +        realtek chipsets.  Performance has been improved on re(4).
244 +
245 + 20100204:
246 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
247 +        segfaulting.  
248 +
249 + 20100116:
250 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
251 +
252 +        BIND 9.6.1-P2
253 +
254 + 20100110:
255 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
256 +
257 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
258 +        install libc before doing a full buildworld when upating from 0.2 or
259 +        older current systems.
260 +
261 +        kqueue(2) was modified to support portions of libdispatch functionality.
262 +
263 + 20100106:
264 +        Bind security update.  Fix a bug with DNSSEC that causes negative
265 +        cache entries and thus a possible DNS cache poisoning attack.
266 +
267 +        Fix a bug in ZFS that can reset permissions on system crashes.
268 +
269 + 20091228:
270 +        amdtemp(4) was added.  It allows one to monitor to the temperature
271 +        of an AMD CPU such as a Phenom.
272 +
273 + 20091205:
274 +        OpenSSL security fix
275 +
276 +        The SSL version 3 and TLS protocols support session renegotiation without
277 +        cryptographically tying the new session parameters to the old parameters.
278 +
279 + 20091128:
280 +        OpenBSD sensors framework imported including sensorsd(8)
281 +
282 + 20091126:
283 +        OpenNTPD 4.4 import
284 +
285 +        Update OpenSSH to 5.3p1
286 +
287 +        mksh R39
288 +
289 + 20091124:
290 +        cpdup updated from DragonFly to 1.15
291 +
292 +        tzdata2009s updated with latest timezone data for November 2009.
293 +
294 + 20091010:
295 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
296 +        to test current.
297 +
298 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
299 +        on amd64 systems.
300 +
301 + 20091006:
302 +        Update timezone data with tzdata2009n with the Pakistan and
303 +        Argentina changes.
304 +
305 +        Sync several userland utilities with versions from FreeBSD 7.0 in
306 +        sbin and usr.sbin.
307 +
308 + 20090919:
309 +        Update timezone data with tzdate2009m from September 2009.
310 +
311 + 20090729:
312 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
313 +        can trigger an assertion and cause named to exit
314 +
315 + 20090606:
316 +        Remove PCC from the base system.  This compiler will not work
317 +        as a system compiler for us as we've got some userland investment
318 +        in C++ code and may have Objective-C in the future.  We're stuck
319 +        with a solution that supports these three languages at a minimum.
320 +
321 +        I had wanted to keep it as an optional compiler because it is
322 +        fast, however too many users want to try to use it for the base
323 +        system which makes no sense.
324 +
325 +        A hack was added for Cypress based usb hard drive enclosures to
326 +        the kernel.  This should cut down on commands it claims to support
327 +        but does not (at the cam layer).  Found while testing ZFS on
328 +        an external device.
329 +
330 + 20090520:
331 +        The powerd daemon no longer starts automatically to improve
332 +        compatibility with many systems.  However, there is a new
333 +        installer option in the startup section to enable it. This
334 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
335 +        out my new Phenom too.
336 +
337 + 20090502:
338 +        OpenSSH 5.2p1 import
339 +
340 +        ale(4) connected to the build. (kernel module only)
341 +
342 + 20090501:
343 +        Imported makefs utility from NetBSD/FreeBSD
344 +
345   20090422:
346 <        MindightBSD 0.2.1-RELEASE-p8
346 >        OpenSSL security update
347  
348          The function ASN1_STRING_print_ex does not properly validate the lengths
349 <        of BMPString or UniversalString objects before attempting to print them.
349 > of BMPString or UniversalString objects before attempting to print them.
350  
351 < 20090326:
352 <        MidnightBSD 0.2.1-RELEASE-p7
351 > 20090415:
352 >        Created a Symbol.map for libc/ohash symbols
353  
354 <        Fix several security problems with sudo.  It is now 1.6.9-p20
354 >        Updated several usr/bin usr/sbin utilities.
355  
356 < 20090115:
357 <        MidnightBSD 0.2.1-RELEASE-p6
356 >        Corrected a bug with Makefile.inc1 causing the bootstrap
357 >        tools to fail.
358  
359 <        Correct an issue with BIND that allows for DNSSEC spoofing
360 <        attacks.
359 > 20090405:
360 >        xorg 7.4 wants to configure its input devices via hald which does not
361 >        yet work with USB. If the keyboard/mouse does not work in xorg then
362 >        add
363 >                Option "AllowEmptyInput" "off"
364 >        to your ServerLayout section.  This will cause X to use the configured
365 >        kbd and mouse sections from your xorg.conf
366  
367 < 20090110:
368 <        MidnightBSD 0.2.1-RELEASE-p5
367 > 20090403:
368 >        mksh was disconnected a few day ago do to bugs with
369 >        buildworld and mports.  Now, connect it back
370 >        for use as /bin/sh with a conditional called
371 >        MK_ASH.  By default, ash is the standard /bin/sh
372 >        but we may change this later.  This will allow further
373 >        testing by users and developers of mksh without
374 >        causing an unpleasant default experience.  In the
375 >        long run, we need to fix mksh compatibility.
376  
377 + 20090328:
378 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
379 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
380 +        as the default /bin/sh.  Please report bugs with
381 +        ports, etc. The ash code will remain in the repo for awhile
382 +        as I decide if we'll add something like MK_SHELL_ASH as
383 +        an optional build parameter.  
384 +
385 +        ahd was disconnected from the lint environment until
386 +        the compiler bug is sorted (by updating gcc?)
387 +
388 +        Remove freebsd-tips from fortune files and change the
389 +        default for login and profile.
390 +
391 + 20090327:
392 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
393 +
394 +        Also previously, ctriv has been connecting Perl 5.10
395 +        to the build (part of os).  This will have an impact
396 +        on mports.
397 +
398 + 20090325:
399 +        Update Bind to 9.4.3-P1
400 +
401 +        Update mksh to R36b
402 +
403 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
404 +
405 +        Update pnpinfo, sync with FreeBSD.
406 +
407 + 20090115:
408 +        Fix a problem with DNSSEC and BIND.
409 +
410 + 20090110:
411          For applications using OpenSSL for SSL connections, an invalid SSL
412          certificate may be interpreted as valid.  This could for example be
413          used by an attacker to perform a man-in-the-middle attack.
# Line 57 | Line 417 | Items affecting the mports and packages system can be
417  
418          Stop cross site request forgery attacks in lukemftpd
419  
420 < 20081231:
421 <        MidnightBSD 0.2.1-RELEASE-p4
420 > 20090104:
421 >        Import GNU libreadline 5.2
422  
423 <        Correct a problem where function pointers for netgraph
424 <        and bluetooth sockets are not initialized properly.
423 > 20090101:
424 >        Update time zone data to 2008i.
425  
426 < 20081124:
427 <        MidnightBSD 0.2.1-RELEASE-p3
426 > 20081231:
427 >        Correct a problem where bluetooth and netgraph sockets are not
428 >        properly initialized.
429  
430 <        Correct a problem in arc4random which causes the device
70 <        not get get enough entropy for system services.  Geom
71 <        classes initialized at startup will still have problems.
430 >        Happy 2009.
431  
432 < 20081002:
433 <        MidnightBSD 0.2.1-RELEASE-p2
432 > 20081206:
433 >        Due to the massive change in the underlying system under way,
434 >        we're naming the next release 1.0.  The sys/sys/param.h was
435 >        changed accordingly.  ipfilter and ncurses were corrected
436 >        using __MidnightBSD__ tests in the code.  
437  
438 <        IPv6 Neighbor Discovery Protocol routing vulnerability
438 >        The GENERIC kernel config was caught up on i386 today.  Consider
439 >        i386 still broken, but amd64 is running again.
440  
441 <        http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2476
79 <        http://www.kb.cert.org/vuls/id/472363
441 >        mdoc.local was updated with the new MidnightBSD version info.
442  
443 <        This fix causes IPv6 Neighbor Discovery Neighbor Solicitation
444 <        messages to be ignored from non-neighbors.
443 >        batt(1) was rewritten in C.  It now supports several flags and
444 >        runs about 8 times faster on my laptop.  The default output
445 >        shows the number of minutes of battery life remaining and the
446 >        percentage.  You can use -u to display the number of batteries or
447 >        -c to get script friendly output.  Consult the man page for more.
448  
449 <        This can be re-enabled, if needed, by setting the newly added
450 <        net.inet6.icmp6.nd6_onlink_ns_rfc4861 sysctl to 1.
449 > 20081204:
450 >        Work has completed on importing ZFS, jemalloc, several
451 >        new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
452 >        support, improved locking for file desc., audit (openbsm),
453 >        openssl .98e, nfe, imporved intel high def audio, midi, updated
454 >        intel gigabit (em), support for several wifi cards (intel), ...
455  
456 < 20080929:
457 <        MidnightBSD 0.2.1-RELEASE-p1
456 >        Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
457 >        data from param.h instead of the FreeBSD version.  This means
458 >        testing is now possible in the ports tree for the version
459 >        and that any ports or code relying on the FreeBSD version from
460 >        sys/sys/param.h will need to be fixed.
461  
90        Fix a defect in ftpd.  The command buffer was split which allowed
91        attackers to send arbritrary commands over the network.
92
462   20080905:
463 <        Update nve(4) to support newer hardware.
463 >        update nve(4) to support new hardware.
464  
465 < 20080903:
466 <        Correct two defects in MidnightBSD.  AMD64/EMT64 systems had a
98 <        privledge escalation issue.  CVE-2008-3890
465 > 20080801:
466 >        Import OpenBSM 1.0
467  
468 <        In case of an incoming ICMPv6 'Packet Too Big Message', there is an
101 <        insufficient check on the proposed new MTU for a path to the
102 <        destination.
103 <        CVE-2008-3530
468 >        Modify src/release to create 3 isos instead of 2 for packages.
469  
470 < 20080830:
106 <        MidnightBSD 0.2.1-RELEASE
470 >        etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
471  
472 <        Oops, fix some bugs with sysinstall's handling of packages found
109 <        on the release ISOs.  Tweak etc/firstboot while where here.
472 >        Many ia64, alpha, powerpc items were removed.
473  
474 < 20080829:
112 <        MidnightBSD 0.2-RELEASE
474 >        The recent diffutils 2.8.7 import was fixed.
475  
476   20080703:
477 <        Correct problem with pcc and DESTDIR that affected creating live cds
478 <        and jails.
477 >        pcc was not installed properly when setting DESTDIR for live cds,
478 >        or posibly jails.
479  
118        sysinstall would incorrectly truncate DHCP info when configuring
119        ipv4 networking.  This was the result of a bad patch several months
120        ago.  Fix this error.  Found via testing a snapshot.
121
480   20080627:
481          Add firmware(9), WEP, CCMP, TKIP to GENERIC.
482  
# Line 128 | Line 486 | Items affecting the mports and packages system can be
486  
487          pcc connected to the build on i386. (alternative compiler)
488  
489 < 20080613:
132 <        Begin work for MidnightBSD 0.2-PRERELEASE
489 >        ath added to GENERIC.  (Atheros wireless NICs) on amd64/i386
490  
491   20080528:
492          Sendmail 8.14.3
# Line 693 | Line 1050 | Contact Warner Losh if you have any questions about yo
1050   this document.
1051  
1052   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1053 < $MidnightBSD: src/UPDATING,v 1.38.2.18 2009/05/21 23:11:43 laffer1 Exp $
1053 > $MidnightBSD: src/UPDATING,v 1.132 2011/09/18 20:20:42 laffer1 Exp $

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines