diff -Nru /tmp/KTmR6oS5PH/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.1/debian/changelog /tmp/h7TO9KhWNY/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.2/debian/changelog --- /tmp/KTmR6oS5PH/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.1/debian/changelog 2007-07-15 05:29:43.000000000 +0000 +++ /tmp/h7TO9KhWNY/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.2/debian/changelog 2008-01-31 14:32:55.000000000 +0000 @@ -1,3 +1,10 @@ +flashplugin-nonfree (9.0.48.0.0ubuntu1~7.04.2) feisty-proposed; urgency=low + + * Update postinst with new md5sums + * Closes LP: #173890 + + -- Jonathan Riddell Thu, 31 Jan 2008 14:31:31 +0000 + flashplugin-nonfree (9.0.48.0.0ubuntu1~7.04.1) feisty-proposed; urgency=low * SECURITY UPDATE: Arbitrary code execution due to insufficient input diff -Nru /tmp/KTmR6oS5PH/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.1/debian/postinst /tmp/h7TO9KhWNY/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.2/debian/postinst --- /tmp/KTmR6oS5PH/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.1/debian/postinst 2007-07-13 11:24:26.000000000 +0000 +++ /tmp/h7TO9KhWNY/flashplugin-nonfree-9.0.48.0.0ubuntu1~7.04.2/debian/postinst 2008-01-31 14:35:02.000000000 +0000 @@ -74,14 +74,12 @@ # verify MD5 checksum of (copied or downloaded) tarball rm -rf install_flash_player_9_linux/ - echo "821cc72359a937caef85bb4cc74ef5cd install_flash_player_9_linux.tar.gz"| md5sum -c > /dev/null 2>&1 \ + echo "93b7c48eaa492237b807a3ae1de65cf9 install_flash_player_9_linux.tar.gz"| md5sum -c > /dev/null 2>&1 \ || fp_exit_with_error "md5sum mismatch install_flash_player_9_linux.tar.gz" # unpacking and checking the plugin tar xzf install_flash_player_9_linux.tar.gz || fp_exit_with_error "cannot unpack plugin" - echo "be5a2f9032f8fc8bccbbf5d96c5028f9 install_flash_player_9_linux/libflashplayer.so"| md5sum -c > /dev/null 2>&1 \ - || fp_exit_with_error "plugin changed, not trusted" - echo "a81fd3b03b8c6d6e5a14298110718d3f install_flash_player_9_linux/flashplayer.xpt"| md5sum -c > /dev/null 2>&1 \ + echo "13ce705df5d47422a9192b29827544e8 install_flash_player_9_linux/libflashplayer.so"| md5sum -c > /dev/null 2>&1 \ || fp_exit_with_error "plugin changed, not trusted" } @@ -91,7 +89,6 @@ fp_download_and_unpack install -m 644 install_flash_player_9_linux/libflashplayer.so /usr/lib/flashplugin-nonfree - install -m 644 install_flash_player_9_linux/flashplayer.xpt /usr/lib/flashplugin-nonfree echo "Flash Plugin installed." rm -rf install_flash_player_9_linux/