]> git.pld-linux.org Git - packages/msmtp.git/commitdiff
- 1.1.0
authorareq <areq@pld-linux.org>
Wed, 26 May 2004 12:58:01 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    msmtp-home_etc.patch -> 1.3
    msmtp.spec -> 1.21

msmtp-home_etc.patch
msmtp.spec

index 1d7e11e845be10da2775cbfd8d6cabfe83c255a4..513333087be2e1d97f5490ba9e978e58e675d26c 100644 (file)
@@ -1,11 +1,12 @@
 --- 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 */
+@@ -123,7 +123,8 @@
+ #elif defined DJGPP
      
      char *home;
+-    
 +    home=getenv("HOME_ETC");
 +    if (!home)
      if (!(home = getenv("HOME")))
      {
-       return NULL;
+       return merror(PATHS_ENOHOME, "no environment variable HOME");
index ed1dfe1e8347a737a8bc313bd3395400232bb875..d545555a4a94e534e6e5ecdde4a4ce31e9eb51b8 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       SMTP "plugin" for MUAs
 Summary(pl):   "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:          msmtp
-Version:       1.0.0
+Version:       1.1.0
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: c0cbda33411850bec811b0090d28536d
+# Source0-md5: d00b3632f6104ca5cfc860d52054720c
 Patch0:                %{name}-home_etc.patch
 URL:           http://msmtp.sourceforge.net/
 BuildRequires: autoconf >= 2.50
This page took 0.128945 seconds and 4 git commands to generate.