diff -r ce7fc2376fb0 -r bf30d46ab06e components/openssh/Makefile --- a/components/openssh/Makefile Wed Jun 17 14:55:22 2015 -0700 +++ b/components/openssh/Makefile Thu Jun 18 07:01:42 2015 -0700 @@ -23,22 +23,22 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= openssh -COMPONENT_VERSION= 6.5p1 +COMPONENT_VERSION= 6.8p1 HUMAN_VERSION= $(COMPONENT_VERSION) COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) # Version for IPS. The encoding rules are: # OpenSSH .p => IPS ..0. # OpenSSH ..p => IPS ... -IPS_COMPONENT_VERSION= 6.5.0.1 +IPS_COMPONENT_VERSION= 6.8.0.1 COMPONENT_PROJECT_URL= http://www.openssh.org/ COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha256:a1195ed55db945252d5a1730d4a2a2a5c1c9a6aa01ef2e5af750a962623d9027 +COMPONENT_ARCHIVE_HASH= sha256:3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e COMPONENT_ARCHIVE_URL= http://mirror.team-cymru.org/pub/OpenBSD/OpenSSH/portable/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB=utility/openssh -TPNO_OPENSSH= 16633 +TPNO_OPENSSH= 21980 TPNO_GSSKEX= 20377 include $(WS_MAKE_RULES)/prep.mk @@ -118,7 +118,7 @@ REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += service/security/kerberos-5 REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/gcc-45-runtime +REQUIRED_PACKAGES += system/library/gcc-48-runtime REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime REQUIRED_PACKAGES += system/library/security/gss REQUIRED_PACKAGES += system/linker