diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-18 09:04:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-18 09:04:19 +0000 |
commit | fec0c7044208b053d08c6a6e0a7bf0f760bd4067 (patch) | |
tree | 80e3963f0c096f35e1ada65160ae06a2a77824a0 /net-misc/openssh | |
parent | x11-libs/libXt: add missing WANT_AUTOMAKE="1.9", fixes bug #270010 (diff) | |
download | gentoo-2-fec0c7044208b053d08c6a6e0a7bf0f760bd4067.tar.gz gentoo-2-fec0c7044208b053d08c6a6e0a7bf0f760bd4067.tar.bz2 gentoo-2-fec0c7044208b053d08c6a6e0a7bf0f760bd4067.zip |
Bug #266654: Fix LPK compile under uclibc due to missing include statement thanks to Bertrand Jacquin <beber@meleeweb.net>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/openssh/files/openssh-5.2p1-ldap-stdargs.diff | 10 | ||||
-rw-r--r-- | net-misc/openssh/openssh-5.2_p1-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openssh/openssh-5.2_p1-r2.ebuild | 5 |
4 files changed, 25 insertions, 3 deletions
diff --git a/net-misc/openssh/ChangeLog b/net-misc/openssh/ChangeLog index 783a8103907b..322310a9271c 100644 --- a/net-misc/openssh/ChangeLog +++ b/net-misc/openssh/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/openssh # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.351 2009/05/18 06:29:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.352 2009/05/18 09:04:18 robbat2 Exp $ + + 18 May 2009; Robin H. Johnson <robbat2@gentoo.org> + openssh-5.2_p1-r1.ebuild, openssh-5.2_p1-r2.ebuild, + +files/openssh-5.2p1-ldap-stdargs.diff: + Bug #266654: Fix LPK compile under uclibc due to missing include statement + thanks to Bertrand Jacquin <beber@meleeweb.net>. 18 May 2009; Robin H. Johnson <robbat2@gentoo.org> openssh-5.2_p1-r2.ebuild: diff --git a/net-misc/openssh/files/openssh-5.2p1-ldap-stdargs.diff b/net-misc/openssh/files/openssh-5.2p1-ldap-stdargs.diff new file mode 100644 index 000000000000..346d52719877 --- /dev/null +++ b/net-misc/openssh/files/openssh-5.2p1-ldap-stdargs.diff @@ -0,0 +1,10 @@ +--- ldapauth.c.orig 2009-04-18 18:06:38.000000000 +0200 ++++ ldapauth.c 2009-04-18 18:06:11.000000000 +0200 +@@ -31,6 +31,7 @@ + #include <stdlib.h> + #include <unistd.h> + #include <string.h> ++#include <stdarg.h> + + #include "ldapauth.h" + #include "log.h" diff --git a/net-misc/openssh/openssh-5.2_p1-r1.ebuild b/net-misc/openssh/openssh-5.2_p1-r1.ebuild index 9957b21bd4f0..b66d9b161214 100644 --- a/net-misc/openssh/openssh-5.2_p1-r1.ebuild +++ b/net-misc/openssh/openssh-5.2_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.2_p1-r1.ebuild,v 1.10 2009/04/12 22:39:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.2_p1-r1.ebuild,v 1.11 2009/05/18 09:04:18 robbat2 Exp $ inherit eutils flag-o-matic multilib autotools pam @@ -92,6 +92,9 @@ src_unpack() { epatch "${DISTDIR}"/${LDAP_PATCH} # Not needed anymore of 0.3.11. Merged into the main patch. #epatch "${FILESDIR}"/${PN}-5.1_p1-ldap-hpn-glue.patch + + # Fixup per bug #266654 + epatch "${FILESDIR}"/${PN}-5.2p1-ldap-stdargs.diff fi #epatch "${DISTDIR}"/openssh-5.0p1-gsskex-20080404.patch #115553 #216932 else diff --git a/net-misc/openssh/openssh-5.2_p1-r2.ebuild b/net-misc/openssh/openssh-5.2_p1-r2.ebuild index 311058173082..3a226891e8c9 100644 --- a/net-misc/openssh/openssh-5.2_p1-r2.ebuild +++ b/net-misc/openssh/openssh-5.2_p1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.2_p1-r2.ebuild,v 1.9 2009/05/18 06:29:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.2_p1-r2.ebuild,v 1.10 2009/05/18 09:04:18 robbat2 Exp $ inherit eutils flag-o-matic multilib autotools pam @@ -94,6 +94,9 @@ src_unpack() { epatch "${DISTDIR}"/${LDAP_PATCH} # Not needed anymore of 0.3.11. Merged into the main patch. #epatch "${FILESDIR}"/${PN}-5.1_p1-ldap-hpn-glue.patch + + # Fixup per bug #266654 + epatch "${FILESDIR}"/${PN}-5.2p1-ldap-stdargs.diff fi #epatch "${DISTDIR}"/openssh-5.0p1-gsskex-20080404.patch #115553 #216932 else |