ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 5706
Committed: Wed Jan 23 02:35:12 2013 UTC (11 years, 3 months ago) by laffer1
File size: 35534 byte(s)
Log Message:
OpenSSH updated

File Contents

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

Properties

Name Value
cvs2svn:cvs-rev 1.165