summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-27 22:37:44 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-06-27 22:37:44 +0000
commita7b4242597cdd25faeaba8ef0bab92d5fe600bf4 (patch)
tree7f2b3bf75c4f73f0f4822148e2603f922f4caf5c /net-ftp/proftpd/ChangeLog
parentMasked the latest cups. (diff)
downloadhistorical-a7b4242597cdd25faeaba8ef0bab92d5fe600bf4.tar.gz
historical-a7b4242597cdd25faeaba8ef0bab92d5fe600bf4.tar.bz2
historical-a7b4242597cdd25faeaba8ef0bab92d5fe600bf4.zip
fix #3791 patching mod_sql_postgres.c
Diffstat (limited to 'net-ftp/proftpd/ChangeLog')
-rw-r--r--net-ftp/proftpd/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog
index 5fdb2356940e..ad83614bf490 100644
--- a/net-ftp/proftpd/ChangeLog
+++ b/net-ftp/proftpd/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for net-ftp/proftpd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.6 2002/06/21 01:54:08 nitro Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.7 2002/06/27 22:37:44 bass Exp $
*proftpd-1.2.5-r1 (20 Jun 2002)
+ 28 Jun 2002; J.Alberto Suárez L. <bass@gentoo.org> proftpd-1.2.5-r1.ebuild:
+
+ Fix bug #3791 In mod_sql_postgres.c line 38: #inlcude <pgsql/libpq-fe.h>
+ is patched to: #include <postgresql/libpq-fe.h>.
+
20 Jun 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.5-r1.ebuild :
Now we copy pam ftp file if we 'use pam'