2bf63505eb
Move to the latest release of linux-pam. This allows us to remove a number of patches and consolidate the existing ones : - 0001-configure.patch - 0007-rhosts.patch these two patches deal with the ruserok function, which is not usable with uclibc. Consolidated into 0002-Conditionally-compile-per-ruserok-availability.patch. - 0003-group.patch - 0005-succeed.patch - 0006-time.patch these three patches deal with the innetgr function, which is not usable with uclibc. Consolidated into 0003-Conditionally-compile-per-innetgr-availability.patch. - 0004-mkdir.patch Fixed in upstream, no longer required. - 0002-doc-makefile-am.patch renamed to 0001-doc-makefile-am.patch. - 0008-fix-CVE-2014-2583.patch - 0009-fix-CVE-2013-7041.patch These patches are already included in the new release and so can be safely deleted. Signed-off-by: Brendan Heading <brendanheading@gmail.com> Tested-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
Disable generation of documentation
|
|
|
|
Generation of documentation is not necessary in Buildroot, disable it completely.
|
|
|
|
Signed-off-by: Dmitry Golubovsky <golubovsky@gmail.com>
|
|
Signed-off-by: Brendan Heading <brendanheading@gmail.com>
|
|
|
|
Upstream-status: inappropriate
|
|
|
|
diff -urN a/doc/Makefile.am b/doc/Makefile.am
|
|
--- a/doc/Makefile.am 2012-08-15 06:08:43.000000000 -0500
|
|
+++ b/doc/Makefile.am 2013-07-17 09:54:53.000000000 -0500
|
|
@@ -2,8 +2,6 @@
|
|
# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
|
|
#
|
|
|
|
-SUBDIRS = man specs sag adg mwg
|
|
-
|
|
CLEANFILES = *~
|
|
|
|
dist_html_DATA = index.html
|
|
@@ -11,11 +9,4 @@
|
|
#######################################################
|
|
|
|
releasedocs: all
|
|
- $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs
|
|
- cp -av specs/draft-morgan-pam-current.txt \
|
|
- $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
|
|
- cp -av $(srcdir)/specs/rfc86.0.txt \
|
|
- $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
|
|
- make -C sag releasedocs
|
|
- make -C adg releasedocs
|
|
- make -C mwg releasedocs
|
|
+ /bin/true
|