From 7e5624555f7d33f9a0173d51e8f00e14f8e5c136 Mon Sep 17 00:00:00 2001 From: Colin Shea Date: Mon, 30 May 2011 17:53:37 -0700 Subject: [PATCH] mutt 1.5.21 was released, update the PKGBUILD mutt-unmailbox.patch was a backport of one of the changes that made it into 1.5.21. --- mutt-great-dane/PKGBUILD | 7 ++----- mutt-great-dane/mutt-unmailbox.patch | 10 ---------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 mutt-great-dane/mutt-unmailbox.patch diff --git a/mutt-great-dane/PKGBUILD b/mutt-great-dane/PKGBUILD index 2ae980a..9a35e76 100644 --- a/mutt-great-dane/PKGBUILD +++ b/mutt-great-dane/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Colin Shea pkgname=mutt-great-dane -pkgver=1.5.20 -pkgrel=5 +pkgver=1.5.21 +pkgrel=1 pkgdesc="A small but very powerful text-based mail client with sidebar, NNTP, compressed, trash folder, urlview, and much more!" arch=('i686' 'x86_64') url="http://lunar-linux.org/index.php?page=mutt-sidebar" @@ -13,7 +13,6 @@ source=(ftp://ftp.mutt.org/mutt/devel/mutt-${pkgver}.tar.gz ftp://ftp.mutt.org/pub/mutt/contrib/urlview-0.9.tar.gz muttrc.example mutt_ssl.patch - mutt-unmailbox.patch patch-${pkgver}.as.echo.2 patch-${pkgver}.ats.date_conditional.3 patch-${pkgver}.cd.ifdef.2 @@ -72,8 +71,6 @@ build() { ## mutt cd $srcdir/mutt-$pkgver - # patch a segfault bug in 1.5.20 -- remove for next release - patch -p1 -Ni ../mutt-unmailbox.patch patch -p1 -Ni ../mutt_ssl.patch # SSL bug fix patch -p1 -Ni ../patch-${pkgver}.sidebar.20090619.txt # Sidebar == awesome patch -p1 -Ni ../patch-${pkgver}.vvv.nntp.2 # NNTP support. ZOMG w00t! Gmane <3 diff --git a/mutt-great-dane/mutt-unmailbox.patch b/mutt-great-dane/mutt-unmailbox.patch deleted file mode 100644 index cbb3210..0000000 --- a/mutt-great-dane/mutt-unmailbox.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/buffy.c 2009-08-10 08:23:12.731846990 -0400 -+++ b/buffy.c 2009-08-10 08:23:50.541878087 -0400 -@@ -236,7 +236,6 @@ - { - if(*tmp) - { -- FREE (&((*tmp)->path)); - tmp1=(*tmp)->next; - FREE (tmp); /* __FREE_CHECKED__ */ - *tmp=tmp1;