diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-02-07 21:05:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-07 07:01:21 -0800 |
commit | 85aa214ce00ab409d90f40131a2d828cb4eaa286 (patch) | |
tree | bea088230626f033317d348e7f5a2716a3740341 /meta-networking/recipes-protocols/frr | |
parent | b67a20e35a4ded165cf3a2c5130893ab28506ba3 (diff) | |
download | meta-openembedded-85aa214ce00ab409d90f40131a2d828cb4eaa286.tar.gz |
frr: upgrade 8.4.1 -> 8.4.2
ChangeLog:
https://github.com/FRRouting/frr/releases/tag/frr-8.4.2
Per [1], update frr.pam to eliminate the warning issued by pam:
vtysh[485]: pam_warn(frr:account): function=[pam_sm_acct_mgmt] flags=0
service=[frr] terminal=[<unknown>] user=[root] ruser=[<unknown>] rhost=[<unknown>]
[1] https://github.com/FRRouting/frr/commit/6031b8a3224cde14fd1df6e60855310f97942ff9
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/frr')
-rw-r--r-- | meta-networking/recipes-protocols/frr/frr/frr.pam | 1 | ||||
-rw-r--r-- | meta-networking/recipes-protocols/frr/frr_8.4.2.bb (renamed from meta-networking/recipes-protocols/frr/frr_8.4.1.bb) | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr/frr.pam b/meta-networking/recipes-protocols/frr/frr/frr.pam index 83c403c2ba..a9ec35dd69 100644 --- a/meta-networking/recipes-protocols/frr/frr/frr.pam +++ b/meta-networking/recipes-protocols/frr/frr/frr.pam | |||
@@ -5,6 +5,7 @@ | |||
5 | # This allows root to change user infomation without being | 5 | # This allows root to change user infomation without being |
6 | # prompted for a password | 6 | # prompted for a password |
7 | auth sufficient pam_rootok.so | 7 | auth sufficient pam_rootok.so |
8 | account sufficient pam_rootok.so | ||
8 | 9 | ||
9 | # The standard Unix authentication modules, used with | 10 | # The standard Unix authentication modules, used with |
10 | # NIS (man nsswitch) as well as normal /etc/passwd and | 11 | # NIS (man nsswitch) as well as normal /etc/passwd and |
diff --git a/meta-networking/recipes-protocols/frr/frr_8.4.1.bb b/meta-networking/recipes-protocols/frr/frr_8.4.2.bb index d3c86e7d75..2cbcbb3ce6 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.4.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.4.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/8.4 \ | |||
14 | file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \ | 14 | file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV = "70151e264bbb697a10fed711aa8c937d4f0009b1" | 17 | SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||