# HG changeset patch # User Rich Burridge # Date 1404911903 25200 # Node ID 7185ffa18a9eacd3c31d82a412eb6332b87b8dfb # Parent 5e5f9e750e52a03f4fdc15762edb69f3c6391a5d 18762255 The authen-pam Perl module has a bogus arc-caseid in its package manifest. 19160081 Authen::PAM incorrectly claims PAM_NO_AUTHTOK_CHECK is not supported diff -r 5e5f9e750e52 -r 7185ffa18a9e components/perl_modules/authen-pam/Makefile --- a/components/perl_modules/authen-pam/Makefile Tue Jul 08 21:43:41 2014 -0700 +++ b/components/perl_modules/authen-pam/Makefile Wed Jul 09 06:18:23 2014 -0700 @@ -43,6 +43,9 @@ include $(WS_TOP)/make-rules/ips.mk include $(WS_TOP)/make-rules/makemaker.mk +# Pick up the patch to configure.ac in the 01-solaris.patch file +COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv); + ASLR_MODE = $(ASLR_NOT_APPLICABLE) # man pages go in the common area diff -r 5e5f9e750e52 -r 7185ffa18a9e components/perl_modules/authen-pam/authen-pam-PERLVER.p5m --- a/components/perl_modules/authen-pam/authen-pam-PERLVER.p5m Tue Jul 08 21:43:41 2014 -0700 +++ b/components/perl_modules/authen-pam/authen-pam-PERLVER.p5m Wed Jul 09 06:18:23 2014 -0700 @@ -42,7 +42,7 @@ value="org.opensolaris.category.2008:Development/Perl" set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) -set name=org.opensolaris.arc-caseid value=LSARC/2004/251 +set name=org.opensolaris.arc-caseid value=PSARC/2013/345 set name=org.opensolaris.consolidation value=$(CONSOLIDATION) license authen-pam.license license=Artistic