[arch-commits] Commit in claws-mail/trunk (PKGBUILD buildfix_gnutls3.diff)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jun 27 14:37:39 UTC 2012


    Date: Wednesday, June 27, 2012 @ 10:37:38
  Author: andyrtr
Revision: 162647

upgpkg: claws-mail 3.8.1-1

upstream update 3.8.1

Modified:
  claws-mail/trunk/PKGBUILD
Deleted:
  claws-mail/trunk/buildfix_gnutls3.diff

-----------------------+
 PKGBUILD              |   12 ++++--------
 buildfix_gnutls3.diff |   18 ------------------
 2 files changed, 4 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-27 14:17:16 UTC (rev 162646)
+++ PKGBUILD	2012-06-27 14:37:38 UTC (rev 162647)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=claws-mail
-pkgver=3.8.0
-pkgrel=3
+pkgver=3.8.1
+pkgrel=1
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -19,14 +19,10 @@
 provides=('claws')
 options=(!libtool)
 install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
-        buildfix_gnutls3.diff)
-md5sums=('df9f1657d7f34959a2205344d952c2e3'
-         '0c0956755ddcec939d916af35310ee3f')
-
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d388929fb1c8f04d4bcb2139faaf9e70')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/buildfix_gnutls3.diff
   
   sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
 

Deleted: buildfix_gnutls3.diff
===================================================================
--- buildfix_gnutls3.diff	2012-06-27 14:17:16 UTC (rev 162646)
+++ buildfix_gnutls3.diff	2012-06-27 14:37:38 UTC (rev 162647)
@@ -1,18 +0,0 @@
-Index: src/common/ssl_certificate.c
-===================================================================
-RCS file: //claws/src/common/ssl_certificate.c,v
-retrieving revision 1.4.2.40
-retrieving revision 1.4.2.41
-diff -u -r1.4.2.40 -r1.4.2.41
---- src/common/ssl_certificate.c	30 Aug 2011 06:18:09 -0000	1.4.2.40
-+++ src/common/ssl_certificate.c	16 May 2012 05:43:14 -0000	1.4.2.41
-@@ -686,7 +686,7 @@
- 	      gnutls_x509_privkey * key,
- 	      gnutls_x509_crt_t * cert)
- {
--  gnutls_pkcs12_bag bag = NULL;
-+  gnutls_pkcs12_bag_t bag = NULL;
-   int index = 0;
-   int ret;
- 
-




More information about the arch-commits mailing list