summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-05-30 03:02:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-05-30 03:02:46 +0000
commit4dde115270e2d02db9cf560132cbdf1c4f8c7d4c (patch)
treea95ca91676e1a4fe47a13a9bc06eeffe63080e39 /mail-client/squirrelmail/files
parentMoving to mail-client/squirrelmail (diff)
downloadgentoo-2-4dde115270e2d02db9cf560132cbdf1c4f8c7d4c.tar.gz
gentoo-2-4dde115270e2d02db9cf560132cbdf1c4f8c7d4c.tar.bz2
gentoo-2-4dde115270e2d02db9cf560132cbdf1c4f8c7d4c.zip
Moved from net-mail/squirrelmail to mail-client/squirrelmail.
Diffstat (limited to 'mail-client/squirrelmail/files')
-rw-r--r--mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc19
-rw-r--r--mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1-r19
-rw-r--r--mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch20
-rw-r--r--mail-client/squirrelmail/files/postinstall-en.txt18
-rw-r--r--mail-client/squirrelmail/files/squirrelmail-fortune.patch12
5 files changed, 68 insertions, 0 deletions
diff --git a/mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1 b/mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1
new file mode 100644
index 000000000000..c86a8c4e0913
--- /dev/null
+++ b/mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1
@@ -0,0 +1,9 @@
+MD5 5c02d4f11c984b9354f0f02ccbecae2e squirrelmail-1.4.3-RC1.tar.bz2 2248976
+MD5 dfe469f7ab473fd2292b30800e3141d5 retrieveuserdata.0.9-1.4.0.tar.gz 10448
+MD5 049c46507ef161ad4ba5f4d4a0b96d09 compatibility-1.3.tar.gz 5966
+MD5 73d2c111579e2fad17c289f62e0be855 secure_login-1.2-1.2.8.tar.gz 6361
+MD5 a14a46388ed710a81c356d69276844c1 show_ssl_link-2.1-1.2.8.tar.gz 5950
+MD5 c321d0f7efa624f6bc3f3a4d1bf08782 admin_add.0.1-1.4.0.tar.gz 2388
+MD5 e68481acab96c17f02cb397762d8959e virus_scan.0.5-1.4.0.tar.gz 25179
+MD5 88f80922e2a060f5277fd2192404efab gpg.2.0.1-1.4.2.tar.gz 383592
+MD5 c836661e8360358b94df4e153e449b2c ldapuserdata-0.4.tar.gz 67439
diff --git a/mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1-r1 b/mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1-r1
new file mode 100644
index 000000000000..c86a8c4e0913
--- /dev/null
+++ b/mail-client/squirrelmail/files/digest-squirrelmail-1.4.3_rc1-r1
@@ -0,0 +1,9 @@
+MD5 5c02d4f11c984b9354f0f02ccbecae2e squirrelmail-1.4.3-RC1.tar.bz2 2248976
+MD5 dfe469f7ab473fd2292b30800e3141d5 retrieveuserdata.0.9-1.4.0.tar.gz 10448
+MD5 049c46507ef161ad4ba5f4d4a0b96d09 compatibility-1.3.tar.gz 5966
+MD5 73d2c111579e2fad17c289f62e0be855 secure_login-1.2-1.2.8.tar.gz 6361
+MD5 a14a46388ed710a81c356d69276844c1 show_ssl_link-2.1-1.2.8.tar.gz 5950
+MD5 c321d0f7efa624f6bc3f3a4d1bf08782 admin_add.0.1-1.4.0.tar.gz 2388
+MD5 e68481acab96c17f02cb397762d8959e virus_scan.0.5-1.4.0.tar.gz 25179
+MD5 88f80922e2a060f5277fd2192404efab gpg.2.0.1-1.4.2.tar.gz 383592
+MD5 c836661e8360358b94df4e153e449b2c ldapuserdata-0.4.tar.gz 67439
diff --git a/mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch b/mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch
new file mode 100644
index 000000000000..46ebc04cff51
--- /dev/null
+++ b/mail-client/squirrelmail/files/ldapuserdata-0.4-gentoo.patch
@@ -0,0 +1,20 @@
+--- plugins/ldapuserdata/setup.php.orig 2004-01-15 23:40:41.000000000 -0800
++++ plugins/ldapuserdata/setup.php 2004-01-15 23:40:52.000000000 -0800
+@@ -92,7 +92,7 @@
+ global $ldap_bind_dn, $ldap_host;
+
+ /* fill $ldap_prefs_cache with data from LDAP. */
+- $ldap_prefs_cache = retrieve_data($login_username);
++ $ldap_prefs_cache = ldap_retrieve_data($login_username);
+
+ /*
+ print "<pre>";
+@@ -121,7 +121,7 @@
+ }
+
+
+-function retrieve_data ($uid) {
++function ldap_retrieve_data ($uid) {
+ global $ldap_host, $username, $ldap_base_dn, $ldap_bind_dn, $ldap_bind_pw;
+ global $ldap_manager_dn, $ldap_manager_pw;
+ global $ldap_objectclass, $prefs_default, $ldap_attributes, $boolean_attrs, $multivalue_attrs;
diff --git a/mail-client/squirrelmail/files/postinstall-en.txt b/mail-client/squirrelmail/files/postinstall-en.txt
new file mode 100644
index 000000000000..dc9c64a86119
--- /dev/null
+++ b/mail-client/squirrelmail/files/postinstall-en.txt
@@ -0,0 +1,18 @@
+ * You must edit the following configuration files to setup your server.
+ * Note that not all of them may be present depending on USE flags.
+ *
+ * config/config.php
+ * plugins/retrieveuserdata/config.php
+ * plugins/virus_scan/config.php
+ * plugins/gpg/gpg_local_prefs.txt
+ * plugins/ldapuserdata/config.php
+ * plugins/show_ssl_link/config.php
+ * plugins/secure_login/config.php
+ *
+ * You should also create the file 'config/admins'
+ * containing the users who should have access to administrative options.
+ * Put each login on its own line, and be sure to leave a newline at the
+ * end of the file.
+ *
+ * You can use the console based configuration tool by executing:
+ * cd config; perl conf.pl
diff --git a/mail-client/squirrelmail/files/squirrelmail-fortune.patch b/mail-client/squirrelmail/files/squirrelmail-fortune.patch
new file mode 100644
index 000000000000..49932d9ac481
--- /dev/null
+++ b/mail-client/squirrelmail/files/squirrelmail-fortune.patch
@@ -0,0 +1,12 @@
+diff -ru plugins/fortune/setup.php.org plugins/fortune/setup.php
+--- plugins/fortune/setup.php.org 2004-04-26 15:20:10.000000000 -0700
++++ plugins/fortune/setup.php 2004-05-11 11:00:43.910401166 -0700
+@@ -30,7 +30,7 @@
+ return;
+ }
+
+- $fortune_location = '/usr/games/fortune';
++ $fortune_location = '/usr/bin/fortune';
+ $exist = file_exists($fortune_location);
+ echo "<center><table cellpadding=0 cellspacing=0 border=0 bgcolor=$color[10]><tr><td><table width=100% cellpadding=2 cellspacing=1 border=0 bgcolor=\"$color[5]\"><tr><td align=center>";
+ echo '<table><tr><td>';