/[smeserver]/cdrom.image/sme9/README.txt
ViewVC logotype

Contents of /cdrom.image/sme9/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.20 - (show annotations) (download)
Thu Jul 21 19:42:48 2016 UTC (7 years, 9 months ago) by vip-ire
Branch: MAIN
Changes since 1.19: +228 -131 lines
Content type: text/plain
Update release notes for 9.2 beta1

1 Koozali SME Server 9.2 Beta 1 Release Notes
2 ===========================================
3
4 20 July 2016
5
6 The Koozali SME Server (SME Server) development team is pleased to announce
7 the release of SME Server 9.2 Beta 1 which is based on CentOS 6.8
8
9 Bug reports and reports of potential bugs should be raised in the bug
10 tracker (and only there, please);
11
12 http://bugs.contribs.org/
13
14 Download
15 ========
16
17 You can download Koozali SME Server 9.2 Beta 1 from
18 http://mirror.contribs.org/smeserver/releases/testing/9.2.beta1/
19 or for other methods see http://wiki.contribs.org/SME_Server:Download
20
21 Please note it may take up to 48 hours for mirrors to finish syncing,
22 during this time you may experience problems.
23
24
25 About SME Server
26 ================
27
28 SME Server is the leading Linux distribution for small and medium
29 enterprises. Loozali SME Server is brought to you by Koozali Foundation, Inc.,
30 a non-profit corporation that exists to provide marketing and legal support
31 for SME Server.
32
33 SME Server is freely available under the GNU General Public License and
34 is only possible through the efforts of the SME Server community.
35 However, the availability and quality of SME Server is dependent on
36 meeting our expenses, such as hosting costs, server hardware, etc.
37
38 As such, we ask for a donation to offset costs and fund further development.
39
40 a) If you are a school, a church, a non-profit organisation or an individual
41 using SME Server for private purposes, we would appreciate you to contribute
42 within your means toward the costs associated with hosting, maintenance and
43 development.
44
45 b) If you are a company or an integrator and you are deploying SME Server in
46 the course of your work to generate revenue, we expect you to make a donation
47 commensurate with the level of revenue you generate and the number of servers
48 your have in the field. Please, help the project
49
50 Please visit http://wiki.contribs.org/Donate to donate.
51
52 Koozali Inc is happy to supply an invoice for any donations received,
53 simply email treasurer@koozali.org
54
55
56 Notes
57 =====
58
59 In-place upgrades are not supported. It is necessary to backup and then restore.
60 /boot partition is always RAID 1.
61
62 The spare handling for RAID arrays is not implemented.
63
64 USB installs are now supported, see:
65 http://wiki.contribs.org/Install_From_USB#SME_Server_9
66
67
68 Major changes in this release
69 =============================
70
71 Major Changes in this release. LDAP - Hook into the new ssl-update event, Mail Server - Allow reading SSL_version from the tls_protocols config file (and turn TLSv1 back on by default), Modify whitelist_soft transaction to interact with dnsbl filter, Revert forcing TLSv1 patch as it breaks some inbound delivery, Remove karma rcpt handling, Check rua is defined before trying to parse it to prevent an error if a domain has a DMARC entry published with no rua, add support for the uribl plugin, add detailed spamassassin report headers. Server Manager - Allow access to the server-manager without SSL from the loopback, Don't redirect to http when login in/out of the server-manager from localhost. Web Server - Hook into the new ssl-update event, Set TLSv1 back to enabled (but keep a prop to disable it if needed). Other fixes and updates - Correctly display http URL to the server-manager in the console, Remove motd text from grub.cfg
72
73
74 Detailoed changes in this release
75 =======================
76
77 Only the changes since SME Server 9.1 are listed, mainly
78 autogenerated from the changelogs.
79
80 Packages altered by Centos, Redhat, and Fedora-associated developers are
81 not included.
82
83 File Server
84
85 - Additional tweak (to avoid null pointer dereference) for upstream bug 3868
86 - Fix for CVE-2016-3125: usage of 1024 bit DH key even with manual parameters
87 set (http://bugs.proftpd.org/show_bug.cgi?id=4230)
88 - Also fixed related issue where only first DH param in TLSDHParamFile is used,
89 regardless of requested keylength (http://bugs.proftpd.org/show_bug.cgi?id=3868)
90 - Fix SUID/SGID directory permission setting regression introduced with fix
91 for CVE-2012-6095 (#1297264)
92 - Add support for specifying TLSv1.1 and TLSv1.2 (#1281493)
93 - Add dependency on perl(Crypt::Cracklib), needed for ftpasswd --use-cracklib
94 - Add -utils subpackage for support tools (#1258440), using a sub-package to
95 ensure that the main package does not require perl
96 - Update ftpasswd to version from proftpd 1.3.5a for additional functionality
97 (SHA passwords, locking and unlocking of accounts)
98
99 LDAP
100
101 - Hook into the new ssl-update event
102 - Remove size limit for search result
103 - Make pdbedit output independent from locale and timezone so it can be
104 parsed
105 - Symlink /etc/init.d/ldap to /usr/bin/sv,
106 Chown all DB files to ldap before staring slapd
107 - Set checkpoint in slapd.conf instead of DB_CONFIG,
108 Don't overwrite the ldif dump if slapcat's output is empty
109 (code from Charlie Brady)
110 - Stop ldap on shutdown (rc0 and rc6)
111 - Run db_recover on startup
112 - Don't wipe LDAP DB when the ldif dump is empty
113
114 Localisation
115
116 - Apply locale 2016-06-15 patch from pootle
117
118 Mail Server
119
120 - Update to release 0.99.2
121 - Add pcre-devel to BuildRequires
122 - Hook into a new ssl-update event
123 - Allow setting SSL protocols from DB (and set TLSv1 back to enabled
124 on a default install)
125 - Disable TLSv1
126 - Disable fips mode on stunnel
127 - Use stunnel instead of sslio to support TLS
128 - Add possibility to exclude users or members of other groups from group
129 email address
130 - Remove karma rcpt handling, Fix karma logic by checking negative strikes
131 Backport a fix for karma_tool so it can find its database
132 - Check rua is defined before trying to parse it to prevent an error
133 if a domain has a DMARC entry published with no rua
134 - Fix error when RCPT TO is not valid
135 - Update to 0.96 (with some backports from GIT head)
136 - Allow reading SSL_version from the tls_protocols config file (and turn
137 TLSv1 back on by default)
138 - Correctly log login attempts with nulls in login name
139 - Modify whitelist_soft transaction to interact with dnsbl filter
140 - by John Crisp <jcrisp@safeandsoundit.co.uk>
141 - Added qpsmtpd-0.84-make-dnsbl-more-whitelist_soft-aware.patch
142 - Disable SSLv3
143 - New notls conf to set hosts you dont want to advertize STARTTLS to
144 - Revert forcing TLSv1 patch as it breaks some inbound delivery
145 - Revert whitelist_soft dnsbl as it hasn't been verified yet and we need to
146 push the fix for TLSv1
147 - Modify whitelist_soft transaction to interact with dnsbl filter
148 - by John Crisp <jcrisp@safeandsoundit.co.uk>
149 - Force usage of TLSv1
150 - Disable unofficial sigs for filesystem scans
151 - Double the memory limit as we do not have enough room
152 - Increase MemLimit to 700M for clamav-0.98
153 - Hook into the new ssl-update event
154 - Allow settings SSL protocols from DB (and set TLSv1 back to enabled
155 on a default install)
156 - Disable TLSv1
157 - Allow custom passdb args
158 - Remove o and r DKIM fields as they are not standard
159 - In qpsmtpd-print-dns set DKIM options after the public key so the string
160 will still be split correctly
161 - Fix a syntax error in the qpsmtpd-print-dns script
162 - Remove warning about spool dir permission on startup
163 - Add missing patch for DKIM signing
164 - Create needed directories
165 - Add missing run time dependency on perl(DBD::SQLite)
166 - Check SPF for inbound emails
167 - Check DKIM for inbound emails
168 - Check DMARC for inbound emails (based on the previous SPF and DKIM checks)
169 - Store and send DMARC aggregate reports
170 - Support DKIM signing for outbound emails
171 - Use an additional badrcptto file list for external connections so
172 local only pseudonymes work as expected
173 - Enable the bogus_bounce plugin
174 - Use the naughty plugin to defer rejections, leaving users an opportunity
175 to authenticate
176 - Add support for the uribl plugin
177 - Change separator for SBList and RBLlist from : to ,
178 - Switch to the clamdscan plugin
179 - Enabe the loadcheck plugin
180 - Add support for the karma plugin
181 - Work with qpsmtpd 0.96
182 - Expand all ssl related conf in ssl-update
183 - Hook into a new ssl-update event
184 - Allow setting SSL protocols from DB
185 - Add domain part to bcc user if missing
186 - allow IP relayclient stored by DB
187 - Code from Stefano ZAmboni <zamboni@mind-at-work.it>
188 - & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>
189 - allow IP relayclient stored by DB
190 - Code from Stefano ZAmboni <zamboni@mind-at-work.it>
191 - Add X-Spam-Details header (and simplify X-Spam-Status)
192 - Disable ipv6 support to prevent a warning during startup
193
194 Server manager
195
196 - Better syntax for removing Indexes option for the manager
197 - Remove index option for manager's resources
198 - fix 307 redirection to http when https is used
199 - update syntaxe for TKT Auth bump 7 for typo
200 corrected typo in e-smith-manager-2.4.0-dont_rewrite_to_https_from_localhost.patch
201 code from John H. Bennett III bennettj@johnbennettservices.com
202 - Really don't redirect to http when login in/out of the server-manager
203 - Don't redirect to http when login in/out of the server-manager from
204 localhost
205 - Allow access to the server-manager without SSL from the loopback
206 - fix wrong warning in openssl_encrypt() for missing IV
207 when IV is not required #1260315
208 - fix segfault's when you try and allocate an SplFixedArray
209 with size >= 9999 #1071344
210 - segfault in php_pgsql_meta_data CVE-2015-4644 #1234434
211 - add options to enable TLS in curl #1255920
212 - fix segfault in gc_collect_cycles #1122681
213 - fix gzfile accept paths with NUL character #1213407
214 - fix patch for CVE-2015-4024
215 - fix more functions accept paths with NUL character #1213407
216 - soap: missing fix for #1222538 and #1204868
217 - core: fix multipart/form-data request can use excessive
218 amount of CPU usage CVE-2015-4024
219 - fix various functions accept paths with NUL character
220 CVE-2015-4026, #1213407
221 - ftp: fix integer overflow leading to heap overflow when
222 reading FTP file listing CVE-2015-4022
223 - phar: fix buffer over-read in metadata parsing CVE-2015-2783
224 - phar: invalid pointer free() in phar_tar_process_metadata()
225 CVE-2015-3307
226 - phar: fix buffer overflow in phar_set_inode() CVE-2015-3329
227 - phar: fix memory corruption in phar_parse_tarfile caused by
228 empty entry file name CVE-2015-4021
229 - soap: more fix type confusion through unserialize #1222538
230 - soap: more fix type confusion through unserialize #1204868
231 - core: fix double in zend_ts_hash_graceful_destroy CVE-2014-9425
232 - core: fix use-after-free in unserialize CVE-2015-2787
233 - exif: fix free on unitialized pointer CVE-2015-0232
234 - gd: fix buffer read overflow in gd_gif.c CVE-2014-9709
235 - date: fix use after free vulnerability in unserialize CVE-2015-0273
236 - enchant: fix heap buffer overflow in enchant_broker_request_dict
237 CVE-2014-9705
238 - phar: use after free in phar_object.c CVE-2015-2301
239 - soap: fix type confusion through unserialize
240 - fileinfo: fix out-of-bounds read in elf note headers. CVE-2014-3710
241 - xmlrpc: fix out-of-bounds read flaw in mkgmtime() CVE-2014-3668
242 - core: fix integer overflow in unserialize() CVE-2014-3669
243 - exif: fix heap corruption issue in exif_thumbnail() CVE-2014-3670
244 - spl: fix use-after-free in ArrayIterator due to object
245 change during sorting. CVE-2014-4698
246 - spl: fix use-after-free in SPL Iterators. CVE-2014-4670
247 - gd: fix NULL pointer dereference in gdImageCreateFromXpm.
248 CVE-2014-2497
249 - fileinfo: fix incomplete fix for CVE-2012-1571 in
250 cdf_read_property_info. CVE-2014-3587
251 - core: fix incomplete fix for CVE-2014-4049 DNS TXT
252 record parsing. CVE-2014-3597
253 - core: type confusion issue in phpinfo(). CVE-2014-4721
254 - date: fix heap-based buffer over-read in DateInterval. CVE-2013-6712
255 - core: fix heap-based buffer overflow in DNS TXT record parsing.
256 CVE-2014-4049
257 - core: unserialize() SPL ArrayObject / SPLObjectStorage type
258 confusion flaw. CVE-2014-3515
259 - fileinfo: out-of-bounds memory access in fileinfo. CVE-2014-2270
260 - fileinfo: unrestricted recursion in handling of indirect type
261 rules. CVE-2014-1943
262 - fileinfo: out of bounds read in CDF parser. CVE-2012-1571
263 - fileinfo: cdf_check_stream_offset boundary check. CVE-2014-3479
264 - fileinfo: cdf_count_chain insufficient boundary check. CVE-2014-3480
265 - fileinfo: cdf_unpack_summary_info() excessive looping
266 DoS. CVE-2014-0237
267 - fileinfo: CDF property info parsing nelements infinite
268 loop. CVE-2014-0238
269 - add php_get_module_initialized internal function (#1053301)
270 - soap: fixRFC2616 transgression (#1045019)
271 - fix static calling in non-static method (#953786)
272 - fix autoload called from closing session (#954027)
273 - drop unneeded part of CVE-2006-724.patch and fileinfo.patch
274 extension not provided or git binary patches (#1064027)
275 - odbc: fix incompatible pointer type (#1053982)
276 - mysqli: fix possible segfault in mysqli_stmt::bind_result
277 php bug 66762 (#1069167)
278 - mysql: fix php_mysql_fetch_hash writes long value into int
279 php bug 52636 (#1054953)
280
281 Web Server
282
283 - Hook into the new ssl-update event
284 - Set TLSv1 back to enabled (but keep a prop to disable it if needed)
285 - Disable TLSv1
286 - Disable SSLv3
287 - Revert CRIME mitigation patch, as it's not needed
288 - Mitigate CVE-2012-4929
289 - Turn SSLEngine on in the SSL vhost (ProxyPassVirtualHosts)
290
291 Other fixes and updates
292
293 - Add a column to display forwarding address
294 - Correctly display http URL to the server-manager in the console
295 - Fire ssl-update event when default cert is renewed
296 - Expand /home/e-smith/ssl.pem/pem during ssl-update
297 - Update /etc/mime.types templates
298 - Use sha256 algorithm for signature of SSL cert.
299 - Fix including /etc/selinux directory
300 - Add templates for /etc/selinux/config
301 - Add dummy NIC support as InternalInterface
302 - Only fire the ip-change event when IP is assigned to WAN nic
303 (Code by Charlie Brady and John Crisp)
304 - Only reset service access when switching to or from private server mode
305 (Code by Charlie Brady)
306 - When quiting the console app with unsaved changes set the default selected
307 - answer to NO Hsing-Foo Wang <hsingfoo@gmail.com>
308 - Added a comment to specify the real configuration file of dhcpd
309 - Modified the patch of daniel e-smith-base-5.6.0-ensure_apache_alias_www.patch
310 - Ensure www group exists and that apache is an alias of www
311 - Ensure www group exists and that apache is an alias of www
312 - Check were running runlevel 4, not 7 in service wrapper
313 - Correctly update NIC configuration on single NIC systems
314 - Symlink udev-post service in rc7
315 - Fix PPPoE after a post-upgrade
316 - Remove dependency on microcode_ctl
317 - Prevent emailing about the normal, weekly, checks of RAID arrays, by Mark Casey
318 - Remove motd text from grub.cfg
319 - Allow empty comment when creating/modifying a hostname
320 - Add a migrate fragment to sanitize the host comment
321 - Code done by Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>
322 - and Huib <sme@artixdesign.com>
323 - Add a validator for the comment and the hostname field
324 - Remove double / in SSL RewriteRule
325 - Revert the upload_tmp_folder patch as it needs some more work
326 - Add an upload_tmp_folder setting by db command
327 - Thanks to Michael McCarn and Jean-philippe Pialasse
328 - init-ibays create the folder tmp within all i-bays root directory
329 - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory
330 - Add an upload_tmp_folder setting by db command
331 - Thanks to Michael McCarn and Jean-philippe Pialasse
332 - Force SSL following ibays settings to the relevant domain
333 - Perl::critic syntax modifications
334 - Add more PHP options to ibays only by db commands
335 - Add SSLRequireSSL to ibays when SSL is set to enabled
336 - Adjust regex so adjust-service accepts sigusr1 and sigusr2 from files
337 - Added a password creation (set_secret)
338 - code from Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au>
339 - Rebase on upstream 9.03.53-1
340 - Roll in CentOS Branding
341 - functions: parse -d first
342 - functions: fix ignored delay in killproc
343 - netfs: only unmount loopback device mounted on top of netdev or with back-file on netdev
344 - functions: improve killing loops
345 - netfs: tweak nfs umount
346 - sysctl.conf: mention sysctl -a
347 - sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA
348 - spec: require plymouth
349 - fix mangled sysconfig/init.s390
350 - rc.sysinit: don't perform fsck twice with /.autorelabel
351 - ifdown-eth: fix comparison
352 - ifup-eth: if arping fails, output responding MAC
353 - network-functions: fix change_resolv_conf after grep update
354 - spec: add sysctl.d dir
355 - rc.sysinit: fix typo in fs
356 - rename_devices: comments need to have a blank before them
357 - rename_device: remove comments and trailing whitespaces
358 - bonding: warn if the ifup for slave device failed
359 - clarify daemon() usage message
360 - ifdown: clean ipv4 localhost addresses
361 - ifup-post: check resolve.conf also with DNS2
362 - ifup: add missing quotes
363 - ifup-eth: some bridge options are applied later
364 - init.d/halt: give init some time to reexecute
365 - network-scripts: DEVICE and HWADRR could be quoted by apostrophe
366 - ifup-wireless: fix calling of phy_wireless_device
367 - rc.sysinit: apply quotas after system is relabeled
368 - network-functions: fix change_resolv_conf after grep update
369 - use new -m option to pidof
370 - rc.sysinit: be more verbose
371 - init.d/functions: rc.debug option to debug initscripts
372 - ifup-aliases: inherit ARPCHECK from parent device
373 - netfs: don't race NFS umount to network shutdown
374 - network: report that we can't shut down network for root on netfs
375 - Fix tcsh + grep-2.7. (#636552)
376 - sysctl.conf: move bridge setting to module-init-tools
377 - rc.sysinit: set affinity also for current shell
378 - ifdown-eth: use scope host for lo
379 - improve_check_for_bond_master_in_install_bonding_driver
380 - network-functions: fix check in install_bonding_driver
381 - ifdown-post: remove resolv.conf only in specific cases
382 - netconsole: lets run earlier
383 - ipcalc: support RFC3021 (#997271)
384 - halt: add delay after upsdrvctl shutdown
385 - ifup: also set multicast_snooping after the bridge is up
386 - ifup,vlan: fix typo
387 - ifup,vlan: fix typo
388 - backport to SME9
389 - fix redirection when proxy ssl
390 - update apxs path for SME9 (sbin)
391 - Bump for beta1 release of 9.2
392 - Bump for 9.1 final
393 - Bump for release candidate 1
394 - Bump for beta3 of 9.1
395 - Bump for beta2 of 9.1 and update displayversion as well
396 - Update for beta1 release of 9.1
397 - Update copyright in server-manager footer
398 - Don't put motd content in /etc/redhat-release
399 - created a template for /etc/system-release
400 - Added smeserver-support-2.6.0.bz8939.system-release-template.patch
401 - added a motd message to increase involvements or donations
402 - Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and
403 - Stefano Zamboni <zamboni@mind-at-work.it>
404 - Remove now uneeded obsolete directives
405 - Remove openssl from the Exclude list of centos repo
406 - Example to update contribs 1 by 1
407 - Set the check update frequency of smecontribs through the server-manager
408 - Add a default Yum db property for check4contribsupdates
409 - Added a check-update for the smecontribs repository
410 - Move protected package list to the correct location
411
412
413
414 General features
415 ================
416
417 - Based on CentOS 6.8 and all available updates
418
419
420 Terry Fage
421 On behalf of the Koozali SME Server development team

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed