From: <abe...@us...> - 2017-03-29 22:29:08
|
Revision: 8246 http://sourceforge.net/p/astlinux/code/8246 Author: abelbeck Date: 2017-03-29 22:29:07 +0000 (Wed, 29 Mar 2017) Log Message: ----------- openssh, tweak moduli comment note Modified Paths: -------------- branches/1.0/package/openssh/openssh.mk Modified: branches/1.0/package/openssh/openssh.mk =================================================================== --- branches/1.0/package/openssh/openssh.mk 2017-03-29 22:06:23 UTC (rev 8245) +++ branches/1.0/package/openssh/openssh.mk 2017-03-29 22:29:07 UTC (rev 8246) @@ -38,7 +38,7 @@ define OPENSSH_INSTALL_MODULI grep '^#' $(@D)/moduli > $(@D)/moduli.astlinux - echo '# Note: Entries limited to bit sizes greater than 2000 and less than 5000' >> $(@D)/moduli.astlinux + echo '# Note: DH group entries using lengths greater than 2000-bits and less than 5000-bits' >> $(@D)/moduli.astlinux awk '/^[^#]/ && $$5 > 2000 && $$5 < 5000' $(@D)/moduli >> $(@D)/moduli.astlinux $(INSTALL) -D -m 644 $(@D)/moduli.astlinux $(TARGET_DIR)/stat/etc/ssh/moduli endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |