Upgraded openssh to current stable and added to core28

This commit is contained in:
maniacikarus
2009-03-04 07:07:45 +01:00
parent 37282d7f3e
commit be01b81247
3 changed files with 17 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 5.1p1
VER = 5.2p1
THISAPP = openssh-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 03f2d0c1b5ec60d4ac9997a146d2faec
$(DL_FILE)_MD5 = ada79c7328a8551bdf55c95e631e7dad
install : $(TARGET)