]> git.pld-linux.org Git - packages/msmtp.git/commitdiff
- 1.0.0
authorareq <areq@pld-linux.org>
Sun, 25 Apr 2004 08:46:28 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    msmtp-home_etc.patch -> 1.2
    msmtp.spec -> 1.20

msmtp-home_etc.patch
msmtp.spec

index 024c20fc464a86e8741f4bb1f477f3789fd3a621..1d7e11e845be10da2775cbfd8d6cabfe83c255a4 100644 (file)
@@ -1,14 +1,11 @@
-diff -Nru msmtp-0.6.2.orig/src/msmtp.c msmtp-0.6.2/src/msmtp.c
---- msmtp-0.6.2.orig/src/msmtp.c       2003-11-13 18:38:17.000000000 +0100
-+++ msmtp-0.6.2/src/msmtp.c    2003-11-19 14:25:31.000000000 +0100
-@@ -193,7 +193,9 @@
-     /* read the configuration file */
-     if (!conffile)
+--- msmtp-1.0.0/src/paths.c.org        2004-04-24 01:07:36.000000000 +0000
++++ msmtp-1.0.0/src/paths.c    2004-04-25 07:43:41.835122632 +0000
+@@ -106,6 +106,8 @@
+ #else /* UNIX or DJGPP */
+     
+     char *home;
++    home=getenv("HOME_ETC");
++    if (!home)
+     if (!(home = getenv("HOME")))
      {
--      if (!(p = getenv("HOME")))
-+      p = getenv("HOME_ETC");
-+      if (!p) p = getenv("HOME");                     
-+      if (!p)
-       {
-          add_error_line("no environment variable HOME");
-          print_error_lines(stderr);
+       return NULL;
index 6a9eb12ddc87b9ae4d02d5c397b1ccdd2434a336..ed1dfe1e8347a737a8bc313bd3395400232bb875 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       SMTP "plugin" for MUAs
 Summary(pl):   "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:          msmtp
-Version:       0.7.0
+Version:       1.0.0
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: a6ef757fb22b7b6bafb97baecd53402d
+# Source0-md5: c0cbda33411850bec811b0090d28536d
 Patch0:                %{name}-home_etc.patch
 URL:           http://msmtp.sourceforge.net/
 BuildRequires: autoconf >= 2.50
This page took 0.175052 seconds and 4 git commands to generate.