-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathUPDATING
More file actions
130 lines (97 loc) · 4.81 KB
/
Copy pathUPDATING
File metadata and controls
130 lines (97 loc) · 4.81 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
This file documents some of the problems you may encounter when upgrading
your ports. We try our best to minimize these disruptions, but sometimes
they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20250327:
AFFECTS: users of thunderbird
AUTHOR: cmt@FreeBSD.org
The mail/thunderbird port switched to Thunderbird's new release train,
with frequent major releases (ca. 4-weeks-cycle). Users wanting to
stay with the 128-releases for now and the ESR releases in general
should switch to the mail/thunderbird-esr port.
20250325:
AFFECTS: users of TeX*
AUTHOR: bofh@FreeBSD.org
TeX system has been updated to 2025 from 2024. Normal pkg upgrade or
portmaster -a should handle all the upgrade properly. In case not please
create a ticket or send a mail to tex@FreeBSD.org
Previously users have reported to delete texlive-texmf prior to
starting update, or pkg-static will indicate there is a conflict
during the upgrade of texlive-base :
# pkg remove texlive-texmf
20250321:
AFFECTS: users of mail/oama
AUTHOR: nivit@FreeBSD.org
Starting from version 0.15, when the GPG backend is used the encrypted
credentials are stored in the $XDG_STATE_HOME/oama directory.
If the XDG_STATE_HOME environment variable is not set then it defaults to
$HOME/.local/state.
That is a breaking change! If you use the GPG backend you need to manually
move your credential ~/.local/var/oama/*.oama files into the new directory.
20250316:
AFFECTS: users of graphics/gdk-pixbuf2
AUTHOR: vishwin@FreeBSD.org
Loaders for ANI, BMP, ICNS, ICO, PNM, QTIF, TGA, XBM and XPM have
been moved to a separate graphics/gdk-pixbuf-extra port. Install
the aforementioned port if artefacts in those formats no longer
load or otherwise cause errors, and report them so that
USE_GNOME=gdkpixbufextra can be declared. Most should only need
USE_GNOME=gdkpixbufextra:run, but for those also needing these
loaders for build, leave out the :run.
20250315:
AFFECTS: users of sysutils/snmp_exporter
AUTHOR: lexi@hemlock.eden.le-fay.org
BREAKING CHANGE: The new version of sysutils/snmp_exporter (0.28.0)
introduces several breaking changes. If you don't want to migrate yet,
switch to the new port sysutils/snmp_exporter20 which contains the previous
version (0.20.0).
1. The exporter uses a new configuration file format for SNMP authentication,
and configurations from the previous version will no longer work. This
applies regardless of whether you use the configuration generator or write
the configuration by hand.
For migration instructions, see:
https://github.com/prometheus/snmp_exporter/blob/main/auth-split-migration.md
2. Breaking changes were made affecting the 'synology', 'ddwrt' and
'kemp_loadmaster' modules. For migration instructions, see:
https://github.com/prometheus/snmp_exporter/releases/tag/v0.27.0
3. The sysUpTime metric has been removed from the if_mib module. For
migration instructions, see:
https://github.com/prometheus/snmp_exporter/releases/tag/v0.28.0
4. (FreeBSD-specific) The port no longer patches the generator to hardcode
${PREFIX}/etc in the paths used by snmp_exporter_generator. If you were
relying on this behaviour, you should update your scripts to specify the full
pathname.
20250312:
AFFECTS: users of net/samba4{19,20}
AUTHOR: michaelo@FreeBSD.org
The MANDOC option has been renamed to MANPAGES to match the option
name with other ports and the description from Mk/bsd.options.desc.mk.
20250311:
AFFECTS: users of databases/mongodb80
AUTHOR: ronald@FreeBSD.org
Added flavor mongodb80-armv80a.
See item 20250217 for the rationale.
20250310:
AFFECTS: users of www/wget2
AUTHOR: michaelo@FreeBSD.org
The default NGHTTP2 option has been renamed to HTTP2 to match the option
name in ftp/curl and the description from Mk/bsd.options.desc.mk.
20250219:
AFFECTS: users of comms/ser2net
AUTHOR: rodrigo@FreeBSD.org
ser2net 4.6.4 doesn't support 3.5.1 configuration who has to be
converted over to use new YAML syntax.
Please see the examples on ser2net.yaml sample configuration and
read the ser2net.yaml manpage on how to configure the new version.
Additional links and resources have been provided on the pkg-message.
20250217:
AFFECTS: users of databases/mongodb70
AUTHOR: ronald@FreeBSD.org
MongoDB on non-LSE ARM CPUs like Raspberry Pi 4 works but is
unsupported upstream and can give corruption on high concurrency.
Please read https://jira.mongodb.org/browse/SERVER-71772 for details.
Port mongodb70 is flavored to create two packages:
mongodb70 and mongodb70-armv80a
Please install mongodb70-armv80a on RPI4 or similar ARM systems as pkg
mongodb70 will fail on runtime with unsupported instruction error.