packages: postfix/postfix-dynamicmaps.patch - updated for 2.6.1

shadzik shadzik at pld-linux.org
Mon May 25 19:50:35 CEST 2009


Author: shadzik                      Date: Mon May 25 17:50:35 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 2.6.1

---- Files affected:
packages/postfix:
   postfix-dynamicmaps.patch (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/postfix/postfix-dynamicmaps.patch
diff -u packages/postfix/postfix-dynamicmaps.patch:1.14 packages/postfix/postfix-dynamicmaps.patch:1.15
--- packages/postfix/postfix-dynamicmaps.patch:1.14	Wed Mar 26 22:40:01 2008
+++ packages/postfix/postfix-dynamicmaps.patch	Mon May 25 19:50:30 2009
@@ -594,18 +594,18 @@
  	dict_proxy.o domain_list.o dot_lockfile.o dot_lockfile_as.o \
  	dsb_scan.o dsn.o dsn_buf.o dsn_mask.o dsn_print.o dsn_util.o \
  	ehlo_mask.o ext_prop.o file_id.o flush_clnt.o header_opts.o \
---- postfix-2.3.12/src/util/Makefile.in.orig	2007-07-31 01:18:35.000000000 +0200
-+++ postfix-2.3.12/src/util/Makefile.in	2007-08-26 17:34:55.300706718 +0200
-@@ -30,14 +30,14 @@
+--- postfix-2.6.1/src/util/Makefile.in.orig	2009-05-25 19:21:45.370180069 +0200
++++ postfix-2.6.1/src/util/Makefile.in	2009-05-25 19:25:49.971166764 +0200
+@@ -30,7 +30,7 @@
  	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 vstream_tweak.c upass_connect.c \
 +	allascii.c load_file.c killme_after.c vstream_tweak.c upass_connect.c load_lib.c \
- 	upass_listen.c upass_trigger.c
+ 	upass_listen.c upass_trigger.c edit_file.c inet_windowsize.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 \
+@@ -38,7 +38,7 @@
  	chroot_uid.o cidr_match.o clean_env.o close_on_exec.o concatenate.o \
  	ctable.o dict.o dict_alloc.o dict_cdb.o dict_cidr.o dict_db.o \
  	dict_dbm.o dict_debug.o dict_env.o dict_ht.o dict_ni.o dict_nis.o \
@@ -613,24 +613,26 @@
 +	dict_nisplus.o dict_open.o dict_regexp.o dict_sdbm.o \
  	dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o dummy_read.o \
  	dummy_write.o duplex_pipe.o environ.o events.o exec_command.o \
-@@ -62,7 +62,7 @@
+ 	fifo_listen.o fifo_trigger.o file_limit.o find_inet.o fsspace.o \
+@@ -63,7 +63,7 @@
  	username.o valid_hostname.o vbuf.o vbuf_print.o vstream.o \
  	vstream_popen.o vstring.o vstring_vstream.o watchdog.o writable.o \
  	write_buf.o write_wait.o sane_basename.o format_tv.o allspace.o \
 -	allascii.o load_file.o killme_after.o vstream_tweak.o upass_connect.o \
 +	allascii.o load_file.o killme_after.o vstream_tweak.o upass_connect.o load_lib.o \
- 	upass_listen.o upass_trigger.o
+ 	upass_listen.o upass_trigger.o edit_file.o inet_windowsize.o
  HDRS	= argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h \
  	chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h \
-@@ -81,13 +81,14 @@
+@@ -83,7 +83,7 @@
  	sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h \
  	stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h \
  	username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h \
--	vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h
-+	vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h load_lib.h
+-	vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h \
++	vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h load_lib.h \
+ 	edit_file.h
  TESTSRC	= fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \
- 	stream_test.c dup2_pass_on_exec.c
- DEFS	= -I. -D$(SYSTYPE)
+ 	stream_test.c dup2_pass_on_exec.c 
+@@ -91,6 +91,7 @@
  CFLAGS	= $(DEBUG) $(OPT) $(DEFS)
  FILES	= Makefile $(SRCS) $(HDRS)
  INCL	=
@@ -638,7 +640,7 @@
  LIB	= libutil.a
  TESTPROG= dict_open dup2_pass_on_exec events exec_command fifo_open \
  	fifo_rdonly_bug fifo_rdwr_bug fifo_trigger fsspace fullname \
-@@ -102,8 +103,9 @@
+@@ -105,8 +106,9 @@
  
  LIB_DIR	= ../../lib
  INC_DIR	= ../../include
@@ -649,7 +651,7 @@
  
  all: $(LIB)
  
-@@ -114,15 +116,19 @@
+@@ -117,15 +119,19 @@
  
  test:	$(TESTPROG)
  
@@ -673,7 +675,7 @@
  	-for i in $(HDRS); \
  	do \
  	  cmp -s $$i $(INC_DIR)/$$i 2>/dev/null || cp $$i $(INC_DIR); \
-@@ -144,7 +150,8 @@
+@@ -147,7 +153,8 @@
  	lint $(SRCS)
  
  clean:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postfix/postfix-dynamicmaps.patch?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list