pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mbedtls mbedtls: mark this as the 'old stable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e7f07fe0e7f
branches:  trunk
changeset: 383050:5e7f07fe0e7f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 11 06:46:43 2022 +0000

description:
mbedtls: mark this as the 'old stable 2.x branch'

diffstat:

 security/mbedtls/DESCR    |  9 ++++++---
 security/mbedtls/Makefile |  5 +++--
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 03914b733e70 -r 5e7f07fe0e7f security/mbedtls/DESCR
--- a/security/mbedtls/DESCR    Thu Aug 11 06:41:57 2022 +0000
+++ b/security/mbedtls/DESCR    Thu Aug 11 06:46:43 2022 +0000
@@ -1,3 +1,6 @@
-mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers
-to include cryptographic and SSL/TLS capabilities in their (embedded)
-products, facilitating this functionality with a minimal coding footprint.
+mbed TLS (formerly known as PolarSSL) makes it trivially easy for
+developers to include cryptographic and SSL/TLS capabilities in
+their (embedded) products, facilitating this functionality with a
+minimal coding footprint.
+
+This package contains the old stable major 2 version of the library.
diff -r 03914b733e70 -r 5e7f07fe0e7f security/mbedtls/Makefile
--- a/security/mbedtls/Makefile Thu Aug 11 06:41:57 2022 +0000
+++ b/security/mbedtls/Makefile Thu Aug 11 06:46:43 2022 +0000
@@ -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@localhost
 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]*
 



Home | Main Index | Thread Index | Old Index