[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: bdb: Download using HTTPS.
From: |
guix-commits |
Subject: |
06/07: gnu: bdb: Download using HTTPS. |
Date: |
Mon, 9 Nov 2020 04:37:00 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit a9d57e1c6b7719b25614c45e6735d1e9768afc15
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 9 11:28:55 2020 +0200
gnu: bdb: Download using HTTPS.
* gnu/packages/dbm.scm (bdb)[source]: Switch URI to https.
(bdb-5.3, bdb-6)[source]: Same.
---
gnu/packages/dbm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index ea812c9..82647c0 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017, 2018 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
;;;
@@ -41,7 +41,7 @@
"See LICENSE in the distribution."))
(source (origin
(method url-fetch)
- (uri (string-append "http://download.oracle.com/berkeley-db/db-"
+ (uri (string-append "https://download.oracle.com/berkeley-db/db-"
version ".tar.gz"))
(sha256
(base32
@@ -104,7 +104,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their
data model.")
(version "5.3.28")
(source (origin
(method url-fetch)
- (uri (string-append "http://download.oracle.com/berkeley-db/db-"
+ (uri (string-append "https://download.oracle.com/berkeley-db/db-"
version ".tar.gz"))
(sha256
(base32
@@ -116,7 +116,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their
data model.")
(version "6.2.32")
(source (origin
(method url-fetch)
- (uri (string-append "http://download.oracle.com/berkeley-db/db-"
+ (uri (string-append "https://download.oracle.com/berkeley-db/db-"
version ".tar.gz"))
(sha256
(base32
- branch master updated (3d2989d -> f7f92d8), guix-commits, 2020/11/09
- 02/07: gnu: macs: Update check phase., guix-commits, 2020/11/09
- 03/07: gnu: macs: Remove generated code., guix-commits, 2020/11/09
- 07/07: gnu: docbook: Update source URI., guix-commits, 2020/11/09
- 06/07: gnu: bdb: Download using HTTPS.,
guix-commits <=
- 01/07: gnu: macs: Update source, home-page URIs., guix-commits, 2020/11/09
- 04/07: gnu: pipewalker: Update source URI., guix-commits, 2020/11/09
- 05/07: gnu: libngspice: Update source URI list., guix-commits, 2020/11/09