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 3618 by laffer1, Thu Jan 20 22:08:10 2011 UTC vs.
Revision 6971 by laffer1, Sat Mar 7 02:55:43 2015 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 + 20150306:
4 +        Upgrade OpenSSL to 0.9.8ze
5 +
6 + 20150225:
7 +        Fix two security vulnerabilities.
8 +
9 +        1. BIND servers which are configured to perform DNSSEC validation and which
10 +        are using managed keys (which occurs implicitly when using
11 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
12 +        unpredictable behavior due to the use of an improperly initialized
13 +        variable.
14 +
15 +        CVE-2015-1349
16 +
17 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
18 +        in a buffer which is too small for the requested operation.
19 +
20 +        This can result in a DOS attack.
21 +
22 + 20141211:
23 +        Fix a security issue with file and libmagic that can allow
24 +        an attacker to create a denial of service attack on any
25 +        program that uses libmagic.
26 +
27 + 20141109:
28 +        Fix building perl during buildworld when the GDBM port is installed.
29 +
30 + 20141106:
31 +        tzdata 2014i
32 +
33 + 20141102:
34 +        serf 1.3.8
35 +
36 + 20141031:
37 +        tnftp 20141031 fixes a security vulnerability with tnftp,
38 +        CVE-2014-8517.
39 +
40 + 20141028:
41 +        OpenSSL 0.9.8zc
42 +
43 + 20141021:
44 +        Fix several security vulnerabilities in routed, rtsold,
45 +        and namei with respect to Capsicum sandboxes looking up
46 +        nonexistent path names and leaking memory.
47 +
48 +        The input path in routed(8) will accept queries from any source and
49 +        attempt to answer them.  However, the output path assumes that the
50 +        destination address for the response is on a directly connected
51 +        network.
52 +
53 +        Due to a missing length check in the code that handles DNS parameters,
54 +        a malformed router advertisement message can result in a stack buffer
55 +        overflow in rtsold(8).
56 +
57 + 20141011:
58 +        mksh R50d - fix field splitting regression and null
59 +        pointer dereference
60 +
61 +        xz 5.0.7
62 +
63 +        OpenSSH 6.6p1
64 +
65 + 20141004:
66 +        mksh R50c - security update for environment var bug with
67 +        foo vs foo+    
68 +
69 + 20141002:
70 +        sqlite 3.8.6
71 +
72 +        sudo 1.7.8 - some issues with the current version, but we're slowly
73 +        getting up to date.
74 +
75 + 20141001:
76 +        mksh R50b
77 +
78 +        libmport now supports plist commands @dir, @owner, @group, @mode.
79 +
80 +        sudo 1.7.6p2
81 +
82 + 20140916:
83 +        Fix a security issue with TCP SYN.
84 +
85 +        When a segment with the SYN flag for an already existing connection arrives,
86 +        the TCP stack tears down the connection, bypassing a check that the
87 +        sequence number in the segment is in the expected window.
88 +
89 + 20140909:
90 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
91 +        with some programs including Dovecot.
92 +
93 +        OpenSSL security patch:
94 +
95 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
96 +        to consume large amounts of memory. [CVE-2014-3506]
97 +
98 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
99 +        memory. [CVE-2014-3507]
100 +
101 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
102 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
103 +        the stack. [CVE-2014-3508]
104 +
105 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
106 +        a denial of service attack. [CVE-2014-3510]
107 +
108 + 20140902:
109 +        We're now 0.6-CURRENT
110 +
111 +        Update USB quirks to support K70 Corsair keyboard, and several
112 +        other devices.
113 +
114 + 20140827:
115 +        Perl 5.18.2
116 +
117 + 20140728:
118 +        Jails now run shutdown scripts.
119 +
120 + 20140710:
121 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
122 +        before sharing with userland.
123 +
124 + 20140701:
125 +        MKSH R50
126 +
127 + 20140630:
128 +        File 5.19
129 +
130 + 20140605:
131 +        Fix four security issues with OpenSSL
132 +
133 + 20140604:
134 +        Sendmail failed to properly set close-on-exec for open file descriptors.
135 +
136 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
137 +        in a leak of information.
138 +
139 + 20140430:
140 +        Fix a TCP reassembly bug that could result in a DOS attack
141 +        of the system. It may be possible to obtain portions
142 +        of kernel memory as well.
143 +
144 + 20140411:
145 +        Update zlib to 1.2.7
146 +
147 + 20140122:
148 +        Support for username with length 32. Previous limit was 16
149 +
150 + 20140114:
151 +        Fix two security vulnerabilities.
152 +
153 +        bsnmpd contains a stack overflow when sent certain queries.
154 +
155 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
156 +        crafted packets.
157 +
158 + 20131228:
159 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
160 +
161 +        Updated em(4), igb(4) and ixgbe(4)
162 +
163 +        MidnightBSD now works with Z87 Intel chipsets.
164 +
165 + 20131207:
166 +        Remove sparc64 architecture. It hasn't been working for awhile
167 +        and it's not useful for desktops anymore.
168 +
169 + 20131205:
170 +        OpenSSH 6.4p1
171 +
172 + 20131203:
173 +        Perl 5.18.1 imported.
174 +
175 +        Update less to v458
176 +
177 + 20131130:
178 +        Remove named from base. We still include the client utilities for
179 +        now until replacements can be found.
180 +
181 + 20131004:
182 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
183 +
184 + 20130917:
185 +        Support for 65,536 routing tables was added.  A new fib specific
186 +        field has been added to mbuf.  This is an increase from 16.
187 +
188 + 20130910:
189 +        Security updates: (kern.osreldate 5001)
190 +
191 +        nullfs(5)
192 +
193 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
194 +        check whether the source and target of the link are both in the same
195 +        nullfs instance.  It is therefore possible to create a hardlink from a
196 +        location in one nullfs instance to a file in another, as long as the
197 +        underlying (source) filesystem is the same.
198 +
199 +        ifioctl
200 +
201 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
202 +        handlers are written in such a way that an unrecognized request is
203 +        passed on unmodified to the link layer, which will either handle it or
204 +        return an error code.
205 +
206 +        Network interface drivers, however, assume that the SIOCSIFADDR,
207 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
208 +        handled at the network layer, and therefore do not perform input
209 +        validation or verify the caller's credentials.  Typical link-layer
210 +        actions for these requests may include marking the interface as "up"
211 +        and resetting the underlying hardware.
212 +
213 + 20130824:
214 +        Fix a bug in sendmail 8.14.7 that interferes with how it
215 +        handles AAAA records interoperating with Microsoft DNS servers.
216 +        FreeBSD has already reported this to Sendmail and a fix
217 +        will be included in the next release.
218 +
219 +        Subversion 1.8.1 is now in the base system as a static
220 +        binary.  It has limited functionality, but can be used to
221 +        checkout/commit code.  It is named svnlite.
222 +
223 + 20130822:
224 +        Fix two security vulnerabilities.
225 +
226 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
227 +        This could be exploited to read memory by a user process.
228 +
229 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
230 +        a buffer allocated from the kernel stack is not completely initialized.
231 +
232 +        Import xz 5.0.4
233 +
234 +        Import sqlite 3.7.17
235 +
236 +        Import BIND 9.8.5-P2
237 +
238 + 20130814:
239 +        mksh R48 imported.
240 +
241 +        Sendmail 8.14.7 imported.
242 +
243 + 20130717:
244 +        libmport bug was fixed causing hash verification to fail.
245 +
246 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
247 +        included.
248 +
249 + 20130612:
250 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
251 +
252 + 20130402:
253 +        Update BIND and OpenSSL to resolve security advisories.
254 +
255 + 20130305:
256 +        MKSH R44 imported.
257 +
258 + 20130213:
259 +        MKSH R42b imported
260 +
261 + 20130211:
262 +        MKSH R42 imported
263 +
264 + 20130125:
265 +        MKSH R41 imported
266 +
267 + 20130122:
268 +        OpenSSH 5.8p2 imported
269 +
270 +        SQLite 3.7.15.2 imported
271 +
272 +        Fixed a longstanding bug in libmport extrating new index files.
273 +
274 + 20120710:
275 +        BSD licensed sort imported from FreeBSD-CURRENT
276 +
277 +        For now, GNU sort is installed as gnusort, but it will
278 +        go away in time.
279 +
280 + 20120708:
281 +        tcsh 6.18.01 imported.
282 +
283 +        NetBSD's iconv imported.
284 +
285 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
286 +
287 + 20120612:
288 +        BIND security update related to CVE-2012-1667.
289 +
290 +        Zero length resource records can cause BIND to crash resulting
291 +        in a DOS attack or information disclosure.
292 +
293 + 20120407:
294 +        mksh R40f (fixes regression)
295 +
296 + 20120328:
297 +        mksh R40e
298 +
299 +        Perl 5.14.2
300 +
301 + 20120229:
302 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
303 +
304 + 20120209:
305 +        mDNSResponder 333.10 imported
306 +
307 + 20111227:
308 +        import raid5 module for GEOM, graid5(8)
309 +
310 +        This is experimental and known to use a lot of kernel
311 +        memory.
312 +
313 + 20111223:
314 +        telnetd: fix a root exploit from a fixed buffer that was not checked
315 +
316 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
317 +
318 +        Fix pam_ssh module:
319 +
320 +        If the pam_ssh module is enabled, attackers may be able to gain access
321 +        to user accounts which have unencrypted SSH private keys.
322 +
323 +        This has to due with the way that openssl works.  It ignores unencrpted data.
324 +
325 +        Fix security issue with chroot and ftpd.
326 +
327 +        nsdispatch(3) doesn't know it's working in a chroot and some
328 +        operations can cause files to get reloaded causing a security
329 +        hole in things like ftpd.
330 +
331 + 20111217:
332 +        libdialog/dialog upgraded to an lgpl version. As it's not
333 +        backwardly compatable, include the old libdialog as libodialog
334 +
335 + 20111212:
336 +        mksh r40d imported
337 +
338 + 20111210:
339 +        re(4) and rl(4) updated to support new chips.
340 +
341 +        GEOM synced with FreeBSD 7-stable.
342 +
343 +        MidnightBSD GPT partition types created in sys/gpt.h and
344 +        setup in boot loader and GEOM.
345 +
346 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
347 +        8xx series chipset.
348 +
349 + 20111207:
350 +        import bsd grep from FreeBSD/OpenBSD.
351 +
352 +        MK_BSD_GREP controls which grep is installed
353 +        as grep with the other as bsdgrep or gnugrep.
354 +
355 + 20111122:
356 +        mksh vR40c imported.
357 +
358 + 20111117:
359 +        BIND 9.6 ESV R5 P1
360 +
361 + 20111107:
362 +        tzdata 2011n
363 +
364 + 20111026:
365 +        mDNSResponder v320
366 +
367 +        BIND 9.6 ESV R5
368 +
369 + 20111022:
370 +        cflow 0.0.6 imported
371 +
372 + 20111020:
373 +        less v436 imported
374 +
375 +        amdsbwd(4) AMD southbridge watchdog
376 +
377 + 20111019:
378 +        awk 20110810 imported
379 +
380 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
381 +        not included in GENERIC kernel.  The kernel module needs
382 +        testing before we can include it in GENERIC.
383 +
384 +        intr_bind code ported to allow an IRQ to be bound to one
385 +        specific CPU core.
386 +
387 + 20111017:
388 +        Time Zone Data v. 2011l (Released 10 October 2011)
389 +
390 +        Updated list of countries (iso3166) to work with new timezone data.
391 +
392 + 20111015:
393 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
394 +        to control which core or group of cores can be used for a given
395 +        process. Several new system calls were added to support this
396 +        functionality in the running kernel and for 32bit binary
397 +        compatibility on amd64.
398 +
399 +        The scheduler default has been changed to ULE in i386 and
400 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
401 +        for this feature.
402 +
403 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
404 +
405 + 20111004:
406 +        Fix a problem with unix socket handling caused by the recent
407 +        patch to unix socket path handling. This allows network
408 +        apps to work under the linuxolator again.
409 +
410 + 20111001:
411 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
412 +        now default and an environment variable must be set to use
413 +        active.
414 +
415 + 20110930:
416 +        Introduce quirks handling for several umass devices including
417 +        USB cameras.  Add workaround for Cyberpower UPS devices.
418 +
419 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
420 +        Stale ip/tcp header pointers are no longer used, lockups fixed
421 +        when network cable is unplugged on bootup, enable TX checksum
422 +        offloading.
423 +
424 +        Add a new man page for gcache(8), a useful geom class when
425 +        working with large raid3 sets.
426 +
427 +        Restore previous workaround for Cypress pata storage controller.
428 +
429 + 20110929:
430 +        Sync ath(4) with FreeBSD 7.3.
431 +
432 +        The following modules are no longer available, and should be
433 +        removed from loader.conf:
434 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
435 +
436 +        alc(4) would hibernate when a cable was unplugged and often
437 +        required bring the interface down and up to "wake up" so that
438 +        a connection could be established.  Disable hibernation.
439 +
440 + 20110928:
441 +        Fix security issues with gzip and compress related to .Z
442 +        files that are corrupted.
443 +
444 +        Fix path validation with unix domain sockets.
445 +
446 + 20110917:
447 +        Remove dependance on mports perl for generating releases as
448 +        it's in the base system.
449 +
450 + 20110914:
451 +        Import xz 5.0.3 with liblzma 5.0.3
452 +
453 + 20110813:
454 +        synced the sparc64 GENERIC kernel configuration with amd64.
455 +
456 + 20110806:
457 +        sqlite 3.7.7.1 imported
458 +
459 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
460 +        a full text search command line tool.  libmsearch can also be used
461 +        to build a graphical based search in the future. You can enable
462 +        index building for msearch in periodic.conf or manually run the
463 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
464 +        space in /var.  I'm using approximately 500MB currently.
465 +
466 +        Fix a long standing bug with the periodic script to check package
467 +        versions.  This will be obsolete with mport though.
468 +
469 + 20110710:
470 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
471 +        know why it's in use and thus script can be run.
472 +
473 +        Yet another problem with the perl manifest was fixed
474 +
475 + 20110709:
476 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
477 +        with use of powerd(8) and cpufreq(4).
478 +
479 + 20110612:
480 +        Update mksh to R40
481 +
482 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
483 +        updating current (cd /usr/src && make check-old)
484 +
485 + 20110528:
486 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
487 +
488 + 20110526:
489 +        newfs:
490 +        Raised the default blocksize for UFS/FFS filesystems from
491 +        16K to 32K and the default fragment size from 2K to 4K.
492 +
493 +        This should slightly imporve performance on "advanced format"
494 +        hard drives such as the WD EARS drives. Drives of this type
495 +        have emulation modes that slow down with lower sizes.  Of course
496 +        the drive must still be aligned properly when using fdisk.
497 +
498 + 20110521:
499 +        mport tool now has a deleteall command.  This can be used to remove
500 +        all packages from a system.
501 +
502 +        A few bugs with the perl 5.14 import have been fixed.
503 +
504 + 20110518:
505 +        Perl 5.14.0
506 +
507 + 20110517:
508 +        Sendmail 8.14.5
509 +
510 + 20110314:
511 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
512 +
513 +        cdevpriv wrappers added
514 +
515 +        nss_mdns hack introduced to work around linking problem.
516 +
517 +        dnsextd fixed after update to mDNSResponder code.
518 +
519 + 20110308:
520 +        Introduce liblzma & xz 5.0.1 to the base system
521 +
522 +        Patch for OpenSSL security issue CVE-2011-0014.
523 +
524 +        "OSREVISION 4004"
525 +
526 +        nsswitch module for multicast dns (nss_mdns) added.
527 +
528 +        tzdata2011c
529 +
530 + 20110220:
531 +        cam(4) syncronized with FreeBSD 7.3.
532 +
533 + 20110219:
534 +        amdtemp(4) updated to support sensors framework.
535 +
536 + 20110217:
537 +        Perl 5.10.1 imported
538 +
539 + 20110216:
540 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
541 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
542 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
543 +        been placed in GENERIC on i386 and amd64.
544 +
545 +        Update bfe(4) to support newer devices and WOL.
546 +
547 + 20110215:
548 +        age(4) added.
549 +
550 + 20110208:
551 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
552 +
553 + 20110206:
554 +        eeemon(4) added to monitor Asus Eee PC.
555 +
556 + 20110205:
557 +        OpenSSH 5.7p1
558 +
559 +        GNU sort 6.9 (coreutils)
560 +
561 + 20110203:
562 +        one true awk 20100523 imported
563 +
564 +        sqlite 3.7.5
565 +
566 +        OpenSSL 0.9.8q
567 +
568 + 20110202:
569 +        tcsh 6.17.00
570 +
571 +        file 5.05
572 +
573 + 20110122:
574 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
575 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
576 +
577   20110120:
578          BIND 9.6.2-P3
579  
580 +        sudo 1.7.4-p6
581 +
582   20110115:
583          Add experimental jme(4) for Jmicron ethernet devices.
584  
# Line 911 | Line 1487 | Contact Warner Losh if you have any questions about yo
1487   this document.
1488  
1489   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1490 < $MidnightBSD: src/UPDATING,v 1.101 2011/01/15 05:56:21 laffer1 Exp $
1490 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 3618 by laffer1, Thu Jan 20 22:08:10 2011 UTC vs.
Revision 6971 by laffer1, Sat Mar 7 02:55:43 2015 UTC

# Line 1 | Line 0
1 1.102

Comparing trunk/UPDATING (property svn:keywords):
Revision 3618 by laffer1, Thu Jan 20 22:08:10 2011 UTC vs.
Revision 6971 by laffer1, Sat Mar 7 02:55:43 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines