ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 11367
Committed: Fri Jul 6 12:51:56 2018 UTC (5 years, 11 months ago) by laffer1
File size: 62384 byte(s)
Log Message:
mention less and tcsh updates

File Contents

# Content
1 Updating Information for MidnightBSD users.
2
3 20180704:
4 Import FreeBSD 10 stable features from SVN revision 334154
5
6 less 530
7
8 tcsh 6.20
9
10 20180120:
11 gperf 3.0.3
12
13 20180119:
14 mandoc 1.14.3
15
16 20171222:
17 zlib 1.2.11
18
19 LLVM / Clang 3.4.1
20
21 20171123:
22 mport now supports installing multiple packages with one command.
23
24 binutils updated/synced with FreeBSD 11-stable (today)
25
26 20171022:
27 wpa_supplicant & hostapd 2.0. This also includes patches for the
28 recent KRACK vulnerability.
29
30 20171003:
31 SQLite 3.20.1
32
33 20171001:
34 Subversion 1.8.17
35
36 Perl 5.26.0
37
38 Change 0.10 version to 1.0. There are several compatibility issues
39 with using 0.10 as the trailing zero is dropped in several utilities
40 making it look like 0.1.
41
42 20170918:
43 Introduce nvme(4) and nvd(4) from FreeBSD.
44
45 Fix build of boot code and rescue.
46
47 20170819:
48 Heimdal KDC-REP service name validation vulerability patched.
49
50 Introduce a partial fix for AMD Ryzen issues. On Ryzen, move
51 the lower shared page by one.
52
53 20170326:
54 sudo removed from base. Use doas(1) or install sudo from mports
55
56 Stable 0.9 created, continue development on 0.10
57
58 20170305:
59 Add hast module to bsnmpd
60
61 20170302:
62 add a callback to the ada(4) driver so that it knows when
63 GEOM has released references to it.
64
65 20170219:
66 Add /dev/full device.
67
68 The lindev device has been removed since /dev/full has been made a
69 standard device.
70
71 Serf 1.3.9
72 Subversion 1.8.10
73 apr 1.5.2
74 apr-util 1.5.4
75
76 20170129:
77 add doas utility from OpenBSD.
78
79 20161105:
80 BIND 9.9.9-p4
81
82 OpenSSH 7.3p1
83
84 20161103:
85 OpenSSL security patch
86
87 Due to improper handling of alert packets, OpenSSL would consume an excessive
88 amount of CPU time processing undefined alert messages.
89
90 20161015:
91 libarchive 3.2.1
92
93 xz 5.2.2
94
95 20161013:
96 Sync ZFS code with Illuminos/FreeBSD 9.2. Added support for
97 feature flags, pool version 5000. This also includes some
98 bug fixes and performance optimizations.
99
100 20160925:
101 Import NetBSD vis(3) and unvis(3) as well as mtree.
102
103 one-true-awk 20121220
104
105 inetd now honors kern.ipc.somaxconn value.
106
107 netmap synced with FreeBSD 9.2
108
109 linuxolator now has dtrace probes.
110
111 bsdgrep now correctly handles -m to exclude only one file.
112
113 UFS file systems can now be resized in read-write mode due to the new
114 write suspension feature.
115
116 Basic support added for Intel Raid Recover Technology.
117
118 GMIRROR & GRAID3 now mark volumes clean on shutdown earlier to help with ZFS issues.
119
120 Highpoint hpt27xx now in GENERIC kernel.
121
122 20160923:
123 Security update for OpenSSL
124
125 A malicious client can send an excessively large OCSP Status Request extension.
126 If that client continually requests renegotiation, sending a large OCSP Status
127 Request extension each time, then there will be unbounded memory growth on the
128 server. [CVE-2016-6304]
129
130 An overflow can occur in MDC2_Update() either if called directly or through
131 the EVP_DigestUpdate() function using MDC2. If an attacker is able to supply
132 very large amounts of input data after a previous call to EVP_EncryptUpdate()
133 with a partial block then a length check can overflow resulting in a heap
134 corruption. [CVE-2016-6303]
135
136 If a server uses SHA512 for TLS session ticket HMAC it is vulnerable to a
137 DoS attack where a malformed ticket will result in an OOB read which will
138 ultimately crash. [CVE-2016-6302]
139
140 The function BN_bn2dec() does not check the return value of BN_div_word().
141 This can cause an OOB write if an application uses this function with an
142 overly large BIGNUM. This could be a problem if an overly large certificate
143 or CRL is printed out from an untrusted source. TLS is not affected because
144 record limits will reject an oversized certificate before it is parsed.
145 [CVE-2016-2182]
146
147 The function TS_OBJ_print_bio() misuses OBJ_obj2txt(): the return value is
148 the total length the OID text representation would use and not the amount
149 of data written. This will result in OOB reads when large OIDs are presented.
150 [CVE-2016-2180]
151
152 Some calculations of limits in OpenSSL have used undefined pointer arithmetic.
153 This could cause problems with some malloc implementations. [CVE-2016-2177]
154
155 Operations in the DSA signing algorithm should run in constant time in order to
156 avoid side channel attacks. A flaw in the OpenSSL DSA implementation means that
157 a non-constant time codepath is followed for certain operations. [CVE-2016-2178]
158
159 In a DTLS connection where handshake messages are delivered out-of-order those
160 messages that OpenSSL is not yet ready to process will be buffered for later
161 use. Under certain circumstances, a flaw in the logic means that those messages
162 do not get removed from the buffer even though the handshake has been completed.
163 An attacker could force up to approx. 15 messages to remain in the buffer when
164 they are no longer required. These messages will be cleared when the DTLS
165 connection is closed. The default maximum size for a message is 100k. Therefore
166 the attacker could force an additional 1500k to be consumed per connection.
167 [CVE-2016-2179]
168
169 A flaw in the DTLS replay attack protection mechanism means that records that
170 arrive for future epochs update the replay protection "window" before the MAC
171 for the record has been validated. This could be exploited by an attacker by
172 sending a record for the next epoch (which does not have to decrypt or have a
173 valid MAC), with a very large sequence number. This means that all subsequent
174 legitimate packets are dropped causing a denial of service for a specific
175 DTLS connection. [CVE-2016-2181]
176
177 In OpenSSL 1.0.2 and earlier some missing message length checks can result in
178 OOB reads of up to 2 bytes beyond an allocated buffer. There is a theoretical
179 DoS risk but this has not been observed in practice on common platforms.
180 [CVE-2016-6306]
181
182 20160918:
183 With the addition of auditdistd(8), a new auditdistd user is now
184 depended on during installworld. "mergemaster -p" can be used to add
185 the user prior to installworld.
186
187 The VFS KBI was changed with the merge of several nullfs
188 optimizations and fixes. All filesystem modules must be
189 recompiled.
190
191 20160916:
192 The random(4) support for the VIA hardware random number
193 generator (`PADLOCK') is no longer enabled unconditionally.
194 Add the PADLOCK_RNG option in the custom kernel config if
195 needed. The GENERIC kernels on i386 and amd64 do include the
196 option, so the change only affects the custom kernel
197 configurations.
198
199 A new version of ZFS (pool version 5000) has been merged.
200 Starting with this version the old system of ZFS pool versioning
201 is superseded by "feature flags". This concept enables forward
202 compatibility against certain future changes in functionality of ZFS
203 pools. The first two read-only compatible "feature flags" for ZFS
204 pools are "com.delphix:async_destroy" and "com.delphix:empty_bpobj".
205 For more information read the new zpool-features(7) manual page.
206 Please refer to the "ZFS notes" section of this file for information
207 on upgrading boot ZFS pools.
208
209 20160906:
210 Add support for the MosChip MCS9904 four serial ports
211 controller.
212
213 Add support for walltimestamp in DTrace.
214
215 Various gdb improvments.
216
217 ZFS
218 Import the zio nop-write improvement from Illumos. To reduce I/O,
219 nop-write omits overwriting data if the checksum (cryptographically
220 secure) of new data matches the checksum of existing data.
221 It also saves space if snapshots are in use.
222
223 It currently works only on datasets with enabled compression, disabled
224 deduplication and sha256 checksums.
225
226 Add loader(8) tunable to enable/disable nopwrite functionality:
227 vfs.zfs.nopwrite_enabled
228
229 Introduce a new dataset aclmode setting "restricted" to protect ACL's
230 being destroyed or corrupted by a drive-by chmod.
231
232 New loader-only tunables:
233 vfs.zfs.sync_pass_deferred_free
234 vfs.zfs.sync_pass_dont_compress
235 vfs.zfs.sync_pass_rewrite
236
237 chkgrp(8) add support for q flag
238
239 Fix problem with the Samsung 840 PRO series SSD detection.
240 The device reports support for SATA Asynchronous Notification in its
241 IDENTIFY data, but returns error on attempt to enable that feature.
242 Make SATA XPT of CAM only report these errors, but not fail the device.
243
244 20160905:
245 Add a resource limit for the total number of kqueues
246 available to the user. Kqueue now saves the ucred of the
247 allocating thread, to correctly decrement the counter on close.
248 Based on FreeBSD SVN 256849
249
250 Import netcat from OpenBSD 5.2
251
252 20160904:
253 Introduced experimental TCP sysctls starting with
254 net.inet.tcp.experimental.initcwnd10
255
256 20160814:
257 switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
258 in the release after the fact.
259
260 tzdata 2016a
261
262 20160811:
263 libdispatch 210
264
265 Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
266 Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
267 added WD Red drives.
268
269 Updated list of pci device vendors.
270
271 Updated list of usb devices.
272
273 20160807:
274 Implement several changes to libmport to fix some memory corruption issues.
275
276 20160806:
277 sqlite3 3.13.0
278
279 20160805:
280 Merged fixes for libmport that improve error handling when installing packages. Also
281 support mkdir -p like behavior for plist entries.
282
283 20160531:
284 Fix four security issues with MidnightBSD.
285
286 The implementation of TIOCGSERIAL ioctl(2) does not clear the output
287 struct before sending to userland in the linux emulation layer.
288
289 The compat 43 stat(2) system call exposes kernel stack to userland.
290
291 libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
292 cpio directory traversal and an integer signedness error in the archive
293 write zip data routine.
294
295
296 20160528:
297 Fixed minor issues with mined(1) and msearch(1).
298
299 20160526:
300 Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
301
302 Fix libpmc(3) build with clang compiler.
303
304 20160519:
305 Kernel Security updates
306
307 atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
308 local user to overwrite a portion of the kernel memory.
309
310 Incorrect argument handling in sendmsg(2)
311
312 Incorrect argument handling in the socket code allows malicious local
313 user to overwrite large portion of the kernel memory.
314
315 20160505:
316 OpenSSL security patch
317
318 The padding check in AES-NI CBC MAC was rewritten to be in constant time
319 by making sure that always the same bytes are read and compared against
320 either the MAC or padding bytes. But it no longer checked that there was
321 enough data to have both the MAC and padding bytes. [CVE-2016-2107]
322
323 An overflow can occur in the EVP_EncodeUpdate() function which is used for
324 Base64 encoding of binary data. [CVE-2016-2105]
325
326 An overflow can occur in the EVP_EncryptUpdate() function, however it is
327 believed that there can be no overflows in internal code due to this problem.
328 [CVE-2016-2106]
329
330 When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
331 a short invalid encoding can casuse allocation of large amounts of memory
332 potentially consuming excessive resources or exhausting memory.
333 [CVE-2016-2109]
334
335 20160412:
336 0.8 stable branch created. Continue development as 0.9.
337
338 Fix several issues with wait6 system call addition.
339
340 20160409:
341 libmport now supports two new plist formats:
342 @(root,wheel,4775) myfile
343 @dir(root,wheel,775) mydir
344
345 On delete, absoluate paths are now handled properly.
346
347 20160317:
348 OpenSSH doesn't have the luck of the Irish.
349
350 Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
351 run shell commands on the call to xauth.
352
353 Incorrect argument validation in sysarch(2)
354
355 A special combination of sysarch(2) arguments, specify a request to
356 uninstall a set of descriptors from the LDT. The start descriptor
357 is cleared and the number of descriptors are provided. Due to invalid
358 use of a signed intermediate value in the bounds checking during argument
359 validity verification, unbound zero'ing of the process LDT and adjacent
360 memory can be initiated from usermode.
361
362 Patch obtained from FreeBSD.
363
364 20160229:
365 top now displays information on ZFS arc cache.
366
367 20160228:
368 llvm + clang 3.3 is now the default compiler in MidnightBSD.
369
370 20160222:
371 Introduce pipe2 to linux emulation layer.
372
373 20160114:
374 OpenSSL
375
376 The signature verification routines will crash with a NULL pointer dereference
377 if presented with an ASN.1 signature using the RSA PSS algorithm and absent
378 mask generation function parameter. [CVE-2015-3194]
379
380 When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
381 memory. [CVE-2015-3195]
382
383 If PSK identity hints are received by a multi-threaded client then the values
384 are incorrectly updated in the parent SSL_CTX structure. [CVE-2015-3196]
385
386 Fix security on bsnmpd configuration file during installation.
387
388 TCP MD5 signature denial of service
389
390 A programming error in processing a TCP connection with both TCP_MD5SIG
391 and TCP_NOOPT socket options may lead to kernel crash.
392
393 SCTP
394
395 A lack of proper input checks in the ICMPv6 processing in the SCTP stack
396 can lead to either a failed kernel assertion or to a NULL pointer
397 dereference. In either case, a kernel panic will follow.
398
399 20160102:
400 Happy New Year
401
402 20151101:
403 Increase kern.ipc.somaxconn default to 256.
404
405 20151017:
406 Add initial statistics api to libmport and a driver to print
407 it in mport(1).
408
409 20151002:
410 Revised rpcbind(8) patch to fix issues with NIS
411
412 20150930:
413 In rpcbind(8), netbuf structures are copied directly, which would result in
414 two netbuf structures that reference to one shared address buffer. When one
415 of the two netbuf structures is freed, access to the other netbuf structure
416 would result in an undefined result that may crash the rpcbind(8) daemon.
417
418 20150926:
419 libmport now supports @preexec, @postexec, @preunexec and @postunexec
420 to replace @exec and @unexec.
421
422 pre exec runs afer pre-install scripts but before actual installation
423
424 post exec runs after install but before post install scripts and
425 pkg message.
426
427 pre unexec runs before pre uninstall scripts
428
429 post unexec runs before de-install scripts and after file removal.
430
431 20150917:
432 Fix kqueue write events for files > 2GB
433
434 20150825:
435 kernel:
436 fix a security issue on amd64 where the GS segment CPU register can be changed via
437 userland value in kernel mode by using an IRET with #SS or #NP exceptions.
438
439 openssh:
440 A programming error in the privileged monitor process of the sshd(8)
441 service may allow the username of an already-authenticated user to be
442 overwritten by the unprivileged child process.
443
444 A use-after-free error in the privileged monitor process of he sshd(8)
445 service may be deterministically triggered by the actions of a
446 compromised unprivileged child process.
447
448 A use-after-free error in the session multiplexing code in the sshd(8)
449 service may result in unintended termination of the connection.
450
451 20150818:
452 expat security fix
453
454 20150815:
455 libc changes:
456 setmode(3) now returns errno consistently on error.
457 libc will compile without error using clang
458
459 20150814:
460 wait6 system call added.
461
462 date(1) now handles non numeric numbers passed to -r
463 like GNU coreutils for improved compatibility.
464
465 20150811:
466 ata(4) AMD Hudson2 SATA controller support.
467 Intel lynxpoint SATA.
468
469 Fix some const warnings when building several device drivers
470 with llvm/clang.
471
472 Sync cas(4) with FreeBSD 9-stable.
473
474 Fix some minor issues with ath(4).
475
476 20150809:
477 xz 5.0.8
478
479 20150808:
480 libmport now logs installation and removal of packages to syslog.
481
482 20150805:
483 routed - fix a potential security issue where traffic from outside
484 the network can disrupt routing.
485
486 bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
487 to run.
488
489 20150802:
490 jansson 2.7 library added. (libjansson is a JSON library in C)
491
492 20150728:
493 Heimdal 1.5.2 (kerberos implementation)
494
495 OpenSSL 1.0.1o
496
497 cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
498
499 TCP Resassemly resource exhaustion bug:
500 There is a mistake with the introduction of VNET, which converted the
501 global limit on the number of segments that could belong to reassembly
502 queues into a per-VNET limit. Because mbufs are allocated from a
503 global pool, in the presence of a sufficient number of VNETs, the
504 total number of mbufs attached to reassembly queues can grow to the
505 total number of mbufs in the system, at which point all network
506 traffic would cease.
507 Obtained from: FreeBSD 8
508
509 OpenSSH
510
511 Fix two security vulnerabilities:
512 OpenSSH clients does not correctly verify DNS SSHFP records when a server
513 offers a certificate. [CVE-2014-2653]
514
515 OpenSSH servers which are configured to allow password authentication
516 using PAM (default) would allow many password attempts. A bug allows
517 MaxAuthTries to be bypassed. [CVE-2015-5600]
518
519
520 Switch to bsdpatch (from FreeBSD & OpenBSD)
521
522 20150726:
523 BSD Sort updated
524
525 sqlite 3.8.10.2
526
527 20150725:
528 Import reallocarray from OpenBSD's libc.
529
530 The reallocarray() function is similar to realloc() except it operates on
531 nmemb members of size size and checks for integer overflow in the
532 calculation nmemb * size.
533
534 20150722:
535 Fix a bug where TCP connections transitioning to LAST_ACK
536 state can get stuck. This can result in a denial of service.
537
538 20150715:
539 libmport now supports @shell and @sample in plists. This means that
540 a shell port can automatically add an entry to /etc/shells and remove
541 it upon uninstallation. For sample files, a copy is made without the
542 .sample extension if one does not exist and it is removed automatically
543 only if the md5 hash of the two files is the same.
544
545 20150709:
546 flex 2.5.39
547
548 20150702:
549 ZFS in MidnightBSD now supports lz4 compression. You can enable it
550 with zfs set compression=lz4 pool/path.
551
552 Verify it's working with
553 zfs get compressratio pool/path
554 du -h -s *
555
556 Note you must write new data when turning on compression to see
557 changes. Existing files are not compressed.
558
559 Note: While we used the same basic implementation of lz4 that
560 FreeBSD and OpenZFS uses, we did not yet implement features support
561 and the zfs version still reports 28. This may come in a future update
562 to ZFS.
563
564 20150621:
565 libmport now automatically stops services when deleting packages.
566
567 The package must have installed an rc.d script in /usr/local/etc
568 for this to work. This is equivalent to running service <name> onestop
569
570 20150618:
571 Sendmail
572
573 With the recent changes to OpenSSL to block 512 bit certificates,
574 sendmail can't connect with TLS to some servers.
575
576 Increase the default size to 1024 bit for client connections to
577 match the server configuration.
578
579 ZFS
580
581 Added ZFS TRIM support which is enabled by default. To disable
582 ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
583
584 Creating new ZFS pools and adding new devices to existing pools
585 first performs a full device level TRIM which can take a significant
586 amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
587 to disable this behaviour.
588
589 ZFS TRIM requires the underlying device support BIO_DELETE which
590 is currently provided by methods such as ATA TRIM and SCSI UNMAP
591 via CAM, which are typically supported by SSD's.
592
593 Stats for ZFS TRIM can be monitored by looking at the sysctl's
594 under kstat.zfs.misc.zio_trim.
595
596 rc.d
597
598 Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
599 implies everything is mounted and ready to go.
600
601 Changed how ip6addressctl maps IPv6 on startup.
602
603 20150613:
604 tzdata 2015d
605
606 20150612:
607 OpenSSL 0.9.8zg
608
609 20150419:
610 MidnightBSD 0.6 stable branch created. Continue 0.7
611 development.
612
613 20150418:
614 sqlite 3.8.9
615
616 20150407:
617 Fix two security vulnerabilities:
618
619 The previous fix for IGMP had an overflow issue. This has been corrected.
620
621 ipv6: The Neighbor Discover Protocol allows a local router to advertise a
622 suggested Current Hop Limit value of a link, which will replace
623 Current Hop Limit on an interface connected to the link on the MidnightBSD
624 system.
625
626 20150319:
627 OpenSSL 0.9.8.zf
628
629 mksh R50e
630
631 Apple mDNSResponder 561.1.1
632
633 20150306:
634 Upgrade OpenSSL to 0.9.8ze
635
636 20150225:
637 Fix two security vulnerabilities.
638
639 1. BIND servers which are configured to perform DNSSEC validation and which
640 are using managed keys (which occurs implicitly when using
641 "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
642 unpredictable behavior due to the use of an improperly initialized
643 variable.
644
645 CVE-2015-1349
646
647 2. An integer overflow in computing the size of IGMPv3 data buffer can result
648 in a buffer which is too small for the requested operation.
649
650 This can result in a DOS attack.
651
652 20141211:
653 Fix a security issue with file and libmagic that can allow
654 an attacker to create a denial of service attack on any
655 program that uses libmagic.
656
657 20141109:
658 Fix building perl during buildworld when the GDBM port is installed.
659
660 20141106:
661 tzdata 2014i
662
663 20141102:
664 serf 1.3.8
665
666 20141031:
667 tnftp 20141031 fixes a security vulnerability with tnftp,
668 CVE-2014-8517.
669
670 20141028:
671 OpenSSL 0.9.8zc
672
673 20141021:
674 Fix several security vulnerabilities in routed, rtsold,
675 and namei with respect to Capsicum sandboxes looking up
676 nonexistent path names and leaking memory.
677
678 The input path in routed(8) will accept queries from any source and
679 attempt to answer them. However, the output path assumes that the
680 destination address for the response is on a directly connected
681 network.
682
683 Due to a missing length check in the code that handles DNS parameters,
684 a malformed router advertisement message can result in a stack buffer
685 overflow in rtsold(8).
686
687 20141011:
688 mksh R50d - fix field splitting regression and null
689 pointer dereference
690
691 xz 5.0.7
692
693 OpenSSH 6.6p1
694
695 20141004:
696 mksh R50c - security update for environment var bug with
697 foo vs foo+
698
699 20141002:
700 sqlite 3.8.6
701
702 sudo 1.7.8 - some issues with the current version, but we're slowly
703 getting up to date.
704
705 20141001:
706 mksh R50b
707
708 libmport now supports plist commands @dir, @owner, @group, @mode.
709
710 sudo 1.7.6p2
711
712 20140916:
713 Fix a security issue with TCP SYN.
714
715 When a segment with the SYN flag for an already existing connection arrives,
716 the TCP stack tears down the connection, bypassing a check that the
717 sequence number in the segment is in the expected window.
718
719 20140909:
720 Fixed a bug with our clearenv(3) implementation that caused segfaults
721 with some programs including Dovecot.
722
723 OpenSSL security patch:
724
725 The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
726 to consume large amounts of memory. [CVE-2014-3506]
727
728 The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
729 memory. [CVE-2014-3507]
730
731 A flaw in OBJ_obj2txt may cause pretty printing functions such as
732 X509_name_oneline, X509_name_print_ex et al. to leak some information from
733 the stack. [CVE-2014-3508]
734
735 OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
736 a denial of service attack. [CVE-2014-3510]
737
738 20140902:
739 We're now 0.6-CURRENT
740
741 Update USB quirks to support K70 Corsair keyboard, and several
742 other devices.
743
744 20140827:
745 Perl 5.18.2
746
747 20140728:
748 Jails now run shutdown scripts.
749
750 20140710:
751 Fix a vulnerability in the control message API. A buffer is not properly cleared
752 before sharing with userland.
753
754 20140701:
755 MKSH R50
756
757 20140630:
758 File 5.19
759
760 20140605:
761 Fix four security issues with OpenSSL
762
763 20140604:
764 Sendmail failed to properly set close-on-exec for open file descriptors.
765
766 ktrace page fault kernel trace entries were set to an incorrect size which resulted
767 in a leak of information.
768
769 20140430:
770 Fix a TCP reassembly bug that could result in a DOS attack
771 of the system. It may be possible to obtain portions
772 of kernel memory as well.
773
774 20140411:
775 Update zlib to 1.2.7
776
777 20140122:
778 Support for username with length 32. Previous limit was 16
779
780 20140114:
781 Fix two security vulnerabilities.
782
783 bsnmpd contains a stack overflow when sent certain queries.
784
785 bind 9.8 when using NSEC3-signed zones zones, will crash with special
786 crafted packets.
787
788 20131228:
789 Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
790
791 Updated em(4), igb(4) and ixgbe(4)
792
793 MidnightBSD now works with Z87 Intel chipsets.
794
795 20131207:
796 Remove sparc64 architecture. It hasn't been working for awhile
797 and it's not useful for desktops anymore.
798
799 20131205:
800 OpenSSH 6.4p1
801
802 20131203:
803 Perl 5.18.1 imported.
804
805 Update less to v458
806
807 20131130:
808 Remove named from base. We still include the client utilities for
809 now until replacements can be found.
810
811 20131004:
812 rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
813
814 20130917:
815 Support for 65,536 routing tables was added. A new fib specific
816 field has been added to mbuf. This is an increase from 16.
817
818 20130910:
819 Security updates: (kern.osreldate 5001)
820
821 nullfs(5)
822
823 The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
824 check whether the source and target of the link are both in the same
825 nullfs instance. It is therefore possible to create a hardlink from a
826 location in one nullfs instance to a file in another, as long as the
827 underlying (source) filesystem is the same.
828
829 ifioctl
830
831 As is commonly the case, the IPv6 and ATM network layer ioctl request
832 handlers are written in such a way that an unrecognized request is
833 passed on unmodified to the link layer, which will either handle it or
834 return an error code.
835
836 Network interface drivers, however, assume that the SIOCSIFADDR,
837 SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
838 handled at the network layer, and therefore do not perform input
839 validation or verify the caller's credentials. Typical link-layer
840 actions for these requests may include marking the interface as "up"
841 and resetting the underlying hardware.
842
843 20130824:
844 Fix a bug in sendmail 8.14.7 that interferes with how it
845 handles AAAA records interoperating with Microsoft DNS servers.
846 FreeBSD has already reported this to Sendmail and a fix
847 will be included in the next release.
848
849 Subversion 1.8.1 is now in the base system as a static
850 binary. It has limited functionality, but can be used to
851 checkout/commit code. It is named svnlite.
852
853 20130822:
854 Fix two security vulnerabilities.
855
856 Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
857 This could be exploited to read memory by a user process.
858
859 When initializing the SCTP state cookie being sent in INIT-ACK chunks,
860 a buffer allocated from the kernel stack is not completely initialized.
861
862 Import xz 5.0.4
863
864 Import sqlite 3.7.17
865
866 Import BIND 9.8.5-P2
867
868 20130814:
869 mksh R48 imported.
870
871 Sendmail 8.14.7 imported.
872
873 20130717:
874 libmport bug was fixed causing hash verification to fail.
875
876 virtio(4) imported from FreeBSD 9-stable. SCSI support not
877 included.
878
879 20130612:
880 RELENG_0_4 created for 0.4. Development continues on 0.5.
881
882 20130402:
883 Update BIND and OpenSSL to resolve security advisories.
884
885 20130305:
886 MKSH R44 imported.
887
888 20130213:
889 MKSH R42b imported
890
891 20130211:
892 MKSH R42 imported
893
894 20130125:
895 MKSH R41 imported
896
897 20130122:
898 OpenSSH 5.8p2 imported
899
900 SQLite 3.7.15.2 imported
901
902 Fixed a longstanding bug in libmport extrating new index files.
903
904 20120710:
905 BSD licensed sort imported from FreeBSD-CURRENT
906
907 For now, GNU sort is installed as gnusort, but it will
908 go away in time.
909
910 20120708:
911 tcsh 6.18.01 imported.
912
913 NetBSD's iconv imported.
914
915 libc gains strnlen(3), memrchr(3), stpncpy(3).
916
917 20120612:
918 BIND security update related to CVE-2012-1667.
919
920 Zero length resource records can cause BIND to crash resulting
921 in a DOS attack or information disclosure.
922
923 20120407:
924 mksh R40f (fixes regression)
925
926 20120328:
927 mksh R40e
928
929 Perl 5.14.2
930
931 20120229:
932 cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
933
934 20120209:
935 mDNSResponder 333.10 imported
936
937 20111227:
938 import raid5 module for GEOM, graid5(8)
939
940 This is experimental and known to use a lot of kernel
941 memory.
942
943 20111223:
944 telnetd: fix a root exploit from a fixed buffer that was not checked
945
946 pam: don't allow escape from policy path. Exploitable in KDE, etc.
947
948 Fix pam_ssh module:
949
950 If the pam_ssh module is enabled, attackers may be able to gain access
951 to user accounts which have unencrypted SSH private keys.
952
953 This has to due with the way that openssl works. It ignores unencrpted data.
954
955 Fix security issue with chroot and ftpd.
956
957 nsdispatch(3) doesn't know it's working in a chroot and some
958 operations can cause files to get reloaded causing a security
959 hole in things like ftpd.
960
961 20111217:
962 libdialog/dialog upgraded to an lgpl version. As it's not
963 backwardly compatable, include the old libdialog as libodialog
964
965 20111212:
966 mksh r40d imported
967
968 20111210:
969 re(4) and rl(4) updated to support new chips.
970
971 GEOM synced with FreeBSD 7-stable.
972
973 MidnightBSD GPT partition types created in sys/gpt.h and
974 setup in boot loader and GEOM.
975
976 amdsbwd(4) (amd watchdog for south bridge) updated to support
977 8xx series chipset.
978
979 20111207:
980 import bsd grep from FreeBSD/OpenBSD.
981
982 MK_BSD_GREP controls which grep is installed
983 as grep with the other as bsdgrep or gnugrep.
984
985 20111122:
986 mksh vR40c imported.
987
988 20111117:
989 BIND 9.6 ESV R5 P1
990
991 20111107:
992 tzdata 2011n
993
994 20111026:
995 mDNSResponder v320
996
997 BIND 9.6 ESV R5
998
999 20111022:
1000 cflow 0.0.6 imported
1001
1002 20111020:
1003 less v436 imported
1004
1005 amdsbwd(4) AMD southbridge watchdog
1006
1007 20111019:
1008 awk 20110810 imported
1009
1010 et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
1011 not included in GENERIC kernel. The kernel module needs
1012 testing before we can include it in GENERIC.
1013
1014 intr_bind code ported to allow an IRQ to be bound to one
1015 specific CPU core.
1016
1017 20111017:
1018 Time Zone Data v. 2011l (Released 10 October 2011)
1019
1020 Updated list of countries (iso3166) to work with new timezone data.
1021
1022 20111015:
1023 Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
1024 to control which core or group of cores can be used for a given
1025 process. Several new system calls were added to support this
1026 functionality in the running kernel and for 32bit binary
1027 compatibility on amd64.
1028
1029 The scheduler default has been changed to ULE in i386 and
1030 amd64. Changes were made to both schedulers (4BSD AND ULE)
1031 for this feature.
1032
1033 This work is based on Jeff Roberson's FreeBSD 7.1 patches.
1034
1035 20111004:
1036 Fix a problem with unix socket handling caused by the recent
1037 patch to unix socket path handling. This allows network
1038 apps to work under the linuxolator again.
1039
1040 20111001:
1041 Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
1042 now default and an environment variable must be set to use
1043 active.
1044
1045 20110930:
1046 Introduce quirks handling for several umass devices including
1047 USB cameras. Add workaround for Cyberpower UPS devices.
1048
1049 Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
1050 Stale ip/tcp header pointers are no longer used, lockups fixed
1051 when network cable is unplugged on bootup, enable TX checksum
1052 offloading.
1053
1054 Add a new man page for gcache(8), a useful geom class when
1055 working with large raid3 sets.
1056
1057 Restore previous workaround for Cypress pata storage controller.
1058
1059 20110929:
1060 Sync ath(4) with FreeBSD 7.3.
1061
1062 The following modules are no longer available, and should be
1063 removed from loader.conf:
1064 ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
1065
1066 alc(4) would hibernate when a cable was unplugged and often
1067 required bring the interface down and up to "wake up" so that
1068 a connection could be established. Disable hibernation.
1069
1070 20110928:
1071 Fix security issues with gzip and compress related to .Z
1072 files that are corrupted.
1073
1074 Fix path validation with unix domain sockets.
1075
1076 20110917:
1077 Remove dependance on mports perl for generating releases as
1078 it's in the base system.
1079
1080 20110914:
1081 Import xz 5.0.3 with liblzma 5.0.3
1082
1083 20110813:
1084 synced the sparc64 GENERIC kernel configuration with amd64.
1085
1086 20110806:
1087 sqlite 3.7.7.1 imported
1088
1089 msearch(1), libmsearch and msearch.import added. msearch(1) provides
1090 a full text search command line tool. libmsearch can also be used
1091 to build a graphical based search in the future. You can enable
1092 index building for msearch in periodic.conf or manually run the
1093 /usr/libexec/msearch.index tool. Full text indexes take considerable
1094 space in /var. I'm using approximately 500MB currently.
1095
1096 Fix a long standing bug with the periodic script to check package
1097 versions. This will be obsolete with mport though.
1098
1099 20110710:
1100 kdb_enter_why added to MidnightBSD to allow the kernel debugger to
1101 know why it's in use and thus script can be run.
1102
1103 Yet another problem with the perl manifest was fixed
1104
1105 20110709:
1106 cpufreq(1) is a new utility to monitor CPU frequency which may change
1107 with use of powerd(8) and cpufreq(4).
1108
1109 20110612:
1110 Update mksh to R40
1111
1112 Catch up ObsoleteFiles.inc to remove Perl 5.10.x. Good to run when
1113 updating current (cd /usr/src && make check-old)
1114
1115 20110528:
1116 Fix CVE-2011-1910 in BIND 9.6.x. This affects caching resolvers.
1117
1118 20110526:
1119 newfs:
1120 Raised the default blocksize for UFS/FFS filesystems from
1121 16K to 32K and the default fragment size from 2K to 4K.
1122
1123 This should slightly imporve performance on "advanced format"
1124 hard drives such as the WD EARS drives. Drives of this type
1125 have emulation modes that slow down with lower sizes. Of course
1126 the drive must still be aligned properly when using fdisk.
1127
1128 20110521:
1129 mport tool now has a deleteall command. This can be used to remove
1130 all packages from a system.
1131
1132 A few bugs with the perl 5.14 import have been fixed.
1133
1134 20110518:
1135 Perl 5.14.0
1136
1137 20110517:
1138 Sendmail 8.14.5
1139
1140 20110314:
1141 DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
1142
1143 cdevpriv wrappers added
1144
1145 nss_mdns hack introduced to work around linking problem.
1146
1147 dnsextd fixed after update to mDNSResponder code.
1148
1149 20110308:
1150 Introduce liblzma & xz 5.0.1 to the base system
1151
1152 Patch for OpenSSL security issue CVE-2011-0014.
1153
1154 "OSREVISION 4004"
1155
1156 nsswitch module for multicast dns (nss_mdns) added.
1157
1158 tzdata2011c
1159
1160 20110220:
1161 cam(4) syncronized with FreeBSD 7.3.
1162
1163 20110219:
1164 amdtemp(4) updated to support sensors framework.
1165
1166 20110217:
1167 Perl 5.10.1 imported
1168
1169 20110216:
1170 Introduce igb(4) and split Intel Gigabit Ethernet adapters between
1171 igb(4) and em(4). Newer devices use igb(4). The code has moved
1172 to sys/dev/e1000 for both devices in the kernel. igb(4) has
1173 been placed in GENERIC on i386 and amd64.
1174
1175 Update bfe(4) to support newer devices and WOL.
1176
1177 20110215:
1178 age(4) added.
1179
1180 20110208:
1181 BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
1182
1183 20110206:
1184 eeemon(4) added to monitor Asus Eee PC.
1185
1186 20110205:
1187 OpenSSH 5.7p1
1188
1189 GNU sort 6.9 (coreutils)
1190
1191 20110203:
1192 one true awk 20100523 imported
1193
1194 sqlite 3.7.5
1195
1196 OpenSSL 0.9.8q
1197
1198 20110202:
1199 tcsh 6.17.00
1200
1201 file 5.05
1202
1203 20110122:
1204 Import it(4) and lm(4), with support for Super I/O hardware monitors. This
1205 uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
1206
1207 20110120:
1208 BIND 9.6.2-P3
1209
1210 sudo 1.7.4-p6
1211
1212 20110115:
1213 Add experimental jme(4) for Jmicron ethernet devices.
1214
1215 20101130:
1216 A double free exists in the SSL client ECDH handling code, when
1217 processing specially crafted public keys with invalid prime
1218 numbers. [CVE-2010-2939]
1219
1220 20101120:
1221 Several portions of the kernel and userland code related to UFS file
1222 systems (and UFS2) cannot properly handle inode counts above 2^31 due
1223 to use of int types. Based on a patch from FreeBSD, I've modified
1224 our UFS2 implementation to handle unsigned values for inode counts
1225 which should allow for file systems greater than 16TB.
1226
1227 newfs and growfs was also modified.
1228
1229 20101110:
1230 Fix a security issue with pseudofs which could result in running code in kernel
1231 context or a kernel panic depending on system configuration. This affects file
1232 systems such as procfs for instance.
1233
1234 20101021:
1235 sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
1236 This is similar to functions present in many linux distros. The utility was
1237 written by Devin Teske for FreeBSD.
1238
1239 20100920:
1240 bzip2 security patch for integer overflow.
1241
1242 20100905:
1243 MidnightBSD RELENG_0_3 branch created. Aggressive development continues here
1244 for 0.4.
1245
1246 20100902:
1247 Fix a security issue with libutil that allows users to bypass cpu limits in
1248 login.conf in some cases. This combined with OpenSSH for example can allow
1249 the user to get more resources than they're allowed.
1250
1251 20100822:
1252 Import Apple's mDNSResponder (mdnsd).
1253
1254 20100814:
1255 libdispatch added to MidnightBSD. This provides functionality found in
1256 Mac OS X's GCD. We do not have blocks support yet. As this code is
1257 licensed under Apache 2, we create a new MK_APACHE option so that
1258 it's not required for all users to run code under a license they
1259 may not like.
1260
1261 20100713:
1262 mbuf readonly fix related to sendfile(2) data corruption.
1263
1264 20100704:
1265 brainfuck(1) imported from MirBSD.
1266
1267 20100505:
1268 zlib 1.2.5
1269
1270 20100430:
1271 Sudo 1.7.2p6 imported
1272
1273 20100321:
1274 Update zlib to 1.2.4
1275
1276 20100319:
1277 Removed i586 from default i386 generic kernel.
1278
1279 20100317:
1280 Update to tzdata2010e (time zones). This includes changes in
1281 Mexico.
1282
1283 Add support for several newer sound cards via hda including
1284 ATI and Realtek chipsets.
1285
1286 20100313:
1287 CPU detection has been changed. VIA Padlock detection added.
1288
1289 20100312:
1290 Fix a number of bugs and compiler warnings in libmport. Handle
1291 plus signs in paths for mport.check-fake
1292
1293 20100311:
1294 mksh R39c
1295
1296 20100309:
1297 Sudo 1.7.2p5
1298
1299 sqlite3 3.6.23
1300
1301 mksh R39b
1302
1303 libffi (ffi) 3.0.9
1304
1305 20100206:
1306 WITHOUT_LIB32 is no longer needed on AMD64. GCC was fixed to
1307 properly pass arguments to ld.
1308
1309 re(4) and rl(4) have been updated to support several new
1310 realtek chipsets. Performance has been improved on re(4).
1311
1312 20100204:
1313 Fix a bug cropping up on AMD64 MidnightBSD with sftp
1314 segfaulting.
1315
1316 20100116:
1317 Import ash changes from FreeBSD (bin/sh) 8-Stable.
1318
1319 BIND 9.6.1-P2
1320
1321 20100110:
1322 Import Sendmail 8.14.4. Fix for SSL vulnerability.
1323
1324 posix_spawn(3) added to MidnightBSD libc. Users may need to build and
1325 install libc before doing a full buildworld when upating from 0.2 or
1326 older current systems.
1327
1328 kqueue(2) was modified to support portions of libdispatch functionality.
1329
1330 20100106:
1331 Bind security update. Fix a bug with DNSSEC that causes negative
1332 cache entries and thus a possible DNS cache poisoning attack.
1333
1334 Fix a bug in ZFS that can reset permissions on system crashes.
1335
1336 20091228:
1337 amdtemp(4) was added. It allows one to monitor to the temperature
1338 of an AMD CPU such as a Phenom.
1339
1340 20091205:
1341 OpenSSL security fix
1342
1343 The SSL version 3 and TLS protocols support session renegotiation without
1344 cryptographically tying the new session parameters to the old parameters.
1345
1346 20091128:
1347 OpenBSD sensors framework imported including sensorsd(8)
1348
1349 20091126:
1350 OpenNTPD 4.4 import
1351
1352 Update OpenSSH to 5.3p1
1353
1354 mksh R39
1355
1356 20091124:
1357 cpdup updated from DragonFly to 1.15
1358
1359 tzdata2009s updated with latest timezone data for November 2009.
1360
1361 20091010:
1362 amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
1363 to test current.
1364
1365 Revert unicode filename fixes from ntfs code. This was causing chaos
1366 on amd64 systems.
1367
1368 20091006:
1369 Update timezone data with tzdata2009n with the Pakistan and
1370 Argentina changes.
1371
1372 Sync several userland utilities with versions from FreeBSD 7.0 in
1373 sbin and usr.sbin.
1374
1375 20090919:
1376 Update timezone data with tzdate2009m from September 2009.
1377
1378 20090729:
1379 Patch for Bind 9 security vulnerability. a dynmaic update packet
1380 can trigger an assertion and cause named to exit
1381
1382 20090606:
1383 Remove PCC from the base system. This compiler will not work
1384 as a system compiler for us as we've got some userland investment
1385 in C++ code and may have Objective-C in the future. We're stuck
1386 with a solution that supports these three languages at a minimum.
1387
1388 I had wanted to keep it as an optional compiler because it is
1389 fast, however too many users want to try to use it for the base
1390 system which makes no sense.
1391
1392 A hack was added for Cypress based usb hard drive enclosures to
1393 the kernel. This should cut down on commands it claims to support
1394 but does not (at the cam layer). Found while testing ZFS on
1395 an external device.
1396
1397 20090520:
1398 The powerd daemon no longer starts automatically to improve
1399 compatibility with many systems. However, there is a new
1400 installer option in the startup section to enable it. This
1401 makes it easier to enable for users that have working systems. I thought it was only a problem on older hardware, but it freaks
1402 out my new Phenom too.
1403
1404 20090502:
1405 OpenSSH 5.2p1 import
1406
1407 ale(4) connected to the build. (kernel module only)
1408
1409 20090501:
1410 Imported makefs utility from NetBSD/FreeBSD
1411
1412 20090422:
1413 OpenSSL security update
1414
1415 The function ASN1_STRING_print_ex does not properly validate the lengths
1416 of BMPString or UniversalString objects before attempting to print them.
1417
1418 20090415:
1419 Created a Symbol.map for libc/ohash symbols
1420
1421 Updated several usr/bin usr/sbin utilities.
1422
1423 Corrected a bug with Makefile.inc1 causing the bootstrap
1424 tools to fail.
1425
1426 20090405:
1427 xorg 7.4 wants to configure its input devices via hald which does not
1428 yet work with USB. If the keyboard/mouse does not work in xorg then
1429 add
1430 Option "AllowEmptyInput" "off"
1431 to your ServerLayout section. This will cause X to use the configured
1432 kbd and mouse sections from your xorg.conf
1433
1434 20090403:
1435 mksh was disconnected a few day ago do to bugs with
1436 buildworld and mports. Now, connect it back
1437 for use as /bin/sh with a conditional called
1438 MK_ASH. By default, ash is the standard /bin/sh
1439 but we may change this later. This will allow further
1440 testing by users and developers of mksh without
1441 causing an unpleasant default experience. In the
1442 long run, we need to fix mksh compatibility.
1443
1444 20090328:
1445 Bring in mksh R37 from CVS. The dot.mkshrc files for root
1446 and skel were changed. mksh(1) now replaces ash aka sh(1)
1447 as the default /bin/sh. Please report bugs with
1448 ports, etc. The ash code will remain in the repo for awhile
1449 as I decide if we'll add something like MK_SHELL_ASH as
1450 an optional build parameter.
1451
1452 ahd was disconnected from the lint environment until
1453 the compiler bug is sorted (by updating gcc?)
1454
1455 Remove freebsd-tips from fortune files and change the
1456 default for login and profile.
1457
1458 20090327:
1459 Update libarchive to 2.5.5, tar, and add bsdcpio.
1460
1461 Also previously, ctriv has been connecting Perl 5.10
1462 to the build (part of os). This will have an impact
1463 on mports.
1464
1465 20090325:
1466 Update Bind to 9.4.3-P1
1467
1468 Update mksh to R36b
1469
1470 Update tcpdump to 3.9.8, fix libpcap to work with current.
1471
1472 Update pnpinfo, sync with FreeBSD.
1473
1474 20090115:
1475 Fix a problem with DNSSEC and BIND.
1476
1477 20090110:
1478 For applications using OpenSSL for SSL connections, an invalid SSL
1479 certificate may be interpreted as valid. This could for example be
1480 used by an attacker to perform a man-in-the-middle attack.
1481
1482 Other applications which use the OpenSSL EVP API may similarly be
1483 affected.
1484
1485 Stop cross site request forgery attacks in lukemftpd
1486
1487 20090104:
1488 Import GNU libreadline 5.2
1489
1490 20090101:
1491 Update time zone data to 2008i.
1492
1493 20081231:
1494 Correct a problem where bluetooth and netgraph sockets are not
1495 properly initialized.
1496
1497 Happy 2009.
1498
1499 20081206:
1500 Due to the massive change in the underlying system under way,
1501 we're naming the next release 1.0. The sys/sys/param.h was
1502 changed accordingly. ipfilter and ncurses were corrected
1503 using __MidnightBSD__ tests in the code.
1504
1505 The GENERIC kernel config was caught up on i386 today. Consider
1506 i386 still broken, but amd64 is running again.
1507
1508 mdoc.local was updated with the new MidnightBSD version info.
1509
1510 batt(1) was rewritten in C. It now supports several flags and
1511 runs about 8 times faster on my laptop. The default output
1512 shows the number of minutes of battery life remaining and the
1513 percentage. You can use -u to display the number of batteries or
1514 -c to get script friendly output. Consult the man page for more.
1515
1516 20081204:
1517 Work has completed on importing ZFS, jemalloc, several
1518 new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
1519 support, improved locking for file desc., audit (openbsm),
1520 openssl .98e, nfe, imporved intel high def audio, midi, updated
1521 intel gigabit (em), support for several wifi cards (intel), ...
1522
1523 Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
1524 data from param.h instead of the FreeBSD version. This means
1525 testing is now possible in the ports tree for the version
1526 and that any ports or code relying on the FreeBSD version from
1527 sys/sys/param.h will need to be fixed.
1528
1529 20080905:
1530 update nve(4) to support new hardware.
1531
1532 20080801:
1533 Import OpenBSM 1.0
1534
1535 Modify src/release to create 3 isos instead of 2 for packages.
1536
1537 etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
1538
1539 Many ia64, alpha, powerpc items were removed.
1540
1541 The recent diffutils 2.8.7 import was fixed.
1542
1543 20080703:
1544 pcc was not installed properly when setting DESTDIR for live cds,
1545 or posibly jails.
1546
1547 20080627:
1548 Add firmware(9), WEP, CCMP, TKIP to GENERIC.
1549
1550 Add glabel to GENERIC.
1551
1552 Intel ICH8 mobile chipset used on some iMacs included with ata.
1553
1554 pcc connected to the build on i386. (alternative compiler)
1555
1556 ath added to GENERIC. (Atheros wireless NICs) on amd64/i386
1557
1558 20080528:
1559 Sendmail 8.14.3
1560
1561 20080516:
1562 ssh-vulnkey allows you to look for vulnerable ssh keys that
1563 were generated on Debian and Ubuntu hosts over the last
1564 few years. sshd can block offending keys with a configuration
1565 option.
1566
1567 The elf note on binaries is now set to MidnightBSD.
1568
1569 20080514:
1570 Fixed a number of problems with pcc. It is not yet connected
1571 to the build, but usable on i386 hosts. You may use it
1572 by make; make install in /usr/src/usr.bin/pcc. It will
1573 install in /usr/local as some of the files conflict with
1574 GCC versions. __MidnightBSD__ is defined in PCC as well.
1575
1576 System headers were fixed to allow pcc to compile many binaries
1577 on MidnightBSD. bin/cp will work now for instance.
1578
1579 20080430:
1580 __MidnightBSD__ is now defined via gcc. This can be tested
1581 to determine we're running on MidnightBSD in the preprocessor.
1582
1583 20080429:
1584 Import bind 9.4.2 with threading
1585
1586 libpthread (KSE) and libthr are built earlier
1587
1588 pcvt(4) removed!
1589
1590 Alias added for core2 cpus.
1591
1592 Alpha and PC98 only utilities removed from usr/sbin
1593
1594 syslogd, adduser, rmuser, mergemaster and mailwrapper have been
1595 improved. See the man pages for info.
1596
1597 periodic scripts will not send emails with empty message bodies.
1598 See mailwrapper fix.
1599
1600 20080410:
1601 Sync cpdup with DragonFly. Add parallel transaction support and
1602 -l flag to line-buffer stdout and stderr.
1603
1604 20080406:
1605 Import bzip2 1.05
1606 Import OpenSSH 4.9p1
1607
1608 20080322:
1609 The default umask was changed to 022.
1610
1611 /usr/X11R6 paths were removed from several config files.
1612
1613 .mkshrc files are now installed for root.
1614
1615 20080316:
1616 FIx a problem with gif0 tunnels and neighbors with IPV6.
1617
1618 20080312:
1619 Add lndir from X.org. This aides in the porting of MirPorts.
1620
1621 New OS versions were added to the mapage code (groff)
1622
1623 20080310:
1624 Correct a buffer overflow in ppp.
1625
1626 20080308:
1627 Remove /usr/X11R6 from manpath config.
1628
1629 20080307:
1630 Atheros driver no longer has several options set
1631 which corrects building in tinderbox on all three platforms.
1632
1633 Added a new macro to sx.h which returns true if the current
1634 thread holds an exclusive lock on a specifix sx.
1635
1636 Removed OS/2's HPFS file system. It's not maintained and
1637 I don't know anyone using OS/2 or ecomstation these days.
1638 My copy is in the closet collecting dust.
1639
1640 20080306:
1641 Synced tinderbox with FreeBSD. Modified it for MidnightBSD.
1642 Developers can now use it to check src builds.
1643
1644 20080303:
1645 Add mksh to /etc/shells, made some adjustments to options
1646 for mksh builds per suggestion upstream.
1647
1648 USB HID table updated with modern hardware list.
1649
1650 Updated BSD family true (we're not in there yet)
1651
1652 iso3166 file updated and import of tzdata2007k for
1653 new time zones.
1654
1655 Updated mksh to latest version R33.
1656
1657 20080228:
1658 Remplaced the random IP id generation code with a new
1659 version by Amit Klein.
1660
1661 20080221:
1662 Sendfile write only permissions fix.
1663
1664 Removed some HPFS and PC98 code.
1665
1666 iso639 file sycned with DragonFly.
1667
1668 20080128:
1669 Changed NTP configuration so that ips aren't cached
1670 so multiple servers are used.
1671
1672 Fix an issue with fork() in libpthread.
1673
1674 20080121:
1675 Add virtualization detection to set the HZ rate
1676 according to a VM present. VMWare and Parallels
1677 should work better like this.
1678
1679 Change to full x11 install in sysinstall. Add
1680 xorg 7 support.
1681
1682 20080115:
1683 Fix the handling of PTY's. CVE-2008-0216
1684
1685 20080105:
1686 mport delete code added, USE_MPORT_TOOLS knob aded.
1687
1688 20080101:
1689 Happy New Year
1690
1691 20071123:
1692 Update sendmail to 8.14.2
1693
1694 20071120:
1695 Update system compiler to gcc 3.4.6.
1696
1697 20071023:
1698 Updated mksh to R31d.
1699
1700 20070911:
1701 Updated mksh to version R31b.
1702
1703 Fixed stderr output in libpthread. Previously it was
1704 written to stdout.
1705
1706 20070831:
1707 Added dot.mkshrc file to support the recent change to
1708 mksh from OpenBSD's ksh derived from pdksh.
1709
1710 Added new firewall configuration. ipfw is enabled by default
1711 with a "desktop" configuration. Consult /etc/rc.firewall
1712 or ipfw show to see the ruleset used. You can disable
1713 ipfw by setting firewall_enable="NO" in /etc/rc.conf This
1714 change only effects IPv4. IPv6 does not have a firewall
1715 enabled by default.
1716
1717 20070814:
1718 Removed GNU tar source. We've been using BSD tar
1719 for awhile.
1720
1721 20070806:
1722 Finished removing umapfs and autofs from the tree.
1723
1724 20070804:
1725 BIND and Tcpdump have been patched for recent vulnerabilities.
1726
1727 We switched to BSD cpio (pax).
1728
1729 20070719:
1730 Imported cpdup from DragonFly as /bin/cpdup
1731
1732 20070716:
1733 Update GNU cpio to 2.8.
1734
1735 20070410:
1736 cvs was updated to 1.12.13. cvsbug was removed.
1737 cvs now behaves similarly to DragonFly's cvs with
1738 most of their local changes.
1739
1740 20070409:
1741 RELENG_0_1 was created. More aggresive changes will
1742 continue here.
1743
1744 20070406:
1745 Back out propolice. propolice caused several problems
1746 with our threading libraries libthr and libpthread.
1747 curthread was often NULL after the patch and many
1748 multithreaded applications would crash. We plan to
1749 work on either bringing in gcc 4.1 or developing a new
1750 patch which also corrects our threading issues later.
1751
1752 It is more important to have a stable system for our
1753 mport work and other projects at this time.
1754
1755 This is not a clean removal. It is recommended that you
1756 have a recently SNAP CD handy. You can either reinstall
1757 or perform a make buildworld and make buildkernel and
1758 make installkernel. Reboot on the cd and copy the contents
1759 of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
1760 /usr/lib, and /usr/libexec to the respective directories on
1761 your disk. Then you should be able to boot into single user
1762 mode and run make installworld. You will need to run
1763 chflags noschg on some of the files if you can't overwrite
1764 them.
1765
1766 You will get __guard missing errors since we had to remove
1767 this from libc.
1768
1769 You will need to rebuild any ports built while propolice was
1770 installed.
1771
1772 20070401:
1773 Importing propolice into MidnightBSD. Propolice is going to
1774 provide us with much greater security and stability in the
1775 long run. If upgrading from a pre-propolice system, please
1776 follow the these instructions:
1777
1778 cd /usr/src/lib/libc && make obj && make && make install
1779 cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
1780 cd /usr/src/lib/libpthread && make obj && make && make install
1781 cd /usr/src/lib/libthr && make obj && make && make install
1782 buildworld and kernel
1783
1784 It is adviced that any mports which were installed and/or built
1785 prior to the propolice update also be updated. If any errors
1786 or issue are encounted, please contact security@midnightbsd.org
1787 and we will be sure to investigate and come up with an expeditious
1788 fix.
1789
1790 20070314:
1791 Remove send-pr from src.
1792
1793 Switch to NetBSD's gzip.
1794
1795 Bump MBSD minor revision.
1796
1797 20070313:
1798 Imported OpenSSH 4.6p1.
1799
1800 Imported FreeBSD's libarchive and updated tar to work with it.
1801
1802 Disabled debug statements cluttering up /var/log/messages for
1803 the tcp autobuf patch applied previously.
1804
1805 20070312:
1806 Synced several audio changes from FreeBSD 6.1. Removed the
1807 BSD Daemon files from src/share.
1808
1809 20070308:
1810 Added mfi which supports LSI Logic MegaRAID SAS devices including
1811 the Dell perc5i.
1812
1813 20070206:
1814 Imported OpenBSD's sudo into source. Please install
1815 /usr/src/usr.bin/sudo/lib first before building.
1816
1817 Those who install from a snapshot after this date
1818 will not be effected.
1819
1820 20070119:
1821 Added audit group. Be sure to add audit to your /etc/group file
1822 before installing world.
1823
1824 hostapd was updated to 0.4.8.
1825
1826 An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
1827 unbreak world.
1828
1829 wpa_supplicant was updated.
1830
1831 For stability and compatibility reasons, it was decided that MidnightBSD
1832 sync with FreeBSD 6.1 Release. Nearly every change between the original
1833 fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
1834 2006 will be merged. Beyond this, MidnightBSD will be a "real" fork and
1835 will not sync every little change with FreeBSD.
1836
1837 20061231:
1838 Updated COPYRIGHT for 2007.
1839
1840 Updated and bumped libutil after importing NetBSD efun(3) functions.
1841
1842 Added MidnightBSD_version and bumped the FreeBSD version as we've
1843 synced all commits between the fork and that version. It is now safe
1844 to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
1845 Feb 26, 2006.
1846
1847 Added spell(1) and deroff(1) from NetBSD. Also added additional
1848 dict files to work with it. /usr/share/dict/american,
1849 /usr/share/dict/british and /usr/share/dict/special/math
1850
1851 Numerous man page and bug fixes.
1852
1853 20061226:
1854 Setup /usr/share/examples/cvsup SUPfiles for the new
1855 MidnightBSD CVSup server.
1856
1857 Fix a bug in burncd where it would continue forever while
1858 erasing CDRW media.
1859
1860 Add csup to /usr/bin. csup is a CVSup replacement written
1861 in C.
1862
1863 Fixed a bug with bsnmpd build from Oct 30.
1864
1865 Corrected some race conditions and fixed a few bugs in
1866 geom. Imported changes from FreeBSD RELENG_6.
1867
1868 20061225:
1869 Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
1870 that caused long double to long and long long
1871 conversion of negative numbers to always result in -1.
1872
1873 20061221:
1874 Fixed acpi_battery.c to not report an ERROR if no
1875 batteries are present.
1876
1877 Performed some minor updates on the RL and RE NIC drivers.
1878 RL should no longer panic when trying to print errors.
1879
1880 Corrected a bug with TTY.
1881
1882 20061218:
1883 Corrected a bug with libpthread where newly created suspended
1884 threads don't get scheduled.
1885
1886 20061206:
1887 Fixed a typo with the firewire security patch.
1888
1889 20061129:
1890 Minor cleanups to utilities in bin.
1891
1892 Fixed msdos file system short file name behavior to match
1893 FreeBSD.
1894
1895 20061031:
1896 Updated man pages in section 7.
1897
1898 20061030:
1899 Updated sys/dev/drm to support intel 915 and radeon
1900 r300 cards properly.
1901
1902 Synced snmpd with FreeBSD-stable.
1903
1904 Fixed a bug in rm which could cause data loss.
1905
1906 20061027:
1907 Added Intel ICH8 and nForce 5 support to ATA. cam, mpt,
1908 random, kbdmux, atkbd, and usb were updated. Changes
1909 to clearing registers on SSE enabled processors (i386)
1910 commited.
1911
1912 lukemftpd updated.
1913
1914 openssh rc script was altered which effects initial
1915 seeding.
1916
1917 20061014:
1918 Workaround for em driver problem on shared IRQ.
1919
1920 Started removal of alpha support.
1921
1922 20061013:
1923 ATA driver was updated. USB/USB1/USB2 types added.
1924
1925 20061010:
1926 OpenSSH was updated to 4.4p1.
1927
1928 20060909:
1929 OpenNTPD was added to MidnightBSD. Run make delete-old to remove
1930 the old ntpd daemon.
1931
1932 cat has a new option -D which allows you to timestamp output
1933 on a per line basis.
1934
1935 The kernel has a keyboard mux which allows you to have multiple
1936 keyboard connected simultaneously. USB keyboard support was also
1937 improved with this patch.
1938
1939 The Intel em driver was updated. Network performance was greatly
1940 increased on many systems. Additional models are supported.
1941
1942 The ATA driver was patched to fix a potential deadlock.
1943
1944 Bind was patched to fix a potential denial of service condition.
1945
1946 20060817:
1947 ksh has been added to the base system. If you previously had
1948 the port installed, it will be overwritten on the next buildworld.
1949
1950
1951
1952 To build a kernel
1953 -----------------
1954 If you are updating from a prior version of MidnightBSD (even one just
1955 a few days old), you should follow this procedure. With a
1956 /usr/obj tree with a fresh buildworld,
1957 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
1958 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
1959
1960 To test a kernel once
1961 ---------------------
1962 If you just want to boot a kernel once (because you are not sure
1963 if it works, or if you want to boot a known bad kernel to provide
1964 debugging information) run
1965 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
1966 nextboot -k testkernel
1967
1968 To just build a kernel when you know that it won't mess you up
1969 --------------------------------------------------------------
1970 This assumes you are already running a 6.X system. Replace
1971 ${arch} with the architecture of your machine (e.g. "i386",
1972 "amd64", "ia64", "pc98", "sparc64", etc).
1973
1974 cd src/sys/${arch}/conf
1975 config KERNEL_NAME_HERE
1976 cd ../compile/KERNEL_NAME_HERE
1977 make depend
1978 make
1979 make install
1980
1981 If this fails, go to the "To build a kernel" section.
1982
1983 To rebuild everything and install it on the current system.
1984 -----------------------------------------------------------
1985 # Note: sometimes if you are running current you gotta do more than
1986 # is listed here if you are upgrading from a really old current.
1987
1988 <make sure you have good level 0 dumps>
1989 make buildworld
1990 make kernel KERNCONF=YOUR_KERNEL_HERE
1991 [1]
1992 <reboot in single user> [3]
1993 mergemaster -p [5]
1994 make installworld
1995 make delete-old
1996 mergemaster [4]
1997 <reboot>
1998
1999
2000 To cross-install current onto a separate partition
2001 --------------------------------------------------
2002 # In this approach we use a separate partition to hold
2003 # current's root, 'usr', and 'var' directories. A partition
2004 # holding "/", "/usr" and "/var" should be about 2GB in
2005 # size.
2006
2007 <make sure you have good level 0 dumps>
2008 <boot into -stable>
2009 make buildworld
2010 make buildkernel KERNCONF=YOUR_KERNEL_HERE
2011 <maybe newfs current's root partition>
2012 <mount current's root partition on directory ${CURRENT_ROOT}>
2013 make installworld DESTDIR=${CURRENT_ROOT}
2014 cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
2015 make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
2016 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
2017 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>
2018 <reboot into current>
2019 <do a "native" rebuild/install as described in the previous section>
2020 <maybe install compatibility libraries from src/lib/compat>
2021 <reboot>
2022
2023
2024 To upgrade in-place from 5.x-stable or higher to 6.x-stable
2025 -----------------------------------------------------------
2026 <make sure you have good level 0 dumps>
2027 make buildworld [9]
2028 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
2029 [1]
2030 <reboot in single user> [3]
2031 mergemaster -p [5]
2032 make installworld
2033 make delete-old
2034 mergemaster -i [4]
2035 <reboot>
2036
2037 Make sure that you've read the UPDATING file to understand the
2038 tweaks to various things you need. At this point in the life
2039 cycle of current, things change often and you are on your own
2040 to cope. The defaults can also change, so please read ALL of
2041 the UPDATING entries.
2042
2043 Also, if you are tracking -current, you must be subscribed to
2044 freebsd-current@freebsd.org. Make sure that before you update
2045 your sources that you have read and understood all the recent
2046 messages there. If in doubt, please track -stable which has
2047 much fewer pitfalls.
2048
2049 [1] If you have third party modules, such as vmware, you
2050 should disable them at this point so they don't crash your
2051 system on reboot.
2052
2053 [3] From the bootblocks, boot -s, and then do
2054 fsck -p
2055 mount -u /
2056 mount -a
2057 cd src
2058 adjkerntz -i # if CMOS is wall time
2059 Also, when doing a major release upgrade, it is required that
2060 you boot into single user mode to do the installworld.
2061
2062 [4] Note: This step is non-optional. Failure to do this step
2063 can result in a significant reduction in the functionality of the
2064 system. Attempting to do it by hand is not recommended and those
2065 that pursue this avenue should read this file carefully, as well
2066 as the archives of freebsd-current and freebsd-hackers mailing lists
2067 for potential gotchas.
2068
2069 [5] Usually this step is a noop. However, from time to time
2070 you may need to do this if you get unknown user in the following
2071 step. It never hurts to do it all the time.
2072
2073 [8] In order to have a kernel that can run the 5.x binaries
2074 needed to do an installworld, you must include the COMPAT_FREEBSD5
2075 option in your kernel. Failure to do so may leave you with a system
2076 that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5
2077 is required to run the 5.x binaries on more recent kernels.
2078
2079 Make sure that you merge any new devices from GENERIC since the
2080 last time you updated your kernel config file.
2081
2082 [9] When checking out sources, you must include the -P flag to have
2083 cvs prune empty directories.
2084
2085 If CPUTYPE is defined in your /etc/make.conf, make sure to use the
2086 "?=" instead of the "=" assignment operator, so that buildworld can
2087 override the CPUTYPE if it needs to.
2088
2089 MAKEOBJDIRPREFIX must be defined in an environment variable, and
2090 not on the command line, or in /etc/make.conf. buildworld will
2091 warn if it is improperly defined.
2092
2093 Copyright information:
2094
2095 Copyright 1998-2005 M. Warner Losh. All Rights Reserved.
2096
2097 Redistribution, publication, translation and use, with or without
2098 modification, in full or in part, in any form or format of this
2099 document are permitted without further permission from the author.
2100
2101 THIS DOCUMENT IS PROVIDED BY WARNER LOSH ``AS IS'' AND ANY EXPRESS OR
2102 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2103 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2104 DISCLAIMED. IN NO EVENT SHALL WARNER LOSH BE LIABLE FOR ANY DIRECT,
2105 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2106 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2107 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2108 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2109 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2110 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2111 POSSIBILITY OF SUCH DAMAGE.
2112
2113 If you find this document useful, and you want to, you may buy the
2114 author a beer.
2115
2116 Contact Warner Losh if you have any questions about your use of
2117 this document.
2118
2119 $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
2120 $MidnightBSD$

Properties

Name Value
svn:keywords MidnightBSD=%H