summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/frr/frr/frr.pam1
-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
7auth sufficient pam_rootok.so 7auth sufficient pam_rootok.so
8account 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
17SRCREV = "70151e264bbb697a10fed711aa8c937d4f0009b1" 17SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20