Re: libssl or libssl-dev metapackage?

2019-12-11 Thread Mike Purvis
The openssl package is more than just a metapackage; it also contains some
docs, manpages, and a few small utilities. However, it's also 900kb
compared with 7MB+ for libssl-dev, so that one's probably the way to go:

https://packages.ubuntu.com/xenial/openssl
https://packages.ubuntu.com/xenial/libssl-dev

Note that for normal packaging under Debian/Ubuntu, it's unnecessary to
care which exact version you have— you can build-depend on libssl-dev, and
then during the packaging step, the magic of dpkg-shlibdeps will examine
the linker information on your installed binaries and figure out from there
what the binary package's dependencies should be.

Since it sounds like you're doing some kind of custom pipe-to-sudo-bash
type installer, unfortunately this doesn't apply, so depending on the
openssl package probably makes the most sense.

On Wed, Dec 11, 2019 at 2:02 PM Brylie Christopher Oxley 
wrote:

> Hello,
>
> I am contributing to an install script that relies on libssl. The script
> is currently hard-coding for libssl release numbers and adding
> conditional checks for each published version. I have suggested that we
> instead use the libssl-dev or openssl metapackage. The concern with
> libssl-dev is that there might be experimental releases under that alias.
>
> Is there a libssl alias or some other way to get only stable libssl
> releases?
>
> Kind regards,
>
> Brylie
>
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>


-- 
http://uwmike.com
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: libssl or libssl-dev metapackage?

2019-12-11 Thread Dan Kegel
As far as I know, libssl-dev is stable.
The -dev suffix just means it provides development files, e.g. .h and .pc
files.
On any particular Ubuntu version, it only gets micro updates, and no
experimental ones.
- Dan


On Wed, Dec 11, 2019 at 11:02 AM Brylie Christopher Oxley 
wrote:

> Hello,
>
> I am contributing to an install script that relies on libssl. The script
> is currently hard-coding for libssl release numbers and adding
> conditional checks for each published version. I have suggested that we
> instead use the libssl-dev or openssl metapackage. The concern with
> libssl-dev is that there might be experimental releases under that alias.
>
> Is there a libssl alias or some other way to get only stable libssl
> releases?
>
> Kind regards,
>
> Brylie
>
>
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


libssl or libssl-dev metapackage?

2019-12-11 Thread Brylie Christopher Oxley

Hello,

I am contributing to an install script that relies on libssl. The script 
is currently hard-coding for libssl release numbers and adding 
conditional checks for each published version. I have suggested that we 
instead use the libssl-dev or openssl metapackage. The concern with 
libssl-dev is that there might be experimental releases under that alias.


Is there a libssl alias or some other way to get only stable libssl 
releases?


Kind regards,

Brylie


--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss