SOURCES: imap-sharedlib.patch, imap-sstupidity.patch, imap-version...

hawk hawk at pld-linux.org
Mon Dec 10 12:58:07 CET 2007


Author: hawk                         Date: Mon Dec 10 11:58:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for imap 2006k

---- Files affected:
SOURCES:
   imap-sharedlib.patch (1.11 -> 1.12) , imap-sstupidity.patch (1.3 -> 1.4) , imap-version-pld.patch (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/imap-sharedlib.patch
diff -u SOURCES/imap-sharedlib.patch:1.11 SOURCES/imap-sharedlib.patch:1.12
--- SOURCES/imap-sharedlib.patch:1.11	Thu Jul 12 19:16:17 2007
+++ SOURCES/imap-sharedlib.patch	Mon Dec 10 12:58:01 2007
@@ -8,12 +8,12 @@
  # lmd	Mandrake Linux
  # lrh	RedHat Linux 7.2 and later
  # lsu	SuSE Linux (same as lrh)
-@@ -305,7 +306,7 @@
+@@ -307,7 +308,7 @@
  
  # Note on SCO you may have to set LN to "ln".
  
--a32 a41 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt neb nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
-+a32 a41 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lnps lyn mct mnt neb nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
+-a32 a41 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
++a32 a41 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lnps lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
  	$(BUILD) BUILDTYPE=$@
  
  # If you use sv4, you may find that it works to move it to use the an process.

================================================================
Index: SOURCES/imap-sstupidity.patch
diff -u SOURCES/imap-sstupidity.patch:1.3 SOURCES/imap-sstupidity.patch:1.4
--- SOURCES/imap-sstupidity.patch:1.3	Sat Jan 25 20:56:43 2003
+++ SOURCES/imap-sstupidity.patch	Mon Dec 10 12:58:02 2007
@@ -1,15 +1,15 @@
---- imap-2002b/src/osdep/unix/env_unix.c~	Tue Jun 26 05:06:00 2001
-+++ imap-2002b/src/osdep/unix/env_unix.c	Fri Aug 17 15:20:13 2001
-@@ -384,7 +384,7 @@
+--- imap-2006k/src/osdep/unix/env_unix.c.orig	2007-10-10 22:52:30.000000000 +0200
++++ imap-2006k/src/osdep/unix/env_unix.c	2007-10-10 22:51:20.000000000 +0200
+@@ -556,7 +556,7 @@
+ void server_init (char *server,char *service,char *sslservice,
  		  void *clkint,void *kodint,void *hupint,void *trmint)
  {
- 				/* only do this if for init call */
--  if (server && service && sslservice) {
-+  if (server && service) {
+-  int onceonly = server && service && sslservice;
++  int onceonly = server && service;
+   if (onceonly) {		/* set server name in syslog */
      int mask;
-     long port;
-     struct servent *sv;
-@@ -412,7 +412,7 @@
+     openlog (myServerName = cpystr (server),LOG_PID,syslog_facility);
+@@ -582,7 +582,7 @@
      if (((port = tcp_serverport ()) >= 0)) {
        if ((sv = getservbyname (service,"tcp")) && (port == ntohs (sv->s_port)))
  	syslog (LOG_DEBUG,"%s service init from %s",service,tcp_clientaddr ());

================================================================
Index: SOURCES/imap-version-pld.patch
diff -u SOURCES/imap-version-pld.patch:1.13 SOURCES/imap-version-pld.patch:1.14
--- SOURCES/imap-version-pld.patch:1.13	Thu Jul 12 19:16:17 2007
+++ SOURCES/imap-version-pld.patch	Mon Dec 10 12:58:02 2007
@@ -4,8 +4,8 @@
  
  /* Global storage */
  
--char *version = "389";		/* edit number of this server */
-+char *version = "389PLD";	/* edit number of this server */
+-char *version = "398";		/* edit number of this server */
++char *version = "398PLD";	/* edit number of this server */
  char *logout = "Logout";	/* syslogreason for logout */
  char *goodbye = NIL;		/* bye reason */
  time_t alerttime = 0;		/* time of last alert */
@@ -26,8 +26,8 @@
  
  /* Global storage */
  
--char *version = "98";		/* edit number of this server */
-+char *version = "98PLD";	/* edit number of this server */
+-char *version = "101";		/* edit number of this server */
++char *version = "101PLD";	/* edit number of this server */
  short state = AUTHORIZATION;	/* server state */
  short critical = NIL;		/* non-zero if in critical code */
  MAILSTREAM *stream = NIL;	/* mailbox stream */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/imap-sharedlib.patch?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/imap-sstupidity.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/imap-version-pld.patch?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list