diff mbox series

[meta-networking] frr: upgrade 8.4.1 -> 8.4.2

Message ID 20230207130502.2380601-1-yi.zhao@windriver.com
State Under Review
Headers show
Series [meta-networking] frr: upgrade 8.4.1 -> 8.4.2 | expand

Commit Message

Yi Zhao Feb. 7, 2023, 1:05 p.m. UTC
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>
---
 meta-networking/recipes-protocols/frr/frr/frr.pam               | 1 +
 .../recipes-protocols/frr/{frr_8.4.1.bb => frr_8.4.2.bb}        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename meta-networking/recipes-protocols/frr/{frr_8.4.1.bb => frr_8.4.2.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/frr/frr/frr.pam b/meta-networking/recipes-protocols/frr/frr/frr.pam
index 83c403c2b..a9ec35dd6 100644
--- a/meta-networking/recipes-protocols/frr/frr/frr.pam
+++ b/meta-networking/recipes-protocols/frr/frr/frr.pam
@@ -5,6 +5,7 @@ 
 # This allows root to change user infomation without being
 # prompted for a password
 auth		sufficient	pam_rootok.so
+account		sufficient	pam_rootok.so
 
 # The standard Unix authentication modules, used with
 # 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
similarity index 98%
rename from meta-networking/recipes-protocols/frr/frr_8.4.1.bb
rename to meta-networking/recipes-protocols/frr/frr_8.4.2.bb
index d3c86e7d7..2cbcbb3ce 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 \
            file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \
            "
 
-SRCREV = "70151e264bbb697a10fed711aa8c937d4f0009b1"
+SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32"
 
 S = "${WORKDIR}/git"