Your message dated Wed, 15 Mar 2006 14:47:07 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356660: fixed in flashplugin-nonfree 7.0.61-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: flashplugin-nonfree
Version: 7.0.61-3
Severity: wishlist

Dear flashplugin-nonfree developer,

My system is a Debian/sarge with some packages from
backports and unstable. I have installed
flashplugin-nonfree from unstable, and I have
wellcomed very much the change from "ruby" to
shell-script for this package.

However, flashplugin-nonfree does not work properly in
sarge:

-----------------------------------------------
$ sudo update-flashplugin
MIRROR_UH = ok
MIRROR_RI = ok
automatic installation failed due to network problems
or upstream changes
-------------------------------------------------

The reason (I found) is that the update-flashplugin
script uses long options for md5sum, e.g.

md5sum --check

In my sarge system there are two versions of md5sum,
belonging to the "dpkg" and "coreutils" packages:

------------------------------------
$ dlocate `which md5sum`
coreutils: /usr/bin/md5sum.textutils
dpkg: /usr/bin/md5sum
------------------------------------

and the binary /usr/bin/md5sum accepts only the short
version of the options:

--------------------------------------------
$ /usr/bin/md5sum --help
/usr/bin/md5sum: invalid option -- -
usage: md5sum [-bv] [-c [file]] | [file...]
Generates or checks MD5 Message Digests
    -c  check message digests (default is generate)
    -v  verbose, print file names when checking
    -b  read files in binary mode
The input for -c should be the list of message digests
and file names
that is printed on stdout by this program when it
generates digests.
----------------------------------------------

the binary from "coreutils" accepts short and long
options:

-----------------------------------------------
$ /usr/bin/md5sum.textutils --help
Usage: /usr/bin/md5sum.textutils [OPTION] [FILE]...
  or:  /usr/bin/md5sum.textutils [OPTION] --check
[FILE]
Print or check MD5 (128-bit) checksums.
With no FILE, or when FILE is -, read standard input.

  -b, --binary            read files in binary mode
(default on DOS/Windows)
  -c, --check             check MD5 sums against given
list
  -t, --text              read files in text mode
(default)

The following two options are useful only when
verifying checksums:
      --status            don't output anything,
status code shows success
  -w, --warn              warn about improperly
formated checksum lines

      --help     display this help and exit
      --version  output version information and exit

The sums are computed as described in RFC 1321.  When
checking, the input
should be a former output of this program.  The
default mode is to print
a line with checksum, a character indicating type (`*'
for binary, ` ' for
text), and name for each FILE.

Report bugs to <[email protected]>.
------------------------------------------------

Therefore, the call to 

md5sum --check

fails, and the plugin does not install. I have checked
that changing the calls to 

md5sum -c 

in the update-flashplin script, the installation works
properly.

I would like to ask you to change to the short version
of the md5sum options, so that the package can be used
in sarge.

I understand that my setup is non-standard. If you do
not wish to support the installation of
flashplugin-nonfree in sarge, please close this
wishlist bug.

Best regards, and thank you for your work,

Jaume

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing'), (110, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, [EMAIL PROTECTED]
(charmap=UTF-8)

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0]         1.4.30.13  Debian
configuration management sy
ii  gsfonts-x11                   0.17       Make
Ghostscript fonts available t

-- debconf information:
  flashplugin-nonfree/httpget: true
  flashplugin-nonfree/not_exist:
* flashplugin-nonfree/http_proxy:
  flashplugin-nonfree/local:
* flashplugin-nonfree/delete: false
  flashplugin-nonfree/failed:



        
        
                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


--- End Message ---
--- Begin Message ---
Source: flashplugin-nonfree
Source-Version: 7.0.61-4

We believe that the bug you reported is fixed in the latest version of
flashplugin-nonfree, which is due to be installed in the Debian FTP archive:

flashplugin-nonfree_7.0.61-4.dsc
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_7.0.61-4.dsc
flashplugin-nonfree_7.0.61-4.tar.gz
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_7.0.61-4.tar.gz
flashplugin-nonfree_7.0.61-4_i386.deb
  to pool/contrib/f/flashplugin-nonfree/flashplugin-nonfree_7.0.61-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bart Martens <[EMAIL PROTECTED]> (supplier of updated flashplugin-nonfree 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 15 Mar 2006 14:01:11 +0100
Source: flashplugin-nonfree
Binary: flashplugin-nonfree
Architecture: source i386
Version: 7.0.61-4
Distribution: unstable
Urgency: low
Maintainer: Bart Martens <[EMAIL PROTECTED]>
Changed-By: Bart Martens <[EMAIL PROTECTED]>
Description: 
 flashplugin-nonfree - Macromedia Flash Player plugin installer
Closes: 356185 356334 356349 356350 356351 356357 356360 356577 356660 356734 
357038
Changes: 
 flashplugin-nonfree (7.0.61-4) unstable; urgency=low
 .
   * update-flashplugin.sh:
     - Updated MD5 checksums.  Closes: #357038.
     - Override wget options.  Closes: #356185.
     - Use short option syntax of md5sum.  Closes: #356660.
     - Uninstall before install.  Closes: #356360.
   * Updated translations.  Thanks to the translators.
     Closes: #356334, #356349, #356350, #356351, #356357, #356577, #356734.
Files: 
 6968b96fcf930f1587613ca2caf484a1 555 contrib/web optional 
flashplugin-nonfree_7.0.61-4.dsc
 98451a67d97df4d423d93901b6448b33 17651 contrib/web optional 
flashplugin-nonfree_7.0.61-4.tar.gz
 357267cbd0dfc5ae4c448741345d4b64 15422 contrib/web optional 
flashplugin-nonfree_7.0.61-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEGJWhipBneRiAKDwRAtbPAJ9p5/4WAiM+Usz6gsxEDAJVw7C86gCgubJY
yuJJ0ci6uqt/OK18o1FAXwI=
=T7+W
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to