diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-11-23 16:41:49 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 13:25:21 -0800 |
commit | 698cef8322e5a5f18e50ce62f6c9d1f1f846677a (patch) | |
tree | 9dfffcc2c17311c670b8c1c3baff51991965415a | |
parent | c144f1693c51f915a80effe5920ceb4142e3b2e7 (diff) | |
download | poky-698cef8322e5a5f18e50ce62f6c9d1f1f846677a.tar.gz |
libpam: upgrade to version 1.1.3
* Removed obsolete crossbinary patch
* Added source checksums
* Added LIC_FILES_CHKSUM and SUMMARY entries
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
-rw-r--r-- | meta/recipes-extended/pam/libpam-1.1.1/disable_crossbinary.patch | 34 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/99_pam (renamed from meta/recipes-extended/pam/libpam-1.1.1/99_pam) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/common-account (renamed from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-account) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/common-auth (renamed from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-auth) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/common-password (renamed from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-password) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/common-session (renamed from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive (renamed from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session-noninteractive) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/other (renamed from meta/recipes-extended/pam/libpam-1.1.1/pam.d/other) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.3.bb (renamed from meta/recipes-extended/pam/libpam_1.1.1.bb) | 14 |
9 files changed, 9 insertions, 39 deletions
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/disable_crossbinary.patch b/meta/recipes-extended/pam/libpam-1.1.1/disable_crossbinary.patch deleted file mode 100644 index 43359b08fe..0000000000 --- a/meta/recipes-extended/pam/libpam-1.1.1/disable_crossbinary.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | padout should be compiled using the native compiler but isn't. | ||
2 | Disable this piece of documentation for now. | ||
3 | |||
4 | RP | ||
5 | |||
6 | Index: Linux-PAM-1.0.2/doc/specs/Makefile.am | ||
7 | =================================================================== | ||
8 | --- Linux-PAM-1.0.2.orig/doc/specs/Makefile.am 2008-11-04 21:06:23.000000000 +0000 | ||
9 | +++ Linux-PAM-1.0.2/doc/specs/Makefile.am 2008-11-04 21:07:06.000000000 +0000 | ||
10 | @@ -2,21 +2,8 @@ | ||
11 | # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de> | ||
12 | # | ||
13 | |||
14 | -CLEANFILES = draft-morgan-pam-current.txt *~ | ||
15 | +CLEANFILES = *~ | ||
16 | |||
17 | -EXTRA_DIST = draft-morgan-pam.raw std-agent-id.raw rfc86.0.txt | ||
18 | +EXTRA_DIST = std-agent-id.raw rfc86.0.txt | ||
19 | |||
20 | -draft-morgan-pam-current.txt: padout draft-morgan-pam.raw | ||
21 | - ./padout < $(srcdir)/draft-morgan-pam.raw > draft-morgan-pam-current.txt | ||
22 | - | ||
23 | -AM_YFLAGS = -d | ||
24 | - | ||
25 | -BUILT_SOURCES = parse_y.h | ||
26 | - | ||
27 | -noinst_PROGRAMS = padout | ||
28 | - | ||
29 | -padout_SOURCES = parse_l.l parse_y.y | ||
30 | - | ||
31 | -padout_LDADD = @LEXLIB@ | ||
32 | - | ||
33 | -doc_DATA = draft-morgan-pam-current.txt rfc86.0.txt | ||
34 | +doc_DATA = rfc86.0.txt | ||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/99_pam b/meta/recipes-extended/pam/libpam/99_pam index 97e990d10b..97e990d10b 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/99_pam +++ b/meta/recipes-extended/pam/libpam/99_pam | |||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-account b/meta/recipes-extended/pam/libpam/pam.d/common-account index 316b17337b..316b17337b 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-account +++ b/meta/recipes-extended/pam/libpam/pam.d/common-account | |||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-auth b/meta/recipes-extended/pam/libpam/pam.d/common-auth index 460b69f198..460b69f198 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-auth +++ b/meta/recipes-extended/pam/libpam/pam.d/common-auth | |||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-password b/meta/recipes-extended/pam/libpam/pam.d/common-password index 3896057328..3896057328 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-password +++ b/meta/recipes-extended/pam/libpam/pam.d/common-password | |||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session b/meta/recipes-extended/pam/libpam/pam.d/common-session index a594dd9d90..a594dd9d90 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session +++ b/meta/recipes-extended/pam/libpam/pam.d/common-session | |||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session-noninteractive b/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive index b110bb2b49..b110bb2b49 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session-noninteractive +++ b/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive | |||
diff --git a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/other b/meta/recipes-extended/pam/libpam/pam.d/other index 6e40cd0c02..6e40cd0c02 100644 --- a/meta/recipes-extended/pam/libpam-1.1.1/pam.d/other +++ b/meta/recipes-extended/pam/libpam/pam.d/other | |||
diff --git a/meta/recipes-extended/pam/libpam_1.1.1.bb b/meta/recipes-extended/pam/libpam_1.1.3.bb index e6cd172c78..7a8b29a93c 100644 --- a/meta/recipes-extended/pam/libpam_1.1.1.bb +++ b/meta/recipes-extended/pam/libpam_1.1.3.bb | |||
@@ -1,23 +1,27 @@ | |||
1 | SUMMARY = "Linux-PAM (Pluggable Authentication Modules)" | ||
1 | DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users" | 2 | DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users" |
2 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" | 3 | HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" |
3 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" | 4 | BUGTRACKER = "http://sourceforge.net/projects/pam/support" |
4 | # PAM allows dual licensed under GPL and BSD. | 5 | SECTION = "base" |
6 | # PAM is dual licensed under GPL and BSD. | ||
5 | # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time | 7 | # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time |
6 | # libpam-runtime-1.0.1 is GPLv2+), by openembedded | 8 | # libpam-runtime-1.0.1 is GPLv2+), by openembedded |
7 | LICENSE = "GPLv2+ | BSD" | 9 | LICENSE = "GPLv2+ | BSD" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" |
9 | file://modules/pam_loginuid/pam_loginuid.c;endline=23;md5=db84479f04f9afb6dd4dd022a0143997" | 11 | |
10 | PR = "r1" | 12 | PR = "r0" |
11 | 13 | ||
12 | DEPENDS = "bison flex" | 14 | DEPENDS = "bison flex" |
13 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" | 15 | RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix" |
14 | RRECOMMENDS_${PN} = "libpam-runtime" | 16 | RRECOMMENDS_${PN} = "libpam-runtime" |
15 | 17 | ||
16 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ | 18 | SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \ |
17 | file://disable_crossbinary.patch \ | ||
18 | file://99_pam \ | 19 | file://99_pam \ |
19 | file://pam.d/*" | 20 | file://pam.d/*" |
20 | 21 | ||
22 | SRC_URI[md5sum] = "6db7fcb5db6253350e3a4648ceac40e7" | ||
23 | SRC_URI[sha256sum] = "17b268789b935a76e736a1150210dd12f156972973e79347668f828d43632652" | ||
24 | |||
21 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | 25 | EXTRA_OECONF = "--with-db-uniquename=_pam \ |
22 | --includedir=${includedir}/security \ | 26 | --includedir=${includedir}/security \ |
23 | --libdir=${base_libdir} \ | 27 | --libdir=${base_libdir} \ |