[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-12-06 Thread David Runge via arch-commits
Date: Sunday, December 6, 2020 @ 11:37:48
  Author: dvzrv
Revision: 402960

upgpkg: mutt 2.0.3-1: Upgrade to 2.0.3.

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 10:43:12 UTC (rev 402959)
+++ PKGBUILD2020-12-06 11:37:48 UTC (rev 402960)
@@ -3,7 +3,7 @@
 # Contributor: tobias [tobias [at] archlinux.org]
 
 pkgname=mutt
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Small but very powerful text-based mail client"
 url="http://www.mutt.org/";


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-11-20 Thread David Runge via arch-commits
Date: Friday, November 20, 2020 @ 18:46:37
  Author: dvzrv
Revision: 401564

upgpkg: mutt 2.0.2-1: Upgrade to 2.0.2.

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 17:22:21 UTC (rev 401563)
+++ PKGBUILD2020-11-20 18:46:37 UTC (rev 401564)
@@ -3,7 +3,7 @@
 # Contributor: tobias [tobias [at] archlinux.org]
 
 pkgname=mutt
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Small but very powerful text-based mail client"
 url="http://www.mutt.org/";


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-11-15 Thread David Runge via arch-commits
Date: Sunday, November 15, 2020 @ 16:14:47
  Author: dvzrv
Revision: 401227

upgpkg: mutt 2.0.1-1: Upgrade to 2.0.1.

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 13:51:54 UTC (rev 401226)
+++ PKGBUILD2020-11-15 16:14:47 UTC (rev 401227)
@@ -3,8 +3,7 @@
 # Contributor: tobias [tobias [at] archlinux.org]
 
 pkgname=mutt
-pkgver=2.0.0
-_ver=${pkgver%.*}
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Small but very powerful text-based mail client"
 url="http://www.mutt.org/";
@@ -18,7 +17,7 @@
 'python: for experimental mutt_oath2.py'
 'smtp-forwarder: to send mail')
 backup=('etc/Muttrc')
