Skip to content

Commit

Permalink
package/frr: security bump version to 9.1.2
Browse files Browse the repository at this point in the history
For release note, see:
https://frrouting.org/release/9.1.2/

Fixes:
https://nvd.nist.gov/vuln/detail/CVE-2024-44070

Signed-off-by: Julien Olivain <[email protected]>
Reviewed-by: Vincent Jardin <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
jolivain authored and jacmet committed Dec 1, 2024
1 parent 07a444d commit 47c5ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/frr/frr.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Locally calculated
sha256 6eb254c72dca867fefffd5ded80a6c2d5ce8df223ce93263302db4b8bfbb19c4 frr-9.1.1.tar.gz
sha256 a23ab9aba5c45d919f9c6d14febfad8a797b7f63272bde4009c70ff77aac3a77 frr-9.1.2.tar.gz
sha256 7bf053957d6c38e39a06a112c60ff35b228d3bd03edbe8c9a03508b051128d16 COPYING
sha256 f9e0c21faf738da586281c0beaad3cd56204c19085a10fe05e4d3d7f8b5863d2 doc/licenses/BSD-2-Clause
sha256 aca297b8fd3a43e3bb200f1e2e043c0db6c897325f5ff7f23f7530302a6bf713 doc/licenses/BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion package/frr/frr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

FRR_VERSION = 9.1.1
FRR_VERSION = 9.1.2
FRR_SITE = $(call github,FRRouting,frr,frr-$(FRR_VERSION))
FRR_LICENSE = GPL-2.0+
FRR_LICENSE_FILES = \
Expand Down

0 comments on commit 47c5ac2

Please sign in to comment.