mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 18:08:30 -07:00
Pull request: all: upd go
Merge in DNS/adguard-home from upd-go to master Squashed commit of the following: commit b0bec8926508fb7ee3f26c2303d9628e21f0b62f Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jun 2 15:47:51 2022 +0300 all: upd go
This commit is contained in:
parent
4b884ace62
commit
f46c9f74d5
15
CHANGELOG.md
15
CHANGELOG.md
@ -17,6 +17,9 @@ and this project adheres to
|
|||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
- Go version was updated to prevent the possibility of exploiting the
|
||||||
|
[CVE-2022-29526], [CVE-2022-30634], [CVE-2022-30629], [CVE-2022-30580], and
|
||||||
|
[CVE-2022-29804] vulnerabilities.
|
||||||
- Enforced password strength policy ([#3503]).
|
- Enforced password strength policy ([#3503]).
|
||||||
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
||||||
operation have been disabled ([#2993]).
|
operation have been disabled ([#2993]).
|
||||||
@ -161,10 +164,14 @@ In this release, the schema version has changed from 12 to 14.
|
|||||||
[#4591]: https://github.com/AdguardTeam/AdGuardHome/issues/4591
|
[#4591]: https://github.com/AdguardTeam/AdGuardHome/issues/4591
|
||||||
[#4592]: https://github.com/AdguardTeam/AdGuardHome/issues/4592
|
[#4592]: https://github.com/AdguardTeam/AdGuardHome/issues/4592
|
||||||
|
|
||||||
[rfc-9250]: https://datatracker.ietf.org/doc/html/rfc9250
|
[CVE-2022-29526]: https://www.cvedetails.com/cve/CVE-2022-29526
|
||||||
[ddr-draft-06]: https://www.ietf.org/archive/id/draft-ietf-add-ddr-06.html
|
[CVE-2022-29804]: https://www.cvedetails.com/cve/CVE-2022-29804
|
||||||
[repr]: https://reproducible-builds.org/docs/source-date-epoch/
|
[CVE-2022-30580]: https://www.cvedetails.com/cve/CVE-2022-30580
|
||||||
|
[CVE-2022-30629]: https://www.cvedetails.com/cve/CVE-2022-30629
|
||||||
|
[CVE-2022-30634]: https://www.cvedetails.com/cve/CVE-2022-30634
|
||||||
|
[ddr-draft-06]: https://www.ietf.org/archive/id/draft-ietf-add-ddr-06.html
|
||||||
|
[repr]: https://reproducible-builds.org/docs/source-date-epoch/
|
||||||
|
[rfc-9250]: https://datatracker.ietf.org/doc/html/rfc9250
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Make sure to sync any changes with the branch overrides below.
|
# Make sure to sync any changes with the branch overrides below.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'edge'
|
'channel': 'edge'
|
||||||
'dockerGo': 'adguard/golang-ubuntu:4.3'
|
'dockerGo': 'adguard/golang-ubuntu:4.4'
|
||||||
|
|
||||||
'stages':
|
'stages':
|
||||||
- 'Make release':
|
- 'Make release':
|
||||||
@ -285,7 +285,7 @@
|
|||||||
# need to build a few of these.
|
# need to build a few of these.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'beta'
|
'channel': 'beta'
|
||||||
'dockerGo': 'adguard/golang-ubuntu:4.3'
|
'dockerGo': 'adguard/golang-ubuntu:4.4'
|
||||||
# release-vX.Y.Z branches are the branches from which the actual final release
|
# release-vX.Y.Z branches are the branches from which the actual final release
|
||||||
# is built.
|
# is built.
|
||||||
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
|
||||||
@ -300,4 +300,4 @@
|
|||||||
# are the ones that actually get released.
|
# are the ones that actually get released.
|
||||||
'variables':
|
'variables':
|
||||||
'channel': 'release'
|
'channel': 'release'
|
||||||
'dockerGo': 'adguard/golang-ubuntu:4.3'
|
'dockerGo': 'adguard/golang-ubuntu:4.4'
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
'key': 'AHBRTSPECS'
|
'key': 'AHBRTSPECS'
|
||||||
'name': 'AdGuard Home - Build and run tests'
|
'name': 'AdGuard Home - Build and run tests'
|
||||||
'variables':
|
'variables':
|
||||||
'dockerGo': 'adguard/golang-ubuntu:4.3'
|
'dockerGo': 'adguard/golang-ubuntu:4.4'
|
||||||
|
|
||||||
'stages':
|
'stages':
|
||||||
- 'Tests':
|
- 'Tests':
|
||||||
|
Loading…
Reference in New Issue
Block a user