mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Fix KDE Bug 99089 (inline PGP signed messages not working in kmail).
Stumbled over by: Peter Losher
This commit is contained in:
parent
874fab9f3a
commit
67503ca4d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147806
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kdepim
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils mail news palm kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
||||
|
14
deskutils/kdepim3/files/patch-kmail_kresolver.cpp
Normal file
14
deskutils/kdepim3/files/patch-kmail_kresolver.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
--- kmail/keyresolver.cpp.orig Thu Nov 10 05:39:42 2005
|
||||
+++ kmail/keyresolver.cpp Thu Nov 10 05:48:08 2005
|
||||
@@ -1023,8 +1023,10 @@
|
||||
CryptoMessageFormat commonFormat = AutoFormat;
|
||||
|
||||
for ( unsigned int i = 0 ; i < numConcreteCryptoMessageFormats ; ++i ) {
|
||||
+ if ( !(mCryptoMessageFormats & concreteCryptoMessageFormats[i]) )
|
||||
+ continue; // skip
|
||||
if ( signingKeysFor( concreteCryptoMessageFormats[i] ).empty() )
|
||||
- continue; // skip;
|
||||
+ continue; // skip
|
||||
if ( count.numOf( concreteCryptoMessageFormats[i] ) == count.numTotal() ) {
|
||||
commonFormat = concreteCryptoMessageFormats[i];
|
||||
break;
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kdepim
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils mail news palm kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
||||
|
14
deskutils/kdepim4/files/patch-kmail_kresolver.cpp
Normal file
14
deskutils/kdepim4/files/patch-kmail_kresolver.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
--- kmail/keyresolver.cpp.orig Thu Nov 10 05:39:42 2005
|
||||
+++ kmail/keyresolver.cpp Thu Nov 10 05:48:08 2005
|
||||
@@ -1023,8 +1023,10 @@
|
||||
CryptoMessageFormat commonFormat = AutoFormat;
|
||||
|
||||
for ( unsigned int i = 0 ; i < numConcreteCryptoMessageFormats ; ++i ) {
|
||||
+ if ( !(mCryptoMessageFormats & concreteCryptoMessageFormats[i]) )
|
||||
+ continue; // skip
|
||||
if ( signingKeysFor( concreteCryptoMessageFormats[i] ).empty() )
|
||||
- continue; // skip;
|
||||
+ continue; // skip
|
||||
if ( count.numOf( concreteCryptoMessageFormats[i] ) == count.numTotal() ) {
|
||||
commonFormat = concreteCryptoMessageFormats[i];
|
||||
break;
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kdepim
|
||||
PORTVERSION= ${KDE_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils mail news palm kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
||||
|
14
deskutils/kdepim44/files/patch-kmail_kresolver.cpp
Normal file
14
deskutils/kdepim44/files/patch-kmail_kresolver.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
--- kmail/keyresolver.cpp.orig Thu Nov 10 05:39:42 2005
|
||||
+++ kmail/keyresolver.cpp Thu Nov 10 05:48:08 2005
|
||||
@@ -1023,8 +1023,10 @@
|
||||
CryptoMessageFormat commonFormat = AutoFormat;
|
||||
|
||||
for ( unsigned int i = 0 ; i < numConcreteCryptoMessageFormats ; ++i ) {
|
||||
+ if ( !(mCryptoMessageFormats & concreteCryptoMessageFormats[i]) )
|
||||
+ continue; // skip
|
||||
if ( signingKeysFor( concreteCryptoMessageFormats[i] ).empty() )
|
||||
- continue; // skip;
|
||||
+ continue; // skip
|
||||
if ( count.numOf( concreteCryptoMessageFormats[i] ) == count.numTotal() ) {
|
||||
commonFormat = concreteCryptoMessageFormats[i];
|
||||
break;
|
Loading…
Reference in New Issue
Block a user