ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 6862
Committed: Sat Oct 11 16:23:48 2014 UTC (9 years, 7 months ago) by laffer1
File size: 40874 byte(s)
Log Message:
update xz

File Contents

# Content
1 Updating Information for MidnightBSD users.
2
3 20141011:
4 mksh R50d - fix field splitting regression and null
5 pointer dereference
6
7 xz 5.0.7
8
9 20141004:
10 mksh R50c - security update for environment var bug with
11 foo vs foo+
12
13 20141002:
14 sqlite 3.8.6
15
16 sudo 1.7.8 - some issues with the current version, but we're slowly
17 getting up to date.
18
19 20141001:
20 mksh R50b
21
22 libmport now supports plist commands @dir, @owner, @group, @mode.
23
24 sudo 1.7.6p2
25
26 20140916:
27 Fix a security issue with TCP SYN.
28
29 When a segment with the SYN flag for an already existing connection arrives,
30 the TCP stack tears down the connection, bypassing a check that the
31 sequence number in the segment is in the expected window.
32
33 20140909:
34 Fixed a bug with our clearenv(3) implementation that caused segfaults
35 with some programs including Dovecot.
36
37 OpenSSL security patch:
38
39 The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
40 to consume large amounts of memory. [CVE-2014-3506]
41
42 The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
43 memory. [CVE-2014-3507]
44
45 A flaw in OBJ_obj2txt may cause pretty printing functions such as
46 X509_name_oneline, X509_name_print_ex et al. to leak some information from
47 the stack. [CVE-2014-3508]
48
49 OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
50 a denial of service attack. [CVE-2014-3510]
51
52 20140902:
53 We're now 0.6-CURRENT
54
55 Update USB quirks to support K70 Corsair keyboard, and several
56 other devices.
57
58 20140827:
59 Perl 5.18.2
60
61 20140728:
62 Jails now run shutdown scripts.
63
64 20140710:
65 Fix a vulnerability in the control message API. A buffer is not properly cleared
66 before sharing with userland.
67
68 20140701:
69 MKSH R50
70
71 20140630:
72 File 5.19
73
74 20140605:
75 Fix four security issues with OpenSSL
76
77 20140604:
78 Sendmail failed to properly set close-on-exec for open file descriptors.
79
80 ktrace page fault kernel trace entries were set to an incorrect size which resulted
81 in a leak of information.
82
83 20140430:
84 Fix a TCP reassembly bug that could result in a DOS attack
85 of the system. It may be possible to obtain portions
86 of kernel memory as well.
87
88 20140411:
89 Update zlib to 1.2.7
90
91 20140122:
92 Support for username with length 32. Previous limit was 16
93
94 20140114:
95 Fix two security vulnerabilities.
96
97 bsnmpd contains a stack overflow when sent certain queries.
98
99 bind 9.8 when using NSEC3-signed zones zones, will crash with special
100 crafted packets.
101
102 20131228:
103 Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
104
105 Updated em(4), igb(4) and ixgbe(4)
106
107 MidnightBSD now works with Z87 Intel chipsets.
108
109 20131207:
110 Remove sparc64 architecture. It hasn't been working for awhile
111 and it's not useful for desktops anymore.
112
113 20131205:
114 OpenSSH 6.4p1
115
116 20131203:
117 Perl 5.18.1 imported.
118
119 Update less to v458
120
121 20131130:
122 Remove named from base. We still include the client utilities for
123 now until replacements can be found.
124
125 20131004:
126 rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
127
128 20130917:
129 Support for 65,536 routing tables was added. A new fib specific
130 field has been added to mbuf. This is an increase from 16.
131
132 20130910:
133 Security updates: (kern.osreldate 5001)
134
135 nullfs(5)
136
137 The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
138 check whether the source and target of the link are both in the same
139 nullfs instance. It is therefore possible to create a hardlink from a
140 location in one nullfs instance to a file in another, as long as the
141 underlying (source) filesystem is the same.
142
143 ifioctl
144
145 As is commonly the case, the IPv6 and ATM network layer ioctl request
146 handlers are written in such a way that an unrecognized request is
147 passed on unmodified to the link layer, which will either handle it or
148 return an error code.
149
150 Network interface drivers, however, assume that the SIOCSIFADDR,
151 SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
152 handled at the network layer, and therefore do not perform input
153 validation or verify the caller's credentials. Typical link-layer
154 actions for these requests may include marking the interface as "up"
155 and resetting the underlying hardware.
156
157 20130824:
158 Fix a bug in sendmail 8.14.7 that interferes with how it
159 handles AAAA records interoperating with Microsoft DNS servers.
160 FreeBSD has already reported this to Sendmail and a fix
161 will be included in the next release.
162
163 Subversion 1.8.1 is now in the base system as a static
164 binary. It has limited functionality, but can be used to
165 checkout/commit code. It is named svnlite.
166
167 20130822:
168 Fix two security vulnerabilities.
169
170 Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
171 This could be exploited to read memory by a user process.
172
173 When initializing the SCTP state cookie being sent in INIT-ACK chunks,
174 a buffer allocated from the kernel stack is not completely initialized.
175
176 Import xz 5.0.4
177
178 Import sqlite 3.7.17
179
180 Import BIND 9.8.5-P2
181
182 20130814:
183 mksh R48 imported.
184
185 Sendmail 8.14.7 imported.
186
187 20130717:
188 libmport bug was fixed causing hash verification to fail.
189
190 virtio(4) imported from FreeBSD 9-stable. SCSI support not
191 included.
192
193 20130612:
194 RELENG_0_4 created for 0.4. Development continues on 0.5.
195
196 20130402:
197 Update BIND and OpenSSL to resolve security advisories.
198
199 20130305:
200 MKSH R44 imported.
201
202 20130213:
203 MKSH R42b imported
204
205 20130211:
206 MKSH R42 imported
207
208 20130125:
209 MKSH R41 imported
210
211 20130122:
212 OpenSSH 5.8p2 imported
213
214 SQLite 3.7.15.2 imported
215
216 Fixed a longstanding bug in libmport extrating new index files.
217
218 20120710:
219 BSD licensed sort imported from FreeBSD-CURRENT
220
221 For now, GNU sort is installed as gnusort, but it will
222 go away in time.
223
224 20120708:
225 tcsh 6.18.01 imported.
226
227 NetBSD's iconv imported.
228
229 libc gains strnlen(3), memrchr(3), stpncpy(3).
230
231 20120612:
232 BIND security update related to CVE-2012-1667.
233
234 Zero length resource records can cause BIND to crash resulting
235 in a DOS attack or information disclosure.
236
237 20120407:
238 mksh R40f (fixes regression)
239
240 20120328:
241 mksh R40e
242
243 Perl 5.14.2
244
245 20120229:
246 cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
247
248 20120209:
249 mDNSResponder 333.10 imported
250
251 20111227:
252 import raid5 module for GEOM, graid5(8)
253
254 This is experimental and known to use a lot of kernel
255 memory.
256
257 20111223:
258 telnetd: fix a root exploit from a fixed buffer that was not checked
259
260 pam: don't allow escape from policy path. Exploitable in KDE, etc.
261
262 Fix pam_ssh module:
263
264 If the pam_ssh module is enabled, attackers may be able to gain access
265 to user accounts which have unencrypted SSH private keys.
266
267 This has to due with the way that openssl works. It ignores unencrpted data.
268
269 Fix security issue with chroot and ftpd.
270
271 nsdispatch(3) doesn't know it's working in a chroot and some
272 operations can cause files to get reloaded causing a security
273 hole in things like ftpd.
274
275 20111217:
276 libdialog/dialog upgraded to an lgpl version. As it's not
277 backwardly compatable, include the old libdialog as libodialog
278
279 20111212:
280 mksh r40d imported
281
282 20111210:
283 re(4) and rl(4) updated to support new chips.
284
285 GEOM synced with FreeBSD 7-stable.
286
287 MidnightBSD GPT partition types created in sys/gpt.h and
288 setup in boot loader and GEOM.
289
290 amdsbwd(4) (amd watchdog for south bridge) updated to support
291 8xx series chipset.
292
293 20111207:
294 import bsd grep from FreeBSD/OpenBSD.
295
296 MK_BSD_GREP controls which grep is installed
297 as grep with the other as bsdgrep or gnugrep.
298
299 20111122:
300 mksh vR40c imported.
301
302 20111117:
303 BIND 9.6 ESV R5 P1
304
305 20111107:
306 tzdata 2011n
307
308 20111026:
309 mDNSResponder v320
310
311 BIND 9.6 ESV R5
312
313 20111022:
314 cflow 0.0.6 imported
315
316 20111020:
317 less v436 imported
318
319 amdsbwd(4) AMD southbridge watchdog
320
321 20111019:
322 awk 20110810 imported
323
324 et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
325 not included in GENERIC kernel. The kernel module needs
326 testing before we can include it in GENERIC.
327
328 intr_bind code ported to allow an IRQ to be bound to one
329 specific CPU core.
330
331 20111017:
332 Time Zone Data v. 2011l (Released 10 October 2011)
333
334 Updated list of countries (iso3166) to work with new timezone data.
335
336 20111015:
337 Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
338 to control which core or group of cores can be used for a given
339 process. Several new system calls were added to support this
340 functionality in the running kernel and for 32bit binary
341 compatibility on amd64.
342
343 The scheduler default has been changed to ULE in i386 and
344 amd64. Changes were made to both schedulers (4BSD AND ULE)
345 for this feature.
346
347 This work is based on Jeff Roberson's FreeBSD 7.1 patches.
348
349 20111004:
350 Fix a problem with unix socket handling caused by the recent
351 patch to unix socket path handling. This allows network
352 apps to work under the linuxolator again.
353
354 20111001:
355 Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
356 now default and an environment variable must be set to use
357 active.
358
359 20110930:
360 Introduce quirks handling for several umass devices including
361 USB cameras. Add workaround for Cyberpower UPS devices.
362
363 Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
364 Stale ip/tcp header pointers are no longer used, lockups fixed
365 when network cable is unplugged on bootup, enable TX checksum
366 offloading.
367
368 Add a new man page for gcache(8), a useful geom class when
369 working with large raid3 sets.
370
371 Restore previous workaround for Cypress pata storage controller.
372
373 20110929:
374 Sync ath(4) with FreeBSD 7.3.
375
376 The following modules are no longer available, and should be
377 removed from loader.conf:
378 ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
379
380 alc(4) would hibernate when a cable was unplugged and often
381 required bring the interface down and up to "wake up" so that
382 a connection could be established. Disable hibernation.
383
384 20110928:
385 Fix security issues with gzip and compress related to .Z
386 files that are corrupted.
387
388 Fix path validation with unix domain sockets.
389
390 20110917:
391 Remove dependance on mports perl for generating releases as
392 it's in the base system.
393
394 20110914:
395 Import xz 5.0.3 with liblzma 5.0.3
396
397 20110813:
398 synced the sparc64 GENERIC kernel configuration with amd64.
399
400 20110806:
401 sqlite 3.7.7.1 imported
402
403 msearch(1), libmsearch and msearch.import added. msearch(1) provides
404 a full text search command line tool. libmsearch can also be used
405 to build a graphical based search in the future. You can enable
406 index building for msearch in periodic.conf or manually run the
407 /usr/libexec/msearch.index tool. Full text indexes take considerable
408 space in /var. I'm using approximately 500MB currently.
409
410 Fix a long standing bug with the periodic script to check package
411 versions. This will be obsolete with mport though.
412
413 20110710:
414 kdb_enter_why added to MidnightBSD to allow the kernel debugger to
415 know why it's in use and thus script can be run.
416
417 Yet another problem with the perl manifest was fixed
418
419 20110709:
420 cpufreq(1) is a new utility to monitor CPU frequency which may change
421 with use of powerd(8) and cpufreq(4).
422
423 20110612:
424 Update mksh to R40
425
426 Catch up ObsoleteFiles.inc to remove Perl 5.10.x. Good to run when
427 updating current (cd /usr/src && make check-old)
428
429 20110528:
430 Fix CVE-2011-1910 in BIND 9.6.x. This affects caching resolvers.
431
432 20110526:
433 newfs:
434 Raised the default blocksize for UFS/FFS filesystems from
435 16K to 32K and the default fragment size from 2K to 4K.
436
437 This should slightly imporve performance on "advanced format"
438 hard drives such as the WD EARS drives. Drives of this type
439 have emulation modes that slow down with lower sizes. Of course
440 the drive must still be aligned properly when using fdisk.
441
442 20110521:
443 mport tool now has a deleteall command. This can be used to remove
444 all packages from a system.
445
446 A few bugs with the perl 5.14 import have been fixed.
447
448 20110518:
449 Perl 5.14.0
450
451 20110517:
452 Sendmail 8.14.5
453
454 20110314:
455 DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
456
457 cdevpriv wrappers added
458
459 nss_mdns hack introduced to work around linking problem.
460
461 dnsextd fixed after update to mDNSResponder code.
462
463 20110308:
464 Introduce liblzma & xz 5.0.1 to the base system
465
466 Patch for OpenSSL security issue CVE-2011-0014.
467
468 "OSREVISION 4004"
469
470 nsswitch module for multicast dns (nss_mdns) added.
471
472 tzdata2011c
473
474 20110220:
475 cam(4) syncronized with FreeBSD 7.3.
476
477 20110219:
478 amdtemp(4) updated to support sensors framework.
479
480 20110217:
481 Perl 5.10.1 imported
482
483 20110216:
484 Introduce igb(4) and split Intel Gigabit Ethernet adapters between
485 igb(4) and em(4). Newer devices use igb(4). The code has moved
486 to sys/dev/e1000 for both devices in the kernel. igb(4) has
487 been placed in GENERIC on i386 and amd64.
488
489 Update bfe(4) to support newer devices and WOL.
490
491 20110215:
492 age(4) added.
493
494 20110208:
495 BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
496
497 20110206:
498 eeemon(4) added to monitor Asus Eee PC.
499
500 20110205:
501 OpenSSH 5.7p1
502
503 GNU sort 6.9 (coreutils)
504
505 20110203:
506 one true awk 20100523 imported
507
508 sqlite 3.7.5
509
510 OpenSSL 0.9.8q
511
512 20110202:
513 tcsh 6.17.00
514
515 file 5.05
516
517 20110122:
518 Import it(4) and lm(4), with support for Super I/O hardware monitors. This
519 uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
520
521 20110120:
522 BIND 9.6.2-P3
523
524 sudo 1.7.4-p6
525
526 20110115:
527 Add experimental jme(4) for Jmicron ethernet devices.
528
529 20101130:
530 A double free exists in the SSL client ECDH handling code, when
531 processing specially crafted public keys with invalid prime
532 numbers. [CVE-2010-2939]
533
534 20101120:
535 Several portions of the kernel and userland code related to UFS file
536 systems (and UFS2) cannot properly handle inode counts above 2^31 due
537 to use of int types. Based on a patch from FreeBSD, I've modified
538 our UFS2 implementation to handle unsigned values for inode counts
539 which should allow for file systems greater than 16TB.
540
541 newfs and growfs was also modified.
542
543 20101110:
544 Fix a security issue with pseudofs which could result in running code in kernel
545 context or a kernel panic depending on system configuration. This affects file
546 systems such as procfs for instance.
547
548 20101021:
549 sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
550 This is similar to functions present in many linux distros. The utility was
551 written by Devin Teske for FreeBSD.
552
553 20100920:
554 bzip2 security patch for integer overflow.
555
556 20100905:
557 MidnightBSD RELENG_0_3 branch created. Aggressive development continues here
558 for 0.4.
559
560 20100902:
561 Fix a security issue with libutil that allows users to bypass cpu limits in
562 login.conf in some cases. This combined with OpenSSH for example can allow
563 the user to get more resources than they're allowed.
564
565 20100822:
566 Import Apple's mDNSResponder (mdnsd).
567
568 20100814:
569 libdispatch added to MidnightBSD. This provides functionality found in
570 Mac OS X's GCD. We do not have blocks support yet. As this code is
571 licensed under Apache 2, we create a new MK_APACHE option so that
572 it's not required for all users to run code under a license they
573 may not like.
574
575 20100713:
576 mbuf readonly fix related to sendfile(2) data corruption.
577
578 20100704:
579 brainfuck(1) imported from MirBSD.
580
581 20100505:
582 zlib 1.2.5
583
584 20100430:
585 Sudo 1.7.2p6 imported
586
587 20100321:
588 Update zlib to 1.2.4
589
590 20100319:
591 Removed i586 from default i386 generic kernel.
592
593 20100317:
594 Update to tzdata2010e (time zones). This includes changes in
595 Mexico.
596
597 Add support for several newer sound cards via hda including
598 ATI and Realtek chipsets.
599
600 20100313:
601 CPU detection has been changed. VIA Padlock detection added.
602
603 20100312:
604 Fix a number of bugs and compiler warnings in libmport. Handle
605 plus signs in paths for mport.check-fake
606
607 20100311:
608 mksh R39c
609
610 20100309:
611 Sudo 1.7.2p5
612
613 sqlite3 3.6.23
614
615 mksh R39b
616
617 libffi (ffi) 3.0.9
618
619 20100206:
620 WITHOUT_LIB32 is no longer needed on AMD64. GCC was fixed to
621 properly pass arguments to ld.
622
623 re(4) and rl(4) have been updated to support several new
624 realtek chipsets. Performance has been improved on re(4).
625
626 20100204:
627 Fix a bug cropping up on AMD64 MidnightBSD with sftp
628 segfaulting.
629
630 20100116:
631 Import ash changes from FreeBSD (bin/sh) 8-Stable.
632
633 BIND 9.6.1-P2
634
635 20100110:
636 Import Sendmail 8.14.4. Fix for SSL vulnerability.
637
638 posix_spawn(3) added to MidnightBSD libc. Users may need to build and
639 install libc before doing a full buildworld when upating from 0.2 or
640 older current systems.
641
642 kqueue(2) was modified to support portions of libdispatch functionality.
643
644 20100106:
645 Bind security update. Fix a bug with DNSSEC that causes negative
646 cache entries and thus a possible DNS cache poisoning attack.
647
648 Fix a bug in ZFS that can reset permissions on system crashes.
649
650 20091228:
651 amdtemp(4) was added. It allows one to monitor to the temperature
652 of an AMD CPU such as a Phenom.
653
654 20091205:
655 OpenSSL security fix
656
657 The SSL version 3 and TLS protocols support session renegotiation without
658 cryptographically tying the new session parameters to the old parameters.
659
660 20091128:
661 OpenBSD sensors framework imported including sensorsd(8)
662
663 20091126:
664 OpenNTPD 4.4 import
665
666 Update OpenSSH to 5.3p1
667
668 mksh R39
669
670 20091124:
671 cpdup updated from DragonFly to 1.15
672
673 tzdata2009s updated with latest timezone data for November 2009.
674
675 20091010:
676 amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
677 to test current.
678
679 Revert unicode filename fixes from ntfs code. This was causing chaos
680 on amd64 systems.
681
682 20091006:
683 Update timezone data with tzdata2009n with the Pakistan and
684 Argentina changes.
685
686 Sync several userland utilities with versions from FreeBSD 7.0 in
687 sbin and usr.sbin.
688
689 20090919:
690 Update timezone data with tzdate2009m from September 2009.
691
692 20090729:
693 Patch for Bind 9 security vulnerability. a dynmaic update packet
694 can trigger an assertion and cause named to exit
695
696 20090606:
697 Remove PCC from the base system. This compiler will not work
698 as a system compiler for us as we've got some userland investment
699 in C++ code and may have Objective-C in the future. We're stuck
700 with a solution that supports these three languages at a minimum.
701
702 I had wanted to keep it as an optional compiler because it is
703 fast, however too many users want to try to use it for the base
704 system which makes no sense.
705
706 A hack was added for Cypress based usb hard drive enclosures to
707 the kernel. This should cut down on commands it claims to support
708 but does not (at the cam layer). Found while testing ZFS on
709 an external device.
710
711 20090520:
712 The powerd daemon no longer starts automatically to improve
713 compatibility with many systems. However, there is a new
714 installer option in the startup section to enable it. This
715 makes it easier to enable for users that have working systems. I thought it was only a problem on older hardware, but it freaks
716 out my new Phenom too.
717
718 20090502:
719 OpenSSH 5.2p1 import
720
721 ale(4) connected to the build. (kernel module only)
722
723 20090501:
724 Imported makefs utility from NetBSD/FreeBSD
725
726 20090422:
727 OpenSSL security update
728
729 The function ASN1_STRING_print_ex does not properly validate the lengths
730 of BMPString or UniversalString objects before attempting to print them.
731
732 20090415:
733 Created a Symbol.map for libc/ohash symbols
734
735 Updated several usr/bin usr/sbin utilities.
736
737 Corrected a bug with Makefile.inc1 causing the bootstrap
738 tools to fail.
739
740 20090405:
741 xorg 7.4 wants to configure its input devices via hald which does not
742 yet work with USB. If the keyboard/mouse does not work in xorg then
743 add
744 Option "AllowEmptyInput" "off"
745 to your ServerLayout section. This will cause X to use the configured
746 kbd and mouse sections from your xorg.conf
747
748 20090403:
749 mksh was disconnected a few day ago do to bugs with
750 buildworld and mports. Now, connect it back
751 for use as /bin/sh with a conditional called
752 MK_ASH. By default, ash is the standard /bin/sh
753 but we may change this later. This will allow further
754 testing by users and developers of mksh without
755 causing an unpleasant default experience. In the
756 long run, we need to fix mksh compatibility.
757
758 20090328:
759 Bring in mksh R37 from CVS. The dot.mkshrc files for root
760 and skel were changed. mksh(1) now replaces ash aka sh(1)
761 as the default /bin/sh. Please report bugs with
762 ports, etc. The ash code will remain in the repo for awhile
763 as I decide if we'll add something like MK_SHELL_ASH as
764 an optional build parameter.
765
766 ahd was disconnected from the lint environment until
767 the compiler bug is sorted (by updating gcc?)
768
769 Remove freebsd-tips from fortune files and change the
770 default for login and profile.
771
772 20090327:
773 Update libarchive to 2.5.5, tar, and add bsdcpio.
774
775 Also previously, ctriv has been connecting Perl 5.10
776 to the build (part of os). This will have an impact
777 on mports.
778
779 20090325:
780 Update Bind to 9.4.3-P1
781
782 Update mksh to R36b
783
784 Update tcpdump to 3.9.8, fix libpcap to work with current.
785
786 Update pnpinfo, sync with FreeBSD.
787
788 20090115:
789 Fix a problem with DNSSEC and BIND.
790
791 20090110:
792 For applications using OpenSSL for SSL connections, an invalid SSL
793 certificate may be interpreted as valid. This could for example be
794 used by an attacker to perform a man-in-the-middle attack.
795
796 Other applications which use the OpenSSL EVP API may similarly be
797 affected.
798
799 Stop cross site request forgery attacks in lukemftpd
800
801 20090104:
802 Import GNU libreadline 5.2
803
804 20090101:
805 Update time zone data to 2008i.
806
807 20081231:
808 Correct a problem where bluetooth and netgraph sockets are not
809 properly initialized.
810
811 Happy 2009.
812
813 20081206:
814 Due to the massive change in the underlying system under way,
815 we're naming the next release 1.0. The sys/sys/param.h was
816 changed accordingly. ipfilter and ncurses were corrected
817 using __MidnightBSD__ tests in the code.
818
819 The GENERIC kernel config was caught up on i386 today. Consider
820 i386 still broken, but amd64 is running again.
821
822 mdoc.local was updated with the new MidnightBSD version info.
823
824 batt(1) was rewritten in C. It now supports several flags and
825 runs about 8 times faster on my laptop. The default output
826 shows the number of minutes of battery life remaining and the
827 percentage. You can use -u to display the number of batteries or
828 -c to get script friendly output. Consult the man page for more.
829
830 20081204:
831 Work has completed on importing ZFS, jemalloc, several
832 new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
833 support, improved locking for file desc., audit (openbsm),
834 openssl .98e, nfe, imporved intel high def audio, midi, updated
835 intel gigabit (em), support for several wifi cards (intel), ...
836
837 Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
838 data from param.h instead of the FreeBSD version. This means
839 testing is now possible in the ports tree for the version
840 and that any ports or code relying on the FreeBSD version from
841 sys/sys/param.h will need to be fixed.
842
843 20080905:
844 update nve(4) to support new hardware.
845
846 20080801:
847 Import OpenBSM 1.0
848
849 Modify src/release to create 3 isos instead of 2 for packages.
850
851 etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
852
853 Many ia64, alpha, powerpc items were removed.
854
855 The recent diffutils 2.8.7 import was fixed.
856
857 20080703:
858 pcc was not installed properly when setting DESTDIR for live cds,
859 or posibly jails.
860
861 20080627:
862 Add firmware(9), WEP, CCMP, TKIP to GENERIC.
863
864 Add glabel to GENERIC.
865
866 Intel ICH8 mobile chipset used on some iMacs included with ata.
867
868 pcc connected to the build on i386. (alternative compiler)
869
870 ath added to GENERIC. (Atheros wireless NICs) on amd64/i386
871
872 20080528:
873 Sendmail 8.14.3
874
875 20080516:
876 ssh-vulnkey allows you to look for vulnerable ssh keys that
877 were generated on Debian and Ubuntu hosts over the last
878 few years. sshd can block offending keys with a configuration
879 option.
880
881 The elf note on binaries is now set to MidnightBSD.
882
883 20080514:
884 Fixed a number of problems with pcc. It is not yet connected
885 to the build, but usable on i386 hosts. You may use it
886 by make; make install in /usr/src/usr.bin/pcc. It will
887 install in /usr/local as some of the files conflict with
888 GCC versions. __MidnightBSD__ is defined in PCC as well.
889
890 System headers were fixed to allow pcc to compile many binaries
891 on MidnightBSD. bin/cp will work now for instance.
892
893 20080430:
894 __MidnightBSD__ is now defined via gcc. This can be tested
895 to determine we're running on MidnightBSD in the preprocessor.
896
897 20080429:
898 Import bind 9.4.2 with threading
899
900 libpthread (KSE) and libthr are built earlier
901
902 pcvt(4) removed!
903
904 Alias added for core2 cpus.
905
906 Alpha and PC98 only utilities removed from usr/sbin
907
908 syslogd, adduser, rmuser, mergemaster and mailwrapper have been
909 improved. See the man pages for info.
910
911 periodic scripts will not send emails with empty message bodies.
912 See mailwrapper fix.
913
914 20080410:
915 Sync cpdup with DragonFly. Add parallel transaction support and
916 -l flag to line-buffer stdout and stderr.
917
918 20080406:
919 Import bzip2 1.05
920 Import OpenSSH 4.9p1
921
922 20080322:
923 The default umask was changed to 022.
924
925 /usr/X11R6 paths were removed from several config files.
926
927 .mkshrc files are now installed for root.
928
929 20080316:
930 FIx a problem with gif0 tunnels and neighbors with IPV6.
931
932 20080312:
933 Add lndir from X.org. This aides in the porting of MirPorts.
934
935 New OS versions were added to the mapage code (groff)
936
937 20080310:
938 Correct a buffer overflow in ppp.
939
940 20080308:
941 Remove /usr/X11R6 from manpath config.
942
943 20080307:
944 Atheros driver no longer has several options set
945 which corrects building in tinderbox on all three platforms.
946
947 Added a new macro to sx.h which returns true if the current
948 thread holds an exclusive lock on a specifix sx.
949
950 Removed OS/2's HPFS file system. It's not maintained and
951 I don't know anyone using OS/2 or ecomstation these days.
952 My copy is in the closet collecting dust.
953
954 20080306:
955 Synced tinderbox with FreeBSD. Modified it for MidnightBSD.
956 Developers can now use it to check src builds.
957
958 20080303:
959 Add mksh to /etc/shells, made some adjustments to options
960 for mksh builds per suggestion upstream.
961
962 USB HID table updated with modern hardware list.
963
964 Updated BSD family true (we're not in there yet)
965
966 iso3166 file updated and import of tzdata2007k for
967 new time zones.
968
969 Updated mksh to latest version R33.
970
971 20080228:
972 Remplaced the random IP id generation code with a new
973 version by Amit Klein.
974
975 20080221:
976 Sendfile write only permissions fix.
977
978 Removed some HPFS and PC98 code.
979
980 iso639 file sycned with DragonFly.
981
982 20080128:
983 Changed NTP configuration so that ips aren't cached
984 so multiple servers are used.
985
986 Fix an issue with fork() in libpthread.
987
988 20080121:
989 Add virtualization detection to set the HZ rate
990 according to a VM present. VMWare and Parallels
991 should work better like this.
992
993 Change to full x11 install in sysinstall. Add
994 xorg 7 support.
995
996 20080115:
997 Fix the handling of PTY's. CVE-2008-0216
998
999 20080105:
1000 mport delete code added, USE_MPORT_TOOLS knob aded.
1001
1002 20080101:
1003 Happy New Year
1004
1005 20071123:
1006 Update sendmail to 8.14.2
1007
1008 20071120:
1009 Update system compiler to gcc 3.4.6.
1010
1011 20071023:
1012 Updated mksh to R31d.
1013
1014 20070911:
1015 Updated mksh to version R31b.
1016
1017 Fixed stderr output in libpthread. Previously it was
1018 written to stdout.
1019
1020 20070831:
1021 Added dot.mkshrc file to support the recent change to
1022 mksh from OpenBSD's ksh derived from pdksh.
1023
1024 Added new firewall configuration. ipfw is enabled by default
1025 with a "desktop" configuration. Consult /etc/rc.firewall
1026 or ipfw show to see the ruleset used. You can disable
1027 ipfw by setting firewall_enable="NO" in /etc/rc.conf This
1028 change only effects IPv4. IPv6 does not have a firewall
1029 enabled by default.
1030
1031 20070814:
1032 Removed GNU tar source. We've been using BSD tar
1033 for awhile.
1034
1035 20070806:
1036 Finished removing umapfs and autofs from the tree.
1037
1038 20070804:
1039 BIND and Tcpdump have been patched for recent vulnerabilities.
1040
1041 We switched to BSD cpio (pax).
1042
1043 20070719:
1044 Imported cpdup from DragonFly as /bin/cpdup
1045
1046 20070716:
1047 Update GNU cpio to 2.8.
1048
1049 20070410:
1050 cvs was updated to 1.12.13. cvsbug was removed.
1051 cvs now behaves similarly to DragonFly's cvs with
1052 most of their local changes.
1053
1054 20070409:
1055 RELENG_0_1 was created. More aggresive changes will
1056 continue here.
1057
1058 20070406:
1059 Back out propolice. propolice caused several problems
1060 with our threading libraries libthr and libpthread.
1061 curthread was often NULL after the patch and many
1062 multithreaded applications would crash. We plan to
1063 work on either bringing in gcc 4.1 or developing a new
1064 patch which also corrects our threading issues later.
1065
1066 It is more important to have a stable system for our
1067 mport work and other projects at this time.
1068
1069 This is not a clean removal. It is recommended that you
1070 have a recently SNAP CD handy. You can either reinstall
1071 or perform a make buildworld and make buildkernel and
1072 make installkernel. Reboot on the cd and copy the contents
1073 of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
1074 /usr/lib, and /usr/libexec to the respective directories on
1075 your disk. Then you should be able to boot into single user
1076 mode and run make installworld. You will need to run
1077 chflags noschg on some of the files if you can't overwrite
1078 them.
1079
1080 You will get __guard missing errors since we had to remove
1081 this from libc.
1082
1083 You will need to rebuild any ports built while propolice was
1084 installed.
1085
1086 20070401:
1087 Importing propolice into MidnightBSD. Propolice is going to
1088 provide us with much greater security and stability in the
1089 long run. If upgrading from a pre-propolice system, please
1090 follow the these instructions:
1091
1092 cd /usr/src/lib/libc && make obj && make && make install
1093 cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
1094 cd /usr/src/lib/libpthread && make obj && make && make install
1095 cd /usr/src/lib/libthr && make obj && make && make install
1096 buildworld and kernel
1097
1098 It is adviced that any mports which were installed and/or built
1099 prior to the propolice update also be updated. If any errors
1100 or issue are encounted, please contact security@midnightbsd.org
1101 and we will be sure to investigate and come up with an expeditious
1102 fix.
1103
1104 20070314:
1105 Remove send-pr from src.
1106
1107 Switch to NetBSD's gzip.
1108
1109 Bump MBSD minor revision.
1110
1111 20070313:
1112 Imported OpenSSH 4.6p1.
1113
1114 Imported FreeBSD's libarchive and updated tar to work with it.
1115
1116 Disabled debug statements cluttering up /var/log/messages for
1117 the tcp autobuf patch applied previously.
1118
1119 20070312:
1120 Synced several audio changes from FreeBSD 6.1. Removed the
1121 BSD Daemon files from src/share.
1122
1123 20070308:
1124 Added mfi which supports LSI Logic MegaRAID SAS devices including
1125 the Dell perc5i.
1126
1127 20070206:
1128 Imported OpenBSD's sudo into source. Please install
1129 /usr/src/usr.bin/sudo/lib first before building.
1130
1131 Those who install from a snapshot after this date
1132 will not be effected.
1133
1134 20070119:
1135 Added audit group. Be sure to add audit to your /etc/group file
1136 before installing world.
1137
1138 hostapd was updated to 0.4.8.
1139
1140 An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
1141 unbreak world.
1142
1143 wpa_supplicant was updated.
1144
1145 For stability and compatibility reasons, it was decided that MidnightBSD
1146 sync with FreeBSD 6.1 Release. Nearly every change between the original
1147 fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
1148 2006 will be merged. Beyond this, MidnightBSD will be a "real" fork and
1149 will not sync every little change with FreeBSD.
1150
1151 20061231:
1152 Updated COPYRIGHT for 2007.
1153
1154 Updated and bumped libutil after importing NetBSD efun(3) functions.
1155
1156 Added MidnightBSD_version and bumped the FreeBSD version as we've
1157 synced all commits between the fork and that version. It is now safe
1158 to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
1159 Feb 26, 2006.
1160
1161 Added spell(1) and deroff(1) from NetBSD. Also added additional
1162 dict files to work with it. /usr/share/dict/american,
1163 /usr/share/dict/british and /usr/share/dict/special/math
1164
1165 Numerous man page and bug fixes.
1166
1167 20061226:
1168 Setup /usr/share/examples/cvsup SUPfiles for the new
1169 MidnightBSD CVSup server.
1170
1171 Fix a bug in burncd where it would continue forever while
1172 erasing CDRW media.
1173
1174 Add csup to /usr/bin. csup is a CVSup replacement written
1175 in C.
1176
1177 Fixed a bug with bsnmpd build from Oct 30.
1178
1179 Corrected some race conditions and fixed a few bugs in
1180 geom. Imported changes from FreeBSD RELENG_6.
1181
1182 20061225:
1183 Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
1184 that caused long double to long and long long
1185 conversion of negative numbers to always result in -1.
1186
1187 20061221:
1188 Fixed acpi_battery.c to not report an ERROR if no
1189 batteries are present.
1190
1191 Performed some minor updates on the RL and RE NIC drivers.
1192 RL should no longer panic when trying to print errors.
1193
1194 Corrected a bug with TTY.
1195
1196 20061218:
1197 Corrected a bug with libpthread where newly created suspended
1198 threads don't get scheduled.
1199
1200 20061206:
1201 Fixed a typo with the firewire security patch.
1202
1203 20061129:
1204 Minor cleanups to utilities in bin.
1205
1206 Fixed msdos file system short file name behavior to match
1207 FreeBSD.
1208
1209 20061031:
1210 Updated man pages in section 7.
1211
1212 20061030:
1213 Updated sys/dev/drm to support intel 915 and radeon
1214 r300 cards properly.
1215
1216 Synced snmpd with FreeBSD-stable.
1217
1218 Fixed a bug in rm which could cause data loss.
1219
1220 20061027:
1221 Added Intel ICH8 and nForce 5 support to ATA. cam, mpt,
1222 random, kbdmux, atkbd, and usb were updated. Changes
1223 to clearing registers on SSE enabled processors (i386)
1224 commited.
1225
1226 lukemftpd updated.
1227
1228 openssh rc script was altered which effects initial
1229 seeding.
1230
1231 20061014:
1232 Workaround for em driver problem on shared IRQ.
1233
1234 Started removal of alpha support.
1235
1236 20061013:
1237 ATA driver was updated. USB/USB1/USB2 types added.
1238
1239 20061010:
1240 OpenSSH was updated to 4.4p1.
1241
1242 20060909:
1243 OpenNTPD was added to MidnightBSD. Run make delete-old to remove
1244 the old ntpd daemon.
1245
1246 cat has a new option -D which allows you to timestamp output
1247 on a per line basis.
1248
1249 The kernel has a keyboard mux which allows you to have multiple
1250 keyboard connected simultaneously. USB keyboard support was also
1251 improved with this patch.
1252
1253 The Intel em driver was updated. Network performance was greatly
1254 increased on many systems. Additional models are supported.
1255
1256 The ATA driver was patched to fix a potential deadlock.
1257
1258 Bind was patched to fix a potential denial of service condition.
1259
1260 20060817:
1261 ksh has been added to the base system. If you previously had
1262 the port installed, it will be overwritten on the next buildworld.
1263
1264
1265
1266 To build a kernel
1267 -----------------
1268 If you are updating from a prior version of MidnightBSD (even one just
1269 a few days old), you should follow this procedure. With a
1270 /usr/obj tree with a fresh buildworld,
1271 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
1272 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
1273
1274 To test a kernel once
1275 ---------------------
1276 If you just want to boot a kernel once (because you are not sure
1277 if it works, or if you want to boot a known bad kernel to provide
1278 debugging information) run
1279 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
1280 nextboot -k testkernel
1281
1282 To just build a kernel when you know that it won't mess you up
1283 --------------------------------------------------------------
1284 This assumes you are already running a 6.X system. Replace
1285 ${arch} with the architecture of your machine (e.g. "i386",
1286 "amd64", "ia64", "pc98", "sparc64", etc).
1287
1288 cd src/sys/${arch}/conf
1289 config KERNEL_NAME_HERE
1290 cd ../compile/KERNEL_NAME_HERE
1291 make depend
1292 make
1293 make install
1294
1295 If this fails, go to the "To build a kernel" section.
1296
1297 To rebuild everything and install it on the current system.
1298 -----------------------------------------------------------
1299 # Note: sometimes if you are running current you gotta do more than
1300 # is listed here if you are upgrading from a really old current.
1301
1302 <make sure you have good level 0 dumps>
1303 make buildworld
1304 make kernel KERNCONF=YOUR_KERNEL_HERE
1305 [1]
1306 <reboot in single user> [3]
1307 mergemaster -p [5]
1308 make installworld
1309 make delete-old
1310 mergemaster [4]
1311 <reboot>
1312
1313
1314 To cross-install current onto a separate partition
1315 --------------------------------------------------
1316 # In this approach we use a separate partition to hold
1317 # current's root, 'usr', and 'var' directories. A partition
1318 # holding "/", "/usr" and "/var" should be about 2GB in
1319 # size.
1320
1321 <make sure you have good level 0 dumps>
1322 <boot into -stable>
1323 make buildworld
1324 make buildkernel KERNCONF=YOUR_KERNEL_HERE
1325 <maybe newfs current's root partition>
1326 <mount current's root partition on directory ${CURRENT_ROOT}>
1327 make installworld DESTDIR=${CURRENT_ROOT}
1328 cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
1329 make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
1330 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
1331 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>
1332 <reboot into current>
1333 <do a "native" rebuild/install as described in the previous section>
1334 <maybe install compatibility libraries from src/lib/compat>
1335 <reboot>
1336
1337
1338 To upgrade in-place from 5.x-stable or higher to 6.x-stable
1339 -----------------------------------------------------------
1340 <make sure you have good level 0 dumps>
1341 make buildworld [9]
1342 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
1343 [1]
1344 <reboot in single user> [3]
1345 mergemaster -p [5]
1346 make installworld
1347 make delete-old
1348 mergemaster -i [4]
1349 <reboot>
1350
1351 Make sure that you've read the UPDATING file to understand the
1352 tweaks to various things you need. At this point in the life
1353 cycle of current, things change often and you are on your own
1354 to cope. The defaults can also change, so please read ALL of
1355 the UPDATING entries.
1356
1357 Also, if you are tracking -current, you must be subscribed to
1358 freebsd-current@freebsd.org. Make sure that before you update
1359 your sources that you have read and understood all the recent
1360 messages there. If in doubt, please track -stable which has
1361 much fewer pitfalls.
1362
1363 [1] If you have third party modules, such as vmware, you
1364 should disable them at this point so they don't crash your
1365 system on reboot.
1366
1367 [3] From the bootblocks, boot -s, and then do
1368 fsck -p
1369 mount -u /
1370 mount -a
1371 cd src
1372 adjkerntz -i # if CMOS is wall time
1373 Also, when doing a major release upgrade, it is required that
1374 you boot into single user mode to do the installworld.
1375
1376 [4] Note: This step is non-optional. Failure to do this step
1377 can result in a significant reduction in the functionality of the
1378 system. Attempting to do it by hand is not recommended and those
1379 that pursue this avenue should read this file carefully, as well
1380 as the archives of freebsd-current and freebsd-hackers mailing lists
1381 for potential gotchas.
1382
1383 [5] Usually this step is a noop. However, from time to time
1384 you may need to do this if you get unknown user in the following
1385 step. It never hurts to do it all the time.
1386
1387 [8] In order to have a kernel that can run the 5.x binaries
1388 needed to do an installworld, you must include the COMPAT_FREEBSD5
1389 option in your kernel. Failure to do so may leave you with a system
1390 that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5
1391 is required to run the 5.x binaries on more recent kernels.
1392
1393 Make sure that you merge any new devices from GENERIC since the
1394 last time you updated your kernel config file.
1395
1396 [9] When checking out sources, you must include the -P flag to have
1397 cvs prune empty directories.
1398
1399 If CPUTYPE is defined in your /etc/make.conf, make sure to use the
1400 "?=" instead of the "=" assignment operator, so that buildworld can
1401 override the CPUTYPE if it needs to.
1402
1403 MAKEOBJDIRPREFIX must be defined in an environment variable, and
1404 not on the command line, or in /etc/make.conf. buildworld will
1405 warn if it is improperly defined.
1406
1407 Copyright information:
1408
1409 Copyright 1998-2005 M. Warner Losh. All Rights Reserved.
1410
1411 Redistribution, publication, translation and use, with or without
1412 modification, in full or in part, in any form or format of this
1413 document are permitted without further permission from the author.
1414
1415 THIS DOCUMENT IS PROVIDED BY WARNER LOSH ``AS IS'' AND ANY EXPRESS OR
1416 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1417 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1418 DISCLAIMED. IN NO EVENT SHALL WARNER LOSH BE LIABLE FOR ANY DIRECT,
1419 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1420 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1421 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1422 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1423 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1424 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1425 POSSIBILITY OF SUCH DAMAGE.
1426
1427 If you find this document useful, and you want to, you may buy the
1428 author a beer.
1429
1430 Contact Warner Losh if you have any questions about your use of
1431 this document.
1432
1433 $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1434 $MidnightBSD$

Properties

Name Value
svn:keywords MidnightBSD=%H