pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 26 10:39:37 UTC 2017

Modified Files:
        pkgsrc/security/botan: Makefile

Log Message:
botan: follow redirects


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/botan/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/botan/Makefile
diff -u pkgsrc/security/botan/Makefile:1.43 pkgsrc/security/botan/Makefile:1.44
--- pkgsrc/security/botan/Makefile:1.43 Mon Apr 10 20:26:31 2017
+++ pkgsrc/security/botan/Makefile      Sun Nov 26 10:39:37 2017
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.43 2017/04/10 20:26:31 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2017/11/26 10:39:37 wiz Exp $
 
 DISTNAME=      Botan-1.10.16
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    security
-MASTER_SITES=  http://botan.randombit.net/releases/
+MASTER_SITES=  https://botan.randombit.net/releases/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://botan.randombit.net/
+HOMEPAGE=      https://botan.randombit.net/
 COMMENT=       Portable, easy to use, and efficient C++ crypto library
 LICENSE=       2-clause-bsd
 



Home | Main Index | Thread Index | Old Index