pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/fetch



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 27 05:14:45 UTC 2026

Modified Files:
        pkgsrc/mk/fetch: sites.mk

Log Message:
sites.mk: use https for gnupg.org


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 pkgsrc/mk/fetch/sites.mk

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

Modified files:

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.204 pkgsrc/mk/fetch/sites.mk:1.205
--- pkgsrc/mk/fetch/sites.mk:1.204      Wed Jul 22 15:06:51 2026
+++ pkgsrc/mk/fetch/sites.mk    Thu Aug 27 05:14:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.204 2026/07/22 15:06:51 ryoon Exp $
+# $NetBSD: sites.mk,v 1.205 2026/08/27 05:14:44 adam Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -31,7 +31,7 @@ MASTER_SITE_GNUSTEP+=   \
 MASTER_SITE_GNUPG+=    \
        https://mirrors.dotsrc.org/gcrypt/ \
        https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/ \
-       http://gnupg.org/ftp/gcrypt/ \
+       https://www.gnupg.org/ftp/gcrypt/ \
        http://www.dnsbalance.ring.gr.jp/pub/net/gnupg/
 
 MASTER_SITE_OSDN+=     \



Home | Main Index | Thread Index | Old Index