On 08/ 9/16 11:38 PM, Michael Kruger wrote:

On 08/09/2016 03:59 PM, Aurélien Larcher wrote:

After this, I checked with OpenSSL version, but it is 1.0.2g.  Now, we
should upgrade to 1.0.2h which is the latest one.
I can see the latest one when I typed the command like pkg info -r
openssl.  How can I update this anyway?
The command should be like pkg update openssl?  I tried to do this, but
the
message I got was like "there is no image" or something like this.


pkg update updates the whole system. There is AFAIK no way to just one
package.

If contraints are relaxed you can pkg update a single package.

Looking at the Oracle docs for pkg(1), I see you can do something
similar to the following:

pkg install [email protected],5.11-0.174

Or

pkg install vim@latest


And the [pkg update] command looks to accept the very same arguments.

For example:

pkg update [email protected],5.11-0.174

Or

pkg update vim@latest


There are several issues to consider.
1) If build server was updated after 2016.04 release (I don't remember exactly, but it's very likely), vim will receive dependency on nwe system/library version. And as most illumos-gate-provided packages are restricted by osnet-incorporation, you'll have to update the whole system. 2) If you have userland-incorporation installed (and you have it by default), it will force specific packages' versions, so you'll have to update whole system or relax userland-incorporation (http://alp-notes.blogspot.ru/2015/10/userland-incorporation-in-openindiana.html). 3) If some package was updated and depends on another updated package, you'll have to update them both.


--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to