pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mbedtls3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan  9 07:42:07 UTC 2026

Modified Files:
        pkgsrc/security/mbedtls3: Makefile

Log Message:
mbedtls3: switch to github, other side is down


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/mbedtls3/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/mbedtls3/Makefile
diff -u pkgsrc/security/mbedtls3/Makefile:1.10 pkgsrc/security/mbedtls3/Makefile:1.11
--- pkgsrc/security/mbedtls3/Makefile:1.10      Wed Aug 20 11:35:10 2025
+++ pkgsrc/security/mbedtls3/Makefile   Fri Jan  9 07:42:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/08/20 11:35:10 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/01/09 07:42:07 wiz Exp $
 
 DISTNAME=      mbedtls-3.6.3
 PKGNAME=       ${DISTNAME:S/mbedtls/mbedtls3/}
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=Mbed
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://tls.mbed.org/
+HOMEPAGE=      https://github.com/Mbed-TLS/mbedtls
 COMMENT=       Lightweight, modular cryptographic and SSL/TLS library (3.x branch)
 LICENSE=       apache-2.0 OR gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index