diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-12 18:39:12 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-12 18:39:12 +0000 |
commit | 6274d364a7c660e76675f73dd26464f5d12a9142 (patch) | |
tree | 2ee25fcce30036ea4a51d645514fcaf4ea978d8a /sys-libs/cracklib | |
parent | Version bump on horde-pear to 1.0.1.1 (diff) | |
download | historical-6274d364a7c660e76675f73dd26464f5d12a9142.tar.gz historical-6274d364a7c660e76675f73dd26464f5d12a9142.tar.bz2 historical-6274d364a7c660e76675f73dd26464f5d12a9142.zip |
noticed bug with permissions on /usr/include/packer.h, fixed.
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.7-r7.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index c366094167e7..dea316b9529c 100644 --- a/sys-libs/cracklib/ChangeLog +++ b/sys-libs/cracklib/ChangeLog @@ -1,13 +1,14 @@ # ChangeLog for sys-libs/cracklib # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.17 2003/05/12 18:24:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.18 2003/05/12 18:39:12 robbat2 Exp $ *cracklib-2.7-r7 (12 May 2002) 12 May 2002; Robin Johnson <robbat@gentoo.org> cracklib-2.7-r7.ebuild: Version bump to get the original packer.h bug (#12441) gaurenteed to be - resolved for the rollout of the new PHP eclass. No other changes to ebuild - made. In unstable only presently waiting for QA approval. + resolved for the rollout of the new PHP eclass. I also noticed that packer.h + is installed with incorrect permissions in some cases with sandboxes, so I + use fperms 644 on it. In unstable only presently waiting for QA approval. *cracklib-2.7-r6 (25 Oct 2002) diff --git a/sys-libs/cracklib/cracklib-2.7-r7.ebuild b/sys-libs/cracklib/cracklib-2.7-r7.ebuild index 915cb8d6ab38..708ecaec4c96 100644 --- a/sys-libs/cracklib/cracklib-2.7-r7.ebuild +++ b/sys-libs/cracklib/cracklib-2.7-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r7.ebuild,v 1.1 2003/05/12 18:24:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r7.ebuild,v 1.2 2003/05/12 18:39:12 robbat2 Exp $ IUSE="" @@ -46,6 +46,8 @@ src_install() { cd ${S} cp ${S}/cracklib/packer.h ${D}/usr/include + #fix the permissions on it as they may be wrong in some cases + fperms 644 usr/include/packer.h preplib /usr/lib |