diff -Nru /tmp/e2SYpcTT1s/flashplugin-nonfree-9.0.48.0.2+really0ubuntu12.2/debian/changelog /tmp/Y83B3lFNbR/flashplugin-nonfree-9.0.124.0ubuntu1~gutsy1/debian/changelog --- /tmp/e2SYpcTT1s/flashplugin-nonfree-9.0.48.0.2+really0ubuntu12.2/debian/changelog 2008-02-07 12:01:51.000000000 -0500 +++ /tmp/Y83B3lFNbR/flashplugin-nonfree-9.0.124.0ubuntu1~gutsy1/debian/changelog 2008-04-09 00:25:35.000000000 -0400 @@ -1,3 +1,9 @@ +flashplugin-nonfree (9.0.124.0ubuntu1~gutsy1) gutsy-proposed; urgency=low + + * Update md5sum and package version for Flash 9.0.124.0. + + -- Andy Matteson Wed, 09 Apr 2008 00:25:24 -0400 + flashplugin-nonfree (9.0.48.0.2+really0ubuntu12.2) gutsy-proposed; urgency=low * Update debian/config with new md5sums, stops install error when diff -Nru /tmp/e2SYpcTT1s/flashplugin-nonfree-9.0.48.0.2+really0ubuntu12.2/debian/config /tmp/Y83B3lFNbR/flashplugin-nonfree-9.0.124.0ubuntu1~gutsy1/debian/config --- /tmp/e2SYpcTT1s/flashplugin-nonfree-9.0.48.0.2+really0ubuntu12.2/debian/config 2008-02-07 11:55:17.000000000 -0500 +++ /tmp/Y83B3lFNbR/flashplugin-nonfree-9.0.124.0ubuntu1~gutsy1/debian/config 2008-04-09 00:02:30.000000000 -0400 @@ -8,17 +8,17 @@ # currently : install_flash_player_9_linux.tar.gz db_get flashplugin-nonfree/local -echo "93b7c48eaa492237b807a3ae1de65cf9 $RET/install_flash_player_9_linux.tar.gz" \ +echo "a311fd97aa6c214f63dc089a20cf7a39 $RET/install_flash_player_9_linux.tar.gz" \ | md5sum -c > /dev/null 2>&1 \ || db_set flashplugin-nonfree/local /var/cache/flashplugin-nonfree db_get flashplugin-nonfree/local -echo "93b7c48eaa492237b807a3ae1de65cf9 $RET/install_flash_player_9_linux.tar.gz" \ +echo "a311fd97aa6c214f63dc089a20cf7a39 $RET/install_flash_player_9_linux.tar.gz" \ | md5sum -c > /dev/null 2>&1 \ || db_set flashplugin-nonfree/local /usr/lib/flashplugin-nonfree-unpackdir db_get flashplugin-nonfree/local -echo "93b7c48eaa492237b807a3ae1de65cf9 $RET/install_flash_player_9_linux.tar.gz" \ +echo "a311fd97aa6c214f63dc089a20cf7a39 $RET/install_flash_player_9_linux.tar.gz" \ | md5sum -c > /dev/null 2>&1 \ || db_reset flashplugin-nonfree/local diff -Nru /tmp/e2SYpcTT1s/flashplugin-nonfree-9.0.48.0.2+really0ubuntu12.2/debian/postinst /tmp/Y83B3lFNbR/flashplugin-nonfree-9.0.124.0ubuntu1~gutsy1/debian/postinst --- /tmp/e2SYpcTT1s/flashplugin-nonfree-9.0.48.0.2+really0ubuntu12.2/debian/postinst 2008-01-31 09:15:18.000000000 -0500 +++ /tmp/Y83B3lFNbR/flashplugin-nonfree-9.0.124.0ubuntu1~gutsy1/debian/postinst 2008-04-09 00:02:30.000000000 -0400 @@ -76,12 +76,12 @@ # verify MD5 checksum of (copied or downloaded) tarball rm -rf install_flash_player_9_linux/ - echo "93b7c48eaa492237b807a3ae1de65cf9 install_flash_player_9_linux.tar.gz"| md5sum -c > /dev/null 2>&1 \ + echo "a311fd97aa6c214f63dc089a20cf7a39 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 "13ce705df5d47422a9192b29827544e8 install_flash_player_9_linux/libflashplayer.so"| md5sum -c > /dev/null 2>&1 \ + echo "1f26a6eeb8c06acf0af9433da2312d54 install_flash_player_9_linux/libflashplayer.so"| md5sum -c > /dev/null 2>&1 \ || fp_exit_with_error "plugin changed, not trusted" }