FS#25996 - [openssl] perl package

Attached to Project: Arch Linux
Opened by Mick (earnon) - Tuesday, 13 September 2011, 22:01 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 14 September 2011, 01:33 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The 'openssl' binary doesn't need 'perl' package (add this in optional depend).


Additional info:
* package version(s): 1.0.0.e-1


Steps to reproduce:
In a terminal, use the next command

[root@host ~]# pacman -Ql openssl | grep 'bin/[a-z]'
openssl /usr/bin/c_rehash
openssl /usr/bin/openssl

[root@host ~]# file $(pacman -Ql openssl | cut -d' ' -f2) | grep perl
/etc/ssl/misc/CA.pl: a /usr/bin/perl script, ASCII text executable
/etc/ssl/misc/tsget: a /usr/bin/perl -w script, ASCII text executable
/usr/bin/c_rehash: a /usr/bin/perl script, ASCII text executable

[root@host ~]# ldd /usr/bin/openssl | grep perl
nothing
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 14 September 2011, 01:33 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#14903 

Loading...