* [gentoo-commits] gentoo-x86 commit in dev-python/pypam: pypam-0.5.0-r3.ebuild ChangeLog
@ 2015-06-13 14:13 Manuel Rueger (mrueg)
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-06-13 14:13 UTC (permalink / raw
To: gentoo-commits
mrueg 15/06/13 14:13:35
Modified: ChangeLog
Added: pypam-0.5.0-r3.ebuild
Log:
Apply patches from Fedora fixing security bug #407603 and add support for Python3.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.18 dev-python/pypam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 8 Apr 2015 08:05:13 -0000 1.17
+++ ChangeLog 13 Jun 2015 14:13:35 -0000 1.18
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/pypam
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.17 2015/04/08 08:05:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.18 2015/06/13 14:13:35 mrueg Exp $
+
+*pypam-0.5.0-r3 (13 Jun 2015)
+
+ 13 Jun 2015; Manuel Rüger <mrueg@gentoo.org> +files/PyPAM-0.5.0-dealloc.patch,
+ +files/PyPAM-0.5.0-memory-errors.patch, +files/PyPAM-0.5.0-nofree.patch,
+ +files/PyPAM-0.5.0-return-value.patch, +files/PyPAM-python3-support.patch,
+ +pypam-0.5.0-r3.ebuild:
+ Apply patches from Fedora fixing security bug #407603 and add support for
+ Python3.
08 Apr 2015; Michał Górny <mgorny@gentoo.org> pypam-0.5.0-r2.ebuild:
Drop old Python implementations
1.1 dev-python/pypam/pypam-0.5.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.1&content-type=text/plain
Index: pypam-0.5.0-r3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.1 2015/06/13 14:13:35 mrueg Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1 flag-o-matic
MY_PN="PyPAM"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python Bindings for PAM (Pluggable Authentication Modules)"
HOMEPAGE="http://www.pangalactic.org/PyPAM"
SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
DEPEND=">=sys-libs/pam-0.64"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
DOCS=( AUTHORS examples/pamtest.py )
PATCHES=(
# Pull patches from fedora.
"${FILESDIR}/PyPAM-${PV}-dealloc.patch"
"${FILESDIR}/PyPAM-${PV}-nofree.patch"
"${FILESDIR}/PyPAM-${PV}-memory-errors.patch"
"${FILESDIR}/PyPAM-${PV}-return-value.patch"
"${FILESDIR}/PyPAM-python3-support.patch"
# Fix a missing include.
"${FILESDIR}/${P}-stricter.patch"
)
src_compile() {
append-cflags -fno-strict-aliasing
distutils-r1_src_compile
}
python_test() {
"${PYTHON}" tests/PamTest.py
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pypam: pypam-0.5.0-r3.ebuild ChangeLog
@ 2015-06-16 7:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-16 7:18 UTC (permalink / raw
To: gentoo-commits
ago 15/06/16 07:18:39
Modified: pypam-0.5.0-r3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #407603
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-python/pypam/pypam-0.5.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?r1=1.1&r2=1.2
Index: pypam-0.5.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypam-0.5.0-r3.ebuild 13 Jun 2015 14:13:35 -0000 1.1
+++ pypam-0.5.0-r3.ebuild 16 Jun 2015 07:18:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.1 2015/06/13 14:13:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.2 2015/06/16 07:18:39 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
@@ -16,7 +16,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
IUSE=""
DEPEND=">=sys-libs/pam-0.64"
1.19 dev-python/pypam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 13 Jun 2015 14:13:35 -0000 1.18
+++ ChangeLog 16 Jun 2015 07:18:39 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pypam
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.18 2015/06/13 14:13:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.19 2015/06/16 07:18:39 ago Exp $
+
+ 16 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pypam-0.5.0-r3.ebuild:
+ Stable for amd64, wrt bug #407603
*pypam-0.5.0-r3 (13 Jun 2015)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pypam: pypam-0.5.0-r3.ebuild ChangeLog
@ 2015-06-17 7:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-17 7:31 UTC (permalink / raw
To: gentoo-commits
ago 15/06/17 07:31:44
Modified: pypam-0.5.0-r3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #407603
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/pypam/pypam-0.5.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?r1=1.2&r2=1.3
Index: pypam-0.5.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypam-0.5.0-r3.ebuild 16 Jun 2015 07:18:39 -0000 1.2
+++ pypam-0.5.0-r3.ebuild 17 Jun 2015 07:31:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.2 2015/06/16 07:18:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.3 2015/06/17 07:31:44 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
@@ -16,7 +16,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE=""
DEPEND=">=sys-libs/pam-0.64"
1.20 dev-python/pypam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 16 Jun 2015 07:18:39 -0000 1.19
+++ ChangeLog 17 Jun 2015 07:31:44 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pypam
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.19 2015/06/16 07:18:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.20 2015/06/17 07:31:44 ago Exp $
+
+ 17 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pypam-0.5.0-r3.ebuild:
+ Stable for x86, wrt bug #407603
16 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pypam-0.5.0-r3.ebuild:
Stable for amd64, wrt bug #407603
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pypam: pypam-0.5.0-r3.ebuild ChangeLog
@ 2015-08-01 10:22 Patrick Lauer (patrick)
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2015-08-01 10:22 UTC (permalink / raw
To: gentoo-commits
patrick 15/08/01 10:22:58
Modified: pypam-0.5.0-r3.ebuild ChangeLog
Log:
Add py3.4 hugs, fix test deps
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-python/pypam/pypam-0.5.0-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild?r1=1.3&r2=1.4
Index: pypam-0.5.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pypam-0.5.0-r3.ebuild 17 Jun 2015 07:31:44 -0000 1.3
+++ pypam-0.5.0-r3.ebuild 1 Aug 2015 10:22:57 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.3 2015/06/17 07:31:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/pypam-0.5.0-r3.ebuild,v 1.4 2015/08/01 10:22:57 patrick Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1 flag-o-matic
1.22 dev-python/pypam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypam/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 17 Jun 2015 07:49:36 -0000 1.21
+++ ChangeLog 1 Aug 2015 10:22:57 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pypam
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.21 2015/06/17 07:49:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypam/ChangeLog,v 1.22 2015/08/01 10:22:57 patrick Exp $
+
+ 01 Aug 2015; Patrick Lauer <patrick@gentoo.org> pypam-0.5.0-r3.ebuild:
+ Add py3.4 hugs, fix test deps
17 Jun 2015; Justin Lecher <jlec@gentoo.org>
-files/pypam-0.5.0-python-2.5.patch, -pypam-0.5.0-r2.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-01 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-01 10:22 [gentoo-commits] gentoo-x86 commit in dev-python/pypam: pypam-0.5.0-r3.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2015-06-17 7:31 Agostino Sarubbo (ago)
2015-06-16 7:18 Agostino Sarubbo (ago)
2015-06-13 14:13 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox