1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove patch since "pgp_strict_enc" option does the same hack and it

can lead to broken pgp signatures.

Submitted by:	krion, tobez
Approved by:	maintainer
This commit is contained in:
Kirill Ponomarev 2005-01-17 13:46:58 +00:00
parent 1affd53e40
commit 2762eb9755
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126642
2 changed files with 0 additions and 22 deletions

View File

@ -1,11 +0,0 @@
--- pgp.c.orig Wed Jan 9 16:39:28 2002
+++ pgp.c Wed Jan 12 09:46:08 2005
@@ -1193,6 +1193,8 @@
}
else if (a->encoding == ENC8BIT)
a->encoding = ENCQUOTEDPRINTABLE;
+ else if (a->encoding == ENC7BIT)
+ /* empty */ ;
else if (a->encoding == ENCBINARY)
a->encoding = ENCBASE64;
else if (a->content && a->encoding != ENCBASE64 &&

View File

@ -1,11 +0,0 @@
--- pgp.c.orig Wed Jan 9 16:39:28 2002
+++ pgp.c Wed Jan 12 09:46:08 2005
@@ -1193,6 +1193,8 @@
}
else if (a->encoding == ENC8BIT)
a->encoding = ENCQUOTEDPRINTABLE;
+ else if (a->encoding == ENC7BIT)
+ /* empty */ ;
else if (a->encoding == ENCBINARY)
a->encoding = ENCBASE64;
else if (a->content && a->encoding != ENCBASE64 &&