diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-14 10:32:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-14 19:42:10 -0700 |
| commit | d42f5c19920efc244b65fa269e20b2b127836d39 (patch) | |
| tree | 0c8306640c85ad570a499792f3c5a36ccef8ae64 | |
| parent | 515ccda43353830db58ba979e584377641c72b7b (diff) | |
| download | meta-openembedded-d42f5c19920efc244b65fa269e20b2b127836d39.tar.gz | |
pam-plugin-ldapdb: upgrade 1.3 -> 1.3.1
0001-include-stdexcept-for-std-invalid_argument.patch
removed since it's included in 1.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch | 25 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb (renamed from meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb) | 6 |
2 files changed, 2 insertions, 29 deletions
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch deleted file mode 100644 index 0a93411533..0000000000 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From 3e97c9004f4ec58ca3696ee6298f91e6eeb76e04 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Mon, 23 Dec 2019 14:46:25 -0800 | ||
| 4 | Subject: [PATCH] include <stdexcept> for std::invalid_argument | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [https://github.com/rmbreak/pam_ldapdb/pull/11] | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | pam_ldapdb.cpp | 1 + | ||
| 10 | 1 file changed, 1 insertion(+) | ||
| 11 | |||
| 12 | diff --git a/pam_ldapdb.cpp b/pam_ldapdb.cpp | ||
| 13 | index 9baf1e6..be5d85c 100644 | ||
| 14 | --- a/pam_ldapdb.cpp | ||
| 15 | +++ b/pam_ldapdb.cpp | ||
| 16 | @@ -1,5 +1,6 @@ | ||
| 17 | #include <map> | ||
| 18 | #include <string> | ||
| 19 | +#include <stdexcept> | ||
| 20 | #include <utility> | ||
| 21 | #include <syslog.h> | ||
| 22 | #include <pwd.h> | ||
| 23 | -- | ||
| 24 | 2.24.1 | ||
| 25 | |||
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb index 6985590068..d5137f80af 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb | |||
| @@ -10,10 +10,8 @@ DEPENDS = "libpam openldap" | |||
| 10 | inherit features_check | 10 | inherit features_check |
| 11 | REQUIRED_DISTRO_FEATURES = "pam" | 11 | REQUIRED_DISTRO_FEATURES = "pam" |
| 12 | 12 | ||
| 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" | 13 | SRCREV = "3e026863cad1fd45c760ee1bc93ef4f0606cc852" |
| 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https \ | 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https" |
| 15 | file://0001-include-stdexcept-for-std-invalid_argument.patch \ | ||
| 16 | " | ||
| 17 | 15 | ||
| 18 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 19 | 17 | ||
