notmuch: update to 0.35.

This commit is contained in:
TROUVERIE Joachim 2022-03-04 17:59:30 +01:00 committed by Đoàn Trần Công Danh
parent faabce77c9
commit 8c1f637c70
4 changed files with 72 additions and 76 deletions

View file

@ -17,10 +17,10 @@ Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
1 file changed, 58 deletions(-)
diff --git a/configure b/configure
index 7dae745c..99b0c328 100755
index 36f3f606..1bf2097d 100755
--- a/configure
+++ b/configure
@@ -467,65 +467,7 @@ if pkg-config --exists "gmime-3.0 >= $GMIME_MINVER"; then
@@ -492,65 +492,7 @@ if pkg-config --exists "gmime-3.0 >= $GMIME_MINVER"; then
printf "Checking for GMime session key extraction support... "
@ -87,5 +87,4 @@ index 7dae745c..99b0c328 100755
# see https://github.com/jstedfast/gmime/pull/90
# should be fixed in GMime in 3.2.7, but some distros might patch
--
2.28.0.rc2.21.g5c06d60fc5
2.35.1

View file

@ -11,18 +11,17 @@ The problem has been fixed with gmime 3.2.7 already.
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
---
configure | 70 -------------------------------------------------------
1 file changed, 70 deletions(-)
configure | 69 -------------------------------------------------------
1 file changed, 69 deletions(-)
diff --git a/configure b/configure
index 99b0c328..ef602d10 100755
index 36f3f606..fd23aa67 100755
--- a/configure
+++ b/configure
@@ -472,78 +472,8 @@ if pkg-config --exists "gmime-3.0 >= $GMIME_MINVER"; then
# see https://github.com/jstedfast/gmime/pull/90
@@ -556,77 +556,8 @@ EOF
# should be fixed in GMime in 3.2.7, but some distros might patch
printf "Checking for GMime X.509 certificate validity... "
-
- cat > _check_x509_validity.c <<EOF
-#include <stdio.h>
-#include <gmime/gmime.h>
@ -98,5 +97,4 @@ index 99b0c328..ef602d10 100755
# see https://dev.gnupg.org/T3464
# there are problems verifying signatures when decrypting with session keys with GPGME 1.13.0 and 1.13.1
--
2.28.0.rc2.21.g5c06d60fc5
2.35.1

View file

@ -18,10 +18,10 @@ Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
1 file changed, 66 deletions(-)
diff --git a/configure b/configure
index ef602d10..204d46d9 100755
index 36f3f606..cd99bf4a 100755
--- a/configure
+++ b/configure
@@ -478,74 +478,8 @@ if pkg-config --exists "gmime-3.0 >= $GMIME_MINVER"; then
@@ -631,74 +631,8 @@ EOF
# see https://dev.gnupg.org/T3464
# there are problems verifying signatures when decrypting with session keys with GPGME 1.13.0 and 1.13.1
printf "Checking signature verification when decrypting using session keys... "
@ -97,5 +97,4 @@ index ef602d10..204d46d9 100755
have_gmime=0
printf "No.\n"
--
2.28.0.rc2.21.g5c06d60fc5
2.35.1

View file

@ -1,7 +1,7 @@
# Template file for 'notmuch'
pkgname=notmuch
version=0.32.2
revision=4
version=0.35
revision=1
build_style=configure
configure_args="--prefix=/usr
--emacslispdir=/usr/share/emacs/site-lisp/notmuch
@ -14,12 +14,12 @@ depends="gmime3>=3.2.7"
checkdepends="python3-pytest mdocml dtach gdb tar xz xapian-core
openssl"
short_desc="Thread-based email index, search, and tagging"
maintainer="Jan S. <jan.schreib@gmail.com>"
maintainer="Joachim T. <jtrouverie@joakode.fr>"
license="GPL-3.0-or-later"
homepage="https://notmuchmail.org"
distfiles="https://notmuchmail.org/releases/notmuch-${version}.tar.xz
https://notmuchmail.org/releases/test-databases/database-v1.tar.xz"
checksum="8e0a7eb8ff2e6011ef48b2bf11d79b9c4bb74511cfe2987758b64898c2a2ded7
checksum="a831c414c4f20a6cae3a580793c855102d3295080f000eb3832b77226a40ac39
4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2"
skip_extraction="database-v1.tar.xz"
replaces="notmuch-emacs>=0"
@ -56,7 +56,7 @@ do_check() {
# we don't ship python-cffi
NOTMUCH_SKIP_TESTS+=" libconfig python-cffi"
if [ $(id -u) = 0 ]; then
NOTMUCH_SKIP_TESTS+=" new.36 tagging.25"
NOTMUCH_SKIP_TESTS+=" new.36 new.39 tagging.25"
fi
export NOTMUCH_SKIP_TESTS
make test