vapier 15/05/21 03:12:04 Modified: ChangeLog Added: pam_abl-0.6.0.ebuild Log: Version bump #520058 by Kalisox. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.18 sys-auth/pam_abl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 17 Mar 2013 15:10:03 -0000 1.17 +++ ChangeLog 21 May 2015 03:12:04 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam_abl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.17 2013/03/17 15:10:03 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.18 2015/05/21 03:12:04 vapier Exp $ + +*pam_abl-0.6.0 (21 May 2015) + + 21 May 2015; Mike Frysinger <[email protected]> +pam_abl-0.6.0.ebuild: + Version bump #520058 by Kalisox. 17 Mar 2013; Markos Chandras <[email protected]> metadata.xml: Add proxy-maintainers to metadata.xml 1.1 sys-auth/pam_abl/pam_abl-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/pam_abl-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_abl/pam_abl-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: pam_abl-0.6.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.6.0.ebuild,v 1.1 2015/05/21 03:12:04 vapier Exp $ EAPI=5 MY_PN="${PN/_/-}" MY_P="${MY_PN}-${PV}" inherit flag-o-matic pam cmake-utils db-use multilib DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts" HOMEPAGE="http://pam-abl.sourceforge.net/" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-libs/pam-0.78-r2 >=sys-libs/db-4.2.52_p2" RDEPEND="${DEPEND}" S=${WORKDIR} src_configure() { pammod_hide_symbols local mycmakeargs=( -DDB_INCLUDE_DIR=$(db_includedir) -DDB_LINK_DIR=/usr/$(get_libdir) -DDB_LIBRARY=$(db_libname) ) cmake-utils_src_configure } src_install() { cmake-utils_src_install dodir $(getpam_mod_dir) mv "${D}"/usr/lib/security/*.so "${D}"/"$(getpam_mod_dir)" || die dodoc doc/*.txt README } pkg_preinst() { if has_version "~${CATEGORY}/${PN}-0.5.0" ; then ewarn "Note: the 0.5.0 release named the module 'pam-abl.so' by accident; this version" ewarn "fixes that and uses 'pam_abl.so' again. Please update your config files." fi }
