FreeBSD Bugzilla – Attachment 197984 Details for
Bug 232134
mail/pop3proxy: Fix build with OpenSSL 1.1.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix OpenSSL 1.1.x build
pop3proxy (text/plain), 1.23 KB, created by
Nathan
on 2018-10-09 22:48:13 UTC
(
hide
)
Description:
Fix OpenSSL 1.1.x build
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-10-09 22:48:13 UTC
Size:
1.23 KB
patch
obsolete
>mail/pop3proxy: Fix OpenSSL build > >PR: 231931 >Submitted by: Nathan <ndowens@yahoo.com> >Approved by: portmgr (unmaintained port) > >Index: mail/pop3proxy/Makefile >=================================================================== >--- mail/pop3proxy/Makefile (revision 481499) >+++ mail/pop3proxy/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= pop3proxy > PORTVERSION= 1.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= http://people.freebsd.org/~mbr/distfiles/ > EXTRACT_SUFX= .tgz >Index: mail/pop3proxy/files/patch-src_imapcommon.c >=================================================================== >--- mail/pop3proxy/files/patch-src_imapcommon.c (revision 481499) >+++ mail/pop3proxy/files/patch-src_imapcommon.c (working copy) >@@ -1,10 +1,11 @@ >---- src/imapcommon.c.orig >+--- src/imapcommon.c.orig 2018-10-09 22:42:54 UTC > +++ src/imapcommon.c >-@@ -121,6 +121,7 @@ >- #include <errno.h> >+@@ -295,7 +295,7 @@ extern ICD_Struct *Get_Server_conn( char *Username, >+ int rc; >+ unsigned int Expiration; > >- #include <openssl/evp.h> >-+#include <openssl/md5.h> >+- EVP_MD_CTX mdctx; >++ EVP_MD_CTX *mdctx; >+ int md_len; > >- #include <pthread.h> >- #include <sys/types.h> >+ Expiration = PC_Struct.cache_expiration_time;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 232134
:
197984
|
198028
|
200241