]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpam: upgrade to version 1.1.3
authorScott Garman <scott.a.garman@intel.com>
Wed, 24 Nov 2010 00:41:49 +0000 (16:41 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 24 Nov 2010 21:25:21 +0000 (13:25 -0800)
* Removed obsolete crossbinary patch
* Added source checksums
* Added LIC_FILES_CHKSUM and SUMMARY entries

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-extended/pam/libpam-1.1.1/disable_crossbinary.patch [deleted file]
meta/recipes-extended/pam/libpam/99_pam [moved from meta/recipes-extended/pam/libpam-1.1.1/99_pam with 100% similarity]
meta/recipes-extended/pam/libpam/pam.d/common-account [moved from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-account with 100% similarity]
meta/recipes-extended/pam/libpam/pam.d/common-auth [moved from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-auth with 100% similarity]
meta/recipes-extended/pam/libpam/pam.d/common-password [moved from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-password with 100% similarity]
meta/recipes-extended/pam/libpam/pam.d/common-session [moved from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session with 100% similarity]
meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive [moved from meta/recipes-extended/pam/libpam-1.1.1/pam.d/common-session-noninteractive with 100% similarity]
meta/recipes-extended/pam/libpam/pam.d/other [moved from meta/recipes-extended/pam/libpam-1.1.1/pam.d/other with 100% similarity]
meta/recipes-extended/pam/libpam_1.1.3.bb [moved from meta/recipes-extended/pam/libpam_1.1.1.bb with 91% similarity]

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 (file)
index 43359b0..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-padout should be compiled using the native compiler but isn't. 
-Disable this piece of documentation for now.
-
-RP
-
-Index: Linux-PAM-1.0.2/doc/specs/Makefile.am
-===================================================================
---- Linux-PAM-1.0.2.orig/doc/specs/Makefile.am 2008-11-04 21:06:23.000000000 +0000
-+++ Linux-PAM-1.0.2/doc/specs/Makefile.am      2008-11-04 21:07:06.000000000 +0000
-@@ -2,21 +2,8 @@
- # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
- #
--CLEANFILES = draft-morgan-pam-current.txt *~
-+CLEANFILES = *~
--EXTRA_DIST = draft-morgan-pam.raw std-agent-id.raw rfc86.0.txt
-+EXTRA_DIST = std-agent-id.raw rfc86.0.txt
--draft-morgan-pam-current.txt: padout draft-morgan-pam.raw
--      ./padout < $(srcdir)/draft-morgan-pam.raw > draft-morgan-pam-current.txt
--
--AM_YFLAGS = -d
--
--BUILT_SOURCES = parse_y.h
--
--noinst_PROGRAMS = padout
--
--padout_SOURCES = parse_l.l parse_y.y
--
--padout_LDADD = @LEXLIB@
--
--doc_DATA = draft-morgan-pam-current.txt rfc86.0.txt
-+doc_DATA = rfc86.0.txt
similarity index 91%
rename from meta/recipes-extended/pam/libpam_1.1.1.bb
rename to meta/recipes-extended/pam/libpam_1.1.3.bb
index e6cd172c783fd7fa443bd8fce90e5f6e4fd85b12..7a8b29a93c2e54c220133de24721a8a9dc210181 100644 (file)
@@ -1,23 +1,27 @@
+SUMMARY = "Linux-PAM (Pluggable Authentication Modules)"
 DESCRIPTION = "Linux-PAM (Pluggable Authentication Modules for Linux), Basically, it is a flexible mechanism for authenticating users"
 HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
 BUGTRACKER = "http://sourceforge.net/projects/pam/support"
-# PAM allows dual licensed under GPL and BSD.
+SECTION = "base"
+# PAM is dual licensed under GPL and BSD.
 # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time 
 # libpam-runtime-1.0.1 is GPLv2+), by openembedded
 LICENSE = "GPLv2+ | BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083 \
-                   file://modules/pam_loginuid/pam_loginuid.c;endline=23;md5=db84479f04f9afb6dd4dd022a0143997"
-PR = "r1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083"
+
+PR = "r0"
 
 DEPENDS = "bison flex"
 RDEPENDS_${PN}-runtime = "libpam pam-plugin-deny pam-plugin-permit pam-plugin-warn pam-plugin-unix"
 RRECOMMENDS_${PN} = "libpam-runtime"
 
 SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-${PV}.tar.bz2 \
-           file://disable_crossbinary.patch \
            file://99_pam \
            file://pam.d/*"
 
+SRC_URI[md5sum] = "6db7fcb5db6253350e3a4648ceac40e7"
+SRC_URI[sha256sum] = "17b268789b935a76e736a1150210dd12f156972973e79347668f828d43632652"
+
 EXTRA_OECONF = "--with-db-uniquename=_pam \
                 --includedir=${includedir}/security \
                 --libdir=${base_libdir} \