Author: jsuchome Date: Mon Oct 31 09:26:43 2011 New Revision: 66637 URL: http://svn.opensuse.org/viewcvs/yast?rev=66637&view=rev Log: - control files: save ecdsa keys (bnc#726468) - 2.21.26 Modified: trunk/installation/VERSION trunk/installation/control/control.SLED.xml trunk/installation/control/control.SLES.xml trunk/installation/control/control.openSUSE.xml trunk/installation/package/yast2-installation.changes Modified: trunk/installation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/VERSION?rev=66637&r1=66636&r2=66637&view=diff ============================================================================== --- trunk/installation/VERSION (original) +++ trunk/installation/VERSION Mon Oct 31 09:26:43 2011 @@ -1 +1 @@ -2.21.25 +2.21.26 Modified: trunk/installation/control/control.SLED.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLED.xml?rev=66637&r1=66636&r2=66637&view=diff ============================================================================== --- trunk/installation/control/control.SLED.xml (original) +++ trunk/installation/control/control.SLED.xml Mon Oct 31 09:26:43 2011 @@ -65,6 +65,8 @@ <file_item>/etc/ssh/ssh_host_dsa_key.pub</file_item> <file_item>/etc/ssh/ssh_host_rsa_key</file_item> <file_item>/etc/ssh/ssh_host_rsa_key.pub</file_item> + <file_item>/etc/ssh/ssh_host_ecdsa_key</file_item> + <file_item>/etc/ssh/ssh_host_ecdsa_key.pub</file_item> </optional_files> </copy_to_system_item> Modified: trunk/installation/control/control.SLES.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLES.xml?rev=66637&r1=66636&r2=66637&view=diff ============================================================================== --- trunk/installation/control/control.SLES.xml (original) +++ trunk/installation/control/control.SLES.xml Mon Oct 31 09:26:43 2011 @@ -62,6 +62,8 @@ <file_item>/etc/ssh/ssh_host_dsa_key.pub</file_item> <file_item>/etc/ssh/ssh_host_rsa_key</file_item> <file_item>/etc/ssh/ssh_host_rsa_key.pub</file_item> + <file_item>/etc/ssh/ssh_host_ecdsa_key</file_item> + <file_item>/etc/ssh/ssh_host_ecdsa_key.pub</file_item> </optional_files> </copy_to_system_item> Modified: trunk/installation/control/control.openSUSE.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.openSUSE.xml?rev=66637&r1=66636&r2=66637&view=diff ============================================================================== --- trunk/installation/control/control.openSUSE.xml (original) +++ trunk/installation/control/control.openSUSE.xml Mon Oct 31 09:26:43 2011 @@ -68,6 +68,8 @@ <file_item>/etc/ssh/ssh_host_dsa_key.pub</file_item> <file_item>/etc/ssh/ssh_host_rsa_key</file_item> <file_item>/etc/ssh/ssh_host_rsa_key.pub</file_item> + <file_item>/etc/ssh/ssh_host_ecdsa_key</file_item> + <file_item>/etc/ssh/ssh_host_ecdsa_key.pub</file_item> </optional_files> </copy_to_system_item> Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=66637&r1=66636&r2=66637&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Mon Oct 31 09:26:43 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Oct 31 09:18:46 CET 2011 - jsuchome@suse.cz + +- control files: save ecdsa keys (bnc#726468) +- 2.21.26 + +------------------------------------------------------------------- Wed Oct 19 16:25:41 CEST 2011 - locilka@suse.cz - Creating /etc/mtab linking to /proc/self/mounts in umount_finish -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org