ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 6933
Committed: Thu Nov 6 12:04:30 2014 UTC (9 years, 7 months ago) by laffer1
File size: 41666 byte(s)
Log Message:
timezone data updated

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H