diff options
author | 2013-04-03 02:24:26 +0000 | |
---|---|---|
committer | 2013-04-03 02:24:26 +0000 | |
commit | d23a2aeaefa54e43ecffc36e981db1112fa16400 (patch) | |
tree | 95af769ef50e11cf3d13aa7c35f44c8a3424b189 /app-admin/usermin/ChangeLog | |
parent | Version bump (diff) | |
download | historical-d23a2aeaefa54e43ecffc36e981db1112fa16400.tar.gz historical-d23a2aeaefa54e43ecffc36e981db1112fa16400.tar.bz2 historical-d23a2aeaefa54e43ecffc36e981db1112fa16400.zip |
Introduced dependencies and USE conditional dependencies that are mentioned through out the usermin code. Make usermin run under the usermin user instead of root to avoid future security issues. EAPI 5, moved code from src_unpack to src_prepare. Cleanup of the src_install function. Bump, updated init script to run under the usermin user.
Package-Manager: portage-2.1.11.60/cvs/Linux x86_64
Manifest-Sign-Key: 0x6D34E57D
Diffstat (limited to 'app-admin/usermin/ChangeLog')
-rw-r--r-- | app-admin/usermin/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app-admin/usermin/ChangeLog b/app-admin/usermin/ChangeLog index 95f90ace4bcd..ada339467c11 100644 --- a/app-admin/usermin/ChangeLog +++ b/app-admin/usermin/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-admin/usermin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.155 2013/03/13 21:24:00 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.156 2013/04/03 02:24:22 tomwij Exp $ + +*usermin-1.540-r1 (03 Apr 2013) + + 03 Apr 2013; Tom Wijsman <TomWij@gentoo.org> +files/usermin-1.540-r1.init, + +usermin-1.540-r1.ebuild, metadata.xml, usermin-1.540.ebuild: + Introduced dependencies and USE conditional dependencies that are mentioned + through out the usermin code. Make usermin run under the usermin user instead + of root to avoid future security issues. EAPI 5, moved code from src_unpack to + src_prepare. Cleanup of the src_install function. Bump, updated init script to + run under the usermin user. *usermin-1.540 (13 Mar 2013) |