Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 14:54:26 GMT
From:      Waitman Gobble <uzimac@da3m0n8t3r.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170743: wget amd64 package depends on older version of openssl
Message-ID:  <201208181454.q7IEsQK8020278@red.freebsd.org>
Resent-Message-ID: <201208181500.q7IF0Mx7058032@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170743
>Category:       ports
>Synopsis:       wget amd64 package depends on older version of openssl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 18 15:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Waitman Gobble
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
Waitman Gobble
>Environment:
FreeBSD jail.waitman.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 11 13:25:18 PDT 2012     root@hunny.waitman.net:/usr/obj/usr/src/sys/KEYSHIA  amd64

>Description:

wget package in /Latest depends on libssl.so.6, but newer version in packages

>How-To-Repeat:
# setenv PACKAGESITE http://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages/Latest/

# pkg_add -r wget
(ok)

# wget
Shared object "libssl.so.6" not found, required by "wget"

# pkg_add -r openssl
(ok)

# wget
Shared object "libssl.so.6" not found, required by "wget"

# pkg_info | grep openssl
openssl-1.0.1_4     SSL and crypto library

# ls /usr/local/lib/libssl.so.*
/usr/local/lib/libssl.so.8

# pkg_info | grep wget
wget-1.13.4_1       Retrieve files from the Net via HTTP(S) and FTP


>Fix:

Please update package, thank you.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208181454.q7IEsQK8020278>