Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d81632ad7bb6ecd5a5a923d680b18d3cfef17cd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d81632ad7bb6ecd5a5a923d680b18d3cfef17cd1)
  • Date: Sun, 1 May 2016 19:14:20 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/openssh/DETAILS | 8 ++++++--
crypto/openssh/HISTORY | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit d81632ad7bb6ecd5a5a923d680b18d3cfef17cd1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openssh: updated source urls

diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS
index 943ee77..0326b04 100755
--- a/crypto/openssh/DETAILS
+++ b/crypto/openssh/DETAILS
@@ -4,8 +4,12 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
- SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_URL[0]=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
+
SOURCE_URL[1]=http://ftp2.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
+
SOURCE_URL[2]=http://mirrors.nycbug.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
SOURCE2_IGNORE=signature
SOURCE_GPG=djm.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.openssh.org/
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index acd9c54..c8b27c2 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2016-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated source url (ftp -> http); added backup urls
+
2016-03-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 7.2p2, SECURITY_PATCH++
(http://www.openssh.com/txt/x11fwd.adv)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d81632ad7bb6ecd5a5a923d680b18d3cfef17cd1), Vlad Glagolev, 05/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page