-source=("git+https://gitlab.com/muttmua/${pkgname}.git#tag=${pkgname}-${_ver//./-}-rel?signed";)
+source=("git+https://gitlab.com/muttmua/${pkgname}.git#tag=${pkgname}-${pkgver//./-}-rel?signed";)
 sha512sums=('SKIP')
 b2sums=('SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-11-09 Thread David Runge via arch-commits
Date: Monday, November 9, 2020 @ 12:59:22
  Author: dvzrv
Revision: 399713

upgpkg: mutt 2.0.0-1: Upgrade to 2.0.0.

Add a docbook-{xml,xsl}, elinks, lynx and libxslt to makedepends.
Add python to optdepends for (experimental) mutt_oauth2.py.
Switch to current gitlab upstream for source.
Build from signed tag.

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 12:52:18 UTC (rev 399712)
+++ PKGBUILD2020-11-09 12:59:22 UTC (rev 399713)
@@ -3,32 +3,33 @@
 # Contributor: tobias [tobias [at] archlinux.org]
 
 pkgname=mutt
-pkgver=1.14.7
+pkgver=2.0.0
+_ver=${pkgver%.*}
 pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
+pkgdesc="Small but very powerful text-based mail client"
+url="http://www.mutt.org/";
 license=('GPL2')
 arch=('x86_64')
 depends=('gdbm' 'glibc' 'libgpg-error' 'openssl' 'libsasl' 'mime-types' 'krb5'
 'sqlite' 'zlib')
-makedepends=('gpgme' 'libidn2' 'ncurses')
+makedepends=('docbook-xml' 'docbook-xsl' 'elinks' 'git' 'gpgme' 'libidn2'
+'lynx' 'ncurses' 'libxslt')
 optdepends=('perl: for smime_keys'
+'python: for experimental mutt_oath2.py'
 'smtp-forwarder: to send mail')
 backup=('etc/Muttrc')
-source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('dc9739b5f0a99ca70fcbd495c71fbead23e3481f9c9e426feb827997c9c42e5f28355084f54788820c96a079dedb649fcc20e69436fb3c4df7e46f372b533e7c'
-'SKIP')
-b2sums=('f729412d3da97fe9bd76733705317660edfa3858a9eb1012179fb289b03da58d79b6e261dbdc4ab8b001e89ca455e9972bab8f270bac28e887afc7e0bd9fc8c1'
-'SKIP')
+source=("git+https://gitlab.com/muttmua/${pkgname}.git#tag=${pkgname}-${_ver//./-}-rel?signed";)
+sha512sums=('SKIP')
+b2sums=('SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

 
 prepare() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
   autoreconf -vfi
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "${pkgname}"
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --enable-debug \
@@ -50,10 +51,11 @@
 
 package() {
   depends+=('libgpgme.so' 'libidn2.so' 'libncursesw.so')
-  cd "${pkgname}-${pkgver}"
+
+  cd "${pkgname}"
   make DESTDIR="${pkgdir}" install
+  install -vDm 644 contrib/gpg.rc "${pkgdir}/etc/Muttrc.gpg.dist"
 
   # /etc/mime.types is provided by mailcap
   rm "${pkgdir}"/etc/mime.types{,.dist}
-  install -vDm 644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
 }


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 10:00:14
  Author: dvzrv
Revision: 395131

upgpkg: mutt 1.14.7-1: Upgrade to 1.14.7.

Switching to correct license (GPL2).
Add all direct dependencies to depends. Add all sodeps in package() and the 
respective package to makedepends.
Run autoreconf in prepare().
Add note about /etc/mime.types being provided by mailcap.
Retab document.
Update maintainer info.

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 42 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 09:07:23 UTC (rev 395130)
+++ PKGBUILD2020-09-02 10:00:14 UTC (rev 395131)
@@ -1,49 +1,59 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
 # Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.6
-pkgrel=2
+pkgver=1.14.7
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
+license=('GPL2')
 arch=('x86_64')
+depends=('gdbm' 'glibc' 'libgpg-error' 'openssl' 'libsasl' 'mime-types' 'krb5'
+'sqlite' 'zlib')
+makedepends=('gpgme' 'libidn2' 'ncurses')
 optdepends=('perl: for smime_keys'
 'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+backup=('etc/Muttrc')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844'
+sha512sums=('dc9739b5f0a99ca70fcbd495c71fbead23e3481f9c9e426feb827997c9c42e5f28355084f54788820c96a079dedb649fcc20e69436fb3c4df7e46f372b533e7c'
 'SKIP')
+b2sums=('f729412d3da97fe9bd76733705317660edfa3858a9eb1012179fb289b03da58d79b6e261dbdc4ab8b001e89ca455e9972bab8f270bac28e887afc7e0bd9fc8c1'
+'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin J. McCarthy 

 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-debug \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-debug \
+  --enable-gpgme \
+  --enable-pop \
+  --enable-imap \
+  --enable-smtp \
+  --enable-hcache \
+  --enable-sidebar \
+  --enable-autocrypt \
+  --with-curses=/usr \
+  --with-gss=/usr \
+  --with-ssl=/usr \
+  --with-sqlite3 \
+  --with-sasl \
+  --with-idn2
+  make
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
+  depends+=('libgpgme.so' 'libidn2.so' 'libncursesw.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+  # /etc/mime.types is provided by mailcap
+  rm "${pkgdir}"/etc/mime.types{,.dist}
+  install -vDm 644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
 }


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 10:21:42
  Author: foutrelis
Revision: 394939

upgpkg: mutt 1.14.6-2: rebuild bisson's pkgs

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:21:40 UTC (rev 394938)
+++ PKGBUILD2020-08-30 10:21:42 UTC (rev 394939)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.14.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-07-11 Thread Gaëtan Bisson via arch-commits
Date: Sunday, July 12, 2020 @ 00:36:26
  Author: bisson
Revision: 391739

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-11 22:30:55 UTC (rev 391738)
+++ PKGBUILD2020-07-12 00:36:26 UTC (rev 391739)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.5
+pkgver=1.14.6
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c'
+sha256sums=('47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 08:29:46
  Author: bisson
Revision: 390401

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 06:57:03 UTC (rev 390400)
+++ PKGBUILD2020-06-24 08:29:46 UTC (rev 390401)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3'
+sha256sums=('316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-06-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 19, 2020 @ 07:07:04
  Author: bisson
Revision: 389528

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-19 05:59:52 UTC (rev 389527)
+++ PKGBUILD2020-06-19 07:07:04 UTC (rev 389528)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b1556dfb0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471'
+sha256sums=('ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-06-14 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 15, 2020 @ 06:46:36
  Author: bisson
Revision: 389192

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 23:15:16 UTC (rev 389191)
+++ PKGBUILD2020-06-15 06:46:36 UTC (rev 389192)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('e22f700e8c57fbc41a642bfd1adca06e6187887c39614a5c38d381a6ac31'
+sha256sums=('b1556dfb0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-05-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 25, 2020 @ 22:56:42
  Author: bisson
Revision: 387529

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 21:52:22 UTC (rev 387528)
+++ PKGBUILD2020-05-25 22:56:42 UTC (rev 387529)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425'
+sha256sums=('e22f700e8c57fbc41a642bfd1adca06e6187887c39614a5c38d381a6ac31'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-05-17 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 17, 2020 @ 08:29:12
  Author: bisson
Revision: 385413

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 07:54:56 UTC (rev 385412)
+++ PKGBUILD2020-05-17 08:29:12 UTC (rev 385413)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('df2e82a83ad38c9a9fd36f44c5ab2b726defa4bb1a17de794dd3800f3353f9f8'
+sha256sums=('35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-05-03 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 3, 2020 @ 09:17:17
  Author: bisson
Revision: 382185

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 02:41:03 UTC (rev 382184)
+++ PKGBUILD2020-05-03 09:17:17 UTC (rev 382185)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.5
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('6cd71b5b3e6b255afef6bed3b5e1e8ee9819b3d7c9839fd95e798045882aa653'
+sha256sums=('df2e82a83ad38c9a9fd36f44c5ab2b726defa4bb1a17de794dd3800f3353f9f8'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-04-22 Thread Gaëtan Bisson via arch-commits
Date: Thursday, April 23, 2020 @ 01:08:26
  Author: bisson
Revision: 380731

switch to https source url

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 20:33:22 UTC (rev 380730)
+++ PKGBUILD2020-04-23 01:08:26 UTC (rev 380731)
@@ -13,7 +13,7 @@
 'smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
 sha256sums=('6cd71b5b3e6b255afef6bed3b5e1e8ee9819b3d7c9839fd95e798045882aa653'
 'SKIP')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-03-29 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 29, 2020 @ 23:12:50
  Author: bisson
Revision: 378694

revert useless bikeshedding

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 23:11:27 UTC (rev 378693)
+++ PKGBUILD2020-03-29 23:12:50 UTC (rev 378694)
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f2ea863626e5dad4854c98a1797faa97c9f14fb5161c590e88ee02afbdde7f48493bd2cce6109f9839501cf38aa238dc804f4c98f17ac97c68b48cb0bc0e5b4a'
+sha256sums=('6cd71b5b3e6b255afef6bed3b5e1e8ee9819b3d7c9839fd95e798045882aa653'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-03-29 Thread Felix Yan via arch-commits
Date: Sunday, March 29, 2020 @ 18:14:03
  Author: felixonmars
Revision: 378662

upgpkg: mutt 1.13.5-1

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 18:04:00 UTC (rev 378661)
+++ PKGBUILD2020-03-29 18:14:03 UTC (rev 378662)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.4
-pkgrel=2
+pkgver=1.13.5
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04'
+sha512sums=('f2ea863626e5dad4854c98a1797faa97c9f14fb5161c590e88ee02afbdde7f48493bd2cce6109f9839501cf38aa238dc804f4c98f17ac97c68b48cb0bc0e5b4a'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 04:04:32
  Author: bisson
Revision: 375668

implement FS#61606

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 03:38:38 UTC (rev 375667)
+++ PKGBUILD2020-02-16 04:04:32 UTC (rev 375668)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.13.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -22,6 +22,7 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+   --enable-debug \
--enable-gpgme \
--enable-pop \
--enable-imap \


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-02-15 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 16, 2020 @ 03:37:44
  Author: bisson
Revision: 375666

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 03:28:00 UTC (rev 375665)
+++ PKGBUILD2020-02-16 03:37:44 UTC (rev 375666)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.3
+pkgver=1.13.4
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378'
+sha256sums=('b57d3f1040d8018114cf1033dab229f36e4becbcdf59c2edeb294fc044ffcd04'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-02-08 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 9, 2020 @ 03:57:18
  Author: bisson
Revision: 375014

add optdepends on perl

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 21:24:31 UTC (rev 375013)
+++ PKGBUILD2020-02-09 03:57:18 UTC (rev 375014)
@@ -9,7 +9,8 @@
 license=('GPL')
 backup=('etc/Muttrc')
 arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2020-01-13 Thread Gaëtan Bisson via arch-commits
Date: Monday, January 13, 2020 @ 10:11:17
  Author: bisson
Revision: 373416

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 08:38:20 UTC (rev 373415)
+++ PKGBUILD2020-01-13 10:11:17 UTC (rev 373416)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('2f73931bff408ef64b829f595b0daf83ac818d154458952040b70482e6769e74'
+sha256sums=('78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-12-19 Thread Gaëtan Bisson via arch-commits
Date: Thursday, December 19, 2019 @ 18:52:53
  Author: bisson
Revision: 371906

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-19 18:46:21 UTC (rev 371905)
+++ PKGBUILD2019-12-19 18:52:53 UTC (rev 371906)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('1fb5951292e57428974d1fd8e60ae83292743f74e440efea3659ae83593e875d'
+sha256sums=('2f73931bff408ef64b829f595b0daf83ac818d154458952040b70482e6769e74'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-12-15 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 16, 2019 @ 06:49:49
  Author: bisson
Revision: 371557

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 01:33:45 UTC (rev 371556)
+++ PKGBUILD2019-12-16 06:49:49 UTC (rev 371557)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7'
+sha256sums=('1fb5951292e57428974d1fd8e60ae83292743f74e440efea3659ae83593e875d'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-12-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 2, 2019 @ 19:16:33
  Author: bisson
Revision: 370221

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 19:12:01 UTC (rev 370220)
+++ PKGBUILD2019-12-02 19:16:33 UTC (rev 370221)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.12.2
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882'
+sha256sums=('a00ddc21084f45f53653c35a8a991ca86d68c7162b7c8ec1625d63cfeaf5f5b7'
 'SKIP')
 
 build() {
@@ -27,9 +27,11 @@
--enable-smtp \
--enable-hcache \
--enable-sidebar \
+   --enable-autocrypt \
--with-curses=/usr \
--with-gss=/usr \
--with-ssl=/usr \
+   --with-sqlite3 \
--with-sasl \
--with-idn2 \
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-09-21 Thread Gaëtan Bisson via arch-commits
Date: Saturday, September 21, 2019 @ 21:52:20
  Author: bisson
Revision: 363207

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 20:34:19 UTC (rev 363206)
+++ PKGBUILD2019-09-21 21:52:20 UTC (rev 363207)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('01c565406ec4ffa85db90b45ece2260b25fac3646cc063bbc20a242c6ed4210c'
+sha256sums=('bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-06-15 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 15, 2019 @ 18:53:08
  Author: bisson
Revision: 356154

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-15 16:26:21 UTC (rev 356153)
+++ PKGBUILD2019-06-15 18:53:08 UTC (rev 356154)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('ca12448784ed7b6c86d498921e18bc7b152d45494a452df56a7a0c8aaf13f98f'
+sha256sums=('01c565406ec4ffa85db90b45ece2260b25fac3646cc063bbc20a242c6ed4210c'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-05-25 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 26, 2019 @ 01:16:07
  Author: bisson
Revision: 354314

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 22:01:05 UTC (rev 354313)
+++ PKGBUILD2019-05-26 01:16:07 UTC (rev 354314)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.11.4
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b651357ea6c8762178080493991c77ecb111d916d171d422500257ab48be2801'
+sha256sums=('ca12448784ed7b6c86d498921e18bc7b152d45494a452df56a7a0c8aaf13f98f'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-03-13 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, March 13, 2019 @ 09:56:18
  Author: bisson
Revision: 347825

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 08:40:54 UTC (rev 347824)
+++ PKGBUILD2019-03-13 09:56:18 UTC (rev 347825)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.11.3
-pkgrel=2
+pkgver=1.11.4
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a542f4c02faecd171b4215ddbd368910faee4a634cca7aea5337586118ab1941'
+sha256sums=('b651357ea6c8762178080493991c77ecb111d916d171d422500257ab48be2801'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-02-09 Thread Felix Yan via arch-commits
Date: Sunday, February 10, 2019 @ 02:56:06
  Author: felixonmars
Revision: 345809

libidn2 2.1.1 rebuild

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 02:56:01 UTC (rev 345808)
+++ PKGBUILD2019-02-10 02:56:06 UTC (rev 345809)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.11.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-02-01 Thread Gaëtan Bisson via arch-commits
Date: Friday, February 1, 2019 @ 22:05:38
  Author: bisson
Revision: 345017

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 19:38:13 UTC (rev 345016)
+++ PKGBUILD2019-02-01 22:05:38 UTC (rev 345017)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.11.3
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723'
+sha256sums=('a542f4c02faecd171b4215ddbd368910faee4a634cca7aea5337586118ab1941'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-01-13 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 13, 2019 @ 21:06:12
  Author: foutrelis
Revision: 344001

libidn2 2.1.0 rebuild

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-13 21:00:08 UTC (rev 344000)
+++ PKGBUILD2019-01-13 21:06:12 UTC (rev 344001)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2019-01-07 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 8, 2019 @ 03:00:22
  Author: bisson
Revision: 343099

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 02:16:27 UTC (rev 343098)
+++ PKGBUILD2019-01-08 03:00:22 UTC (rev 343099)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('705141013662e53b78e49ed545360281f30a09ddda908f4de733277a60b1db05'
+sha256sums=('da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723'
 'SKIP')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-12-02 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 3, 2018 @ 05:08:31
  Author: bisson
Revision: 340961

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-02 20:05:25 UTC (rev 340960)
+++ PKGBUILD2018-12-03 05:08:31 UTC (rev 340961)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -12,17 +12,10 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
'https://gitlab.com/muttmua/mutt/commit/418163744c66dbb529096f2fdbc9d7db9c356ff2.patch')
-sha256sums=('92c9261933809fed34d66469cb83c7f83bb29f721cd48d608c40cafd299c10e3'
-'SKIP'
-'f3437d6d57186b2066e410bfba3152753d5cb528201c299fa1426e9403ad5ce2')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('705141013662e53b78e49ed545360281f30a09ddda908f4de733277a60b1db05'
+'SKIP')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../418163744c66dbb529096f2fdbc9d7db9c356ff2.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-11-28 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, November 28, 2018 @ 19:03:29
  Author: bisson
Revision: 340552

upstream fix

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 18:53:48 UTC (rev 340551)
+++ PKGBUILD2018-11-28 19:03:29 UTC (rev 340552)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -12,10 +12,17 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
'https://gitlab.com/muttmua/mutt/commit/418163744c66dbb529096f2fdbc9d7db9c356ff2.patch')
 sha256sums=('92c9261933809fed34d66469cb83c7f83bb29f721cd48d608c40cafd299c10e3'
-'SKIP')
+'SKIP'
+'f3437d6d57186b2066e410bfba3152753d5cb528201c299fa1426e9403ad5ce2')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../418163744c66dbb529096f2fdbc9d7db9c356ff2.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-10-25 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 25, 2018 @ 17:30:43
  Author: bisson
Revision: 337296

implement FS#60563

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-25 15:22:12 UTC (rev 337295)
+++ PKGBUILD2018-10-25 17:30:43 UTC (rev 337296)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -21,6 +21,7 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch
+   aclocal -I m4; autoconf; automake --foreign
 }
 
 build() {
@@ -35,7 +36,6 @@
--enable-hcache \
--enable-sidebar \
--with-curses=/usr \
-   --with-regex \
--with-gss=/usr \
--with-ssl=/usr \
--with-sasl \


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-09-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 20, 2018 @ 22:04:43
  Author: bisson
Revision: 335148

implement FS#60086

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 21:28:17 UTC (rev 335147)
+++ PKGBUILD2018-09-20 22:04:43 UTC (rev 335148)
@@ -3,7 +3,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -10,7 +10,7 @@
 backup=('etc/Muttrc')
 arch=('x86_64')
 optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'a2b289361d90360c37eb19cca2cf1216ab60fb7b.patch')
@@ -39,7 +39,7 @@
--with-gss=/usr \
--with-ssl=/usr \
--with-sasl \
-   --with-idn \
+   --with-idn2 \
 
make
 }


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-09-10 Thread Evangelos Foutras via arch-commits
Date: Monday, September 10, 2018 @ 22:47:09
  Author: foutrelis
Revision: 334343

libidn 1.35 rebuild

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 22:45:11 UTC (rev 334342)
+++ PKGBUILD2018-09-10 22:47:09 UTC (rev 334343)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-06-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 20, 2018 @ 18:26:16
  Author: bisson
Revision: 327337

rebuild for gdbm-1.15.1

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-20 17:47:20 UTC (rev 327336)
+++ PKGBUILD2018-06-20 18:26:16 UTC (rev 327337)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-05-20 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 20, 2018 @ 08:59:01
  Author: bisson
Revision: 324609

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-20 08:52:43 UTC (rev 324608)
+++ PKGBUILD2018-05-20 08:59:01 UTC (rev 324609)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.5
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('bf617e64ae4e08a998bef8e42a965a211587e051f1437a3a4884b351a9385753'
+sha256sums=('0215b5f90ef9cc33441a6ca842379b64412ed7f8da83ed68bfaa319179f5535b'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-04-14 Thread Gaëtan Bisson via arch-commits
Date: Sunday, April 15, 2018 @ 01:45:46
  Author: bisson
Revision: 321812

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 23:08:22 UTC (rev 321811)
+++ PKGBUILD2018-04-15 01:45:46 UTC (rev 321812)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('f4d1bf26350c1ac81b551f98e5a4fd80d7fecd86919aa8165e69fde87de1b5df'
+sha256sums=('bf617e64ae4e08a998bef8e42a965a211587e051f1437a3a4884b351a9385753'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-03-03 Thread Gaëtan Bisson via arch-commits
Date: Saturday, March 3, 2018 @ 23:30:06
  Author: bisson
Revision: 31

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-03 23:24:49 UTC (rev 317776)
+++ PKGBUILD2018-03-03 23:30:06 UTC (rev 31)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('431a85d6933ddf75cae51c9966c17d33e32fb0588cb3bbec9d32e01b267b76e1'
+sha256sums=('f4d1bf26350c1ac81b551f98e5a4fd80d7fecd86919aa8165e69fde87de1b5df'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-01-27 Thread Gaëtan Bisson via arch-commits
Date: Saturday, January 27, 2018 @ 22:10:10
  Author: bisson
Revision: 315520

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-27 20:27:20 UTC (rev 315519)
+++ PKGBUILD2018-01-27 22:10:10 UTC (rev 315520)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a2e152a352bbf02d222d54074199d9c53821c19f700c4cb85f78fa85faed7896'
+sha256sums=('431a85d6933ddf75cae51c9966c17d33e32fb0588cb3bbec9d32e01b267b76e1'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
@@ -43,7 +43,5 @@
make DESTDIR="${pkgdir}" install
 
rm "${pkgdir}"/etc/mime.types{,.dist}
-   rm "${pkgdir}"/usr/bin/{flea,muttbug}
-   rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
 }


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-01-05 Thread Gaëtan Bisson via arch-commits
Date: Saturday, January 6, 2018 @ 07:29:59
  Author: bisson
Revision: 314129

restore proper checksums

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-06 07:29:35 UTC (rev 314128)
+++ PKGBUILD2018-01-06 07:29:59 UTC (rev 314129)
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('3e35f3d27f1444bcee38e98fe62d41c7fa5b56ac9d5010b1c2cbf034c1e707491a09ccc7387b8d90d8c6c7150edf1d9093fec981d348cf9495313859d373b339'
+sha256sums=('a2e152a352bbf02d222d54074199d9c53821c19f700c4cb85f78fa85faed7896'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2018-01-04 Thread Felix Yan via arch-commits
Date: Friday, January 5, 2018 @ 02:54:20
  Author: felixonmars
Revision: 314064

upgpkg: mutt 1.9.2-2

rebuild with gdbm 1.14.1

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 02:48:55 UTC (rev 314063)
+++ PKGBUILD2018-01-05 02:54:20 UTC (rev 314064)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a2e152a352bbf02d222d54074199d9c53821c19f700c4cb85f78fa85faed7896'
+sha512sums=('3e35f3d27f1444bcee38e98fe62d41c7fa5b56ac9d5010b1c2cbf034c1e707491a09ccc7387b8d90d8c6c7150edf1d9093fec981d348cf9495313859d373b339'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-12-15 Thread Gaëtan Bisson via arch-commits
Date: Saturday, December 16, 2017 @ 05:12:55
  Author: bisson
Revision: 312957

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-16 02:39:03 UTC (rev 312956)
+++ PKGBUILD2017-12-16 05:12:55 UTC (rev 312957)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('749b83a96373c6e2101ebe8c4b9a651735e02c478edb750750a5146a15d91bb1'
+sha256sums=('a2e152a352bbf02d222d54074199d9c53821c19f700c4cb85f78fa85faed7896'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-09-23 Thread Gaëtan Bisson
Date: Sunday, September 24, 2017 @ 02:19:40
  Author: bisson
Revision: 306166

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 22:35:09 UTC (rev 306165)
+++ PKGBUILD2017-09-24 02:19:40 UTC (rev 306166)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('ec6d7595d3a1f26ae9f565b5ba5ffee94f9b2dc0683b0014684f2dc874f9e2d4'
+sha256sums=('749b83a96373c6e2101ebe8c4b9a651735e02c478edb750750a5146a15d91bb1'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-09-02 Thread Gaëtan Bisson
Date: Saturday, September 2, 2017 @ 20:56:53
  Author: bisson
Revision: 304604

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-02 18:43:58 UTC (rev 304603)
+++ PKGBUILD2017-09-02 20:56:53 UTC (rev 304604)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('9b81746d67ffeca5ea44f60893b70dc93c86d4bc10187d4dd360185e4d42ed42'
+sha256sums=('ec6d7595d3a1f26ae9f565b5ba5ffee94f9b2dc0683b0014684f2dc874f9e2d4'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-05-30 Thread Gaëtan Bisson
Date: Tuesday, May 30, 2017 @ 21:49:47
  Author: bisson
Revision: 296871

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 21:18:33 UTC (rev 296870)
+++ PKGBUILD2017-05-30 21:49:47 UTC (rev 296871)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('1d057bf1b565f2c38ee50c9a661654cbbe4165f98e25bfa361ebbd707d96f235'
+sha256sums=('9b81746d67ffeca5ea44f60893b70dc93c86d4bc10187d4dd360185e4d42ed42'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-04-19 Thread Gaëtan Bisson
Date: Wednesday, April 19, 2017 @ 08:42:05
  Author: bisson
Revision: 293149

rebuild for openssl-1.1.0

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 08:41:06 UTC (rev 293148)
+++ PKGBUILD2017-04-19 08:42:05 UTC (rev 293149)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-04-19 Thread Gaëtan Bisson
Date: Wednesday, April 19, 2017 @ 08:18:21
  Author: bisson
Revision: 293145

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-19 07:42:44 UTC (rev 293144)
+++ PKGBUILD2017-04-19 08:18:21 UTC (rev 293145)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('0be55a8cae6db2ef7ce831a70cbf6b2d8a0de558a08814933a67855ef07b0dad'
+sha256sums=('1d057bf1b565f2c38ee50c9a661654cbbe4165f98e25bfa361ebbd707d96f235'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-04-13 Thread Gaëtan Bisson
Date: Thursday, April 13, 2017 @ 17:15:50
  Author: bisson
Revision: 292697

rebuild for openssl-1.1.0

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 17:13:31 UTC (rev 292696)
+++ PKGBUILD2017-04-13 17:15:50 UTC (rev 292697)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-04-13 Thread Gaëtan Bisson
Date: Thursday, April 13, 2017 @ 17:12:54
  Author: bisson
Revision: 292695

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 15:01:48 UTC (rev 292694)
+++ PKGBUILD2017-04-13 17:12:54 UTC (rev 292695)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('45841eda12804b460260adff8f3f39cc977744e832486a3c49e182eda967adab'
+sha256sums=('0be55a8cae6db2ef7ce831a70cbf6b2d8a0de558a08814933a67855ef07b0dad'
 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-03-14 Thread Jelle van der Waa
Date: Tuesday, March 14, 2017 @ 21:32:51
  Author: jelle
Revision: 290845

upgpkg: mutt 1.8.0-2

openssl 1.1.0 rebuild

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 21:28:54 UTC (rev 290844)
+++ PKGBUILD2017-03-14 21:32:51 UTC (rev 290845)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:34:32
  Author: bisson
Revision: 289823

switch to sha256sum

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:28 UTC (rev 289822)
+++ PKGBUILD2017-03-02 01:34:32 UTC (rev 289823)
@@ -13,7 +13,8 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('faddcf7b8044eb7f1887d61f5ffcc086fb2122ef' 'SKIP')
+sha256sums=('45841eda12804b460260adff8f3f39cc977744e832486a3c49e182eda967adab'
+'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2017-02-24 Thread Gaëtan Bisson
Date: Friday, February 24, 2017 @ 23:02:15
  Author: bisson
Revision: 289510

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 22:48:37 UTC (rev 289509)
+++ PKGBUILD2017-02-24 23:02:15 UTC (rev 289510)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.7.2
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('39be2b552b99ed16f263487017c68cdbc1c7b384' 'SKIP')
+sha1sums=('faddcf7b8044eb7f1887d61f5ffcc086fb2122ef' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-12-04 Thread Gaëtan Bisson
Date: Monday, December 5, 2016 @ 04:31:51
  Author: bisson
Revision: 282822

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-04 23:02:39 UTC (rev 282821)
+++ PKGBUILD2016-12-05 04:31:51 UTC (rev 282822)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('7abb34cd0da44bef970ed6307154bb2108b384af' 'SKIP')
+sha1sums=('39be2b552b99ed16f263487017c68cdbc1c7b384' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-10-08 Thread Gaëtan Bisson
Date: Saturday, October 8, 2016 @ 23:49:50
  Author: bisson
Revision: 277939

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-08 20:55:50 UTC (rev 277938)
+++ PKGBUILD2016-10-08 23:49:50 UTC (rev 277939)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('0d9c0ae7d4725e2216ea0c1271ae19ab8bcf653b' 'SKIP')
+sha1sums=('7abb34cd0da44bef970ed6307154bb2108b384af' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-08-19 Thread Gaëtan Bisson
Date: Saturday, August 20, 2016 @ 00:09:18
  Author: bisson
Revision: 273986

implement FS#50445

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 22:49:13 UTC (rev 273985)
+++ PKGBUILD2016-08-20 00:09:18 UTC (rev 273986)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -26,6 +26,7 @@
--enable-imap \
--enable-smtp \
--enable-hcache \
+   --enable-sidebar \
--with-curses=/usr \
--with-regex \
--with-gss=/usr \


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-08-17 Thread Gaëtan Bisson
Date: Thursday, August 18, 2016 @ 03:48:50
  Author: bisson
Revision: 273908

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 00:15:29 UTC (rev 273907)
+++ PKGBUILD2016-08-18 03:48:50 UTC (rev 273908)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.6.2
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP')
+sha1sums=('0d9c0ae7d4725e2216ea0c1271ae19ab8bcf653b' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-07-06 Thread Gaëtan Bisson
Date: Wednesday, July 6, 2016 @ 23:13:51
  Author: bisson
Revision: 271103

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-06 20:57:17 UTC (rev 271102)
+++ PKGBUILD2016-07-06 23:13:51 UTC (rev 271103)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('ff1c76209a5c299018fc72b9e2e1ab98bf5138dd' 'SKIP')
+sha1sums=('67910ea4025a7f5ac8808e34bd55519200e08bcf' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-05-03 Thread Gaetan Bisson
Date: Tuesday, May 3, 2016 @ 11:20:06
  Author: bisson
Revision: 266800

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-03 09:19:38 UTC (rev 266799)
+++ PKGBUILD2016-05-03 09:20:06 UTC (rev 266800)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('bab62759af0873a94dc8b85a62a7a9e09e33c6bb' 'SKIP')
+sha1sums=('ff1c76209a5c299018fc72b9e2e1ab98bf5138dd' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-04-04 Thread Gaetan Bisson
Date: Monday, April 4, 2016 @ 09:14:10
  Author: bisson
Revision: 263850

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-04 03:15:47 UTC (rev 263849)
+++ PKGBUILD2016-04-04 07:14:10 UTC (rev 263850)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.5.24
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -13,7 +13,7 @@
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('38a2da5eb01ff83a90a2caee28fa2e95dbfe6898' 'SKIP')
+sha1sums=('bab62759af0873a94dc8b85a62a7a9e09e33c6bb' 'SKIP')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
 build() {


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2016-03-03 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 10:36:44
  Author: fyan
Revision: 260594

OpenSSL 1.0.2g rebuild

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 09:36:04 UTC (rev 260593)
+++ PKGBUILD2016-03-03 09:36:44 UTC (rev 260594)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.5.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 07:01:45
  Author: foutrelis
Revision: 245682

ncurses 6.0 rebuild.

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 05:00:19 UTC (rev 245681)
+++ PKGBUILD2015-09-10 05:01:45 UTC (rev 245682)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.5.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')


[arch-commits] Commit in mutt/trunk (PKGBUILD cve-2014-9116.patch)

2015-08-31 Thread Gaetan Bisson
Date: Tuesday, September 1, 2015 @ 03:16:35
  Author: bisson
Revision: 245124

upstream update

Modified:
  mutt/trunk/PKGBUILD
Deleted:
  mutt/trunk/cve-2014-9116.patch

-+
 PKGBUILD|   30 --
 cve-2014-9116.patch |   35 ---
 2 files changed, 8 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 20:25:08 UTC (rev 245123)
+++ PKGBUILD2015-09-01 01:16:35 UTC (rev 245124)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.5.23
-pkgrel=2
+pkgver=1.5.24
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -12,26 +12,13 @@
 arch=('i686' 'x86_64')
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz";
-'cve-2014-9116.patch')
-sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
-  '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('38a2da5eb01ff83a90a2caee28fa2e95dbfe6898' 'SKIP')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
-makedepends=('mercurial')
-source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094')
-sha1sums=('SKIP')
-pkgver=1.5.23.hg.20150711
-
-#prepare() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  patch -p1 -i ../cve-2014-9116.patch
-#}
-
 build() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
-#  ./configure \
-   ./prepare \
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-gpgme \
@@ -50,8 +37,7 @@
 }
 
 package() {
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-   cd "${srcdir}/${pkgname}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 
rm "${pkgdir}"/etc/mime.types{,.dist}

Deleted: cve-2014-9116.patch
===
--- cve-2014-9116.patch 2015-08-31 20:25:08 UTC (rev 245123)
+++ cve-2014-9116.patch 2015-09-01 01:16:35 UTC (rev 245124)
@@ -1,35 +0,0 @@
-
-# HG changeset patch
-# User Kevin McCarthy 
-# Date 1417472364 28800
-# Node ID 0aebf1df43598b442ac75ae4fe17875351854db0
-# Parent  5a86319adad0d17e4acaf8a580bfc9eb247547d0
-Revert write_one_header() to skip space and tab.  (closes #3716)
-
-This patch fixes CVE-2014-9116 in the stable branch.  It reverts
-write_one_header() to the pre [f251d523ca5a] code for skipping
-whitespace.
-
-Thanks to Antonio Radici and Tomas Hoger for their analysis and patches
-to mutt, which this patch is based off of.
-
-diff -r 5a86319adad0 -r 0aebf1df4359 sendlib.c
 a/sendlib.cMon Jan 05 18:28:59 2015 -0800
-+++ b/sendlib.cMon Dec 01 14:19:24 2014 -0800
-@@ -1814,7 +1814,14 @@
- {
-   tagbuf = mutt_substrdup (start, t);
-   /* skip over the colon separating the header field name and value */
--  t = skip_email_wsp(t + 1);
-+  ++t;
-+
-+  /* skip over any leading whitespace (WSP, as defined in RFC5322)
-+   * NOTE: skip_email_wsp() does the wrong thing here.
-+   *   See tickets 3609 and 3716. */
-+  while (*t == ' ' || *t == '\t')
-+t++;
-+
-   valbuf = mutt_substrdup (t, end);
- }
- dprint(4,(debugfile,"mwoh: buf[%s%s] too long, "
-


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2015-07-11 Thread Gaetan Bisson
Date: Sunday, July 12, 2015 @ 00:31:06
  Author: bisson
Revision: 242135

fix FS#45338

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 22:25:56 UTC (rev 242134)
+++ PKGBUILD2015-07-11 22:31:06 UTC (rev 242135)
@@ -18,9 +18,9 @@
   '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
 
 makedepends=('mercurial')
-source=('hg+http://dev.mutt.org/hg/mutt#revision=0255b37be491bf11347c91d2197a4d9031423010')
+source=('hg+http://dev.mutt.org/hg/mutt#revision=2ca89bed64480780d0a435e89c13dba06c748094')
 sha1sums=('SKIP')
-pkgver=1.5.23.hg.20150606
+pkgver=1.5.23.hg.20150711
 
 #prepare() {
 #  cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2015-06-06 Thread Gaetan Bisson
Date: Saturday, June 6, 2015 @ 20:07:24
  Author: bisson
Revision: 240377

switch to mercurial snapshot

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 16:58:16 UTC (rev 240376)
+++ PKGBUILD2015-06-06 18:07:24 UTC (rev 240377)
@@ -17,14 +17,21 @@
 sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
   '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../cve-2014-9116.patch
-}
+makedepends=('mercurial')
+source=('hg+http://dev.mutt.org/hg/mutt#revision=0255b37be491bf11347c91d2197a4d9031423010')
+sha1sums=('SKIP')
+pkgver=1.5.23.hg.20150606
 
+#prepare() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  patch -p1 -i ../cve-2014-9116.patch
+#}
+
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
+#  ./configure \
+   ./prepare \
--prefix=/usr \
--sysconfdir=/etc \
--enable-gpgme \
@@ -43,7 +50,8 @@
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
 
rm "${pkgdir}"/etc/mime.types{,.dist}


[arch-commits] Commit in mutt/trunk (PKGBUILD cve-2014-9116.patch)

2015-03-09 Thread Gaetan Bisson
Date: Monday, March 9, 2015 @ 17:41:57
  Author: bisson
Revision: 233142

fix FS#44110

Added:
  mutt/trunk/cve-2014-9116.patch
Modified:
  mutt/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 cve-2014-9116.patch |   35 +++
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-09 16:36:07 UTC (rev 233141)
+++ PKGBUILD2015-03-09 16:41:57 UTC (rev 233142)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.5.23
-pkgrel=1
+pkgrel=2
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -12,9 +12,16 @@
 arch=('i686' 'x86_64')
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862')
+source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz";
+'cve-2014-9116.patch')
+sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862'
+  '776e3e00fcf8a325e7b9c2bb456d3e9ba2c82307')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../cve-2014-9116.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \

Added: cve-2014-9116.patch
===
--- cve-2014-9116.patch (rev 0)
+++ cve-2014-9116.patch 2015-03-09 16:41:57 UTC (rev 233142)
@@ -0,0 +1,35 @@
+
+# HG changeset patch
+# User Kevin McCarthy 
+# Date 1417472364 28800
+# Node ID 0aebf1df43598b442ac75ae4fe17875351854db0
+# Parent  5a86319adad0d17e4acaf8a580bfc9eb247547d0
+Revert write_one_header() to skip space and tab.  (closes #3716)
+
+This patch fixes CVE-2014-9116 in the stable branch.  It reverts
+write_one_header() to the pre [f251d523ca5a] code for skipping
+whitespace.
+
+Thanks to Antonio Radici and Tomas Hoger for their analysis and patches
+to mutt, which this patch is based off of.
+
+diff -r 5a86319adad0 -r 0aebf1df4359 sendlib.c
+--- a/sendlib.cMon Jan 05 18:28:59 2015 -0800
 b/sendlib.cMon Dec 01 14:19:24 2014 -0800
+@@ -1814,7 +1814,14 @@
+ {
+   tagbuf = mutt_substrdup (start, t);
+   /* skip over the colon separating the header field name and value */
+-  t = skip_email_wsp(t + 1);
++  ++t;
++
++  /* skip over any leading whitespace (WSP, as defined in RFC5322)
++   * NOTE: skip_email_wsp() does the wrong thing here.
++   *   See tickets 3609 and 3716. */
++  while (*t == ' ' || *t == '\t')
++t++;
++
+   valbuf = mutt_substrdup (t, end);
+ }
+ dprint(4,(debugfile,"mwoh: buf[%s%s] too long, "
+


[arch-commits] Commit in mutt/trunk (PKGBUILD install)

2015-02-20 Thread Gaetan Bisson
Date: Friday, February 20, 2015 @ 20:44:38
  Author: bisson
Revision: 231706

remove "tip" install file

Modified:
  mutt/trunk/PKGBUILD
Deleted:
  mutt/trunk/install

--+
 PKGBUILD |2 --
 install  |8 
 2 files changed, 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-20 16:29:21 UTC (rev 231705)
+++ PKGBUILD2015-02-20 19:44:38 UTC (rev 231706)
@@ -15,8 +15,6 @@
 source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862')
 
-install=install
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \

Deleted: install
===
--- install 2015-02-20 16:29:21 UTC (rev 231705)
+++ install 2015-02-20 19:44:38 UTC (rev 231706)
@@ -1,8 +0,0 @@
-post_install() {
-   cat < For GPG support, add the following to your muttrc:
-==> source /etc/Muttrc.gpg.dist
-
-EOF
-}


[arch-commits] Commit in mutt/trunk (PKGBUILD)

2014-03-12 Thread Gaetan Bisson
Date: Thursday, March 13, 2014 @ 01:01:53
  Author: bisson
Revision: 207671

upstream update

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 23:49:12 UTC (rev 207670)
+++ PKGBUILD2014-03-13 00:01:53 UTC (rev 207671)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.5.22
+pkgver=1.5.23
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -12,8 +12,8 @@
 arch=('i686' 'x86_64')
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('728a114cb3a44df373dbf1292fc34dd8321057dc')
+source=("ftp://ftp.mutt.org/mutt/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('8ac821d8b1e25504a31bf5fda9c08d93a4acc862')
 
 install=install
 



[arch-commits] Commit in mutt/trunk (PKGBUILD crypt-gpgme.patch pop-cachedir.patch)

2013-10-17 Thread Gaetan Bisson
Date: Friday, October 18, 2013 @ 08:53:38
  Author: bisson
Revision: 196758

upstream update

Modified:
  mutt/trunk/PKGBUILD
Deleted:
  mutt/trunk/crypt-gpgme.patch
  mutt/trunk/pop-cachedir.patch

+
 PKGBUILD   |   16 +---
 crypt-gpgme.patch  |   32 
 pop-cachedir.patch |   12 
 3 files changed, 5 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-17 23:38:31 UTC (rev 196757)
+++ PKGBUILD2013-10-18 06:53:38 UTC (rev 196758)
@@ -3,8 +3,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.5.21
-pkgrel=9
+pkgver=1.5.22
+pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
@@ -12,19 +12,13 @@
 arch=('i686' 'x86_64')
 optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
-source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";
-'pop-cachedir.patch'
-'crypt-gpgme.patch')
-sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9'
-  '32dbcafe05e4a919fd00c6a1064c6ecd205e6eb1'
-  '8cf0d4278aab1d162ab7f847f1b917327d630d98')
+source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('728a114cb3a44df373dbf1292fc34dd8321057dc')
 
 install=install
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -i ../pop-cachedir.patch # FS#31536
-   patch -p1 -i ../crypt-gpgme.patch # FS#31735
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -47,8 +41,8 @@
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 
+   rm "${pkgdir}"/etc/mime.types{,.dist}
rm "${pkgdir}"/usr/bin/{flea,muttbug}
rm "${pkgdir}"/usr/share/man/man1/{flea,muttbug}.1
-   rm "${pkgdir}"/etc/mime.types{,.dist}
install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
 }

Deleted: crypt-gpgme.patch
===
--- crypt-gpgme.patch   2013-10-17 23:38:31 UTC (rev 196757)
+++ crypt-gpgme.patch   2013-10-18 06:53:38 UTC (rev 196758)
@@ -1,32 +0,0 @@
-# HG changeset patch
-# User Roman Kagan 
-# Date 1290506473 -10800
-# Node ID 938f0706311a6ab599d29d35447f0c70972fe7cf
-# Parent  01731fb1884ea0e1eaf9008ea9c70804b66f2363
-crypt-gpgme: actually init gpgme
-
-Recent versions of gpgme (at least the one packaged with Fedora 14,
-gpgme-1.2.0), requires proper initialization of the library before use.
-
-The initialization is done via gpgme_check_version(), and gpgme_set_locale() is
-recommended right afterwards, too (see gpgme manual for details).
-
-Otherwise gpgme_init() fails with "Not operational" error, which makes mutt
-immediately quit.
-
-diff --git a/crypt-gpgme.c b/crypt-gpgme.c
 a/crypt-gpgme.c
-+++ b/crypt-gpgme.c
-@@ -4191,6 +4191,12 @@
-   if (mutt_any_key_to_continue (NULL) == -1)
-   mutt_exit(1);
- }
-+
-+  gpgme_check_version (NULL);
-+  gpgme_set_locale (NULL, LC_CTYPE, setlocale (LC_CTYPE, NULL));
-+#ifdef LC_MESSAGES
-+  gpgme_set_locale (NULL, LC_MESSAGES, setlocale (LC_MESSAGES, NULL));
-+#endif
- }
- 
- void pgp_gpgme_init (void)

Deleted: pop-cachedir.patch
===
--- pop-cachedir.patch  2013-10-17 23:38:31 UTC (rev 196757)
+++ pop-cachedir.patch  2013-10-18 06:53:38 UTC (rev 196758)
@@ -1,12 +0,0 @@
-Index: muttlib.c
-===
 muttlib.c  (revision 6128:eff500f87889)
-+++ muttlib.c  (revision 6161:1a4c43138685)
-@@ -1961,5 +1961,6 @@
-   char *p = safe_strdup (src);
-   int rc = mutt_convert_string (&p, Charset, "utf-8", 0);
--  strfcpy (dest, rc == 0 ? p : src, dlen);
-+  /* `src' may be NULL, such as when called from the pop3 driver. */
-+  strfcpy (dest, (rc == 0) ? NONULL(p) : NONULL(src), dlen);
-   FREE (&p);
- }



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2013-05-10 Thread Gaetan Bisson
Date: Friday, May 10, 2013 @ 21:12:50
  Author: bisson
Revision: 185068

rebuild for libsasl-2.1.26

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 19:11:20 UTC (rev 185067)
+++ PKGBUILD2013-05-10 19:12:50 UTC (rev 185068)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=8
+pkgrel=9
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2011-11-18 Thread Gaetan Bisson
Date: Friday, November 18, 2011 @ 22:28:41
  Author: bisson
Revision: 142947

rebuild for gdbm-1.10-1

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-19 02:34:05 UTC (rev 142946)
+++ PKGBUILD2011-11-19 03:28:41 UTC (rev 142947)
@@ -4,7 +4,7 @@
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=5
+pkgrel=6
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2011-06-24 Thread Gaetan Bisson
Date: Friday, June 24, 2011 @ 10:47:29
  Author: bisson
Revision: 128615

see FS#24857

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-24 14:06:51 UTC (rev 128614)
+++ PKGBUILD2011-06-24 14:47:29 UTC (rev 128615)
@@ -10,6 +10,7 @@
 license=('GPL')
 backup=('etc/Muttrc')
 arch=('i686' 'x86_64')
+optdepends=('smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:34:05
  Author: stephane
Revision: 121107

upgpkg: mutt 1.5.21-5
krb5 rebuild

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:28:14 UTC (rev 121106)
+++ PKGBUILD2011-04-29 00:34:05 UTC (rev 121107)
@@ -4,13 +4,13 @@
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=4
+pkgrel=5
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
 backup=('etc/Muttrc')
 arch=('i686' 'x86_64')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'heimdal')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')
 



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2011-03-24 Thread Gaetan Bisson
Date: Thursday, March 24, 2011 @ 17:41:03
  Author: bisson
Revision: 116680

add backup array for system-wide Muttrc

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-24 21:01:19 UTC (rev 116679)
+++ PKGBUILD2011-03-24 21:41:03 UTC (rev 116680)
@@ -4,11 +4,12 @@
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=3
+pkgrel=4
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
 arch=('i686' 'x86_64')
-license=('GPL')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'heimdal')
 source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')



[arch-commits] Commit in mutt/trunk (PKGBUILD install)

2011-03-24 Thread Gaetan Bisson
Date: Thursday, March 24, 2011 @ 15:07:35
  Author: bisson
Revision: 116667

address FS#23415

Modified:
  mutt/trunk/PKGBUILD
  mutt/trunk/install

--+
 PKGBUILD |8 +---
 install  |6 +-
 2 files changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-24 17:56:27 UTC (rev 11)
+++ PKGBUILD2011-03-24 19:07:35 UTC (rev 116667)
@@ -1,14 +1,15 @@
 # $Id$
-# Maintainer: tobias [tobias [at] archlinux.org]
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=2
+pkgrel=3
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'heimdal')
 source=("ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')
 
@@ -26,6 +27,7 @@
--enable-hcache \
--with-curses=/usr \
--with-regex \
+   --with-gss=/usr \
--with-ssl=/usr \
--with-sasl \
--with-idn \

Modified: install
===
--- install 2011-03-24 17:56:27 UTC (rev 11)
+++ install 2011-03-24 19:07:35 UTC (rev 116667)
@@ -1,12 +1,8 @@
 post_install() {
-  cat < For GPG support, add the following to your muttrc:
 ==> source /etc/Muttrc.gpg.dist
 
 EOF
 }
-
-post_upgrade() {
-  post_install
-}



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2010-10-05 Thread Daniel Griffiths
Date: Tuesday, October 5, 2010 @ 17:48:20
  Author: dgriffiths
Revision: 94251

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-05 21:45:28 UTC (rev 94250)
+++ PKGBUILD2010-10-05 21:48:20 UTC (rev 94251)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: tobias [tobias [at] archlinux.org]
 pkgname=mutt
-pkgver=1.5.20
-pkgrel=4
+pkgver=1.5.21
+pkgrel=1
 pkgdesc="A small but very powerful text-based mail client"
 arch=(i686 x86_64)
 license=('GPL')
@@ -10,22 +10,13 @@
 depends=('slang' 'openssl' 'gdbm' 'mime-types' 'zlib' 'libsasl' 'gpgme')
 makedepends=('gnupg')
 install=${pkgname}.install
-source=(ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz 
-mutt-unmailbox.patch
-mutt_ssl.patch)
+source=(ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz)
 url="http://www.mutt.org/";
-md5sums=('027cdd9959203de0c3c64149a7ee351c'
- 'fa8e03a49a2fa7b294dc8237d928cdb7'
- '3f54850315502ad47405421339ffae60')
+md5sums=('a29db8f1d51e2f10c070bf88e8a553fd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # patch a segfault bug in 1.5.20 -- remove for next release
-  patch -p1 < ${srcdir}/mutt-unmailbox.patch || return 1
-  # patch for openssl-1
-  patch -Np1 -i ${srcdir}/mutt_ssl.patch || return 1
-
   ./configure --prefix=/usr --sysconfdir=/etc \
 --enable-pop --enable-imap --enable-smtp \
 --with-sasl --with-ssl=/usr --without-idn \



[arch-commits] Commit in mutt/trunk (PKGBUILD)

2010-04-19 Thread Daniel Griffiths
Date: Tuesday, April 20, 2010 @ 00:42:42
  Author: dgriffiths
Revision: 78249

upgpkg: mutt 1.5.20-4 Fixed man page issue

Modified:
  mutt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-20 04:30:22 UTC (rev 78248)
+++ PKGBUILD2010-04-20 04:42:42 UTC (rev 78249)
@@ -2,7 +2,7 @@
 # Maintainer: tobias [tobias [at] archlinux.org]
 pkgname=mutt
 pkgver=1.5.20
-pkgrel=3
+pkgrel=4
 pkgdesc="A small but very powerful text-based mail client"
 arch=(i686 x86_64)
 license=('GPL')



[arch-commits] Commit in mutt/trunk (PKGBUILD mutt_ssl.patch)

2010-04-01 Thread Giovanni Scafora
Date: Thursday, April 1, 2010 @ 19:56:30
  Author: giovanni
Revision: 75622

upgpkg: mutt 1.5.20-3
openssl-1 rebuild

Added:
  mutt/trunk/mutt_ssl.patch
Modified:
  mutt/trunk/PKGBUILD

+
 PKGBUILD   |   13 -
 mutt_ssl.patch |   11 +++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-01 23:43:46 UTC (rev 75621)
+++ PKGBUILD2010-04-01 23:56:30 UTC (rev 75622)
@@ -2,26 +2,29 @@
 # Maintainer: tobias [tobias [at] archlinux.org]
 pkgname=mutt
 pkgver=1.5.20
-pkgrel=2
+pkgrel=3
 pkgdesc="A small but very powerful text-based mail client"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.mutt.org/";
-depends=('slang' 'openssl>=0.9.8e' 'gdbm' 'mime-types' 'zlib' 'libsasl' 
'gpgme')
+depends=('slang' 'openssl' 'gdbm' 'mime-types' 'zlib' 'libsasl' 'gpgme')
 makedepends=('gnupg')
 install=${pkgname}.install
 source=(ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz 
-mutt-unmailbox.patch)
+mutt-unmailbox.patch
+mutt_ssl.patch)
 url="http://www.mutt.org/";
 md5sums=('027cdd9959203de0c3c64149a7ee351c'
- 'fa8e03a49a2fa7b294dc8237d928cdb7')
+ 'fa8e03a49a2fa7b294dc8237d928cdb7'
+ '3f54850315502ad47405421339ffae60')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # patch a segfault bug in 1.5.20 -- remove for next release
   patch -p1 < ${srcdir}/mutt-unmailbox.patch || return 1
-  #patch -Np1 -i ../mutt-unmailbox.patch || exit 1
+  # patch for openssl-1
+  patch -Np1 -i ${srcdir}/mutt_ssl.patch || return 1
 
   ./configure --prefix=/usr --sysconfdir=/etc \
 --enable-pop --enable-imap --enable-smtp \

Added: mutt_ssl.patch
===
--- mutt_ssl.patch  (rev 0)
+++ mutt_ssl.patch  2010-04-01 23:56:30 UTC (rev 75622)
@@ -0,0 +1,11 @@
+--- a/mutt_ssl.c   2009-06-10 07:08:29.0 +0200
 b/mutt_ssl.c   2010-04-02 01:42:55.0 +0200
+@@ -652,7 +652,7 @@
+   char *buf = NULL;
+   int bufsize;
+   /* needed to get the DNS subjectAltNames: */
+-  STACK *subj_alt_names;
++  STACK_OF(X509) *subj_alt_names;
+   int subj_alt_names_count;
+   GENERAL_NAME *subj_alt_name;
+   /* did we find a name matching hostname? */