Bladeren bron

fixed broken date string

Thorsten Hohmeier 21 jaren geleden
bovenliggende
commit
a1e2379cfc
2 gewijzigde bestanden met toevoegingen van 13 en 1 verwijderingen
  1. 12 0
      ssmtp/ssmtp.patch
  2. 1 1
      ssmtp/ssmtp.spec

+ 12 - 0
ssmtp/ssmtp.patch

@@ -57,3 +57,15 @@ Index: Makefile.in
  
  INSTALLED_CONFIGURATION_FILE=$(CONFIGURATION_FILE)
  INSTALLED_REVALIASES_FILE=$(REVALIASES_FILE)
+Index: arpadate.c
+--- arpadate.c.orig	2002-12-08 18:30:11 +0100
++++ arpadate.c	2004-12-09 11:11:16 +0100
+@@ -79,7 +79,7 @@
+ 	time_t now;
+ 
+ 	/* RFC822 format string borrowed from GNU shellutils date.c */
+-	const char *format = "%a, %_d %b %Y %H:%M:%S %z";
++	const char *format = "%a, %d %b %Y %H:%M:%S %z";
+ 
+ 	now = time(NULL);
+ 

+ 1 - 1
ssmtp/ssmtp.spec

@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Mail
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20040920
+Release:      20041209
 
 #   package options
 %option       with_fsl  yes