* [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog autofs-5.0.6-r2.ebuild
@ 2011-09-15 3:52 Peter Volkov (pva)
0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2011-09-15 3:52 UTC (permalink / raw
To: gentoo-commits
pva 11/09/15 03:52:42
Modified: ChangeLog
Added: autofs-5.0.6-r2.ebuild
Log:
Fix ldap problem with -sasl, bug #381315 thank Martin Stockinger for report and Dustin Polke for this job.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.123 net-fs/autofs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 13 Sep 2011 17:53:17 -0000 1.122
+++ ChangeLog 15 Sep 2011 03:52:42 -0000 1.123
@@ -1,6 +1,13 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.122 2011/09/13 17:53:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.123 2011/09/15 03:52:42 pva Exp $
+
+*autofs-5.0.6-r2 (14 Sep 2011)
+
+ 14 Sep 2011; Peter Volkov <pva@gentoo.org> +autofs-5.0.6-r2.ebuild,
+ +files/autofs-5.0.6-revert-ldap.patch:
+ Fix ldap problem with -sasl, bug #381315 thank Martin Stockinger for report
+ and Dustin Polke for this job.
13 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #99651
1.1 net-fs/autofs/autofs-5.0.6-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.1&content-type=text/plain
Index: autofs-5.0.6-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.1 2011/09/15 03:52:42 pva Exp $
EAPI="4"
inherit eutils multilib autotools linux-info
DESCRIPTION="Kernel based automounter"
HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
PATCH_VER=""
[[ -n ${PATCH_VER} ]] && \
PATCHSET_URI="mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma"
SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2
${PATCHSET_URI}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="hesiod ldap sasl"
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
# SASL support should be available, please add "ldap" to the USE flags.
REQUIRED_USE="sasl? ( ldap )"
# currently, sasl code assumes the presence of kerberosV
RDEPEND="hesiod? ( net-dns/hesiod )
ldap? ( >=net-nds/openldap-2.0
sasl? ( dev-libs/cyrus-sasl
dev-libs/libxml2
virtual/krb5 ) )"
DEPEND="${RDEPEND}"
src_prepare() {
# Upstream's patchset
if [[ -n ${PATCH_VER} ]]; then
EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}"/patches
fi
# Fix for bug #210762
# Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/4203
epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch
# Accumulated fixes for bugs
# #154797: Respect CC and CFLAGS
# #253412: Respect LDFLAGS
# #247969: Link order for --as-needed
epatch "${FILESDIR}"/${P}-respect-user-flags-and-fix-asneeded.patch
# do not include <nfs/nfs.h>, rather <linux/nfs.h>,
# as the former is a lame header for the latter (bug #157968)
sed 's@nfs/nfs.h@linux/nfs.h@' -i include/rpc_subs.h || die
# Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371
epatch "${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch
# Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/6039
# Disable LDAP specific code if USE="-ldap", let's see what upstream says...
epatch "${FILESDIR}"/${PN}-5.0.5-fix-building-without-ldap.patch
# https://bugs.gentoo.org/show_bug.cgi?id=361899
epatch "${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
# Fix for bug #373577
# Upstream reference: http://article.gmane.org/gmane.linux.kernel.autofs/6187
# Fix regression in IPv6 name lookup regression
epatch "${FILESDIR}"/${P}-ipv6_name_lookup_regression.patch
# https://bugs.gentoo.org/show_bug.cgi?id=381315
epatch "${FILESDIR}"/${P}-revert-ldap.patch
eautoreconf
}
src_configure() {
# work around bug #355975 (mount modifies timestamp of /etc/mtab)
# with >=sys-apps/util-linux-2.19,
addpredict "/etc/mtab"
# --with-confdir is for bug #361481
econf \
--with-confdir=/etc/conf.d \
$(use_with ldap openldap) \
$(use_with sasl) \
$(use_with hesiod) \
--enable-ignore-busy
}
src_install() {
emake DESTDIR="${D}" install
dodoc README* CHANGELOG CREDITS COPYRIGHT INSTALL
# kernel patches
docinto patches
dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-????????.patch
newinitd "${FILESDIR}"/autofs5.initd autofs
insinto etc/autofs
newins "${FILESDIR}"/autofs5-auto.master auto.master
}
pkg_postinst() {
if kernel_is -lt 2 6 30; then
elog "This version of ${PN} requires a kernel with autofs4 supporting"
elog "protocol version 5.00. Patches for kernels older than 2.6.30 have"
elog "been installed into"
elog "${EROOT}usr/share/doc/${P}/patches."
elog "For further instructions how to patch the kernel, please refer to"
elog "${EROOT}usr/share/doc/${P}/INSTALL."
elog
fi
elog "If you plan on using autofs for automounting remote NFS mounts,"
elog "please check that both portmap (or rpcbind) and rpc.statd/lockd"
elog "are running."
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog autofs-5.0.6-r2.ebuild
@ 2011-09-15 6:50 Peter Volkov (pva)
0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2011-09-15 6:50 UTC (permalink / raw
To: gentoo-commits
pva 11/09/15 06:50:59
Modified: ChangeLog autofs-5.0.6-r2.ebuild
Log:
Depend on <glibc-2.14, temporary measure for bug #374403, thank cyrillic for report and Dustin Polke for suggestion.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.124 net-fs/autofs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 15 Sep 2011 03:52:42 -0000 1.123
+++ ChangeLog 15 Sep 2011 06:50:59 -0000 1.124
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.123 2011/09/15 03:52:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.124 2011/09/15 06:50:59 pva Exp $
+
+ 15 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.6-r2.ebuild:
+ Depend on <glibc-2.14, temporary measure for bug #374403, thank cyrillic for
+ report and Dustin Polke for suggestion.
*autofs-5.0.6-r2 (14 Sep 2011)
1.2 net-fs/autofs/autofs-5.0.6-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?r1=1.1&r2=1.2
Index: autofs-5.0.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autofs-5.0.6-r2.ebuild 15 Sep 2011 03:52:42 -0000 1.1
+++ autofs-5.0.6-r2.ebuild 15 Sep 2011 06:50:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.1 2011/09/15 03:52:42 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.2 2011/09/15 06:50:59 pva Exp $
EAPI="4"
inherit eutils multilib autotools linux-info
@@ -23,7 +23,8 @@
REQUIRED_USE="sasl? ( ldap )"
# currently, sasl code assumes the presence of kerberosV
-RDEPEND="hesiod? ( net-dns/hesiod )
+RDEPEND="<sys-libs/glibc-2.14
+ hesiod? ( net-dns/hesiod )
ldap? ( >=net-nds/openldap-2.0
sasl? ( dev-libs/cyrus-sasl
dev-libs/libxml2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog autofs-5.0.6-r2.ebuild
@ 2011-09-18 21:36 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-09-18 21:36 UTC (permalink / raw
To: gentoo-commits
maekke 11/09/18 21:36:26
Modified: ChangeLog autofs-5.0.6-r2.ebuild
Log:
amd64/x86 stable, bug #379569
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Revision Changes Path
1.125 net-fs/autofs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 15 Sep 2011 06:50:59 -0000 1.124
+++ ChangeLog 18 Sep 2011 21:36:26 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.124 2011/09/15 06:50:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.125 2011/09/18 21:36:26 maekke Exp $
+
+ 18 Sep 2011; Markus Meier <maekke@gentoo.org> autofs-5.0.6-r2.ebuild:
+ amd64/x86 stable, bug #379569
15 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.6-r2.ebuild:
Depend on <glibc-2.14, temporary measure for bug #374403, thank cyrillic for
1.3 net-fs/autofs/autofs-5.0.6-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?r1=1.2&r2=1.3
Index: autofs-5.0.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autofs-5.0.6-r2.ebuild 15 Sep 2011 06:50:59 -0000 1.2
+++ autofs-5.0.6-r2.ebuild 18 Sep 2011 21:36:26 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.2 2011/09/15 06:50:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.3 2011/09/18 21:36:26 maekke Exp $
EAPI="4"
inherit eutils multilib autotools linux-info
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
IUSE="hesiod ldap sasl"
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog autofs-5.0.6-r2.ebuild
@ 2011-09-19 12:23 Peter Volkov (pva)
0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2011-09-19 12:23 UTC (permalink / raw
To: gentoo-commits
pva 11/09/19 12:23:21
Modified: ChangeLog autofs-5.0.6-r2.ebuild
Log:
Drop <glibc-2.14 depend as rpc headers are now back into glibc, bug 374403 thank Dustin Polke for this job.
(Portage version: 2.1.10.16/cvs/Linux x86_64)
Revision Changes Path
1.127 net-fs/autofs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 19 Sep 2011 08:15:28 -0000 1.126
+++ ChangeLog 19 Sep 2011 12:23:21 -0000 1.127
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.126 2011/09/19 08:15:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.127 2011/09/19 12:23:21 pva Exp $
+
+ 19 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.6-r2.ebuild:
+ Drop <glibc-2.14 depend as rpc headers are now back into glibc, bug 374403
+ thank Dustin Polke for this job.
19 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.5-r4.ebuild,
autofs-5.0.6-r2.ebuild:
1.5 net-fs/autofs/autofs-5.0.6-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild?r1=1.4&r2=1.5
Index: autofs-5.0.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autofs-5.0.6-r2.ebuild 19 Sep 2011 08:15:28 -0000 1.4
+++ autofs-5.0.6-r2.ebuild 19 Sep 2011 12:23:21 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.4 2011/09/19 08:15:28 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.5 2011/09/19 12:23:21 pva Exp $
EAPI="4"
inherit eutils multilib autotools linux-info
@@ -23,7 +23,7 @@
REQUIRED_USE="sasl? ( ldap )"
# currently, sasl code assumes the presence of kerberosV
-RDEPEND="<sys-libs/glibc-2.14
+RDEPEND="
hesiod? ( net-dns/hesiod )
ldap? ( >=net-nds/openldap-2.0
sasl? ( dev-libs/cyrus-sasl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-19 12:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 6:50 [gentoo-commits] gentoo-x86 commit in net-fs/autofs: ChangeLog autofs-5.0.6-r2.ebuild Peter Volkov (pva)
-- strict thread matches above, loose matches on Subject: below --
2011-09-19 12:23 Peter Volkov (pva)
2011-09-18 21:36 Markus Meier (maekke)
2011-09-15 3:52 Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox