]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- more 1.5.21 updates
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 6 Oct 2010 17:59:14 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-rr.compressed.patch -> 1.16
    mutt-vvv.nntp.patch -> 1.13
    mutt.spec -> 1.231

mutt-rr.compressed.patch
mutt-vvv.nntp.patch
mutt.spec

index c49bf422c8dbdcc32ab67e189fc01d09ee2da71d..11ef6b6a16ffb4adcb5033e444a74b5030008a05 100644 (file)
@@ -142,7 +142,7 @@ diff -udprP mutt-1.5.19.orig/compress.c mutt-1.5.19/compress.c
 +  ctx->realpath = ctx->path;
 +
 +  /* Uncompress to /tmp */
-+  mutt_mktemp (tmppath);
++  mutt_mktemp (tmppath, sizeof(tmppath));
 +  ctx->path = safe_malloc (strlen (tmppath) + 1);
 +  strcpy (ctx->path, tmppath);
 +}
index 819c4ca972be825ea0d3a9cf93aa94653c29f841..16c16ed9fb1b4cd93cbfe114a97091fbfd56392e 100644 (file)
@@ -4869,7 +4869,7 @@ diff -udprP mutt-1.5.19.orig/nntp.c mutt-1.5.19/nntp.c
 +  int ret;
 +  HEADER *h = ctx->hdrs[ctx->msgcount];
 +
-+  mutt_mktemp (tempfile);
++  mutt_mktemp (tempfile, sizeof(tempfile));
 +  if (!(f = safe_fopen (tempfile, "w+")))
 +    return -1;
 +
@@ -5368,7 +5368,7 @@ diff -udprP mutt-1.5.19.orig/nntp.c mutt-1.5.19/nntp.c
 +  mutt_message (m);
 +
 +  cache->index = ctx->hdrs[msgno]->index;
-+  mutt_mktemp (path);
++  mutt_mktemp (path, sizeof(path));
 +  cache->path = safe_strdup (path);
 +  if (!(msg->fp = safe_fopen (path, "w+")))
 +  {
index fb614c22ade49bb47369c64f40fb902264feaa50..1fc3833c4933ae886a8755bb90fbf1ed0be680f2 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -22,7 +22,7 @@ Summary(tr.UTF-8):    Mutt elektronik posta programı
 Summary(uk.UTF-8):     Поштова клієнтська програма Mutt
 Name:          mutt
 Version:       1.5.21
-Release:       1
+Release:       0.1
 Epoch:         6
 License:       GPL v2+
 Group:         Applications/Mail
This page took 0.052292 seconds and 4 git commands to generate.