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 3717 by laffer1, Sun Feb 6 01:01:18 2011 UTC vs.
Revision 8153 by laffer1, Fri Sep 16 22:21:44 2016 UTC

# Line 1 | Line 1
1 < Updating Information for MidnightBSD users
1 > Updating Information for MidnightBSD users.
2  
3 + 20160916:
4 +        The random(4) support for the VIA hardware random number
5 +        generator (`PADLOCK') is no longer enabled unconditionally.
6 +        Add the PADLOCK_RNG option in the custom kernel config if
7 +        needed.  The GENERIC kernels on i386 and amd64 do include the
8 +        option, so the change only affects the custom kernel
9 +        configurations.
10 +
11 +
12 + 20160906:
13 +        Add support for the MosChip MCS9904 four serial ports
14 +        controller.
15 +
16 +        Add support for walltimestamp in DTrace.
17 +
18 +        Various gdb improvments.
19 +
20 +        ZFS
21 +        Import the zio nop-write improvement from Illumos. To reduce I/O,
22 +        nop-write omits overwriting data if the checksum (cryptographically
23 +        secure) of new data matches the checksum of existing data.
24 +        It also saves space if snapshots are in use.
25 +
26 +        It currently works only on datasets with enabled compression, disabled
27 +        deduplication and sha256 checksums.
28 +
29 +        Add loader(8) tunable to enable/disable nopwrite functionality:
30 +        vfs.zfs.nopwrite_enabled
31 +
32 +        Introduce a new dataset aclmode setting "restricted" to protect ACL's
33 +        being destroyed or corrupted by a drive-by chmod.
34 +
35 +        New loader-only tunables:
36 +        vfs.zfs.sync_pass_deferred_free
37 +        vfs.zfs.sync_pass_dont_compress
38 +        vfs.zfs.sync_pass_rewrite
39 +
40 +        chkgrp(8) add support for q flag
41 +
42 +        Fix problem with the Samsung 840 PRO series SSD detection.
43 +        The device reports support for SATA Asynchronous Notification in its
44 +        IDENTIFY data, but returns error on attempt to enable that feature.
45 +        Make SATA XPT of CAM only report these errors, but not fail the device.
46 +
47 + 20160905:
48 +        Add a resource limit for the total number of kqueues
49 +        available to the user. Kqueue now saves the ucred of the
50 +        allocating thread, to correctly decrement the counter on close.
51 +        Based on FreeBSD SVN 256849
52 +
53 +        Import netcat from OpenBSD 5.2
54 +
55 + 20160904:
56 +        Introduced experimental TCP sysctls starting with
57 +        net.inet.tcp.experimental.initcwnd10
58 +
59 + 20160814:
60 +        switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
61 +        in the release after the fact.
62 +
63 +        tzdata 2016a
64 +
65 + 20160811:
66 +        libdispatch 210
67 +
68 +        Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
69 +        Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
70 +        added WD Red drives.
71 +
72 +        Updated list of pci device vendors.
73 +
74 +        Updated list of usb devices.
75 +
76 + 20160807:
77 +        Implement several changes to libmport to fix some memory corruption issues.
78 +
79 + 20160806:
80 +        sqlite3 3.13.0
81 +
82 + 20160805:
83 +        Merged fixes for libmport that improve error handling when installing packages. Also
84 +        support mkdir -p like behavior for plist entries.
85 +
86 + 20160531:
87 +        Fix four security issues with MidnightBSD.
88 +
89 +        The implementation of TIOCGSERIAL ioctl(2) does not clear the output
90 +        struct before sending to userland in the linux emulation layer.
91 +
92 +        The compat 43 stat(2) system call exposes kernel stack to userland.
93 +
94 +        libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
95 +        cpio directory traversal and an integer signedness error in the archive
96 +        write zip data routine.
97 +
98 +
99 + 20160528:
100 +        Fixed minor issues with mined(1) and msearch(1).
101 +
102 + 20160526:
103 +        Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
104 +
105 +        Fix libpmc(3) build with clang compiler.
106 +
107 + 20160519:
108 +        Kernel Security updates
109 +
110 +        atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
111 +        local user to overwrite a portion of the kernel memory.
112 +
113 +        Incorrect argument handling in sendmsg(2)
114 +
115 +        Incorrect argument handling in the socket code allows malicious local
116 +        user to overwrite large portion of the kernel memory.
117 +
118 + 20160505:
119 +        OpenSSL security patch
120 +
121 +        The padding check in AES-NI CBC MAC was rewritten to be in constant time
122 +        by making sure that always the same bytes are read and compared against
123 +        either the MAC or padding bytes. But it no longer checked that there was
124 +        enough data to have both the MAC and padding bytes. [CVE-2016-2107]
125 +
126 +        An overflow can occur in the EVP_EncodeUpdate() function which is used for
127 +        Base64 encoding of binary data. [CVE-2016-2105]
128 +
129 +        An overflow can occur in the EVP_EncryptUpdate() function, however it is
130 +        believed that there can be no overflows in internal code due to this problem.
131 +        [CVE-2016-2106]
132 +
133 +        When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
134 +        a short invalid encoding can casuse allocation of large amounts of memory
135 +        potentially consuming excessive resources or exhausting memory.
136 +        [CVE-2016-2109]
137 +
138 + 20160412:
139 +        0.8 stable branch created. Continue development as 0.9.
140 +
141 +        Fix several issues with wait6 system call addition.
142 +
143 + 20160409:
144 +        libmport now supports two new plist formats:
145 +        @(root,wheel,4775) myfile
146 +        @dir(root,wheel,775) mydir
147 +
148 +        On delete, absoluate paths are now handled properly.
149 +
150 + 20160317:
151 +        OpenSSH doesn't have the luck of the Irish.
152 +
153 +        Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
154 +        run shell commands on the call to xauth.
155 +
156 +        Incorrect argument validation in sysarch(2)
157 +
158 +        A special combination of sysarch(2) arguments, specify a request to
159 +        uninstall a set of descriptors from the LDT.  The start descriptor
160 +        is cleared and the number of descriptors are provided.  Due to invalid
161 +        use of a signed intermediate value in the bounds checking during argument
162 +        validity verification, unbound zero'ing of the process LDT and adjacent
163 +        memory can be initiated from usermode.
164 +
165 +        Patch obtained from FreeBSD.
166 +
167 + 20160229:
168 +        top now displays information on ZFS arc cache.
169 +
170 + 20160228:
171 +        llvm + clang 3.3 is now the default compiler in MidnightBSD.
172 +
173 + 20160222:
174 +        Introduce pipe2 to linux emulation layer.
175 +
176 + 20160114:
177 +        OpenSSL
178 +
179 +        The signature verification routines will crash with a NULL pointer dereference
180 +        if presented with an ASN.1 signature using the RSA PSS algorithm and absent
181 +        mask generation function parameter. [CVE-2015-3194]
182 +
183 +        When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
184 +        memory. [CVE-2015-3195]
185 +
186 +        If PSK identity hints are received by a multi-threaded client then the values
187 +        are incorrectly updated in the parent SSL_CTX structure.  [CVE-2015-3196]
188 +
189 +        Fix security on bsnmpd configuration file during installation.
190 +
191 +        TCP MD5 signature denial of service
192 +
193 +        A programming error in processing a TCP connection with both TCP_MD5SIG
194 +        and TCP_NOOPT socket options may lead to kernel crash.
195 +
196 +        SCTP
197 +
198 +        A lack of proper input checks in the ICMPv6 processing in the SCTP stack
199 +        can lead to either a failed kernel assertion or to a NULL pointer
200 +        dereference.  In either case, a kernel panic will follow.
201 +
202 + 20160102:
203 +        Happy New Year
204 +
205 + 20151101:
206 +        Increase kern.ipc.somaxconn default to 256.
207 +
208 + 20151017:
209 +        Add initial statistics api to libmport and a driver to print
210 +        it in mport(1).
211 +
212 + 20151002:
213 +        Revised rpcbind(8) patch to fix issues with NIS
214 +
215 + 20150930:
216 +        In rpcbind(8), netbuf structures are copied directly, which would result in
217 +        two netbuf structures that reference to one shared address buffer.  When one
218 +        of the two netbuf structures is freed, access to the other netbuf structure
219 +        would result in an undefined result that may crash the rpcbind(8) daemon.
220 +
221 + 20150926:
222 +        libmport now supports @preexec, @postexec, @preunexec and @postunexec
223 +        to replace @exec and @unexec.  
224 +
225 +        pre exec runs afer pre-install scripts but before actual installation
226 +
227 +        post exec runs after install but before post install scripts and
228 +        pkg message.
229 +
230 +        pre unexec runs before pre uninstall scripts
231 +
232 +        post unexec runs before de-install scripts and after file removal.
233 +
234 + 20150917:
235 +        Fix kqueue write events for files > 2GB
236 +
237 + 20150825:
238 +        kernel:
239 +        fix a security issue on amd64 where the GS segment CPU register can be changed via
240 +        userland value in kernel mode by using an IRET with #SS or #NP exceptions.
241 +
242 +        openssh:
243 +        A programming error in the privileged monitor process of the sshd(8)
244 +        service may allow the username of an already-authenticated user to be
245 +        overwritten by the unprivileged child process.
246 +
247 +        A use-after-free error in the privileged monitor process of he sshd(8)
248 +        service may be deterministically triggered by the actions of a
249 +        compromised unprivileged child process.
250 +
251 +        A use-after-free error in the session multiplexing code in the sshd(8)
252 +        service may result in unintended termination of the connection.
253 +
254 + 20150818:
255 +        expat security fix
256 +
257 + 20150815:
258 +        libc changes:
259 +        setmode(3) now returns errno consistently on error.
260 +        libc will compile without error using clang
261 +
262 + 20150814:
263 +        wait6 system call added.
264 +
265 +        date(1) now handles non numeric numbers passed to -r
266 +        like GNU coreutils for improved compatibility.
267 +
268 + 20150811:
269 +        ata(4) AMD Hudson2 SATA controller support.
270 +        Intel lynxpoint SATA.
271 +
272 +        Fix some const warnings when building several device drivers
273 +        with llvm/clang.
274 +
275 +        Sync cas(4) with FreeBSD 9-stable.
276 +
277 +        Fix some minor issues with ath(4).
278 +
279 + 20150809:
280 +        xz 5.0.8
281 +
282 + 20150808:
283 +        libmport now logs installation and removal of packages to syslog.
284 +
285 + 20150805:
286 +        routed - fix a potential security issue where traffic from outside
287 +        the network can disrupt routing.
288 +
289 +        bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
290 +        to run.
291 +
292 + 20150802:
293 +        jansson 2.7 library added. (libjansson is a JSON library in C)
294 +
295 + 20150728:
296 +        Heimdal 1.5.2 (kerberos implementation)
297 +
298 +        OpenSSL 1.0.1o
299 +
300 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
301 +
302 +        TCP Resassemly resource exhaustion bug:
303 +        There is a mistake with the introduction of VNET, which converted the
304 +        global limit on the number of segments that could belong to reassembly
305 +        queues into a per-VNET limit.  Because mbufs are allocated from a
306 +        global pool, in the presence of a sufficient number of VNETs, the
307 +        total number of mbufs attached to reassembly queues can grow to the
308 +        total number of mbufs in the system, at which point all network
309 +        traffic would cease.
310 +        Obtained from: FreeBSD 8
311 +
312 +        OpenSSH
313 +
314 +        Fix two security vulnerabilities:
315 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
316 +        offers a certificate. [CVE-2014-2653]
317 +
318 +        OpenSSH servers which are configured to allow password authentication
319 +        using PAM (default) would allow many password attempts. A bug allows
320 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
321 +
322 +
323 +        Switch to bsdpatch (from FreeBSD & OpenBSD)
324 +
325 + 20150726:
326 +        BSD Sort updated
327 +
328 +        sqlite 3.8.10.2
329 +
330 + 20150725:
331 +        Import reallocarray from OpenBSD's libc.  
332 +
333 +        The reallocarray() function is similar to realloc() except it operates on
334 +        nmemb members of size size and checks for integer overflow in the
335 +        calculation nmemb * size.
336 +
337 + 20150722:
338 +        Fix a bug where TCP connections transitioning to LAST_ACK
339 +        state can get stuck. This can result in a denial of service.
340 +
341 + 20150715:
342 +        libmport now supports @shell and @sample in plists. This means that
343 +        a shell port can automatically add an entry to /etc/shells and remove
344 +        it upon uninstallation. For sample files, a copy is made without the
345 +        .sample extension if one does not exist and it is removed automatically
346 +        only if the md5 hash of the two files is the same.
347 +
348 + 20150709:
349 +        flex 2.5.39
350 +
351 + 20150702:
352 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
353 +        with zfs set compression=lz4 pool/path.
354 +
355 +        Verify it's working with
356 +        zfs get compressratio pool/path
357 +        du -h -s *
358 +
359 +        Note you must write new data when turning on compression to see
360 +        changes. Existing files are not compressed.
361 +
362 +        Note: While we used the same basic implementation of lz4 that
363 +        FreeBSD and OpenZFS uses, we did not yet implement features support
364 +        and the zfs version still reports 28. This may come in a future update
365 +        to ZFS.
366 +
367 + 20150621:
368 +        libmport now automatically stops services when deleting packages.
369 +
370 +        The package must have installed an rc.d script in /usr/local/etc
371 +        for this to work. This is equivalent to running service <name> onestop
372 +
373 + 20150618:
374 +        Sendmail
375 +
376 +        With the recent changes to OpenSSL to block 512 bit certificates,
377 +        sendmail can't connect with TLS to some servers.
378 +
379 +        Increase the default size to 1024 bit for client connections to
380 +        match the server configuration.
381 +
382 +        ZFS
383 +
384 +        Added ZFS TRIM support which is enabled by default. To disable
385 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
386 +
387 +        Creating new ZFS pools and adding new devices to existing pools
388 +        first performs a full device level TRIM which can take a significant
389 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
390 +        to disable this behaviour.
391 +
392 +        ZFS TRIM requires the underlying device support BIO_DELETE which
393 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
394 +        via CAM, which are typically supported by SSD's.
395 +
396 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
397 +        under kstat.zfs.misc.zio_trim.
398 +
399 +        rc.d
400 +
401 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
402 +        implies everything is mounted and ready to go.
403 +
404 +        Changed how ip6addressctl maps IPv6 on startup.
405 +
406 + 20150613:
407 +        tzdata 2015d
408 +
409 + 20150612:
410 +        OpenSSL 0.9.8zg
411 +
412 + 20150419:
413 +        MidnightBSD 0.6 stable branch created. Continue 0.7
414 +        development.
415 +
416 + 20150418:
417 +        sqlite 3.8.9
418 +
419 + 20150407:
420 +        Fix two security vulnerabilities:
421 +
422 +        The previous fix for IGMP had an overflow issue. This has been corrected.
423 +
424 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
425 +        suggested Current Hop Limit value of a link, which will replace
426 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
427 +        system.
428 +
429 + 20150319:
430 +        OpenSSL 0.9.8.zf
431 +
432 +        mksh R50e
433 +
434 +        Apple mDNSResponder 561.1.1
435 +
436 + 20150306:
437 +        Upgrade OpenSSL to 0.9.8ze
438 +
439 + 20150225:
440 +        Fix two security vulnerabilities.
441 +
442 +        1. BIND servers which are configured to perform DNSSEC validation and which
443 +        are using managed keys (which occurs implicitly when using
444 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
445 +        unpredictable behavior due to the use of an improperly initialized
446 +        variable.
447 +
448 +        CVE-2015-1349
449 +
450 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
451 +        in a buffer which is too small for the requested operation.
452 +
453 +        This can result in a DOS attack.
454 +
455 + 20141211:
456 +        Fix a security issue with file and libmagic that can allow
457 +        an attacker to create a denial of service attack on any
458 +        program that uses libmagic.
459 +
460 + 20141109:
461 +        Fix building perl during buildworld when the GDBM port is installed.
462 +
463 + 20141106:
464 +        tzdata 2014i
465 +
466 + 20141102:
467 +        serf 1.3.8
468 +
469 + 20141031:
470 +        tnftp 20141031 fixes a security vulnerability with tnftp,
471 +        CVE-2014-8517.
472 +
473 + 20141028:
474 +        OpenSSL 0.9.8zc
475 +
476 + 20141021:
477 +        Fix several security vulnerabilities in routed, rtsold,
478 +        and namei with respect to Capsicum sandboxes looking up
479 +        nonexistent path names and leaking memory.
480 +
481 +        The input path in routed(8) will accept queries from any source and
482 +        attempt to answer them.  However, the output path assumes that the
483 +        destination address for the response is on a directly connected
484 +        network.
485 +
486 +        Due to a missing length check in the code that handles DNS parameters,
487 +        a malformed router advertisement message can result in a stack buffer
488 +        overflow in rtsold(8).
489 +
490 + 20141011:
491 +        mksh R50d - fix field splitting regression and null
492 +        pointer dereference
493 +
494 +        xz 5.0.7
495 +
496 +        OpenSSH 6.6p1
497 +
498 + 20141004:
499 +        mksh R50c - security update for environment var bug with
500 +        foo vs foo+    
501 +
502 + 20141002:
503 +        sqlite 3.8.6
504 +
505 +        sudo 1.7.8 - some issues with the current version, but we're slowly
506 +        getting up to date.
507 +
508 + 20141001:
509 +        mksh R50b
510 +
511 +        libmport now supports plist commands @dir, @owner, @group, @mode.
512 +
513 +        sudo 1.7.6p2
514 +
515 + 20140916:
516 +        Fix a security issue with TCP SYN.
517 +
518 +        When a segment with the SYN flag for an already existing connection arrives,
519 +        the TCP stack tears down the connection, bypassing a check that the
520 +        sequence number in the segment is in the expected window.
521 +
522 + 20140909:
523 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
524 +        with some programs including Dovecot.
525 +
526 +        OpenSSL security patch:
527 +
528 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
529 +        to consume large amounts of memory. [CVE-2014-3506]
530 +
531 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
532 +        memory. [CVE-2014-3507]
533 +
534 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
535 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
536 +        the stack. [CVE-2014-3508]
537 +
538 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
539 +        a denial of service attack. [CVE-2014-3510]
540 +
541 + 20140902:
542 +        We're now 0.6-CURRENT
543 +
544 +        Update USB quirks to support K70 Corsair keyboard, and several
545 +        other devices.
546 +
547 + 20140827:
548 +        Perl 5.18.2
549 +
550 + 20140728:
551 +        Jails now run shutdown scripts.
552 +
553 + 20140710:
554 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
555 +        before sharing with userland.
556 +
557 + 20140701:
558 +        MKSH R50
559 +
560 + 20140630:
561 +        File 5.19
562 +
563 + 20140605:
564 +        Fix four security issues with OpenSSL
565 +
566 + 20140604:
567 +        Sendmail failed to properly set close-on-exec for open file descriptors.
568 +
569 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
570 +        in a leak of information.
571 +
572 + 20140430:
573 +        Fix a TCP reassembly bug that could result in a DOS attack
574 +        of the system. It may be possible to obtain portions
575 +        of kernel memory as well.
576 +
577 + 20140411:
578 +        Update zlib to 1.2.7
579 +
580 + 20140122:
581 +        Support for username with length 32. Previous limit was 16
582 +
583 + 20140114:
584 +        Fix two security vulnerabilities.
585 +
586 +        bsnmpd contains a stack overflow when sent certain queries.
587 +
588 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
589 +        crafted packets.
590 +
591 + 20131228:
592 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
593 +
594 +        Updated em(4), igb(4) and ixgbe(4)
595 +
596 +        MidnightBSD now works with Z87 Intel chipsets.
597 +
598 + 20131207:
599 +        Remove sparc64 architecture. It hasn't been working for awhile
600 +        and it's not useful for desktops anymore.
601 +
602 + 20131205:
603 +        OpenSSH 6.4p1
604 +
605 + 20131203:
606 +        Perl 5.18.1 imported.
607 +
608 +        Update less to v458
609 +
610 + 20131130:
611 +        Remove named from base. We still include the client utilities for
612 +        now until replacements can be found.
613 +
614 + 20131004:
615 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
616 +
617 + 20130917:
618 +        Support for 65,536 routing tables was added.  A new fib specific
619 +        field has been added to mbuf.  This is an increase from 16.
620 +
621 + 20130910:
622 +        Security updates: (kern.osreldate 5001)
623 +
624 +        nullfs(5)
625 +
626 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
627 +        check whether the source and target of the link are both in the same
628 +        nullfs instance.  It is therefore possible to create a hardlink from a
629 +        location in one nullfs instance to a file in another, as long as the
630 +        underlying (source) filesystem is the same.
631 +
632 +        ifioctl
633 +
634 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
635 +        handlers are written in such a way that an unrecognized request is
636 +        passed on unmodified to the link layer, which will either handle it or
637 +        return an error code.
638 +
639 +        Network interface drivers, however, assume that the SIOCSIFADDR,
640 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
641 +        handled at the network layer, and therefore do not perform input
642 +        validation or verify the caller's credentials.  Typical link-layer
643 +        actions for these requests may include marking the interface as "up"
644 +        and resetting the underlying hardware.
645 +
646 + 20130824:
647 +        Fix a bug in sendmail 8.14.7 that interferes with how it
648 +        handles AAAA records interoperating with Microsoft DNS servers.
649 +        FreeBSD has already reported this to Sendmail and a fix
650 +        will be included in the next release.
651 +
652 +        Subversion 1.8.1 is now in the base system as a static
653 +        binary.  It has limited functionality, but can be used to
654 +        checkout/commit code.  It is named svnlite.
655 +
656 + 20130822:
657 +        Fix two security vulnerabilities.
658 +
659 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
660 +        This could be exploited to read memory by a user process.
661 +
662 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
663 +        a buffer allocated from the kernel stack is not completely initialized.
664 +
665 +        Import xz 5.0.4
666 +
667 +        Import sqlite 3.7.17
668 +
669 +        Import BIND 9.8.5-P2
670 +
671 + 20130814:
672 +        mksh R48 imported.
673 +
674 +        Sendmail 8.14.7 imported.
675 +
676 + 20130717:
677 +        libmport bug was fixed causing hash verification to fail.
678 +
679 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
680 +        included.
681 +
682 + 20130612:
683 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
684 +
685 + 20130402:
686 +        Update BIND and OpenSSL to resolve security advisories.
687 +
688 + 20130305:
689 +        MKSH R44 imported.
690 +
691 + 20130213:
692 +        MKSH R42b imported
693 +
694 + 20130211:
695 +        MKSH R42 imported
696 +
697 + 20130125:
698 +        MKSH R41 imported
699 +
700 + 20130122:
701 +        OpenSSH 5.8p2 imported
702 +
703 +        SQLite 3.7.15.2 imported
704 +
705 +        Fixed a longstanding bug in libmport extrating new index files.
706 +
707 + 20120710:
708 +        BSD licensed sort imported from FreeBSD-CURRENT
709 +
710 +        For now, GNU sort is installed as gnusort, but it will
711 +        go away in time.
712 +
713 + 20120708:
714 +        tcsh 6.18.01 imported.
715 +
716 +        NetBSD's iconv imported.
717 +
718 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
719 +
720 + 20120612:
721 +        BIND security update related to CVE-2012-1667.
722 +
723 +        Zero length resource records can cause BIND to crash resulting
724 +        in a DOS attack or information disclosure.
725 +
726 + 20120407:
727 +        mksh R40f (fixes regression)
728 +
729 + 20120328:
730 +        mksh R40e
731 +
732 +        Perl 5.14.2
733 +
734 + 20120229:
735 +        cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
736 +
737 + 20120209:
738 +        mDNSResponder 333.10 imported
739 +
740 + 20111227:
741 +        import raid5 module for GEOM, graid5(8)
742 +
743 +        This is experimental and known to use a lot of kernel
744 +        memory.
745 +
746 + 20111223:
747 +        telnetd: fix a root exploit from a fixed buffer that was not checked
748 +
749 +        pam: don't allow escape from policy path.  Exploitable in KDE, etc.
750 +
751 +        Fix pam_ssh module:
752 +
753 +        If the pam_ssh module is enabled, attackers may be able to gain access
754 +        to user accounts which have unencrypted SSH private keys.
755 +
756 +        This has to due with the way that openssl works.  It ignores unencrpted data.
757 +
758 +        Fix security issue with chroot and ftpd.
759 +
760 +        nsdispatch(3) doesn't know it's working in a chroot and some
761 +        operations can cause files to get reloaded causing a security
762 +        hole in things like ftpd.
763 +
764 + 20111217:
765 +        libdialog/dialog upgraded to an lgpl version. As it's not
766 +        backwardly compatable, include the old libdialog as libodialog
767 +
768 + 20111212:
769 +        mksh r40d imported
770 +
771 + 20111210:
772 +        re(4) and rl(4) updated to support new chips.
773 +
774 +        GEOM synced with FreeBSD 7-stable.
775 +
776 +        MidnightBSD GPT partition types created in sys/gpt.h and
777 +        setup in boot loader and GEOM.
778 +
779 +        amdsbwd(4) (amd watchdog for south bridge) updated to support
780 +        8xx series chipset.
781 +
782 + 20111207:
783 +        import bsd grep from FreeBSD/OpenBSD.
784 +
785 +        MK_BSD_GREP controls which grep is installed
786 +        as grep with the other as bsdgrep or gnugrep.
787 +
788 + 20111122:
789 +        mksh vR40c imported.
790 +
791 + 20111117:
792 +        BIND 9.6 ESV R5 P1
793 +
794 + 20111107:
795 +        tzdata 2011n
796 +
797 + 20111026:
798 +        mDNSResponder v320
799 +
800 +        BIND 9.6 ESV R5
801 +
802 + 20111022:
803 +        cflow 0.0.6 imported
804 +
805 + 20111020:
806 +        less v436 imported
807 +
808 +        amdsbwd(4) AMD southbridge watchdog
809 +
810 + 20111019:
811 +        awk 20110810 imported
812 +
813 +        et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
814 +        not included in GENERIC kernel.  The kernel module needs
815 +        testing before we can include it in GENERIC.
816 +
817 +        intr_bind code ported to allow an IRQ to be bound to one
818 +        specific CPU core.
819 +
820 + 20111017:
821 +        Time Zone Data v. 2011l (Released 10 October 2011)
822 +
823 +        Updated list of countries (iso3166) to work with new timezone data.
824 +
825 + 20111015:
826 +        Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
827 +        to control which core or group of cores can be used for a given
828 +        process. Several new system calls were added to support this
829 +        functionality in the running kernel and for 32bit binary
830 +        compatibility on amd64.
831 +
832 +        The scheduler default has been changed to ULE in i386 and
833 +        amd64.  Changes were made to both schedulers (4BSD AND ULE)
834 +        for this feature.
835 +
836 +        This work is based on Jeff Roberson's FreeBSD 7.1 patches.
837 +
838 + 20111004:
839 +        Fix a problem with unix socket handling caused by the recent
840 +        patch to unix socket path handling. This allows network
841 +        apps to work under the linuxolator again.
842 +
843 + 20111001:
844 +        Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
845 +        now default and an environment variable must be set to use
846 +        active.
847 +
848 + 20110930:
849 +        Introduce quirks handling for several umass devices including
850 +        USB cameras.  Add workaround for Cyberpower UPS devices.
851 +
852 +        Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
853 +        Stale ip/tcp header pointers are no longer used, lockups fixed
854 +        when network cable is unplugged on bootup, enable TX checksum
855 +        offloading.
856 +
857 +        Add a new man page for gcache(8), a useful geom class when
858 +        working with large raid3 sets.
859 +
860 +        Restore previous workaround for Cypress pata storage controller.
861 +
862 + 20110929:
863 +        Sync ath(4) with FreeBSD 7.3.
864 +
865 +        The following modules are no longer available, and should be
866 +        removed from loader.conf:
867 +        ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
868 +
869 +        alc(4) would hibernate when a cable was unplugged and often
870 +        required bring the interface down and up to "wake up" so that
871 +        a connection could be established.  Disable hibernation.
872 +
873 + 20110928:
874 +        Fix security issues with gzip and compress related to .Z
875 +        files that are corrupted.
876 +
877 +        Fix path validation with unix domain sockets.
878 +
879 + 20110917:
880 +        Remove dependance on mports perl for generating releases as
881 +        it's in the base system.
882 +
883 + 20110914:
884 +        Import xz 5.0.3 with liblzma 5.0.3
885 +
886 + 20110813:
887 +        synced the sparc64 GENERIC kernel configuration with amd64.
888 +
889 + 20110806:
890 +        sqlite 3.7.7.1 imported
891 +
892 +        msearch(1), libmsearch and msearch.import added.  msearch(1) provides
893 +        a full text search command line tool.  libmsearch can also be used
894 +        to build a graphical based search in the future. You can enable
895 +        index building for msearch in periodic.conf or manually run the
896 +        /usr/libexec/msearch.index tool.  Full text indexes take considerable
897 +        space in /var.  I'm using approximately 500MB currently.
898 +
899 +        Fix a long standing bug with the periodic script to check package
900 +        versions.  This will be obsolete with mport though.
901 +
902 + 20110710:
903 +        kdb_enter_why added to MidnightBSD to allow the kernel debugger to
904 +        know why it's in use and thus script can be run.
905 +
906 +        Yet another problem with the perl manifest was fixed
907 +
908 + 20110709:
909 +        cpufreq(1) is a new utility to monitor CPU frequency which may change
910 +        with use of powerd(8) and cpufreq(4).
911 +
912 + 20110612:
913 +        Update mksh to R40
914 +
915 +        Catch up ObsoleteFiles.inc to remove Perl 5.10.x.  Good to run when
916 +        updating current (cd /usr/src && make check-old)
917 +
918 + 20110528:
919 +        Fix CVE-2011-1910 in BIND 9.6.x.  This affects caching resolvers.
920 +
921 + 20110526:
922 +        newfs:
923 +        Raised the default blocksize for UFS/FFS filesystems from
924 +        16K to 32K and the default fragment size from 2K to 4K.
925 +
926 +        This should slightly imporve performance on "advanced format"
927 +        hard drives such as the WD EARS drives. Drives of this type
928 +        have emulation modes that slow down with lower sizes.  Of course
929 +        the drive must still be aligned properly when using fdisk.
930 +
931 + 20110521:
932 +        mport tool now has a deleteall command.  This can be used to remove
933 +        all packages from a system.
934 +
935 +        A few bugs with the perl 5.14 import have been fixed.
936 +
937 + 20110518:
938 +        Perl 5.14.0
939 +
940 + 20110517:
941 +        Sendmail 8.14.5
942 +
943 + 20110314:
944 +        DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
945 +
946 +        cdevpriv wrappers added
947 +
948 +        nss_mdns hack introduced to work around linking problem.
949 +
950 +        dnsextd fixed after update to mDNSResponder code.
951 +
952 + 20110308:
953 +        Introduce liblzma & xz 5.0.1 to the base system
954 +
955 +        Patch for OpenSSL security issue CVE-2011-0014.
956 +
957 +        "OSREVISION 4004"
958 +
959 +        nsswitch module for multicast dns (nss_mdns) added.
960 +
961 +        tzdata2011c
962 +
963 + 20110220:
964 +        cam(4) syncronized with FreeBSD 7.3.
965 +
966 + 20110219:
967 +        amdtemp(4) updated to support sensors framework.
968 +
969 + 20110217:
970 +        Perl 5.10.1 imported
971 +
972 + 20110216:
973 +        Introduce igb(4) and split Intel Gigabit Ethernet adapters between
974 +        igb(4) and em(4).  Newer devices use igb(4).  The code has moved
975 +        to sys/dev/e1000 for both devices in the kernel. igb(4) has
976 +        been placed in GENERIC on i386 and amd64.
977 +
978 +        Update bfe(4) to support newer devices and WOL.
979 +
980 + 20110215:
981 +        age(4) added.
982 +
983 + 20110208:
984 +        BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
985 +
986 + 20110206:
987 +        eeemon(4) added to monitor Asus Eee PC.
988 +
989   20110205:
990          OpenSSH 5.7p1
991  
# Line 15 | Line 1001 | Updating Information for MidnightBSD users
1001   20110202:
1002          tcsh 6.17.00
1003  
1004 <        file  5.05
1004 >        file 5.05
1005  
1006   20110122:
1007          Import it(4) and lm(4), with support for Super I/O hardware monitors. This
# Line 934 | Line 1920 | Contact Warner Losh if you have any questions about yo
1920   this document.
1921  
1922   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1923 < $MidnightBSD: src/UPDATING,v 1.109 2011/02/04 01:56:17 laffer1 Exp $
1923 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 3717 by laffer1, Sun Feb 6 01:01:18 2011 UTC vs.
Revision 8153 by laffer1, Fri Sep 16 22:21:44 2016 UTC

# Line 1 | Line 0
1 1.110

Comparing trunk/UPDATING (property svn:keywords):
Revision 3717 by laffer1, Sun Feb 6 01:01:18 2011 UTC vs.
Revision 8153 by laffer1, Fri Sep 16 22:21:44 2016 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines