Hello community, here is the log from the commit of package lynis for openSUSE:Factory checked in at 2013-01-14 22:23:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lynis (Old) and /work/SRC/openSUSE:Factory/.lynis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lynis", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/lynis/lynis.changes 2013-01-14 09:43:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2013-01-14 22:23:09.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Jan 14 14:57:15 UTC 2013 - [email protected] + +- fixed tests_network_allowed_ports to increment index vars + and not loop forever + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tests_network_allowed_ports ++++++ --- /var/tmp/diff_new_pack.wU5SBi/_old 2013-01-14 22:23:10.000000000 +0100 +++ /var/tmp/diff_new_pack.wU5SBi/_new 2013-01-14 22:23:10.000000000 +0100 @@ -23,10 +23,10 @@ ################################################################################# # # Test : NETW-3085 - # Description : Verifies dbus policy. + # Description : Verifies open network ports. Register --test-no NETW-3085 --weight L --network NO --description "Verifies open network ports." if [ ${SKIPTEST} -eq 0 ]; then - ALLOWED_PORTS=( 22 25 68 80 111 443 ) + ALLOWED_PORTS=( 22 25 80 111 443 ) TMP=$(mktemp /tmp/lynis.XXXXXX) STR="${ALLOWED_PORTS[@]:0}" @@ -54,7 +54,7 @@ PORTOK=1 break fi - ((IDX_A)) + ((IDX_A++)) done if [ $PORTOK -eq 0 ] then @@ -63,7 +63,7 @@ Display --indent 4 --text "Open port ${P} not allowed" --result WARNING --color RED fi - ((IDX_P)) + ((IDX_P++)) done HPMAX=$LEN_A @@ -81,4 +81,4 @@ wait_for_keypress # -#================================================================================ \ No newline at end of file +#================================================================================ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
