mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# This allows root to change user infomation without being
|
# This allows root to change user infomation without being
|
||||||
# prompted for a password
|
# prompted for a password
|
||||||
auth sufficient pam_rootok.so
|
auth sufficient pam_rootok.so
|
||||||
|
account sufficient pam_rootok.so
|
||||||
|
|
||||||
# The standard Unix authentication modules, used with
|
# The standard Unix authentication modules, used with
|
||||||
# NIS (man nsswitch) as well as normal /etc/passwd and
|
# NIS (man nsswitch) as well as normal /etc/passwd and
|
||||||
|
|||||||
+1
-1
@@ -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 \
|
file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "70151e264bbb697a10fed711aa8c937d4f0009b1"
|
SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user