Package: wims-modules
Version: 3.62-9
Severity: important

/var/lib/wims/public_html/modules/H3/algebra/spuzzle/makepieces and
.../U2/algebra/makepieces fail spectacularly because identify -verbose
now includes offsets even in non-page geometry:

$ identify -verbose 
/var/lib/wims/public_html/modules/H3/algebra/spuzzle/photos/beach.gif | grep -i 
'geometry:'
  Geometry: 368x247+0+0
  Page geometry: 368x247+0+0

I'd advise taking advantage of identify's -format option to simplify
the pipeline and guard against any future changes to identify -verbose:

    siz=`identify -format '%wx%h' $photo`

BTW, why do portions of /var/lib/wims (such as /var/lib/wims/bin, for
instance) have such restrictive permissions?  I'd suggest making them
world-readable, and world-executable as well if executable at all.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

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

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to