diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-12-11 22:10:03 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-12-11 22:10:03 +0000 |
commit | 9bffc3f5744ad93ccb7da5dc8879a061a0f2c555 (patch) | |
tree | d633257fb8d73d95e8029642cfa3e05ad4cdfa2d /mail-mta/exim/files | |
parent | Added ~arm/~sparc (bug 341503) (diff) | |
download | gentoo-2-9bffc3f5744ad93ccb7da5dc8879a061a0f2c555.tar.gz gentoo-2-9bffc3f5744ad93ccb7da5dc8879a061a0f2c555.tar.bz2 gentoo-2-9bffc3f5744ad93ccb7da5dc8879a061a0f2c555.zip |
Drop old versions
(Portage version: 2.2.01.17304-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'mail-mta/exim/files')
-rw-r--r-- | mail-mta/exim/files/exim-4.30-conf.patch | 19 | ||||
-rw-r--r-- | mail-mta/exim/files/exim-4.69-buildconfig-cross-compile.patch | 16 | ||||
-rw-r--r-- | mail-mta/exim/files/exim-4.69-dovecot-auth.patch | 16 | ||||
-rw-r--r-- | mail-mta/exim/files/exim-4.69-r1.boolean_redefine_protect.152706.patch | 21 | ||||
-rw-r--r-- | mail-mta/exim/files/mailer.conf | 10 | ||||
-rw-r--r-- | mail-mta/exim/files/pam.d-exim | 3 |
6 files changed, 0 insertions, 85 deletions
diff --git a/mail-mta/exim/files/exim-4.30-conf.patch b/mail-mta/exim/files/exim-4.30-conf.patch deleted file mode 100644 index 5d154b96f71e..000000000000 --- a/mail-mta/exim/files/exim-4.30-conf.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- src/configure.default.orig 2004-03-29 22:48:24.000000000 +0100 -+++ src/configure.default.orig.patch-01 2004-03-29 22:57:10.000000000 +0100 -@@ -41,6 +41,16 @@ - # MAIN CONFIGURATION SETTINGS # - ###################################################################### - -+# This Sets up the default log location to syslog, specifically to the "mail" -+# Facility. Please note that you may want to change this, as other mail, -+# relatively noisy mail programs also log to the mail facility (eg. courier) -+ -+# Note: -+# If exim cannot log to syslog it will try to log to, /var/log/exim/exim_%s.log -+log_file_path=syslog -+ -+ -+ - # Specify your host's canonical name here. This should normally be the fully - # qualified "official" name of your host. If this option is not set, the - # uname() function is called to obtain the name. In many cases this does diff --git a/mail-mta/exim/files/exim-4.69-buildconfig-cross-compile.patch b/mail-mta/exim/files/exim-4.69-buildconfig-cross-compile.patch deleted file mode 100644 index 929a17deaa64..000000000000 --- a/mail-mta/exim/files/exim-4.69-buildconfig-cross-compile.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://thread.gmane.org/gmane.mail.exim.devel/3382 -http://bugs.gentoo.org/show_bug.cgi?id=266591 - ---- OS/Makefile-Base -+++ OS/Makefile-Base -@@ -114,8 +114,8 @@ - - # Targets for special-purpose configuration header builders - buildconfig: buildconfig.c -- @echo "$(CC) buildconfig.c" -- $(FE)$(CC) $(CFLAGS) $(INCLUDE) -o buildconfig buildconfig.c $(LIBS) -+ @echo "$(HOSTCC) buildconfig.c" -+ $(FE)$(HOSTCC) $(HOSTCFLAGS) $(INCLUDE) -o buildconfig buildconfig.c $(LIBS) - - - # Target for the exicyclog utility script diff --git a/mail-mta/exim/files/exim-4.69-dovecot-auth.patch b/mail-mta/exim/files/exim-4.69-dovecot-auth.patch deleted file mode 100644 index 4a00150e9951..000000000000 --- a/mail-mta/exim/files/exim-4.69-dovecot-auth.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=288520 -http://bugs.exim.org/show_bug.cgi?id=667 -http://vcs.exim.org/viewvc/exim/exim-src/src/auths/dovecot.c?r1=1.8&r2=1.9 - ---- src/auths/dovecot.c 2008/01/18 12:23:26 1.8 -+++ src/auths/dovecot.c 2008/02/06 12:44:59 1.9 -@@ -369,6 +369,9 @@ - } - - out: -+ /* close the socket used by dovecot */ -+ if (fd >= 0) -+ close(fd); - - /* Expand server_condition as an authorization check */ - return (ret == OK)? auth_check_serv_cond(ablock) : ret; diff --git a/mail-mta/exim/files/exim-4.69-r1.boolean_redefine_protect.152706.patch b/mail-mta/exim/files/exim-4.69-r1.boolean_redefine_protect.152706.patch deleted file mode 100644 index eba3cb18d01b..000000000000 --- a/mail-mta/exim/files/exim-4.69-r1.boolean_redefine_protect.152706.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN exim-4.69.orig/src/mytypes.h exim-4.69/src/mytypes.h ---- exim-4.69.orig/src/mytypes.h 2007-01-08 10:50:18.000000000 +0000 -+++ exim-4.69/src/mytypes.h 2008-05-05 10:48:09.000000000 +0100 -@@ -16,9 +16,17 @@ - #define MYTYPES_H - - -+#ifndef FALSE - #define FALSE 0 -+#endif -+ -+#ifndef TRUE - #define TRUE 1 -+#endif -+ -+#ifndef TRUE_UNSET - #define TRUE_UNSET 2 -+#endif - - - /* If gcc is being used to compile Exim, we can use its facility for checking diff --git a/mail-mta/exim/files/mailer.conf b/mail-mta/exim/files/mailer.conf deleted file mode 100644 index 7dbf79b3197d..000000000000 --- a/mail-mta/exim/files/mailer.conf +++ /dev/null @@ -1,10 +0,0 @@ -# Execute the "real" sendmail program from exim, -# named /usr/sbin/exim -# -sendmail /usr/sbin/exim -mailq /usr/sbin/exim -newaliases /usr/sbin/exim -rmail /usr/sbin/exim -send-mail /usr/sbin/exim -rsmtp /usr/sbin/exim -mail /usr/sbin/exim diff --git a/mail-mta/exim/files/pam.d-exim b/mail-mta/exim/files/pam.d-exim deleted file mode 100644 index 9b3a1d211063..000000000000 --- a/mail-mta/exim/files/pam.d-exim +++ /dev/null @@ -1,3 +0,0 @@ -# You may need to remove the "md5" -auth required pam_unix.so shadow md5 -account required pam_unix.so |