Thu Aug 11 06:46:43 2022 UTC ()
mbedtls: mark this as the 'old stable 2.x branch'


(wiz)
diff -r1.1 -r1.2 pkgsrc/security/mbedtls/DESCR
diff -r1.22 -r1.23 pkgsrc/security/mbedtls/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/mbedtls/DESCR (expand / switch to context diff)
--- pkgsrc/security/mbedtls/DESCR 2015/06/12 09:05:05 1.1
+++ pkgsrc/security/mbedtls/DESCR 2022/08/11 06:46:43 1.2
@@ -1,3 +1,6 @@
-mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers
+mbed TLS (formerly known as PolarSSL) makes it trivially easy for
-to include cryptographic and SSL/TLS capabilities in their (embedded)
+developers to include cryptographic and SSL/TLS capabilities in
-products, facilitating this functionality with a minimal coding footprint.
+their (embedded) products, facilitating this functionality with a
+minimal coding footprint.
+
+This package contains the old stable major 2 version of the library.

cvs diff -r1.22 -r1.23 pkgsrc/security/mbedtls/Makefile (expand / switch to context diff)
--- pkgsrc/security/mbedtls/Makefile 2022/08/11 06:40:38 1.22
+++ pkgsrc/security/mbedtls/Makefile 2022/08/11 06:46:43 1.23
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/08/11 06:40:38 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/08/11 06:46:43 wiz Exp $
 
 DISTNAME=	mbedtls-2.28.1
 CATEGORIES=	security
@@ -7,9 +7,10 @@
 
 MAINTAINER=	nia@NetBSD.org
 HOMEPAGE=	https://tls.mbed.org/
-COMMENT=	Lightweight, modular cryptographic and SSL/TLS library
+COMMENT=	Lightweight, modular cryptographic and SSL/TLS library (2.x branch)
 LICENSE=	apache-2.0
 
+CONFLICTS+=	mbedtls3-[0-9]*
 CONFLICTS+=	polarssl-[0-9]*
 SUPERSEDES+=	polarssl-[0-9]*