summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2013-03-14 17:32:03 +0000
committerFabio Erculiani <lxnay@gentoo.org>2013-03-14 17:32:03 +0000
commit033546305fa8f51a9f75cb8b088aa470f67acdf1 (patch)
treef9e1192024f9a77b615f299f26b50d8b3271e311 /net-nds
parentdrop older versions (diff)
downloadgentoo-2-033546305fa8f51a9f75cb8b088aa470f67acdf1.tar.gz
gentoo-2-033546305fa8f51a9f75cb8b088aa470f67acdf1.tar.bz2
gentoo-2-033546305fa8f51a9f75cb8b088aa470f67acdf1.zip
version bump, fixes bug #461522
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/389-ds-base/389-ds-base-1.3.0.2.ebuild (renamed from net-nds/389-ds-base/389-ds-base-1.2.11.15.ebuild)18
-rw-r--r--net-nds/389-ds-base/ChangeLog10
2 files changed, 16 insertions, 12 deletions
diff --git a/net-nds/389-ds-base/389-ds-base-1.2.11.15.ebuild b/net-nds/389-ds-base/389-ds-base-1.3.0.2.ebuild
index 4bd8aa2768c9..fd1d3b621068 100644
--- a/net-nds/389-ds-base/389-ds-base-1.2.11.15.ebuild
+++ b/net-nds/389-ds-base/389-ds-base-1.3.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/389-ds-base/389-ds-base-1.2.11.15.ebuild,v 1.2 2012/10/02 20:25:09 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/389-ds-base/389-ds-base-1.3.0.2.ebuild,v 1.1 2013/03/14 17:32:02 lxnay Exp $
-EAPI=2
+EAPI=5
WANT_AUTOMAKE="1.9"
MY_P=${P/_alpha/.a}
@@ -26,14 +26,14 @@ ALL_DEPEND="!>=sys-libs/db-5.0
dev-libs/svrcore
dev-libs/openssl
dev-libs/libpcre:3
- dev-libs/mozldap
dev-perl/perl-mozldap
>=net-analyzer/net-snmp-5.1.2
+ net-nds/openldap
sys-apps/tcp-wrappers
>=sys-libs/db-4.5
sys-libs/pam
sys-libs/zlib
- kerberos? ( net-nds/openldap >=app-crypt/mit-krb5-1.7-r100[openldap] )
+ kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )
selinux? ( >=sys-apps/policycoreutils-1.30.30
sec-policy/selinux-base-policy )"
@@ -57,9 +57,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/selinux.patch"
# Fix compilation against mozldap
- epatch "${FILESDIR}/389-ds-base-1.2.11-fix-mozldap.patch"
- # Upstream patch, will be in 1.2.11.16, fixes CVE-2012-4450
- epatch "${FILESDIR}/389-ds-base-1.2.11.16-cve-2012-4450.patch"
+ # epatch "${FILESDIR}/389-ds-base-1.2.11-fix-mozldap.patch"
# as per 389 documentation, when 64bit, export USE_64
use amd64 && export USE_64=1
@@ -91,14 +89,14 @@ src_configure() {
--enable-maintainer-mode \
--enable-autobind \
--with-fhs \
+ --with-openldap \
$myconf || die "econf failed"
}
src_compile() {
append-lfs-flags
- # Use -j1 otherwise libacl-plugin.so could fail to install properly
- emake -j1 || die "compile failed"
+ emake || die "compile failed"
if use selinux; then
emake -f selinux/Makefile || die " build selinux policy failed"
fi
diff --git a/net-nds/389-ds-base/ChangeLog b/net-nds/389-ds-base/ChangeLog
index 01feffff67d2..b16eb6fd442c 100644
--- a/net-nds/389-ds-base/ChangeLog
+++ b/net-nds/389-ds-base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-nds/389-ds-base
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/389-ds-base/ChangeLog,v 1.23 2012/10/02 20:25:09 lxnay Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/389-ds-base/ChangeLog,v 1.24 2013/03/14 17:32:02 lxnay Exp $
+
+*389-ds-base-1.3.0.2 (14 Mar 2013)
+
+ 14 Mar 2013; Fabio Erculiani <lxnay@gentoo.org> +389-ds-base-1.3.0.2.ebuild,
+ -389-ds-base-1.2.11.15.ebuild:
+ version bump, fixes bug #461522
*389-ds-base-1.2.11.15 (02 Oct 2012)