pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mbedtls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 11 06:46:43 UTC 2022

Modified Files:
        pkgsrc/security/mbedtls: DESCR Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/mbedtls/DESCR
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/mbedtls/Makefile

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

Modified files:

Index: pkgsrc/security/mbedtls/DESCR
diff -u pkgsrc/security/mbedtls/DESCR:1.1 pkgsrc/security/mbedtls/DESCR:1.2
--- pkgsrc/security/mbedtls/DESCR:1.1   Fri Jun 12 09:05:05 2015
+++ pkgsrc/security/mbedtls/DESCR       Thu Aug 11 06:46:43 2022
@@ -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.

Index: pkgsrc/security/mbedtls/Makefile
diff -u pkgsrc/security/mbedtls/Makefile:1.22 pkgsrc/security/mbedtls/Makefile:1.23
--- pkgsrc/security/mbedtls/Makefile:1.22       Thu Aug 11 06:40:38 2022
+++ pkgsrc/security/mbedtls/Makefile    Thu Aug 11 06:46:43 2022
@@ -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 @@ GITHUB_TAG=    ${DISTNAME}
 
 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