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 2524 by laffer1, Fri Jan 16 04:21:33 2009 UTC vs.
Revision 7195 by laffer1, Wed Jul 29 00:37:33 2015 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 < Items affecting the mports and packages system can be found in
4 < /usr/mports/UPDATING.
3 > 20160728:
4 >        Heimdal 1.5.2 (kerberos implementation)
5  
6 +        OpenSSL 1.0.1o
7 +
8 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
9 +
10 +        TCP Resassemly resource exhaustion bug:
11 +        There is a mistake with the introduction of VNET, which converted the
12 +        global limit on the number of segments that could belong to reassembly
13 +        queues into a per-VNET limit.  Because mbufs are allocated from a
14 +        global pool, in the presence of a sufficient number of VNETs, the
15 +        total number of mbufs attached to reassembly queues can grow to the
16 +        total number of mbufs in the system, at which point all network
17 +        traffic would cease.
18 +        Obtained from: FreeBSD 8
19 +
20 +        OpenSSH
21 +
22 +        Fix two security vulnerabilities:
23 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
24 +        offers a certificate. [CVE-2014-2653]
25 +
26 +        OpenSSH servers which are configured to allow password authentication
27 +        using PAM (default) would allow many password attempts. A bug allows
28 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
29 +
30 + 20160726:
31 +        BSD Sort updated
32 +
33 +        sqlite 3.8.10.2
34 +
35 + 20160725:
36 +        Import reallocarray from OpenBSD's libc.  
37 +
38 +        The reallocarray() function is similar to realloc() except it operates on
39 +        nmemb members of size size and checks for integer overflow in the
40 +        calculation nmemb * size.
41 +
42 + 20150722:
43 +        Fix a bug where TCP connections transitioning to LAST_ACK
44 +        state can get stuck. This can result in a denial of service.
45 +
46 + 20150715:
47 +        libmport now supports @shell and @sample in plists. This means that
48 +        a shell port can automatically add an entry to /etc/shells and remove
49 +        it upon uninstallation. For sample files, a copy is made without the
50 +        .sample extension if one does not exist and it is removed automatically
51 +        only if the md5 hash of the two files is the same.
52 +
53 + 20150709:
54 +        flex 2.5.39
55 +
56 + 20150702:
57 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
58 +        with zfs set compression=lz4 pool/path.
59 +
60 +        Verify it's working with
61 +        zfs get compressratio pool/path
62 +        du -h -s *
63 +
64 +        Note you must write new data when turning on compression to see
65 +        changes. Existing files are not compressed.
66 +
67 +        Note: While we used the same basic implementation of lz4 that
68 +        FreeBSD and OpenZFS uses, we did not yet implement features support
69 +        and the zfs version still reports 28. This may come in a future update
70 +        to ZFS.
71 +
72 + 20150621:
73 +        libmport now automatically stops services when deleting packages.
74 +
75 +        The package must have installed an rc.d script in /usr/local/etc
76 +        for this to work. This is equivalent to running service <name> onestop
77 +
78 + 20150618:
79 +        Sendmail
80 +
81 +        With the recent changes to OpenSSL to block 512 bit certificates,
82 +        sendmail can't connect with TLS to some servers.
83 +
84 +        Increase the default size to 1024 bit for client connections to
85 +        match the server configuration.
86 +
87 +        ZFS
88 +
89 +        Added ZFS TRIM support which is enabled by default. To disable
90 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
91 +
92 +        Creating new ZFS pools and adding new devices to existing pools
93 +        first performs a full device level TRIM which can take a significant
94 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
95 +        to disable this behaviour.
96 +
97 +        ZFS TRIM requires the underlying device support BIO_DELETE which
98 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
99 +        via CAM, which are typically supported by SSD's.
100 +
101 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
102 +        under kstat.zfs.misc.zio_trim.
103 +
104 +        rc.d
105 +
106 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
107 +        implies everything is mounted and ready to go.
108 +
109 +        Changed how ip6addressctl maps IPv6 on startup.
110 +
111 + 20150613:
112 +        tzdata 2015d
113 +
114 + 20150612:
115 +        OpenSSL 0.9.8zg
116 +
117 + 20150419:
118 +        MidnightBSD 0.6 stable branch created. Continue 0.7
119 +        development.
120 +
121 + 20150418:
122 +        sqlite 3.8.9
123 +
124 + 20150407:
125 +        Fix two security vulnerabilities:
126 +
127 +        The previous fix for IGMP had an overflow issue. This has been corrected.
128 +
129 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
130 +        suggested Current Hop Limit value of a link, which will replace
131 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
132 +        system.
133 +
134 + 20150319:
135 +        OpenSSL 0.9.8.zf
136 +
137 +        mksh R50e
138 +
139 +        Apple mDNSResponder 561.1.1
140 +
141 + 20150306:
142 +        Upgrade OpenSSL to 0.9.8ze
143 +
144 + 20150225:
145 +        Fix two security vulnerabilities.
146 +
147 +        1. BIND servers which are configured to perform DNSSEC validation and which
148 +        are using managed keys (which occurs implicitly when using
149 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
150 +        unpredictable behavior due to the use of an improperly initialized
151 +        variable.
152 +
153 +        CVE-2015-1349
154 +
155 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
156 +        in a buffer which is too small for the requested operation.
157 +
158 +        This can result in a DOS attack.
159 +
160 + 20141211:
161 +        Fix a security issue with file and libmagic that can allow
162 +        an attacker to create a denial of service attack on any
163 +        program that uses libmagic.
164 +
165 + 20141109:
166 +        Fix building perl during buildworld when the GDBM port is installed.
167 +
168 + 20141106:
169 +        tzdata 2014i
170 +
171 + 20141102:
172 +        serf 1.3.8
173 +
174 + 20141031:
175 +        tnftp 20141031 fixes a security vulnerability with tnftp,
176 +        CVE-2014-8517.
177 +
178 + 20141028:
179 +        OpenSSL 0.9.8zc
180 +
181 + 20141021:
182 +        Fix several security vulnerabilities in routed, rtsold,
183 +        and namei with respect to Capsicum sandboxes looking up
184 +        nonexistent path names and leaking memory.
185 +
186 +        The input path in routed(8) will accept queries from any source and
187 +        attempt to answer them.  However, the output path assumes that the
188 +        destination address for the response is on a directly connected
189 +        network.
190 +
191 +        Due to a missing length check in the code that handles DNS parameters,
192 +        a malformed router advertisement message can result in a stack buffer
193 +        overflow in rtsold(8).
194 +
195 + 20141011:
196 +        mksh R50d - fix field splitting regression and null
197 +        pointer dereference
198 +
199 +        xz 5.0.7
200 +
201 +        OpenSSH 6.6p1
202 +
203 + 20141004:
204 +        mksh R50c - security update for environment var bug with
205 +        foo vs foo+    
206 +
207 + 20141002:
208 +        sqlite 3.8.6
209 +
210 +        sudo 1.7.8 - some issues with the current version, but we're slowly
211 +        getting up to date.
212 +
213 + 20141001:
214 +        mksh R50b
215 +
216 +        libmport now supports plist commands @dir, @owner, @group, @mode.
217 +
218 +        sudo 1.7.6p2
219 +
220 + 20140916:
221 +        Fix a security issue with TCP SYN.
222 +
223 +        When a segment with the SYN flag for an already existing connection arrives,
224 +        the TCP stack tears down the connection, bypassing a check that the
225 +        sequence number in the segment is in the expected window.
226 +
227 + 20140909:
228 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
229 +        with some programs including Dovecot.
230 +
231 +        OpenSSL security patch:
232 +
233 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
234 +        to consume large amounts of memory. [CVE-2014-3506]
235 +
236 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
237 +        memory. [CVE-2014-3507]
238 +
239 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
240 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
241 +        the stack. [CVE-2014-3508]
242 +
243 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
244 +        a denial of service attack. [CVE-2014-3510]
245 +
246 + 20140902:
247 +        We're now 0.6-CURRENT
248 +
249 +        Update USB quirks to support K70 Corsair keyboard, and several
250 +        other devices.
251 +
252 + 20140827:
253 +        Perl 5.18.2
254 +
255 + 20140728:
256 +        Jails now run shutdown scripts.
257 +
258 + 20140710:
259 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
260 +        before sharing with userland.
261 +
262 + 20140701:
263 +        MKSH R50
264 +
265 + 20140630:
266 +        File 5.19
267 +
268 + 20140605:
269 +        Fix four security issues with OpenSSL
270 +
271 + 20140604:
272 +        Sendmail failed to properly set close-on-exec for open file descriptors.
273 +
274 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
275 +        in a leak of information.
276 +
277 + 20140430:
278 +        Fix a TCP reassembly bug that could result in a DOS attack
279 +        of the system. It may be possible to obtain portions
280 +        of kernel memory as well.
281 +
282 + 20140411:
283 +        Update zlib to 1.2.7
284 +
285 + 20140122:
286 +        Support for username with length 32. Previous limit was 16
287 +
288 + 20140114:
289 +        Fix two security vulnerabilities.
290 +
291 +        bsnmpd contains a stack overflow when sent certain queries.
292 +
293 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
294 +        crafted packets.
295 +
296 + 20131228:
297 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
298 +
299 +        Updated em(4), igb(4) and ixgbe(4)
300 +
301 +        MidnightBSD now works with Z87 Intel chipsets.
302 +
303 + 20131207:
304 +        Remove sparc64 architecture. It hasn't been working for awhile
305 +        and it's not useful for desktops anymore.
306 +
307 + 20131205:
308 +        OpenSSH 6.4p1
309 +
310 + 20131203:
311 +        Perl 5.18.1 imported.
312 +
313 +        Update less to v458
314 +
315 + 20131130:
316 +        Remove named from base. We still include the client utilities for
317 +        now until replacements can be found.
318 +
319 + 20131004:
320 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
321 +
322 + 20130917:
323 +        Support for 65,536 routing tables was added.  A new fib specific
324 +        field has been added to mbuf.  This is an increase from 16.
325 +
326 + 20130910:
327 +        Security updates: (kern.osreldate 5001)
328 +
329 +        nullfs(5)
330 +
331 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
332 +        check whether the source and target of the link are both in the same
333 +        nullfs instance.  It is therefore possible to create a hardlink from a
334 +        location in one nullfs instance to a file in another, as long as the
335 +        underlying (source) filesystem is the same.
336 +
337 +        ifioctl
338 +
339 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
340 +        handlers are written in such a way that an unrecognized request is
341 +        passed on unmodified to the link layer, which will either handle it or
342 +        return an error code.
343 +
344 +        Network interface drivers, however, assume that the SIOCSIFADDR,
345 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
346 +        handled at the network layer, and therefore do not perform input
347 +        validation or verify the caller's credentials.  Typical link-layer
348 +        actions for these requests may include marking the interface as "up"
349 +        and resetting the underlying hardware.
350 +
351 + 20130824:
352 +        Fix a bug in sendmail 8.14.7 that interferes with how it
353 +        handles AAAA records interoperating with Microsoft DNS servers.
354 +        FreeBSD has already reported this to Sendmail and a fix
355 +        will be included in the next release.
356 +
357 +        Subversion 1.8.1 is now in the base system as a static
358 +        binary.  It has limited functionality, but can be used to
359 +        checkout/commit code.  It is named svnlite.
360 +
361 + 20130822:
362 +        Fix two security vulnerabilities.
363 +
364 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
365 +        This could be exploited to read memory by a user process.
366 +
367 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
368 +        a buffer allocated from the kernel stack is not completely initialized.
369 +
370 +        Import xz 5.0.4
371 +
372 +        Import sqlite 3.7.17
373 +
374 +        Import BIND 9.8.5-P2
375 +
376 + 20130814:
377 +        mksh R48 imported.
378 +
379 +        Sendmail 8.14.7 imported.
380 +
381 + 20130717:
382 +        libmport bug was fixed causing hash verification to fail.
383 +
384 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
385 +        included.
386 +
387 + 20130612:
388 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
389 +
390 + 20130402:
391 +        Update BIND and OpenSSL to resolve security advisories.
392 +
393 + 20130305:
394 +        MKSH R44 imported.
395 +
396 + 20130213:
397 +        MKSH R42b imported
398 +
399 + 20130211:
400 +        MKSH R42 imported
401 +
402 + 20130125:
403 +        MKSH R41 imported
404 +
405 + 20130122:
406 +        OpenSSH 5.8p2 imported
407 +
408 +        SQLite 3.7.15.2 imported
409 +
410 +        Fixed a longstanding bug in libmport extrating new index files.
411 +
412 + 20120710:
413 +        BSD licensed sort imported from FreeBSD-CURRENT
414 +
415 +        For now, GNU sort is installed as gnusort, but it will
416 +        go away in time.
417 +
418 + 20120708:
419 +        tcsh 6.18.01 imported.
420 +
421 +        NetBSD's iconv imported.
422 +
423 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
424 +
425 + 20120612:
426 +        BIND security update related to CVE-2012-1667.
427 +
428 +        Zero length resource records can cause BIND to crash resulting
429 +        in a DOS attack or information disclosure.
430 +
431 + 20120407:
432 +        mksh R40f (fixes regression)
433 +
434 + 20120328:
435 +        mksh R40e
436 +
437 +        Perl 5.14.2
438 +
439 + 20120229:
440 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
441 +
442 + 20120209:
443 +        mDNSResponder 333.10 imported
444 +
445 + 20111227:
446 +        import raid5 module for GEOM, graid5(8)
447 +
448 +        This is experimental and known to use a lot of kernel
449 +        memory.
450 +
451 + 20111223:
452 +        telnetd: fix a root exploit from a fixed buffer that was not checked
453 +
454 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
455 +
456 +        Fix pam_ssh module:
457 +
458 +        If the pam_ssh module is enabled, attackers may be able to gain access
459 +        to user accounts which have unencrypted SSH private keys.
460 +
461 +        This has to due with the way that openssl works.  It ignores unencrpted data.
462 +
463 +        Fix security issue with chroot and ftpd.
464 +
465 +        nsdispatch(3) doesn't know it's working in a chroot and some
466 +        operations can cause files to get reloaded causing a security
467 +        hole in things like ftpd.
468 +
469 + 20111217:
470 +        libdialog/dialog upgraded to an lgpl version. As it's not
471 +        backwardly compatable, include the old libdialog as libodialog
472 +
473 + 20111212:
474 +        mksh r40d imported
475 +
476 + 20111210:
477 +        re(4) and rl(4) updated to support new chips.
478 +
479 +        GEOM synced with FreeBSD 7-stable.
480 +
481 +        MidnightBSD GPT partition types created in sys/gpt.h and
482 +        setup in boot loader and GEOM.
483 +
484 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
485 +        8xx series chipset.
486 +
487 + 20111207:
488 +        import bsd grep from FreeBSD/OpenBSD.
489 +
490 +        MK_BSD_GREP controls which grep is installed
491 +        as grep with the other as bsdgrep or gnugrep.
492 +
493 + 20111122:
494 +        mksh vR40c imported.
495 +
496 + 20111117:
497 +        BIND 9.6 ESV R5 P1
498 +
499 + 20111107:
500 +        tzdata 2011n
501 +
502 + 20111026:
503 +        mDNSResponder v320
504 +
505 +        BIND 9.6 ESV R5
506 +
507 + 20111022:
508 +        cflow 0.0.6 imported
509 +
510 + 20111020:
511 +        less v436 imported
512 +
513 +        amdsbwd(4) AMD southbridge watchdog
514 +
515 + 20111019:
516 +        awk 20110810 imported
517 +
518 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
519 +        not included in GENERIC kernel.  The kernel module needs
520 +        testing before we can include it in GENERIC.
521 +
522 +        intr_bind code ported to allow an IRQ to be bound to one
523 +        specific CPU core.
524 +
525 + 20111017:
526 +        Time Zone Data v. 2011l (Released 10 October 2011)
527 +
528 +        Updated list of countries (iso3166) to work with new timezone data.
529 +
530 + 20111015:
531 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
532 +        to control which core or group of cores can be used for a given
533 +        process. Several new system calls were added to support this
534 +        functionality in the running kernel and for 32bit binary
535 +        compatibility on amd64.
536 +
537 +        The scheduler default has been changed to ULE in i386 and
538 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
539 +        for this feature.
540 +
541 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
542 +
543 + 20111004:
544 +        Fix a problem with unix socket handling caused by the recent
545 +        patch to unix socket path handling. This allows network
546 +        apps to work under the linuxolator again.
547 +
548 + 20111001:
549 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
550 +        now default and an environment variable must be set to use
551 +        active.
552 +
553 + 20110930:
554 +        Introduce quirks handling for several umass devices including
555 +        USB cameras.  Add workaround for Cyberpower UPS devices.
556 +
557 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
558 +        Stale ip/tcp header pointers are no longer used, lockups fixed
559 +        when network cable is unplugged on bootup, enable TX checksum
560 +        offloading.
561 +
562 +        Add a new man page for gcache(8), a useful geom class when
563 +        working with large raid3 sets.
564 +
565 +        Restore previous workaround for Cypress pata storage controller.
566 +
567 + 20110929:
568 +        Sync ath(4) with FreeBSD 7.3.
569 +
570 +        The following modules are no longer available, and should be
571 +        removed from loader.conf:
572 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
573 +
574 +        alc(4) would hibernate when a cable was unplugged and often
575 +        required bring the interface down and up to "wake up" so that
576 +        a connection could be established.  Disable hibernation.
577 +
578 + 20110928:
579 +        Fix security issues with gzip and compress related to .Z
580 +        files that are corrupted.
581 +
582 +        Fix path validation with unix domain sockets.
583 +
584 + 20110917:
585 +        Remove dependance on mports perl for generating releases as
586 +        it's in the base system.
587 +
588 + 20110914:
589 +        Import xz 5.0.3 with liblzma 5.0.3
590 +
591 + 20110813:
592 +        synced the sparc64 GENERIC kernel configuration with amd64.
593 +
594 + 20110806:
595 +        sqlite 3.7.7.1 imported
596 +
597 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
598 +        a full text search command line tool.  libmsearch can also be used
599 +        to build a graphical based search in the future. You can enable
600 +        index building for msearch in periodic.conf or manually run the
601 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
602 +        space in /var.  I'm using approximately 500MB currently.
603 +
604 +        Fix a long standing bug with the periodic script to check package
605 +        versions.  This will be obsolete with mport though.
606 +
607 + 20110710:
608 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
609 +        know why it's in use and thus script can be run.
610 +
611 +        Yet another problem with the perl manifest was fixed
612 +
613 + 20110709:
614 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
615 +        with use of powerd(8) and cpufreq(4).
616 +
617 + 20110612:
618 +        Update mksh to R40
619 +
620 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
621 +        updating current (cd /usr/src && make check-old)
622 +
623 + 20110528:
624 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
625 +
626 + 20110526:
627 +        newfs:
628 +        Raised the default blocksize for UFS/FFS filesystems from
629 +        16K to 32K and the default fragment size from 2K to 4K.
630 +
631 +        This should slightly imporve performance on "advanced format"
632 +        hard drives such as the WD EARS drives. Drives of this type
633 +        have emulation modes that slow down with lower sizes.  Of course
634 +        the drive must still be aligned properly when using fdisk.
635 +
636 + 20110521:
637 +        mport tool now has a deleteall command.  This can be used to remove
638 +        all packages from a system.
639 +
640 +        A few bugs with the perl 5.14 import have been fixed.
641 +
642 + 20110518:
643 +        Perl 5.14.0
644 +
645 + 20110517:
646 +        Sendmail 8.14.5
647 +
648 + 20110314:
649 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
650 +
651 +        cdevpriv wrappers added
652 +
653 +        nss_mdns hack introduced to work around linking problem.
654 +
655 +        dnsextd fixed after update to mDNSResponder code.
656 +
657 + 20110308:
658 +        Introduce liblzma & xz 5.0.1 to the base system
659 +
660 +        Patch for OpenSSL security issue CVE-2011-0014.
661 +
662 +        "OSREVISION 4004"
663 +
664 +        nsswitch module for multicast dns (nss_mdns) added.
665 +
666 +        tzdata2011c
667 +
668 + 20110220:
669 +        cam(4) syncronized with FreeBSD 7.3.
670 +
671 + 20110219:
672 +        amdtemp(4) updated to support sensors framework.
673 +
674 + 20110217:
675 +        Perl 5.10.1 imported
676 +
677 + 20110216:
678 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
679 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
680 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
681 +        been placed in GENERIC on i386 and amd64.
682 +
683 +        Update bfe(4) to support newer devices and WOL.
684 +
685 + 20110215:
686 +        age(4) added.
687 +
688 + 20110208:
689 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
690 +
691 + 20110206:
692 +        eeemon(4) added to monitor Asus Eee PC.
693 +
694 + 20110205:
695 +        OpenSSH 5.7p1
696 +
697 +        GNU sort 6.9 (coreutils)
698 +
699 + 20110203:
700 +        one true awk 20100523 imported
701 +
702 +        sqlite 3.7.5
703 +
704 +        OpenSSL 0.9.8q
705 +
706 + 20110202:
707 +        tcsh 6.17.00
708 +
709 +        file 5.05
710 +
711 + 20110122:
712 +        Import it(4) and lm(4), with support for Super I/O hardware monitors. This
713 +        uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
714 +
715 + 20110120:
716 +        BIND 9.6.2-P3
717 +
718 +        sudo 1.7.4-p6
719 +
720 + 20110115:
721 +        Add experimental jme(4) for Jmicron ethernet devices.
722 +
723 + 20101130:
724 +        A double free exists in the SSL client ECDH handling code, when
725 +        processing specially crafted public keys with invalid prime
726 +        numbers. [CVE-2010-2939]
727 +
728 + 20101120:
729 +        Several portions of the kernel and userland code related to UFS file
730 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
731 +        to use of int types.  Based on a patch from FreeBSD, I've modified
732 +        our UFS2 implementation to handle unsigned values for inode counts
733 +        which should allow for file systems greater than 16TB.
734 +
735 +        newfs and growfs was also modified.
736 +
737 + 20101110:
738 +        Fix a security issue with pseudofs which could result in running code in kernel
739 +        context or a kernel panic depending on system configuration.  This affects file
740 +        systems such as procfs for instance.
741 +
742 + 20101021:
743 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
744 +        This is similar to functions present in many linux distros. The utility was
745 +        written by Devin Teske for FreeBSD.
746 +
747 + 20100920:
748 +        bzip2 security patch for integer overflow.
749 +
750 + 20100905:
751 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
752 +        for 0.4.
753 +
754 + 20100902:
755 +        Fix a security issue with libutil that allows users to bypass cpu limits in
756 +        login.conf in some cases.  This combined with OpenSSH for example can allow
757 +        the user to get more resources than they're allowed.
758 +
759 + 20100822:
760 +        Import Apple's mDNSResponder (mdnsd).
761 +
762 + 20100814:
763 +        libdispatch added to MidnightBSD.  This provides functionality found in
764 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
765 +        licensed under Apache 2, we create a new MK_APACHE option so that
766 +        it's not required for all users to run code under a license they
767 +        may not like.
768 +
769 + 20100713:
770 +        mbuf readonly fix related to sendfile(2) data corruption.
771 +
772 + 20100704:
773 +        brainfuck(1) imported from MirBSD.
774 +
775 + 20100505:
776 +        zlib 1.2.5
777 +
778 + 20100430:
779 +        Sudo 1.7.2p6 imported
780 +
781 + 20100321:
782 +        Update zlib to 1.2.4
783 +
784 + 20100319:
785 +        Removed i586 from default i386 generic kernel.
786 +
787 + 20100317:
788 +        Update to tzdata2010e (time zones).  This includes changes in
789 +        Mexico.
790 +
791 +        Add support for several newer sound cards via hda including
792 +        ATI and Realtek chipsets.
793 +
794 + 20100313:
795 +        CPU detection has been changed.  VIA Padlock detection added.
796 +
797 + 20100312:
798 +        Fix a number of bugs and compiler warnings in libmport. Handle
799 +        plus signs in paths for mport.check-fake
800 +
801 + 20100311:
802 +        mksh R39c
803 +
804 + 20100309:
805 +        Sudo 1.7.2p5
806 +
807 +        sqlite3 3.6.23
808 +
809 +        mksh R39b
810 +
811 +        libffi (ffi) 3.0.9
812 +
813 + 20100206:
814 +        WITHOUT_LIB32 is no longer needed on AMD64.  GCC was fixed to
815 +        properly pass arguments to ld.
816 +
817 +        re(4) and rl(4) have been updated to support several new
818 +        realtek chipsets.  Performance has been improved on re(4).
819 +
820 + 20100204:
821 +        Fix a bug cropping up on AMD64 MidnightBSD with sftp
822 +        segfaulting.  
823 +
824 + 20100116:
825 +        Import ash changes from FreeBSD (bin/sh) 8-Stable.
826 +
827 +        BIND 9.6.1-P2
828 +
829 + 20100110:
830 +        Import Sendmail 8.14.4. Fix for SSL vulnerability.
831 +
832 +        posix_spawn(3) added to MidnightBSD libc.  Users may need to build and
833 +        install libc before doing a full buildworld when upating from 0.2 or
834 +        older current systems.
835 +
836 +        kqueue(2) was modified to support portions of libdispatch functionality.
837 +
838 + 20100106:
839 +        Bind security update.  Fix a bug with DNSSEC that causes negative
840 +        cache entries and thus a possible DNS cache poisoning attack.
841 +
842 +        Fix a bug in ZFS that can reset permissions on system crashes.
843 +
844 + 20091228:
845 +        amdtemp(4) was added.  It allows one to monitor to the temperature
846 +        of an AMD CPU such as a Phenom.
847 +
848 + 20091205:
849 +        OpenSSL security fix
850 +
851 +        The SSL version 3 and TLS protocols support session renegotiation without
852 +        cryptographically tying the new session parameters to the old parameters.
853 +
854 + 20091128:
855 +        OpenBSD sensors framework imported including sensorsd(8)
856 +
857 + 20091126:
858 +        OpenNTPD 4.4 import
859 +
860 +        Update OpenSSH to 5.3p1
861 +
862 +        mksh R39
863 +
864 + 20091124:
865 +        cpdup updated from DragonFly to 1.15
866 +
867 +        tzdata2009s updated with latest timezone data for November 2009.
868 +
869 + 20091010:
870 +        amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
871 +        to test current.
872 +
873 +        Revert unicode filename fixes from ntfs code.  This was causing chaos
874 +        on amd64 systems.
875 +
876 + 20091006:
877 +        Update timezone data with tzdata2009n with the Pakistan and
878 +        Argentina changes.
879 +
880 +        Sync several userland utilities with versions from FreeBSD 7.0 in
881 +        sbin and usr.sbin.
882 +
883 + 20090919:
884 +        Update timezone data with tzdate2009m from September 2009.
885 +
886 + 20090729:
887 +        Patch for Bind 9 security vulnerability. a dynmaic update packet
888 +        can trigger an assertion and cause named to exit
889 +
890 + 20090606:
891 +        Remove PCC from the base system.  This compiler will not work
892 +        as a system compiler for us as we've got some userland investment
893 +        in C++ code and may have Objective-C in the future.  We're stuck
894 +        with a solution that supports these three languages at a minimum.
895 +
896 +        I had wanted to keep it as an optional compiler because it is
897 +        fast, however too many users want to try to use it for the base
898 +        system which makes no sense.
899 +
900 +        A hack was added for Cypress based usb hard drive enclosures to
901 +        the kernel.  This should cut down on commands it claims to support
902 +        but does not (at the cam layer).  Found while testing ZFS on
903 +        an external device.
904 +
905 + 20090520:
906 +        The powerd daemon no longer starts automatically to improve
907 +        compatibility with many systems.  However, there is a new
908 +        installer option in the startup section to enable it. This
909 +        makes it easier to enable for users that have working systems. I                thought it was only a problem on older hardware, but it freaks
910 +        out my new Phenom too.
911 +
912 + 20090502:
913 +        OpenSSH 5.2p1 import
914 +
915 +        ale(4) connected to the build. (kernel module only)
916 +
917 + 20090501:
918 +        Imported makefs utility from NetBSD/FreeBSD
919 +
920 + 20090422:
921 +        OpenSSL security update
922 +
923 +        The function ASN1_STRING_print_ex does not properly validate the lengths
924 + of BMPString or UniversalString objects before attempting to print them.
925 +
926 + 20090415:
927 +        Created a Symbol.map for libc/ohash symbols
928 +
929 +        Updated several usr/bin usr/sbin utilities.
930 +
931 +        Corrected a bug with Makefile.inc1 causing the bootstrap
932 +        tools to fail.
933 +
934 + 20090405:
935 +        xorg 7.4 wants to configure its input devices via hald which does not
936 +        yet work with USB. If the keyboard/mouse does not work in xorg then
937 +        add
938 +                Option "AllowEmptyInput" "off"
939 +        to your ServerLayout section.  This will cause X to use the configured
940 +        kbd and mouse sections from your xorg.conf
941 +
942 + 20090403:
943 +        mksh was disconnected a few day ago do to bugs with
944 +        buildworld and mports.  Now, connect it back
945 +        for use as /bin/sh with a conditional called
946 +        MK_ASH.  By default, ash is the standard /bin/sh
947 +        but we may change this later.  This will allow further
948 +        testing by users and developers of mksh without
949 +        causing an unpleasant default experience.  In the
950 +        long run, we need to fix mksh compatibility.
951 +
952 + 20090328:
953 +        Bring in mksh R37 from CVS. The dot.mkshrc files for root
954 +        and skel were changed.  mksh(1) now replaces ash aka sh(1)
955 +        as the default /bin/sh.  Please report bugs with
956 +        ports, etc. The ash code will remain in the repo for awhile
957 +        as I decide if we'll add something like MK_SHELL_ASH as
958 +        an optional build parameter.  
959 +
960 +        ahd was disconnected from the lint environment until
961 +        the compiler bug is sorted (by updating gcc?)
962 +
963 +        Remove freebsd-tips from fortune files and change the
964 +        default for login and profile.
965 +
966 + 20090327:
967 +        Update libarchive to 2.5.5, tar, and add bsdcpio.
968 +
969 +        Also previously, ctriv has been connecting Perl 5.10
970 +        to the build (part of os).  This will have an impact
971 +        on mports.
972 +
973 + 20090325:
974 +        Update Bind to 9.4.3-P1
975 +
976 +        Update mksh to R36b
977 +
978 +        Update tcpdump to 3.9.8, fix libpcap to work with current.
979 +
980 +        Update pnpinfo, sync with FreeBSD.
981 +
982   20090115:
983          Fix a problem with DNSSEC and BIND.
984  
# Line 649 | Line 1625 | Contact Warner Losh if you have any questions about yo
1625   this document.
1626  
1627   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1628 < $MidnightBSD: src/UPDATING,v 1.50 2009/01/11 01:52:40 laffer1 Exp $
1628 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 2524 by laffer1, Fri Jan 16 04:21:33 2009 UTC vs.
Revision 7195 by laffer1, Wed Jul 29 00:37:33 2015 UTC

# Line 1 | Line 0
1 1.51

Comparing trunk/UPDATING (property svn:keywords):
Revision 2524 by laffer1, Fri Jan 16 04:21:33 2009 UTC vs.
Revision 7195 by laffer1, Wed Jul 29 00:37:33 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines