Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (37526ade2251411309e7d9d44ed896d4deaa0822)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (37526ade2251411309e7d9d44ed896d4deaa0822)
  • Date: Sun, 11 Sep 2022 01:30:11 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/ngtcp2/DETAILS | 4 ++--
http/ngtcp2/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 37526ade2251411309e7d9d44ed896d4deaa0822
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/ngtcp2: git -> git_http in source urls

diff --git a/http/ngtcp2/DETAILS b/http/ngtcp2/DETAILS
index 5fa7179..81ec1b4 100755
--- a/http/ngtcp2/DETAILS
+++ b/http/ngtcp2/DETAILS
@@ -3,12 +3,12 @@
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-git.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
- SOURCE_URL="git://github.com/${SPELL}/${SPELL}:${SPELL}-git:main"
+ SOURCE_URL="git_http://github.com/${SPELL}/${SPELL}:${SPELL}-git:main";
SOURCE_IGNORE="volatile"
FORCE_DOWNLOAD="on"
if [[ "${NGTCP2_WITHSSL}" == "y" ]]; then
SOURCE2="${SPELL}-openssl-git.tar.xz"
-
SOURCE2_URL="git://github.com/quictls/openssl:${SPELL}-openssl-git:OpenSSL_1_1_1l+quic"
+
SOURCE2_URL="git_http://github.com/quictls/openssl:${SPELL}-openssl-git:OpenSSL_1_1_1l+quic";
SOURCE2_IGNORE="volatile"
fi
WEB_SITE="https://github.com/ngtcp2/ngtcp2";
diff --git a/http/ngtcp2/HISTORY b/http/ngtcp2/HISTORY
index 3aa0fde..656236b 100644
--- a/http/ngtcp2/HISTORY
+++ b/http/ngtcp2/HISTORY
@@ -1,3 +1,7 @@
+2022-09-10 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: git -> git_http,
+
(https://github.blog/2021-09-01-improving-git-protocol-security-github/)
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (37526ade2251411309e7d9d44ed896d4deaa0822), Pavel Vinogradov, 09/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page