Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/horde-passwd/, www-apps/horde-passwd/files/
Date: Fri, 01 Apr 2016 03:15:44
Message-Id: 1459480280.3600bf1ff380adb2abc6a1de91d3a3f4e549fa09.bman@gentoo
1 commit: 3600bf1ff380adb2abc6a1de91d3a3f4e549fa09
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 03:11:20 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 03:11:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3600bf1f
7
8 www-apps/horde-passwd: remove last-rited package per security bug 490422
9
10 www-apps/horde-passwd/Manifest | 1 -
11 .../files/horde-passwd-3.0-no-clear-password.patch | 13 -------------
12 www-apps/horde-passwd/horde-passwd-3.1.3.ebuild | 22 ----------------------
13 www-apps/horde-passwd/metadata.xml | 22 ----------------------
14 4 files changed, 58 deletions(-)
15
16 diff --git a/www-apps/horde-passwd/Manifest b/www-apps/horde-passwd/Manifest
17 deleted file mode 100644
18 index 243164b..0000000
19 --- a/www-apps/horde-passwd/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST passwd-h3-3.1.3.tar.gz 1573151 SHA256 e34729f9208f724d7ac88e522fe22ddeea8e8c818f650544777a13e9ba789e27 SHA512 dc1e0563e7bd116d8e54c99dd91ceae75d92a65a3720a2ffd01e09b4e7b8a0d481c196bd4e53eda0bf236290f6a1e1083941968a24d2c888bbc446c032df6706 WHIRLPOOL 8301a1bf65a1ee324d7bff1dd07d827a11b548c2fb17c0d59682eb84a79f51df747c9b9df50b8b7c3b6a65fd4407cde81e3f08e4cd903a813a59dd4b5b69f128
23
24 diff --git a/www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch b/www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch
25 deleted file mode 100644
26 index 8f4a238..0000000
27 --- a/www-apps/horde-passwd/files/horde-passwd-3.0-no-clear-password.patch
28 +++ /dev/null
29 @@ -1,13 +0,0 @@
30 ---- passwd-h3-3.0/config/backends.php.dist
31 -+++ passwd-h3-3.0/config/backends.php.dist
32 -@@ -314,8 +314,8 @@
33 - 'name' => 'pw_name',
34 - 'domain' => 'pw_domain',
35 - 'passwd' => 'pw_passwd',
36 -- 'clear_passwd' => 'pw_clear_passwd',
37 -- 'use_clear_passwd' => true,
38 -+ //'clear_passwd' => 'pw_clear_passwd',
39 -+ 'use_clear_passwd' => false,
40 - 'show_encryption' => true
41 - )
42 - );
43
44 diff --git a/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild b/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild
45 deleted file mode 100644
46 index 2b3d3a4..0000000
47 --- a/www-apps/horde-passwd/horde-passwd-3.1.3.ebuild
48 +++ /dev/null
49 @@ -1,22 +0,0 @@
50 -# Copyright 1999-2010 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -# $Id$
53 -
54 -HORDE_PHP_FEATURES="ctype"
55 -
56 -HORDE_MAJ="-h3"
57 -inherit horde eutils
58 -
59 -DESCRIPTION="Horde Passwd is the Horde password changing application"
60 -
61 -KEYWORDS="alpha amd64 hppa ppc sparc x86"
62 -IUSE="clearpasswd"
63 -
64 -DEPEND=""
65 -RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )"
66 -
67 -src_unpack() {
68 - horde_src_unpack
69 - cd "${S}"
70 - use clearpasswd || epatch "${FILESDIR}"/${PN}-3.0-no-clear-password.patch
71 -}
72
73 diff --git a/www-apps/horde-passwd/metadata.xml b/www-apps/horde-passwd/metadata.xml
74 deleted file mode 100644
75 index 4fc989e..0000000
76 --- a/www-apps/horde-passwd/metadata.xml
77 +++ /dev/null
78 @@ -1,22 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 -<maintainer type="project">
83 - <email>web-apps@g.o</email>
84 - <name>Gentoo Webapps</name>
85 -</maintainer>
86 -<longdescription>
87 -Passwd is the Horde password changing application. While it has been
88 -released and is in production use at many sites, it is also under heavy
89 -development in an effort to expand and improve the module.
90 -
91 -Right now, Passwd provides fairly complete support for changing
92 -passwords via poppassd, ldap, unix expect scripts, the unix smbpasswd
93 -command for smb/cifs password support, servuftp, vmailmgr, vpopmail, and
94 -sql passwords.
95 -</longdescription>
96 -<use>
97 - <flag name="clearpasswd">Enables cleartext password storage in the vpopmail
98 - files</flag>
99 -</use>
100 -</pkgmetadata>