Package: flashplugin-nonfree
Version: 1:3.2
Followup-For: Bug #706431

Dear Maintainer,


So it looks like the downloader is getting a full url, rather than just
part of a link. So the regex in fails in get-upstream-version.pl.  It's
probably the wrong thing to do, but here's a potential patch to
get-upstream-version.pl.


--- get-upstream-version.pl.orig        2013-05-06 20:35:22.307623739 -0400
+++ get-upstream-version.pl     2013-05-06 20:38:23.506755564 -0400
@@ -52,11 +52,11 @@
        or die "link to Adobe Flash Player not found on $url";
 
 my $link_to_flash = $1;
 $link_to_flash =~ s,^/,,;
-die "link to flash contains invalid characters: $link_to_flash" if( 
$link_to_flash !~ m%^[a-zA-Z0-9_/=?]+$% );
+die "link to flash contains invalid characters: $link_to_flash" if( 
$link_to_flash !~ m%^[a-zA-Z0-9_:\./=?]+$% );
 
-$url = "http://www.adobe.com/$link_to_flash";;
+$url = $link_to_flash;
 $page = read_page( $ARGV[0], $url );
 die "failed to read $url" if( $page eq "" );
 $page =~ m,<h4>Adobe Flash Player version (\d+\.\d+\.\d+\.\d+)<br />Your 
system: [^<>]*<span id="clientfilesize"></span></h4>,
        or die "failed to extract Flash Player version from $url";


-- Package-specific info:
Debian version: jessie/sid
Architecture: amd64
Package version: 1:3.2
MD5 checksums:
        md5sum: /var/cache/flashplugin-nonfree/*: No such file or directory
        md5sum: /usr/lib/flashplugin-nonfree/libflashplayer.so: No such file or 
directory
Alternatives:
        update-alternatives: error: no alternatives for flash-mozilla.so
        ls: cannot access /usr/lib/mozilla/plugins/flash-mozilla.so: No such 
file or directory
        /usr/lib/mozilla/plugins/flash-mozilla.so: ERROR: cannot open 
`/usr/lib/mozilla/plugins/flash-mozilla.so' (No such file or directory)

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flashplugin-nonfree depends on:
ii  binutils               2.22-8
ii  debconf [debconf-2.0]  1.5.50
ii  gnupg                  1.4.12-7
ii  libatk1.0-0            2.4.0-2
ii  libcairo2              1.12.14-2
ii  libcurl3-gnutls        7.30.0-1
ii  libfontconfig1         2.9.0-7.1
ii  libfreetype6           2.4.9-1.1
ii  libgcc1                1:4.7.2-5
ii  libglib2.0-0           2.33.12+really2.32.4-5
ii  libgtk2.0-0            2.24.10-2
ii  libnspr4               2:4.9.6-1
ii  libnss3                2:3.14.3-1
ii  libpango1.0-0          1.30.0-1
ii  libstdc++6             4.7.2-5
ii  libx11-6               2:1.5.0-1
ii  libxext6               2:1.3.1-2
ii  libxt6                 1:1.1.3-1
ii  wget                   1.14-1

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
pn  hal                        <none>
ii  iceweasel                  17.0.5esr-1
pn  konqueror-nsplugins        <none>
pn  ttf-dejavu                 <none>
ii  ttf-mscorefonts-installer  3.5
ii  ttf-xfree86-nonfree        4.2.1-3.1

-- no debconf information

-- 
Dale Harris                          d...@med.cornell.edu
Unix System Administrator            dah2...@med.cornell.edu
Information Technologies & Services  (212) 746-6841
Weill Cornell Medical College        575 Lexington, 3rd Floor, NY, NY 10022


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to