summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-07-07 23:58:53 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-07-07 23:58:53 +0000
commit3cd147154bfffc645c458ddb308731f308debf37 (patch)
treef6a0bf972cc3b203997f0b9e54e99f2f93e4ab17 /net-ftp/proftpd
parentVersion bump. (diff)
downloadgentoo-2-3cd147154bfffc645c458ddb308731f308debf37.tar.gz
gentoo-2-3cd147154bfffc645c458ddb308731f308debf37.tar.bz2
gentoo-2-3cd147154bfffc645c458ddb308731f308debf37.zip
addpredict to close #98281
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r--net-ftp/proftpd/ChangeLog8
-rw-r--r--net-ftp/proftpd/proftpd-1.2.10-r1.ebuild3
-rw-r--r--net-ftp/proftpd/proftpd-1.2.10-r2.ebuild3
-rw-r--r--net-ftp/proftpd/proftpd-1.2.10-r3.ebuild3
-rw-r--r--net-ftp/proftpd/proftpd-1.2.10-r5.ebuild3
-rw-r--r--net-ftp/proftpd/proftpd-1.2.10.ebuild3
-rw-r--r--net-ftp/proftpd/proftpd-1.2.9-r2.ebuild3
7 files changed, 19 insertions, 7 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog
index ba2881e90b3c..807493692eb5 100644
--- a/net-ftp/proftpd/ChangeLog
+++ b/net-ftp/proftpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-ftp/proftpd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.93 2005/06/07 23:10:19 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.94 2005/07/07 23:58:53 humpback Exp $
+
+ 07 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ proftpd-1.2.9-r2.ebuild, proftpd-1.2.10.ebuild, proftpd-1.2.10-r1.ebuild,
+ proftpd-1.2.10-r2.ebuild, proftpd-1.2.10-r3.ebuild,
+ proftpd-1.2.10-r5.ebuild:
+ Added addpredict /etc/krb5.conf to solve bug #98281. Thanks Jakub.
*proftpd-1.2.10-r5 (08 Jun 2005)
diff --git a/net-ftp/proftpd/proftpd-1.2.10-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r1.ebuild
index 272da15adac0..df20e1d7f826 100644
--- a/net-ftp/proftpd/proftpd-1.2.10-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r1.ebuild,v 1.8 2005/01/09 11:26:27 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r1.ebuild,v 1.9 2005/07/07 23:58:53 humpback Exp $
inherit flag-o-matic eutils
@@ -42,6 +42,7 @@ src_unpack() {
}
src_compile() {
+ addpredict /etc/krb5.conf
local modules myconf
modules="mod_ratio:mod_readme:mod_delay"
diff --git a/net-ftp/proftpd/proftpd-1.2.10-r2.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r2.ebuild
index 2caf5c44b198..4669d6d677ec 100644
--- a/net-ftp/proftpd/proftpd-1.2.10-r2.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.10-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r2.ebuild,v 1.4 2005/03/07 16:42:24 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r2.ebuild,v 1.5 2005/07/07 23:58:53 humpback Exp $
inherit flag-o-matic eutils
@@ -42,6 +42,7 @@ src_unpack() {
}
src_compile() {
+ addpredict /etc/krb5.conf
local modules myconf
modules="mod_ratio:mod_readme:mod_delay"
diff --git a/net-ftp/proftpd/proftpd-1.2.10-r3.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r3.ebuild
index 6e9af488408b..e4c5b3eae10f 100644
--- a/net-ftp/proftpd/proftpd-1.2.10-r3.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.10-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r3.ebuild,v 1.3 2005/06/06 20:06:41 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r3.ebuild,v 1.4 2005/07/07 23:58:53 humpback Exp $
inherit flag-o-matic eutils
@@ -39,6 +39,7 @@ src_unpack() {
}
src_compile() {
+ addpredict /etc/krb5.conf
local modules myconf
modules="mod_ratio:mod_readme"
diff --git a/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild
index 8ca088e7ecea..3b3fc715694b 100644
--- a/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild,v 1.1 2005/06/07 23:10:19 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild,v 1.2 2005/07/07 23:58:53 humpback Exp $
inherit flag-o-matic eutils
@@ -40,6 +40,7 @@ src_unpack() {
}
src_compile() {
+ addpredict /etc/krb5.conf
local modules myconf
modules="mod_ratio:mod_readme"
diff --git a/net-ftp/proftpd/proftpd-1.2.10.ebuild b/net-ftp/proftpd/proftpd-1.2.10.ebuild
index 48eff948cb92..c38e65c5539d 100644
--- a/net-ftp/proftpd/proftpd-1.2.10.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10.ebuild,v 1.8 2005/01/09 11:26:27 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10.ebuild,v 1.9 2005/07/07 23:58:53 humpback Exp $
inherit flag-o-matic eutils
@@ -39,6 +39,7 @@ src_unpack() {
}
src_compile() {
+ addpredict /etc/krb5.conf
local modules myconf
modules="mod_ratio:mod_readme"
diff --git a/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild b/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild
index 65d2a9fe6104..8df3c9100e64 100644
--- a/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild,v 1.11 2005/01/09 11:26:27 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild,v 1.12 2005/07/07 23:58:53 humpback Exp $
inherit flag-o-matic eutils
@@ -32,6 +32,7 @@ src_unpack() {
}
src_compile() {
+ addpredict /etc/krb5.conf
local modules myconf
modules="mod_ratio:mod_readme"