forked from bitrig/bitrig
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUPDATING
52 lines (35 loc) · 1.59 KB
/
UPDATING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
This file contains special operations that are required to update past flag
days in the system. Any pertinent sections between the current version of your
system and the current day should be read before operation and performed either
before or after the update, depending on the instructions in the individual
steps.
If you are unsure of the date of your current system snapshot, the build date
and git commit SHA of the kernel are included in the copyright message printed
at the beginning of the kernel dmesg(8).
* 2015-02-28: clang 3.6.0
* 2015-01-23: vnd encryption support removed
* 2015-01-02: clang 3.4.2
* 2014-12-29: /var/tmp
* 2015-02-28: clang 3.6.0
Clang has been updated from 3.4.2 to 3.6.0. As a result of that change
the headers are installed into a new directory. The old headers have to
be removed manually after upgrading.
As root:
# rm -r /usr/lib/clang/3.4.2
* 2015-01-23: vnd encryption support removed
The encryption support in vnd(4) was obsolete and has been removed. Please
consider using softraid(4) with the CRYPTO discipline instead. Also the
[-kKS] flags, which are related to vnd encryption, have been removed from
vnconfig.
* 2015-01-02: clang 3.4.2
Clang has been updated from 3.4.0 to 3.4.2. As a result of that change
the headers are installed into a new directory. The old headers have to
be removed manually after upgrading.
As root:
# rm -r /usr/lib/clang/3.4
* 2014-12-29: /var/tmp
/var/tmp is now a symlink to /tmp. If you're compiling from source, the
symlink has to be manually created.
As root:
# rm -r /var/tmp
# ln -s /tmp /var/tmp