pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 24 11:23:08 UTC 2020

Modified Files:
        pkgsrc/mail/cyrus-imapd: Makefile
        pkgsrc/mail/cyrus-imapd23: Makefile
        pkgsrc/mail/opensmtpd: Makefile
        pkgsrc/mail/re-alpine: Makefile

Log Message:
mail: Mark packages that fail with OpenSSL 1.1 BROKEN


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/mail/cyrus-imapd/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/mail/cyrus-imapd23/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/opensmtpd/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/re-alpine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/cyrus-imapd/Makefile
diff -u pkgsrc/mail/cyrus-imapd/Makefile:1.114 pkgsrc/mail/cyrus-imapd/Makefile:1.115
--- pkgsrc/mail/cyrus-imapd/Makefile:1.114      Sat Jan 18 21:49:47 2020
+++ pkgsrc/mail/cyrus-imapd/Makefile    Fri Apr 24 11:23:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2020/01/18 21:49:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.115 2020/04/24 11:23:07 nia Exp $
 
 DISTNAME=      cyrus-imapd-2.2.13p1
 PKGREVISION=   20
@@ -10,6 +10,8 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.cyrusimap.org/
 COMMENT=       Cyrus IMAP server
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 MAKE_JOBS_SAFE=                no
 
 USE_TOOLS+=            perl

Index: pkgsrc/mail/cyrus-imapd23/Makefile
diff -u pkgsrc/mail/cyrus-imapd23/Makefile:1.58 pkgsrc/mail/cyrus-imapd23/Makefile:1.59
--- pkgsrc/mail/cyrus-imapd23/Makefile:1.58     Sun Apr 12 08:28:55 2020
+++ pkgsrc/mail/cyrus-imapd23/Makefile  Fri Apr 24 11:23:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/04/12 08:28:55 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/04/24 11:23:08 nia Exp $
 
 DISTNAME=      cyrus-imapd-2.3.18
 PKGREVISION=   33
@@ -11,6 +11,8 @@ HOMEPAGE=     https://www.cyrusimap.org/
 COMMENT=       Cyrus IMAP server
 #LICENSE=      original-bsd # like license
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 BUILD_DEPENDS+=        p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 
 USE_TOOLS+=            perl makedepend

Index: pkgsrc/mail/opensmtpd/Makefile
diff -u pkgsrc/mail/opensmtpd/Makefile:1.15 pkgsrc/mail/opensmtpd/Makefile:1.16
--- pkgsrc/mail/opensmtpd/Makefile:1.15 Thu Jan 30 10:37:14 2020
+++ pkgsrc/mail/opensmtpd/Makefile      Fri Apr 24 11:23:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/01/30 10:37:14 leot Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/24 11:23:08 nia Exp $
 
 VERSION=       5.7.3p2
 DISTNAME=      opensmtpd-${VERSION}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://www.opensmtpd.org/
 COMMENT=       The OpenSMTPD mail transfer agent, a replacement for sendmail
 LICENSE=       isc AND modified-bsd AND 2-clause-bsd
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 CONFLICTS+=            courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]*
 CONFLICTS+=            esmtp>=1.2 nullmailer-[0-9]* postfix-[0-9]*
 BROKEN_FOR_PLATFORM=   OpenBSD-*-*

Index: pkgsrc/mail/re-alpine/Makefile
diff -u pkgsrc/mail/re-alpine/Makefile:1.19 pkgsrc/mail/re-alpine/Makefile:1.20
--- pkgsrc/mail/re-alpine/Makefile:1.19 Sat Jan 18 21:49:53 2020
+++ pkgsrc/mail/re-alpine/Makefile      Fri Apr 24 11:23:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/01/18 21:49:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/24 11:23:08 nia Exp $
 #
 
 DISTNAME=      re-alpine-2.03
@@ -14,6 +14,8 @@ LICENSE=      apache-2.0
 
 CONFLICTS=     alpine-[0-9]*
 
+BROKEN=                "Fails to build with OpenSSL 1.1"
+
 .include "options.mk"
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index