summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2014-12-16 03:33:43 +0000
committerJustin Bronder <jsbronder@gentoo.org>2014-12-16 03:33:43 +0000
commit6309cf0f524961f56485c8f053568705204fea1a (patch)
tree836ae419135f345c464835c4570e857747e7b852 /sys-cluster
parentVersion bump to 1.5.0. (diff)
downloadgentoo-2-6309cf0f524961f56485c8f053568705204fea1a.tar.gz
gentoo-2-6309cf0f524961f56485c8f053568705204fea1a.tar.bz2
gentoo-2-6309cf0f524961f56485c8f053568705204fea1a.zip
Default to munge library authentication over exec, fixes #532430
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/torque/ChangeLog8
-rw-r--r--sys-cluster/torque/torque-2.5.13.ebuild4
-rw-r--r--sys-cluster/torque/torque-4.2.9-r2.ebuild (renamed from sys-cluster/torque/torque-4.2.9-r1.ebuild)4
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog
index 2aac914230c7..ee77f26e28d2 100644
--- a/sys-cluster/torque/ChangeLog
+++ b/sys-cluster/torque/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/torque
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.174 2014/12/14 10:40:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.175 2014/12/16 03:33:43 jsbronder Exp $
+
+*torque-4.2.9-r2 (16 Dec 2014)
+
+ 16 Dec 2014; Justin Bronder <jsbronder@gentoo.org> torque-2.5.13.ebuild,
+ -torque-4.2.9-r1.ebuild, +torque-4.2.9-r2.ebuild:
+ Default to munge library authentication over exec, fixes #532430
14 Dec 2014; Jeroen Roovers <jer@gentoo.org> torque-4.1.7.ebuild:
Stable for HPPA (bug #491270).
diff --git a/sys-cluster/torque/torque-2.5.13.ebuild b/sys-cluster/torque/torque-2.5.13.ebuild
index dbcff5007bf0..595e8bd23bc0 100644
--- a/sys-cluster/torque/torque-2.5.13.ebuild
+++ b/sys-cluster/torque/torque-2.5.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 1.1 2014/06/19 19:55:00 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 1.2 2014/12/16 03:33:43 jsbronder Exp $
EAPI=4
@@ -101,7 +101,7 @@ src_configure() {
$(use_enable drmaa)
$(use_enable threads high-availability)
$(use_enable xml server-xml)
- $(use_enable munge munge-auth)
+ $(use_enable munge munge-library)
--with-server-home=${PBS_SERVER_HOME}
--with-environ=/etc/pbs_environment
--with-default-server=${PBS_SERVER_NAME}
diff --git a/sys-cluster/torque/torque-4.2.9-r1.ebuild b/sys-cluster/torque/torque-4.2.9-r2.ebuild
index 3f8ed13495b1..ed612ea72e59 100644
--- a/sys-cluster/torque/torque-4.2.9-r1.ebuild
+++ b/sys-cluster/torque/torque-4.2.9-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9-r1.ebuild,v 1.2 2014/10/17 03:59:14 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9-r2.ebuild,v 1.1 2014/12/16 03:33:43 jsbronder Exp $
EAPI=5
@@ -98,7 +98,7 @@ src_configure() {
$(use_enable syslog) \
$(use_enable server) \
$(use_enable drmaa) \
- $(use_enable munge munge-auth) \
+ $(use_enable munge munge-library) \
$(use_enable nvidia nvidia-gpus) \
--with-server-home=${PBS_SERVER_HOME} \
--with-environ=/etc/pbs_environment \