Your message dated Tue, 31 May 2016 09:04:00 +0200
with message-id <[email protected]>
and subject line Re: Bug#402870: openssl: option -out does not recognize de
facto STDOUT marker '-'
has caused the Debian Bug report #402870,
regarding openssl: option -out does not recognize de facto STDOUT marker '-'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
402870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402870
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openssl
Version: 0.9.8c-4
Severity: normal
Consider this:
openssl enc -rc4 -d -salt -pass "pass:$pass" -in $file -out $out
When the parameter:
out="-"
The openssl treat this as plain filename, a dash(-).
SUGGESTION
Treat output filename dash(-) as STDOUT marker and write the content as is, not
in disk.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
Versions of packages openssl depends on:
ii libc6 2.3.6.ds1-9 GNU C Library: Shared libraries
ii libssl0.9.8 0.9.8c-4 SSL shared libraries
ii zlib1g 1:1.2.3-13 compression library - runtime
openssl recommends no packages.
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Version: 1.1.0~pre5-1
On 2016-03-21 23:22:49 [+0100], Sebastian Andrzej Siewior wrote:
> On 2006-12-13 11:30:31 [+0200], Jari Aalto wrote:
> > The openssl treat this as plain filename, a dash(-).
> >
> > SUGGESTION
> >
> > Treat output filename dash(-) as STDOUT marker and write the content as is,
> > not in disk.
>
> How important is this little detail? If you skip "-out $file" then it
> will write the output.
Closing. Fixed in experimental since 7e1b7485706c ("Big apps cleanup
(option-parsing, etc)")
Sebastian
--- End Message ---