OBS User unknown 2007-08-06 19:56:28 +00:00 committed by Git OBS Bridge
parent 4d604d3570
commit 937bd9a794
6 changed files with 392 additions and 178 deletions

View File

@ -1,7 +1,7 @@
Index: conf/dynamicmaps.cf
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ conf/dynamicmaps.cf 2007-04-12 15:15:19.005884127 +0200
+++ conf/dynamicmaps.cf 2007-08-06 00:02:19.119436818 +0200
@@ -0,0 +1,7 @@
+# Postfix dynamic maps configuration file.
+#
@ -12,8 +12,8 @@ Index: conf/dynamicmaps.cf
+#==== ================================ ============= ============
Index: conf/postfix-files
===================================================================
--- conf/postfix-files.orig 2007-04-12 15:14:42.407677989 +0200
+++ conf/postfix-files 2007-04-12 15:15:19.013884609 +0200
--- conf/postfix-files.orig 2007-03-25 22:08:21.000000000 +0200
+++ conf/postfix-files 2007-08-06 00:02:19.135437796 +0200
@@ -63,6 +63,11 @@ $queue_directory/saved:d:$mail_owner:-:7
$queue_directory/trace:d:$mail_owner:-:700:ucr
$daemon_directory/anvil:f:root:-:755
@ -48,8 +48,8 @@ Index: conf/postfix-files
$config_directory/generics:f:root:-:644:o
Index: src/dns/Makefile.in
===================================================================
--- src/dns/Makefile.in.orig 2007-04-12 15:14:42.407677989 +0200
+++ src/dns/Makefile.in 2007-04-12 15:15:19.037886056 +0200
--- src/dns/Makefile.in.orig 2007-03-17 18:51:37.000000000 +0100
+++ src/dns/Makefile.in 2007-08-06 00:02:19.251444890 +0200
@@ -14,7 +14,7 @@ LIBS = ../../lib/libutil.a
LIB_DIR = ../../lib
INC_DIR = ../../include
@ -75,8 +75,8 @@ Index: src/dns/Makefile.in
-for i in $(HDRS); \
Index: src/global/Makefile.in
===================================================================
--- src/global/Makefile.in.orig 2007-04-12 15:14:42.407677989 +0200
+++ src/global/Makefile.in 2007-04-12 15:16:19.073506556 +0200
--- src/global/Makefile.in.orig 2007-03-17 18:53:42.000000000 +0100
+++ src/global/Makefile.in 2007-08-06 00:02:19.351451006 +0200
@@ -32,7 +32,7 @@ OBJS = abounce.o anvil_clnt.o been_here.
canon_addr.o cfg_parser.o cleanup_strerror.o cleanup_strflags.o \
clnt_stream.o conv_time.o db_common.o debug_peer.o debug_process.o \
@ -148,8 +148,8 @@ Index: src/global/Makefile.in
tidy: clean
Index: src/global/mail_conf.c
===================================================================
--- src/global/mail_conf.c.orig 2007-04-12 15:14:42.407677989 +0200
+++ src/global/mail_conf.c 2007-04-12 15:15:19.089889190 +0200
--- src/global/mail_conf.c.orig 2004-04-10 16:52:51.000000000 +0200
+++ src/global/mail_conf.c 2007-08-06 00:02:19.451457122 +0200
@@ -175,6 +175,13 @@ void mail_conf_suck(void)
path = concatenate(var_config_dir, "/", "main.cf", (char *) 0);
dict_load_file(CONFIG_DICT, path);
@ -166,8 +166,8 @@ Index: src/global/mail_conf.c
/* mail_conf_eval - expand macros in string */
Index: src/global/mail_dict.c
===================================================================
--- src/global/mail_dict.c.orig 2007-04-12 15:14:42.407677989 +0200
+++ src/global/mail_dict.c 2007-04-12 15:15:19.117890878 +0200
--- src/global/mail_dict.c.orig 2004-01-04 19:53:27.000000000 +0100
+++ src/global/mail_dict.c 2007-08-06 00:02:19.499460057 +0200
@@ -45,6 +45,7 @@ typedef struct {
static DICT_OPEN_INFO dict_open_info[] = {
@ -186,8 +186,8 @@ Index: src/global/mail_dict.c
Index: src/global/mail_params.c
===================================================================
--- src/global/mail_params.c.orig 2007-04-12 15:14:42.407677989 +0200
+++ src/global/mail_params.c 2007-04-12 15:15:19.137892083 +0200
--- src/global/mail_params.c.orig 2007-07-10 19:27:12.000000000 +0200
+++ src/global/mail_params.c 2007-08-06 00:02:19.515461036 +0200
@@ -77,6 +77,7 @@
/* char *var_export_environ;
/* char *var_debug_peer_list;
@ -196,7 +196,7 @@ Index: src/global/mail_params.c
/* int var_in_flow_delay;
/* int var_fault_inj_code;
/* char *var_bounce_service;
@@ -247,6 +248,7 @@ char *var_import_environ;
@@ -248,6 +249,7 @@ char *var_import_environ;
char *var_export_environ;
char *var_debug_peer_list;
int var_debug_peer_level;
@ -204,7 +204,7 @@ Index: src/global/mail_params.c
int var_fault_inj_code;
char *var_bounce_service;
char *var_cleanup_service;
@@ -258,6 +260,7 @@ char *var_showq_service;
@@ -259,6 +261,7 @@ char *var_showq_service;
char *var_error_service;
char *var_flush_service;
char *var_verify_service;
@ -214,8 +214,8 @@ Index: src/global/mail_params.c
int var_db_read_buf;
Index: src/global/mkmap_open.c
===================================================================
--- src/global/mkmap_open.c.orig 2007-04-12 15:14:42.411678230 +0200
+++ src/global/mkmap_open.c 2007-04-12 15:15:19.165893771 +0200
--- src/global/mkmap_open.c.orig 2004-12-15 01:24:22.000000000 +0100
+++ src/global/mkmap_open.c 2007-08-06 00:02:19.547462993 +0200
@@ -78,7 +78,7 @@
* types that exist as files. Network-based maps are not of interest.
*/
@ -244,8 +244,8 @@ Index: src/global/mkmap_open.c
}
Index: src/master/Makefile.in
===================================================================
--- src/master/Makefile.in.orig 2007-04-12 15:14:42.411678230 +0200
+++ src/master/Makefile.in 2007-04-12 15:15:19.205896182 +0200
--- src/master/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/master/Makefile.in 2007-08-06 00:02:19.563463971 +0200
@@ -20,7 +20,7 @@ LIB_DIR = ../../lib
INC_DIR = ../../include
BIN_DIR = ../../libexec
@ -271,8 +271,8 @@ Index: src/master/Makefile.in
cp $(PROG) $(BIN_DIR)
Index: src/postconf/postconf.c
===================================================================
--- src/postconf/postconf.c.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/postconf/postconf.c 2007-04-12 15:15:19.257899316 +0200
--- src/postconf/postconf.c.orig 2007-04-26 21:34:57.000000000 +0200
+++ src/postconf/postconf.c 2007-08-06 00:02:19.687471554 +0200
@@ -893,6 +893,16 @@ static void show_maps(void)
{
ARGV *maps_argv;
@ -292,8 +292,8 @@ Index: src/postconf/postconf.c
for (i = 0; i < maps_argv->argc; i++)
Index: src/postmap/postmap.c
===================================================================
--- src/postmap/postmap.c.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/postmap/postmap.c 2007-04-12 15:15:19.273900280 +0200
--- src/postmap/postmap.c.orig 2007-03-27 02:09:16.000000000 +0200
+++ src/postmap/postmap.c 2007-08-06 00:02:19.707472778 +0200
@@ -5,7 +5,7 @@
/* Postfix lookup table management
/* SYNOPSIS
@ -412,8 +412,8 @@ Index: src/postmap/postmap.c
usage(argv[0]);
Index: src/tls/Makefile.in
===================================================================
--- src/tls/Makefile.in.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/tls/Makefile.in 2007-04-12 15:15:19.297901727 +0200
--- src/tls/Makefile.in.orig 2007-03-17 18:51:38.000000000 +0100
+++ src/tls/Makefile.in 2007-08-06 00:02:19.731474245 +0200
@@ -22,7 +22,7 @@ LIB_DIR = ../../lib
INC_DIR = ../../include
MAKES =
@ -439,14 +439,14 @@ Index: src/tls/Makefile.in
-for i in $(HDRS); \
Index: src/util/Makefile.in
===================================================================
--- src/util/Makefile.in.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/util/Makefile.in 2007-04-12 15:15:52.919927827 +0200
--- src/util/Makefile.in.orig 2007-07-29 18:02:35.000000000 +0200
+++ src/util/Makefile.in 2007-08-06 00:04:47.140488589 +0200
@@ -30,21 +30,21 @@ SRCS = alldig.c allprint.c argv.c argv_s
username.c valid_hostname.c vbuf.c vbuf_print.c vstream.c \
vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
write_buf.c write_wait.c sane_basename.c format_tv.c allspace.c \
- allascii.c load_file.c killme_after.c
+ allascii.c load_file.c killme_after.c load_lib.c sdbm.c
- allascii.c load_file.c killme_after.c vstream_tweak.c
+ allascii.c load_file.c killme_after.c vstream_tweak.c load_lib.c sdbm.c
OBJS = alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o \
attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o \
attr_scan_plain.o auto_clnt.o base64_code.o basename.o binhash.o \
@ -541,8 +541,8 @@ Index: src/util/Makefile.in
tidy: clean
Index: src/util/dict.h
===================================================================
--- src/util/dict.h.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/util/dict.h 2007-04-12 15:15:19.349904861 +0200
--- src/util/dict.h.orig 2007-01-05 01:48:48.000000000 +0100
+++ src/util/dict.h 2007-08-06 00:02:19.799478404 +0200
@@ -66,6 +66,7 @@ extern DICT *dict_debug(DICT *);
#define DICT_FLAG_NO_UNAUTH (1<<13) /* disallow unauthenticated data */
#define DICT_FLAG_FOLD_FIX (1<<14) /* case-fold key with fixed-case map */
@ -565,8 +565,8 @@ Index: src/util/dict.h
#define dict_put(dp, key, val) (dp)->update((dp), (key), (val))
Index: src/util/dict_db.c
===================================================================
--- src/util/dict_db.c.orig 2007-04-12 15:14:42.471681848 +0200
+++ src/util/dict_db.c 2007-04-12 15:15:19.373906308 +0200
--- src/util/dict_db.c.orig 2007-01-04 15:06:07.000000000 +0100
+++ src/util/dict_db.c 2007-08-06 00:02:19.843481095 +0200
@@ -664,6 +664,12 @@ static DICT *dict_db_open(const char *cl
msg_fatal("set DB cache size %d: %m", dict_db_cache_size);
if (type == DB_HASH && db->set_h_nelem(db, DICT_DB_NELM) != 0)
@ -582,8 +582,8 @@ Index: src/util/dict_db.c
msg_fatal("open database %s: %m", db_path);
Index: src/util/dict_dbm.c
===================================================================
--- src/util/dict_dbm.c.orig 2007-04-12 15:14:42.471681848 +0200
+++ src/util/dict_dbm.c 2007-04-12 15:15:19.417908960 +0200
--- src/util/dict_dbm.c.orig 2007-01-04 15:07:36.000000000 +0100
+++ src/util/dict_dbm.c 2007-08-06 00:02:19.867482562 +0200
@@ -407,6 +407,10 @@ DICT *dict_dbm_open(const char *path,
char *dbm_path;
int lock_fd;
@ -597,8 +597,8 @@ Index: src/util/dict_dbm.c
* the time domain) locking while accessing individual database records.
Index: src/util/dict_open.c
===================================================================
--- src/util/dict_open.c.orig 2007-04-12 15:14:42.471681848 +0200
+++ src/util/dict_open.c 2007-04-12 15:15:19.441910406 +0200
--- src/util/dict_open.c.orig 2006-06-26 14:59:19.000000000 +0200
+++ src/util/dict_open.c 2007-08-06 00:02:19.907485009 +0200
@@ -44,6 +44,8 @@
/* DICT *(*open) (const char *, int, int);
/*
@ -866,7 +866,7 @@ Index: src/util/dict_open.c
Index: src/util/load_lib.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ src/util/load_lib.c 2007-04-12 15:15:19.461911612 +0200
+++ src/util/load_lib.c 2007-08-06 00:02:19.939486966 +0200
@@ -0,0 +1,135 @@
+/*++
+/* NAME
@ -1006,7 +1006,7 @@ Index: src/util/load_lib.c
Index: src/util/load_lib.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ src/util/load_lib.h 2007-04-12 15:15:19.481912817 +0200
+++ src/util/load_lib.h 2007-08-06 00:02:19.971488923 +0200
@@ -0,0 +1,41 @@
+#ifndef _LOAD_LIB_H_INCLUDED_
+#define _LOAD_LIB_H_INCLUDED_
@ -1052,7 +1052,7 @@ Index: src/util/load_lib.h
Index: src/util/sdbm.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ src/util/sdbm.c 2007-04-12 15:15:19.501914023 +0200
+++ src/util/sdbm.c 2007-08-06 00:02:19.995490390 +0200
@@ -0,0 +1,972 @@
+/*++
+/* NAME
@ -2029,7 +2029,7 @@ Index: src/util/sdbm.c
Index: src/util/sdbm.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ src/util/sdbm.h 2007-04-12 15:15:19.521915228 +0200
+++ src/util/sdbm.h 2007-08-06 00:02:20.023492103 +0200
@@ -0,0 +1,97 @@
+/*++
+/* NAME
@ -2130,8 +2130,8 @@ Index: src/util/sdbm.h
+#endif /* UTIL_SDBM_H */
Index: src/util/sys_defs.h
===================================================================
--- src/util/sys_defs.h.orig 2007-04-12 15:14:42.471681848 +0200
+++ src/util/sys_defs.h 2007-04-12 15:15:19.561917639 +0200
--- src/util/sys_defs.h.orig 2007-03-24 23:45:33.000000000 +0100
+++ src/util/sys_defs.h 2007-08-06 00:02:20.039493081 +0200
@@ -689,6 +689,7 @@ extern int initgroups(const char *, int)
#define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK
#define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */
@ -2192,8 +2192,8 @@ Index: src/util/sys_defs.h
#define NATIVE_NEWALIAS_PATH "/usr/bin/newaliases"
Index: src/tls/tls_client.c
===================================================================
--- src/tls/tls_client.c.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/tls/tls_client.c 2007-04-12 15:15:19.577918603 +0200
--- src/tls/tls_client.c.orig 2007-02-22 01:08:45.000000000 +0100
+++ src/tls/tls_client.c 2007-08-06 00:02:20.079495528 +0200
@@ -147,6 +147,8 @@
#define STR vstring_str
#define LEN VSTRING_LEN
@ -2205,8 +2205,8 @@ Index: src/tls/tls_client.c
static SSL_SESSION *load_clnt_session(TLScontext_t *TLScontext)
Index: src/tls/tls_server.c
===================================================================
--- src/tls/tls_server.c.orig 2007-04-12 15:14:42.467681607 +0200
+++ src/tls/tls_server.c 2007-04-12 15:15:19.593919568 +0200
--- src/tls/tls_server.c.orig 2007-02-22 01:08:45.000000000 +0100
+++ src/tls/tls_server.c 2007-08-06 00:02:20.095496506 +0200
@@ -120,6 +120,8 @@
#define STR(x) vstring_str(x)
#define LEN(x) VSTRING_LEN(x)
@ -2218,8 +2218,8 @@ Index: src/tls/tls_server.c
/* We must keep some of the info available */
Index: src/milter/Makefile.in
===================================================================
--- src/milter/Makefile.in.orig 2007-04-12 15:14:42.471681848 +0200
+++ src/milter/Makefile.in 2007-04-12 15:15:19.617921014 +0200
--- src/milter/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/milter/Makefile.in 2007-08-06 00:02:20.211503600 +0200
@@ -14,7 +14,7 @@ LIB_DIR = ../../lib
INC_DIR = ../../include
MAKES =

View File

@ -1,17 +1,17 @@
Index: postfix-2.3.0/makedefs
Index: makedefs
===================================================================
--- postfix-2.3.0.orig/makedefs
+++ postfix-2.3.0/makedefs
@@ -418,4 +418,5 @@ AWK = $AWK
--- makedefs.orig 2007-03-24 14:30:18.000000000 +0100
+++ makedefs 2007-08-06 00:05:32.627270181 +0200
@@ -475,4 +475,5 @@ AWK = $AWK
STRCASE = $STRCASE
EXPORT = AUXLIBS='$AUXLIBS' CCARGS='$CCARGS' OPT='$OPT' DEBUG='$DEBUG'
WARN = $WARN
+PIE = $PIE
EOF
Index: postfix-2.3.0/src/anvil/Makefile.in
Index: src/anvil/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/anvil/Makefile.in
+++ postfix-2.3.0/src/anvil/Makefile.in
--- src/anvil/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/anvil/Makefile.in 2007-08-06 00:05:32.639270914 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = anvil
INC_DIR = ../../include
@ -28,11 +28,11 @@ Index: postfix-2.3.0/src/anvil/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/cleanup/Makefile.in
Index: src/cleanup/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/cleanup/Makefile.in
+++ postfix-2.3.0/src/cleanup/Makefile.in
@@ -18,11 +18,14 @@ PROG = cleanup
--- src/cleanup/Makefile.in.orig 2007-03-17 18:51:40.000000000 +0100
+++ src/cleanup/Makefile.in 2007-08-06 00:05:32.663272382 +0200
@@ -20,11 +20,14 @@ PROG = cleanup
INC_DIR = ../../include
LIBS = ../../lib/libmaster.a ../../lib/libmilter.a ../../lib/libglobal.a \
../../lib/libutil.a
@ -48,10 +48,10 @@ Index: postfix-2.3.0/src/cleanup/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/discard/Makefile.in
Index: src/discard/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/discard/Makefile.in
+++ postfix-2.3.0/src/discard/Makefile.in
--- src/discard/Makefile.in.orig 2007-03-17 18:51:47.000000000 +0100
+++ src/discard/Makefile.in 2007-08-06 00:05:32.767278742 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = discard
INC_DIR = ../../include
@ -68,10 +68,10 @@ Index: postfix-2.3.0/src/discard/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/error/Makefile.in
Index: src/error/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/error/Makefile.in
+++ postfix-2.3.0/src/error/Makefile.in
--- src/error/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/error/Makefile.in 2007-08-06 00:05:32.791280210 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = error
INC_DIR = ../../include
@ -88,10 +88,10 @@ Index: postfix-2.3.0/src/error/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/flush/Makefile.in
Index: src/flush/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/flush/Makefile.in
+++ postfix-2.3.0/src/flush/Makefile.in
--- src/flush/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/flush/Makefile.in 2007-08-06 00:05:32.815281678 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = flush
INC_DIR = ../../include
@ -108,10 +108,10 @@ Index: postfix-2.3.0/src/flush/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/fsstone/Makefile.in
Index: src/fsstone/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/fsstone/Makefile.in
+++ postfix-2.3.0/src/fsstone/Makefile.in
--- src/fsstone/Makefile.in.orig 2006-12-04 01:29:52.000000000 +0100
+++ src/fsstone/Makefile.in 2007-08-06 00:05:32.855284124 +0200
@@ -9,6 +9,9 @@ TESTPROG=
PROG = fsstone
INC_DIR = ../../include
@ -123,7 +123,7 @@ Index: postfix-2.3.0/src/fsstone/Makefile.in
.c.o:; $(CC) $(CFLAGS) -c $*.c
@@ -20,7 +23,7 @@ Makefile: Makefile.in
(cat ../../conf/makedefs.out $?) >$@
cat ../../conf/makedefs.out $? >$@
fsstone: fsstone.o $(LIBS)
- $(CC) $(CFLAGS) -o $@ fsstone.o $(LIBS) $(SYSLIBS)
@ -131,10 +131,10 @@ Index: postfix-2.3.0/src/fsstone/Makefile.in
test: $(TESTPROG)
Index: postfix-2.3.0/src/local/Makefile.in
Index: src/local/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/local/Makefile.in
+++ postfix-2.3.0/src/local/Makefile.in
--- src/local/Makefile.in.orig 2007-03-17 18:51:42.000000000 +0100
+++ src/local/Makefile.in 2007-08-06 00:05:32.875285347 +0200
@@ -15,11 +15,14 @@ PROG = local
TESTPROG=
INC_DIR = ../../include
@ -151,10 +151,10 @@ Index: postfix-2.3.0/src/local/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/master/Makefile.in
Index: src/master/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/master/Makefile.in
+++ postfix-2.3.0/src/master/Makefile.in
--- src/master/Makefile.in.orig 2007-08-06 00:05:31.915226638 +0200
+++ src/master/Makefile.in 2007-08-06 00:05:32.899286815 +0200
@@ -20,7 +20,7 @@ LIB_DIR = ../../lib
INC_DIR = ../../include
BIN_DIR = ../../libexec
@ -165,7 +165,7 @@ Index: postfix-2.3.0/src/master/Makefile.in
all: $(PROG) $(LIB)
@@ -30,7 +30,7 @@ Makefile: Makefile.in
(cat ../../conf/makedefs.out $?) >$@
cat ../../conf/makedefs.out $? >$@
$(PROG): $(OBJS) $(LIBS)
- $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
@ -173,10 +173,10 @@ Index: postfix-2.3.0/src/master/Makefile.in
test: $(TESTPROG)
Index: postfix-2.3.0/src/oqmgr/Makefile.in
Index: src/oqmgr/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/oqmgr/Makefile.in
+++ postfix-2.3.0/src/oqmgr/Makefile.in
--- src/oqmgr/Makefile.in.orig 2007-03-17 18:51:43.000000000 +0100
+++ src/oqmgr/Makefile.in 2007-08-06 00:05:32.923288283 +0200
@@ -13,11 +13,14 @@ TESTPROG=
PROG = qmgr
INC_DIR = ../../include
@ -193,10 +193,10 @@ Index: postfix-2.3.0/src/oqmgr/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/pickup/Makefile.in
Index: src/pickup/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/pickup/Makefile.in
+++ postfix-2.3.0/src/pickup/Makefile.in
--- src/pickup/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/pickup/Makefile.in 2007-08-06 00:05:32.959290484 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = pickup
INC_DIR = ../../include
@ -213,10 +213,10 @@ Index: postfix-2.3.0/src/pickup/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/pipe/Makefile.in
Index: src/pipe/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/pipe/Makefile.in
+++ postfix-2.3.0/src/pipe/Makefile.in
--- src/pipe/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/pipe/Makefile.in 2007-08-06 00:05:32.983291952 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = pipe
INC_DIR = ../../include
@ -233,10 +233,10 @@ Index: postfix-2.3.0/src/pipe/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postalias/Makefile.in
Index: src/postalias/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postalias/Makefile.in
+++ postfix-2.3.0/src/postalias/Makefile.in
--- src/postalias/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/postalias/Makefile.in 2007-08-06 00:05:33.007293420 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postalias
INC_DIR = ../../include
@ -253,10 +253,10 @@ Index: postfix-2.3.0/src/postalias/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postcat/Makefile.in
Index: src/postcat/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postcat/Makefile.in
+++ postfix-2.3.0/src/postcat/Makefile.in
--- src/postcat/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/postcat/Makefile.in 2007-08-06 00:05:33.043295621 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postcat
INC_DIR = ../../include
@ -273,10 +273,10 @@ Index: postfix-2.3.0/src/postcat/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postdrop/Makefile.in
Index: src/postdrop/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postdrop/Makefile.in
+++ postfix-2.3.0/src/postdrop/Makefile.in
--- src/postdrop/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/postdrop/Makefile.in 2007-08-06 00:05:33.147301981 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postdrop
INC_DIR = ../../include
@ -293,10 +293,10 @@ Index: postfix-2.3.0/src/postdrop/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postfix/Makefile.in
Index: src/postfix/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postfix/Makefile.in
+++ postfix-2.3.0/src/postfix/Makefile.in
--- src/postfix/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/postfix/Makefile.in 2007-08-06 00:05:33.175303694 +0200
@@ -10,11 +10,14 @@ INC_DIR = ../../include
TESTPROG=
PROG = postfix
@ -313,10 +313,10 @@ Index: postfix-2.3.0/src/postfix/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postkick/Makefile.in
Index: src/postkick/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postkick/Makefile.in
+++ postfix-2.3.0/src/postkick/Makefile.in
--- src/postkick/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/postkick/Makefile.in 2007-08-06 00:05:33.203305406 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postkick
INC_DIR = ../../include
@ -333,10 +333,10 @@ Index: postfix-2.3.0/src/postkick/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postlock/Makefile.in
Index: src/postlock/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postlock/Makefile.in
+++ postfix-2.3.0/src/postlock/Makefile.in
--- src/postlock/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/postlock/Makefile.in 2007-08-06 00:05:33.227306874 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postlock
INC_DIR = ../../include
@ -353,10 +353,10 @@ Index: postfix-2.3.0/src/postlock/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postlog/Makefile.in
Index: src/postlog/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postlog/Makefile.in
+++ postfix-2.3.0/src/postlog/Makefile.in
--- src/postlog/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/postlog/Makefile.in 2007-08-06 00:05:33.251308342 +0200
@@ -10,11 +10,14 @@ INC_DIR = ../../include
TESTPROG=
PROG = postlog
@ -373,10 +373,10 @@ Index: postfix-2.3.0/src/postlog/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postmap/Makefile.in
Index: src/postmap/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postmap/Makefile.in
+++ postfix-2.3.0/src/postmap/Makefile.in
--- src/postmap/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/postmap/Makefile.in 2007-08-06 00:05:33.287310543 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postmap
INC_DIR = ../../include
@ -393,10 +393,10 @@ Index: postfix-2.3.0/src/postmap/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postqueue/Makefile.in
Index: src/postqueue/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postqueue/Makefile.in
+++ postfix-2.3.0/src/postqueue/Makefile.in
--- src/postqueue/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/postqueue/Makefile.in 2007-08-06 00:05:33.311312011 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postqueue
INC_DIR = ../../include
@ -413,10 +413,10 @@ Index: postfix-2.3.0/src/postqueue/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/postsuper/Makefile.in
Index: src/postsuper/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postsuper/Makefile.in
+++ postfix-2.3.0/src/postsuper/Makefile.in
--- src/postsuper/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/postsuper/Makefile.in 2007-08-06 00:05:33.335313479 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = postsuper
INC_DIR = ../../include
@ -433,10 +433,10 @@ Index: postfix-2.3.0/src/postsuper/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/proxymap/Makefile.in
Index: src/proxymap/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/proxymap/Makefile.in
+++ postfix-2.3.0/src/proxymap/Makefile.in
--- src/proxymap/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/proxymap/Makefile.in 2007-08-06 00:05:33.363315191 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = proxymap
INC_DIR = ../../include
@ -453,10 +453,10 @@ Index: postfix-2.3.0/src/proxymap/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/qmgr/Makefile.in
Index: src/qmgr/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/qmgr/Makefile.in
+++ postfix-2.3.0/src/qmgr/Makefile.in
--- src/qmgr/Makefile.in.orig 2007-03-17 18:51:43.000000000 +0100
+++ src/qmgr/Makefile.in 2007-08-06 00:05:33.467321551 +0200
@@ -15,11 +15,14 @@ TESTPROG=
PROG = qmgr
INC_DIR = ../../include
@ -473,10 +473,10 @@ Index: postfix-2.3.0/src/qmgr/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/qmqpd/Makefile.in
Index: src/qmqpd/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/qmqpd/Makefile.in
+++ postfix-2.3.0/src/qmqpd/Makefile.in
--- src/qmqpd/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/qmqpd/Makefile.in 2007-08-06 00:05:33.491323019 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = qmqpd
INC_DIR = ../../include
@ -493,10 +493,10 @@ Index: postfix-2.3.0/src/qmqpd/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/scache/Makefile.in
Index: src/scache/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/scache/Makefile.in
+++ postfix-2.3.0/src/scache/Makefile.in
--- src/scache/Makefile.in.orig 2007-03-17 18:51:47.000000000 +0100
+++ src/scache/Makefile.in 2007-08-06 00:05:33.527325220 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = scache
INC_DIR = ../../include
@ -513,10 +513,10 @@ Index: postfix-2.3.0/src/scache/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/sendmail/Makefile.in
Index: src/sendmail/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/sendmail/Makefile.in
+++ postfix-2.3.0/src/sendmail/Makefile.in
--- src/sendmail/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/sendmail/Makefile.in 2007-08-06 00:05:33.559327177 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = sendmail
INC_DIR = ../../include
@ -533,10 +533,10 @@ Index: postfix-2.3.0/src/sendmail/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/showq/Makefile.in
Index: src/showq/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/showq/Makefile.in
+++ postfix-2.3.0/src/showq/Makefile.in
--- src/showq/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/showq/Makefile.in 2007-08-06 00:05:33.587328890 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = showq
INC_DIR = ../../include
@ -553,10 +553,10 @@ Index: postfix-2.3.0/src/showq/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/smtpstone/Makefile.in
Index: src/smtpstone/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/smtpstone/Makefile.in
+++ postfix-2.3.0/src/smtpstone/Makefile.in
--- src/smtpstone/Makefile.in.orig 2007-03-17 18:51:39.000000000 +0100
+++ src/smtpstone/Makefile.in 2007-08-06 00:05:33.603329868 +0200
@@ -9,6 +9,9 @@ TESTPROG=
INC_DIR = ../../include
PROG = smtp-source smtp-sink qmqp-source qmqp-sink
@ -568,7 +568,7 @@ Index: postfix-2.3.0/src/smtpstone/Makefile.in
.c.o:; $(CC) $(CFLAGS) -c $*.c
@@ -20,16 +23,16 @@ Makefile: Makefile.in
(cat ../../conf/makedefs.out $?) >$@
cat ../../conf/makedefs.out $? >$@
smtp-sink: smtp-sink.o $(LIBS)
- $(CC) $(CFLAGS) -o $@ smtp-sink.o $(LIBS) $(SYSLIBS)
@ -588,10 +588,10 @@ Index: postfix-2.3.0/src/smtpstone/Makefile.in
test: $(TESTPROG)
Index: postfix-2.3.0/src/spawn/Makefile.in
Index: src/spawn/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/spawn/Makefile.in
+++ postfix-2.3.0/src/spawn/Makefile.in
--- src/spawn/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/spawn/Makefile.in 2007-08-06 00:05:33.635331825 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = spawn
INC_DIR = ../../include
@ -608,10 +608,10 @@ Index: postfix-2.3.0/src/spawn/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/tlsmgr/Makefile.in
Index: src/tlsmgr/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/tlsmgr/Makefile.in
+++ postfix-2.3.0/src/tlsmgr/Makefile.in
--- src/tlsmgr/Makefile.in.orig 2007-03-17 18:51:47.000000000 +0100
+++ src/tlsmgr/Makefile.in 2007-08-06 00:05:33.739338185 +0200
@@ -10,11 +10,14 @@ PROG = tlsmgr
INC_DIR = ../../include
LIBS = ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libglobal.a \
@ -628,10 +628,10 @@ Index: postfix-2.3.0/src/tlsmgr/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/trivial-rewrite/Makefile.in
Index: src/trivial-rewrite/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/trivial-rewrite/Makefile.in
+++ postfix-2.3.0/src/trivial-rewrite/Makefile.in
--- src/trivial-rewrite/Makefile.in.orig 2007-03-17 18:51:42.000000000 +0100
+++ src/trivial-rewrite/Makefile.in 2007-08-06 00:05:33.787341121 +0200
@@ -12,13 +12,16 @@ LIBS = ../../lib/libmaster.a ../../lib/l
LIB_DIR = ../../lib
INC_DIR = ../../include
@ -650,10 +650,10 @@ Index: postfix-2.3.0/src/trivial-rewrite/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/verify/Makefile.in
Index: src/verify/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/verify/Makefile.in
+++ postfix-2.3.0/src/verify/Makefile.in
--- src/verify/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/verify/Makefile.in 2007-08-06 00:05:33.803342099 +0200
@@ -9,11 +9,14 @@ TESTPROG=
PROG = verify
INC_DIR = ../../include
@ -670,10 +670,10 @@ Index: postfix-2.3.0/src/verify/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/virtual/Makefile.in
Index: src/virtual/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/virtual/Makefile.in
+++ postfix-2.3.0/src/virtual/Makefile.in
--- src/virtual/Makefile.in.orig 2007-03-17 18:51:46.000000000 +0100
+++ src/virtual/Makefile.in 2007-08-06 00:05:33.823343322 +0200
@@ -9,11 +9,14 @@ PROG = virtual
TESTPROG=
INC_DIR = ../../include
@ -690,10 +690,10 @@ Index: postfix-2.3.0/src/virtual/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/bounce/Makefile.in
Index: src/bounce/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/bounce/Makefile.in
+++ postfix-2.3.0/src/bounce/Makefile.in
--- src/bounce/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/bounce/Makefile.in 2007-08-06 00:05:33.839344301 +0200
@@ -16,13 +16,16 @@ PROG = bounce
SAMPLES = ../../conf/bounce.cf.default
INC_DIR = ../../include
@ -712,10 +712,10 @@ Index: postfix-2.3.0/src/bounce/Makefile.in
# Eliminate dependency on installed Postfix.
../../conf/bounce.cf.default: template_test.ref annotate.pl
Index: postfix-2.3.0/src/postconf/Makefile.in
Index: src/postconf/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/postconf/Makefile.in
+++ postfix-2.3.0/src/postconf/Makefile.in
--- src/postconf/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/postconf/Makefile.in 2007-08-06 00:05:33.903348215 +0200
@@ -12,11 +12,14 @@ PROG = postconf
SAMPLES = ../../conf/main.cf.default
INC_DIR = ../../include
@ -732,10 +732,10 @@ Index: postfix-2.3.0/src/postconf/Makefile.in
../../conf/main.cf.default: $(PROG) Makefile
rm -f $@
Index: postfix-2.3.0/src/smtp/Makefile.in
Index: src/smtp/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/smtp/Makefile.in
+++ postfix-2.3.0/src/smtp/Makefile.in
--- src/smtp/Makefile.in.orig 2007-03-17 18:51:45.000000000 +0100
+++ src/smtp/Makefile.in 2007-08-06 00:05:33.915348949 +0200
@@ -14,11 +14,14 @@ PROG = smtp
INC_DIR = ../../include
LIBS = ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libdns.a \
@ -752,10 +752,10 @@ Index: postfix-2.3.0/src/smtp/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/smtpd/Makefile.in
Index: src/smtpd/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/smtpd/Makefile.in
+++ postfix-2.3.0/src/smtpd/Makefile.in
--- src/smtpd/Makefile.in.orig 2007-03-17 18:51:41.000000000 +0100
+++ src/smtpd/Makefile.in 2007-08-06 00:05:33.931349927 +0200
@@ -16,11 +16,14 @@ INC_DIR = ../../include
LIBS = ../../lib/libmaster.a ../../lib/libtls.a ../../lib/libdns.a \
../../lib/libxsasl.a ../../lib/libmilter.a ../../lib/libglobal.a \
@ -772,10 +772,10 @@ Index: postfix-2.3.0/src/smtpd/Makefile.in
$(OBJS): ../../conf/makedefs.out
Index: postfix-2.3.0/src/xsasl/Makefile.in
Index: src/xsasl/Makefile.in
===================================================================
--- postfix-2.3.0.orig/src/xsasl/Makefile.in
+++ postfix-2.3.0/src/xsasl/Makefile.in
--- src/xsasl/Makefile.in.orig 2007-03-17 18:51:38.000000000 +0100
+++ src/xsasl/Makefile.in 2007-08-06 00:05:33.947350906 +0200
@@ -18,7 +18,7 @@ LIB_DIR = ../../lib
INC_DIR = ../../include
MAKES =

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cbc4d8904512ac1792193c54a2989b481e6402447b82988b6a88b8091af6bbd
size 2931537

3
postfix-2.4.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bce55ae6be130ef085c9968bfdf8ac36e4b77dd4bd84ba9da4fc7fc3464c65d7
size 2934634

View File

@ -1,3 +1,122 @@
-------------------------------------------------------------------
Mon Aug 6 00:26:31 CEST 2007 - mrueckert@suse.de
- Update to Version 2.4 patchlevel 5
Bugfix: the loopback TCP performance workaround was ineffective
due to a wetware bit-flip during code cleanup. File:
util/vstream_tweak.c.
(patch level 4)
Bugfix: the Milter client assumed that a Milter application
does not modify the message header or envelope, after that
same Milter application has modified the message body of
that same email message. This is not a problem with updates
by different Milter applications. Problem was triggered
by Jose-Marcio Martins da Cruz. Also simplified the handling
of queue file update errors. File: milter/milter8.c.
Workaround: some non-Cyrus SASL SMTP servers require SASL
login without authzid (authoriZation ID), i.e. the client
must send only the authcid (authentiCation ID) + the authcid's
password. In this case the server is supposed to derive
the authzid from the authcid. This works as expected when
authenticating to a Cyrus SASL SMTP server. To get the old
behavior specify "send_cyrus_sasl_authzid = yes", in which
case Postfix sends the (authzid, authcid, password), with
the authzid equal to the authcid. File: xsasl/xsasl_cyrus_client.c.
Portability: /dev/poll support for Solaris chroot jail setup
scripts. Files: examples/chroot-setup/Solaris8,
examples/chroot-setup/Solaris10.
Cleanup: Milter client error handling, so that the (Postfix
SMTP server's Milter client) does not get out of sync with
Milter applications after the (cleanup server's Milter
client) encounters some non-recoverable problem. Files:
milter/milter8.c, smtpd/smtpd.c.
Performance: workaround for poor TCP performance on loopback
(127.0.0.1) connections. Problem reported by Mark Martinec.
Files: util/vstream_tweak.c, milter/milter8.c, smtp/smtp_connect.c,
smtpstone/*source.c.
Bugfix: when a milter replied with ACCEPT at or before the
first RCPT command, the cleanup server would apply the
non_smtpd_milters setting as if the message was a local
submission. Problem reported by Jukka Salmi. Also, the
cleanup server would get out of sync with the milter when
a milter replied with ACCEPT at the DATA command. Files:
cleanup/cleanup_envelope.c, smtpd/smtpd.c, milter/milters.c.
- rediffed patches
-------------------------------------------------------------------
Tue Jul 31 18:21:11 CEST 2007 - varkoly@suse.de
- Update to Version 2.4 patchlevel 3
(patch level 1)
Bugfix (introduced Postfix 2.3): segfault with HOLD action
in access/header_checks/body_checks on 64-bit platforms.
File: cleanup/cleanup_api.c.
Portability (introduced 20070325): the fix for hardlinks
and symlinks in postfix-install forgot to work around shells
where "IFS=/ command" makes the IFS setting permanent. This
is allowed by some broken standard, and affects Solaris.
File: postfix-install.
Portability (introduced 20070212): the workaround for
non-existent library bugs with descriptors >= FD_SETSIZE
broke with "fcntl F_DUPFD: Invalid argument" on 64-bit
Solaris. Files: master/multi_server.c, *qmgr/qmgr_transport.c.
Cleanup: on (Linux) platforms that cripple signal handlers
with deadlock, "postfix stop" now forcefully stops all the
processes in the master's process group, not just the master
process alone. File: conf/postfix-script.
(patch level 2)
Bugfix: don't falsely report "lost connection from
localhost[127.0.0.1]" when Postfix is being portscanned.
Files: smtpd/smtpd_peer.c, qmqpd/qmqpd_peer.c.
Robustness: recommend a "0" process limit for policy servers
to avoid "connection refused" problems when the smtpd process
limit exceeds the default process limit. File:
proto/SMTPD_POLICY_README.html.
Safety: when IPv6 (or IPv4) is turned off, don't treat an
IPv6 (or IPv4) connection from e.g. inetd as if it comes
from localhost[127.0.0.1]. Files: smtpd/smtpd_peer.c,
qmqpd/qmqpd_peer.c.
Bugfix: Content-Transfer-Encoding: attribute values are
case insensitive. File: src/cleanup/cleanup_message.c.
Bugfix: mailbox_transport(_maps) and fallback_transport(_maps)
were broken when used with the error(8) or discard(8)
transports. Cause: insufficient documentation. Files:
error/error.c, discard/discard.c.
Bugfix (problem introduced Postfix 2.3): when DSN support
was introduced it broke "agressive" recipient duplicate
elimination with "enable_original_recipient = no". File:
cleanup/cleanup_out_recipient.c.
Bugfix (introduced Postfix 2.3): the sendmail/postdrop
commands would hang when trying to submit a message larger
than the per-message size limit. File: postdrop/postdrop.c.
Sabotage the saboteur who insists on breaking Postfix by
adding gethostbyname() calls that cause maildir delivery
to fail when the machine name is not found in /etc/hosts,
or that cause Postfix processes to hang when the network
is down.
(patch level 3)
Portability: Victor helpfully pointed out that change
20070425 broke on non-IPv6 systems. Files: smtpd/smtpd_peer.c,
qmqpd/qmqpd_peer.c.
-------------------------------------------------------------------
Thu Jun 21 08:30:45 CEST 2007 - varkoly@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package postfix (Version 2.4.0)
# spec file for package postfix (Version 2.4.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -23,8 +23,8 @@ Provides: smtp_daemon
Conflicts: sendmail exim
Autoreqprov: on
Summary: A fast, secure, and flexible mailer
Version: 2.4.0
Release: 19
Version: 2.4.5
Release: 1
Source: postfix-%{version}.tar.gz
Source1: postfix-SuSE.tar.gz
Patch: dynamic_maps.patch
@ -79,7 +79,7 @@ Prereq: %{name} = %{version}
%prep
%setup -n postfix-%{version} -a 1
%patch
%patch1 -p1
%patch1
%patch2 -p1
%patch3 -p1
# ---------------------------------------------------------------------------
@ -580,6 +580,101 @@ Authors:
%changelog
* Mon Aug 06 2007 - mrueckert@suse.de
- Update to Version 2.4 patchlevel 5
Bugfix: the loopback TCP performance workaround was ineffective
due to a wetware bit-flip during code cleanup. File:
util/vstream_tweak.c.
(patch level 4)
Bugfix: the Milter client assumed that a Milter application
does not modify the message header or envelope, after that
same Milter application has modified the message body of
that same email message. This is not a problem with updates
by different Milter applications. Problem was triggered
by Jose-Marcio Martins da Cruz. Also simplified the handling
of queue file update errors. File: milter/milter8.c.
Workaround: some non-Cyrus SASL SMTP servers require SASL
login without authzid (authoriZation ID), i.e. the client
must send only the authcid (authentiCation ID) + the authcid's
password. In this case the server is supposed to derive
the authzid from the authcid. This works as expected when
authenticating to a Cyrus SASL SMTP server. To get the old
behavior specify "send_cyrus_sasl_authzid = yes", in which
case Postfix sends the (authzid, authcid, password), with
the authzid equal to the authcid. File: xsasl/xsasl_cyrus_client.c.
Portability: /dev/poll support for Solaris chroot jail setup
scripts. Files: examples/chroot-setup/Solaris8,
examples/chroot-setup/Solaris10.
Cleanup: Milter client error handling, so that the (Postfix
SMTP server's Milter client) does not get out of sync with
Milter applications after the (cleanup server's Milter
client) encounters some non-recoverable problem. Files:
milter/milter8.c, smtpd/smtpd.c.
Performance: workaround for poor TCP performance on loopback
(127.0.0.1) connections. Problem reported by Mark Martinec.
Files: util/vstream_tweak.c, milter/milter8.c, smtp/smtp_connect.c,
smtpstone/*source.c.
Bugfix: when a milter replied with ACCEPT at or before the
first RCPT command, the cleanup server would apply the
non_smtpd_milters setting as if the message was a local
submission. Problem reported by Jukka Salmi. Also, the
cleanup server would get out of sync with the milter when
a milter replied with ACCEPT at the DATA command. Files:
cleanup/cleanup_envelope.c, smtpd/smtpd.c, milter/milters.c.
- rediffed patches
* Tue Jul 31 2007 - varkoly@suse.de
- Update to Version 2.4 patchlevel 3
(patch level 1)
Bugfix (introduced Postfix 2.3): segfault with HOLD action
in access/header_checks/body_checks on 64-bit platforms.
File: cleanup/cleanup_api.c.
Portability (introduced 20070325): the fix for hardlinks
and symlinks in postfix-install forgot to work around shells
where "IFS=/ command" makes the IFS setting permanent. This
is allowed by some broken standard, and affects Solaris.
File: postfix-install.
Portability (introduced 20070212): the workaround for
non-existent library bugs with descriptors >= FD_SETSIZE
broke with "fcntl F_DUPFD: Invalid argument" on 64-bit
Solaris. Files: master/multi_server.c, *qmgr/qmgr_transport.c.
Cleanup: on (Linux) platforms that cripple signal handlers
with deadlock, "postfix stop" now forcefully stops all the
processes in the master's process group, not just the master
process alone. File: conf/postfix-script.
(patch level 2)
Bugfix: don't falsely report "lost connection from
localhost[127.0.0.1]" when Postfix is being portscanned.
Files: smtpd/smtpd_peer.c, qmqpd/qmqpd_peer.c.
Robustness: recommend a "0" process limit for policy servers
to avoid "connection refused" problems when the smtpd process
limit exceeds the default process limit. File:
proto/SMTPD_POLICY_README.html.
Safety: when IPv6 (or IPv4) is turned off, don't treat an
IPv6 (or IPv4) connection from e.g. inetd as if it comes
from localhost[127.0.0.1]. Files: smtpd/smtpd_peer.c,
qmqpd/qmqpd_peer.c.
Bugfix: Content-Transfer-Encoding: attribute values are
case insensitive. File: src/cleanup/cleanup_message.c.
Bugfix: mailbox_transport(_maps) and fallback_transport(_maps)
were broken when used with the error(8) or discard(8)
transports. Cause: insufficient documentation. Files:
error/error.c, discard/discard.c.
Bugfix (problem introduced Postfix 2.3): when DSN support
was introduced it broke "agressive" recipient duplicate
elimination with "enable_original_recipient = no". File:
cleanup/cleanup_out_recipient.c.
Bugfix (introduced Postfix 2.3): the sendmail/postdrop
commands would hang when trying to submit a message larger
than the per-message size limit. File: postdrop/postdrop.c.
Sabotage the saboteur who insists on breaking Postfix by
adding gethostbyname() calls that cause maildir delivery
to fail when the machine name is not found in /etc/hosts,
or that cause Postfix processes to hang when the network
is down.
(patch level 3)
Portability: Victor helpfully pointed out that change
20070425 broke on non-IPv6 systems. Files: smtpd/smtpd_peer.c,
qmqpd/qmqpd_peer.c.
* Thu Jun 21 2007 - varkoly@suse.de
- Bug 285553 amavisd inconsistency
* Tue Jun 19 2007 - dmueller@suse.de