File tree 3 files changed +63
-1
lines changed
3 files changed +63
-1
lines changed Original file line number Diff line number Diff line change
1
+ - commits:
2
+ - subject: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
3
+ hash: 4d5151477b22a9689ba7556bb36315c7184dea98
4
+ body: Update layers/meta-balena
5
+ footer:
6
+ Changelog-entry: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
7
+ changelog-entry: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
8
+ author: Self-hosted Renovate Bot
9
+ nested:
10
+ - commits:
11
+ - subject: "NetworkManager: do not use FW rule numbers in shared dispatcher
12
+ script"
13
+ hash: ab8d61194d84045e4b74f60e4172a69dd52a3509
14
+ body: >
15
+ Manipulating the firewall rules by index introduces a race
16
+ condition.
17
+
18
+ Both NetworkManager and balenaEngine add the rules to the top
19
+
20
+ of the FORWARD chain instead of appending, so if we first look
21
+ up
22
+
23
+ a rule by number and then use the number to refer to it, we can
24
+ not
25
+
26
+ guarantee that the rule number has not changed (iow the rule has
27
+ not
28
+
29
+ been moved down) in the meantime.
30
+
31
+
32
+ This patch removes the use of rule numbers completely and makes
33
+
34
+ the "shared" dispatcher script refer to the rules by definition.
35
+ footer:
36
+ Change-type: patch
37
+ change-type: patch
38
+ Signed-off-by: Michal Toman <
[email protected] >
39
+ signed-off-by: Michal Toman <
[email protected] >
40
+ author: Michal Toman
41
+ nested: []
42
+ version: meta-balena-5.3.9
43
+ title: ""
44
+ date: 2024-05-24T12:34:18.221Z
45
+ version: 5.3.9
46
+ title: ""
47
+ date: 2024-05-24T15:32:23.659Z
1
48
- commits:
2
49
- subject: Update layers/meta-balena to 7552b004b5a4d86e823397519ba78ea24632bcec
3
50
hash: 67237431471c0f2e9bdc8d345fa34ececef44256
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file
4
4
5
+ # v5.3.9
6
+ ## (2024-05-24)
7
+
8
+
9
+ <details >
10
+ <summary > Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3 [Self-hosted Renovate Bot] </summary >
11
+
12
+ > ## meta-balena-5.3.9
13
+ > ### (2024-05-24)
14
+ >
15
+ > * NetworkManager: do not use FW rule numbers in shared dispatcher script [ Michal Toman]
16
+ >
17
+
18
+ </details >
19
+
5
20
# v5.3.8
6
21
## (2024-05-23)
7
22
Original file line number Diff line number Diff line change 1
- 5.3.8
1
+ 5.3.9
You can’t perform that action at this time.
0 commit comments