mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 08:41:43 +08:00
Version bump to 1.6.10.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# Version 1.6.10
|
||||
|
||||
- Added RasPi 5 macb (Cadence GEM / RP1) driver for kernel 6.18.
|
||||
- Added igb and igc for kernel 6.8
|
||||
- Security fixes against malicious subdevices
|
||||
- Protected `rec_size` calculation in FoE.
|
||||
- Check for malicious EoE frame details.
|
||||
- Avoid writing invalid MAC onto r8169 NIC on removal
|
||||
- Fixed unsufficient re-allocation of SoE request buffer.
|
||||
|
||||
# Version 1.6.9
|
||||
|
||||
- Protect datagram injection mechanism against re-ordering.
|
||||
@@ -503,3 +513,19 @@
|
||||
|
||||
|
||||
vim: spelllang=en spell tw=78
|
||||
* commit a6b03ffeaa75b1cf778b55ad15f09de340333ad3
|
||||
|\ Merge: 6e60da92 e257b4af
|
||||
| | Author: Florian Pose <fp@igh.de>
|
||||
| | Date: Tue Jul 14 17:07:29 2026 +0200
|
||||
| |
|
||||
| | Merge branch 'security-fixes' into 'stable-1.6'
|
||||
| |
|
||||
| | Security fixes
|
||||
| |
|
||||
| | See merge request etherlab.org/ethercat!200
|
||||
| |
|
||||
| * commit e257b4af52692913a8a65b32d7888f24de8900e1
|
||||
| | Author: Florian Pose <fp@igh.de>
|
||||
| | Date: Mon Jul 13 15:01:12 2026 +0200
|
||||
| |
|
||||
| |
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2006-2025 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
# Copyright (C) 2006-2026 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
#
|
||||
# This file is part of the IgH EtherCAT Master.
|
||||
#
|
||||
@@ -28,7 +28,7 @@ AC_PREREQ([2.59])
|
||||
# - Check for complete Doxygen comments
|
||||
# - Update version number below
|
||||
#
|
||||
AC_INIT([ethercat], [1.6.9], [fp@igh.de])
|
||||
AC_INIT([ethercat], [1.6.10], [fp@igh.de])
|
||||
AC_CONFIG_AUX_DIR([autoconf])
|
||||
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects foreign])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
Reference in New Issue
Block a user