vapier 15/07/08 06:45:47 Modified: ChangeLog Added: pam_blue-0.9.0-r1.ebuild Log: Fix by Leho Kraav for username locale matching issues #412941. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.8 sys-auth/pam_blue/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_blue/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_blue/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_blue/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 11 Jun 2010 11:06:48 -0000 1.7 +++ ChangeLog 8 Jul 2015 06:45:46 -0000 1.8 @@ -1,6 +1,13 @@ # ChangeLog for sys-auth/pam_blue -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/ChangeLog,v 1.7 2010/06/11 11:06:48 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/ChangeLog,v 1.8 2015/07/08 06:45:46 vapier Exp $ + +*pam_blue-0.9.0-r1 (08 Jul 2015) + + 08 Jul 2015; Mike Frysinger <[email protected]> + +files/pam_blue-0.9.0-bad-log.patch, +files/pam_blue-0.9.0-char-locales.patch, + +pam_blue-0.9.0-r1.ebuild: + Fix by Leho Kraav for username locale matching issues #412941. 11 Jun 2010; Samuli Suominen <[email protected]> pam_blue-0.9.0.ebuild: Drop bluez-libs support wrt #301630. @@ -35,4 +42,3 @@ 25 May 2007; Jakub Moc <[email protected]> +pam_blue-0.9.0.ebuild, +metadata.xml: New ebuild for KingTaco. Bug 180325. - 1.1 sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild?rev=1.1&content-type=text/plain Index: pam_blue-0.9.0-r1.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_blue/pam_blue-0.9.0-r1.ebuild,v 1.1 2015/07/08 06:45:46 vapier Exp $ EAPI="5" inherit pam autotools multilib DESCRIPTION="Linux PAM module providing ability to authenticate via a bluetooth compatible device" HOMEPAGE="http://pam.0xdef.net/" SRC_URI="http://pam.0xdef.net/source/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/pam net-wireless/bluez" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} src_prepare() { epatch "${FILESDIR}"/${P}-char-locales.patch #412941 epatch "${FILESDIR}"/${P}-bad-log.patch mv configure.{in,ac} || die eautoreconf } src_configure() { econf --libdir="$(getpam_mod_dir)" } src_install() { # manual install to avoid sandbox violation and installing useless .la file dopammod src/.libs/pam_blue.so newpamsecurity . data/sample.conf bluesscan.conf.sample dodoc AUTHORS NEWS README ChangeLog doman doc/${PN}.7 } pkg_postinst() { elog "For configuration info, see /etc/security/bluesscan.conf.sample" elog "http://pam.0xdef.net/doc.html and http://pam.0xdef.net/faq.html" elog "Edit the file as required and copy/rename to bluesscan.conf when done." }
