Sfoglia il codice sorgente

package/openssh: Use HTTP instead of FTP for source download

HTTP should be more firewall friendly.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Will Newton 14 anni fa
parent
commit
56a2e82c40
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      CHANGES
  2. 1 1
      package/openssh/openssh.mk

+ 1 - 1
CHANGES

@@ -1,6 +1,6 @@
 2011.02, Not yet released:
 
-	Updated/fixed packages: cloop, m4, xz
+	Updated/fixed packages: cloop, m4, openssh, xz
 
 2010.11, Released November 30th, 2010:
 

+ 1 - 1
package/openssh/openssh.mk

@@ -5,7 +5,7 @@
 #############################################################
 
 OPENSSH_VERSION = 5.6p1
-OPENSSH_SITE = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
+OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
 OPENSSH_CONF_ENV = LD="$(TARGET_CC)"
 OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \
 		--disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip