Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] mosquitto versions for debian

Hi Paul,

A slightly convoluted procedure you can use for making your own debs
from the terminal is:

apt-get install build-essential debhelper devscripts libc-ares-dev
libssl-dev libwebsockets-dev libwrap0-dev python-all uthash-dev
uuid-dev

wget https://mosquitto.org/files/source/mosquitto-1.4.15.tar.gz
mv mosquitto-1.4.15.tar.gz mosquitto_1.4.15.orig.tar.gz
tar xf mosquitto_1.4.15.orig.tar.gz
git clone https://github.com/eclipse/mosquitto
cd mosquitto
git checkout debian
cd ..
cp -r mosquitto/debian mosquitto-1.4.15
cd mosquitto-1.4.15
debuild

If everything goes to plan you should end up with all of the different
.debs in the parent directory.

Regards,

Roger


On 13 August 2018 at 22:58, Paul L Heinrich <Paul.Heinrich@xxxxxxx> wrote:
> Hi Robert,
>
> Thank you for your prompt reply.  I think I will try to use the old debian version at first and then plan to upgrad all of my field servers to a newer version of debian as time permits.  I'll need to build  up a server and test it and then develop a clean and hopfully quick way to update servers in the field.   We will use the doi when we reference mosquito in the future.
>
> Cheers,  Paul
>
> Paul Heinrich - Technology Director
> Southwest Experimental Garden Array
> Merriam-Powell Center for Environmental Research
> Northern Arizona University
> 800 South Beaver, 310 Peterson Hall, POB 6077
> Mobile: 928-310-8191
> https://www.sega.nau.edu
>
> -----Original Message-----
> From: mosquitto-dev-bounces@xxxxxxxxxxx <mosquitto-dev-bounces@xxxxxxxxxxx> On Behalf Of Roger Light
> Sent: Monday, August 13, 2018 2:53 PM
> To: General development discussions for the mosquitto project <mosquitto-dev@xxxxxxxxxxx>
> Subject: Re: [mosquitto-dev] mosquitto versions for debian
>
> Hi Paul,
>
> Debian Wheezy is now out of its LTS phase and so is not supported by Debian any more. This is the same reason why we no longer provide Wheezy packages.
>
> Ordinarily I would always suggest upgrading to a supported version, but I realise that isn't always practical. I would say that using the Jessie version will almost certainly get you in trouble, and the version of Mosquitto in the Debian Wheezy repositories is extremely old - no TLS support for example.
>
> In your case, you could try building your own deb packages for your system. It's not too complicated a process, but I'm not sat at a Linux computer to check the steps at the moment though. Let me know if you want to give it a try and I'll put some time into it.
>
> A small request - if you cite Mosquitto in a future conference/journal paper could you please use doi:10.21105/joss.00265 instead of the website?
>
> Cheers,
>
> Roger
>
> On 13 August 2018 at 20:00, Paul L Heinrich <Paul.Heinrich@xxxxxxx> wrote:
>> Hello,
>>
>>
>>
>> My group uses mosquito on industrial computers running Debian Wheezy
>> at a bunch of remote field sites.  I was configuring a new server and
>> discovered that the mosquito version for wheezy is no longer on the repo.mosquitto.org
>> server.   I assume it’s been depreciated.  My question is whether I can use
>> the Jessie version of Mosquitto for wheezy or whether I should just go
>> with whatever is on the debian repo for wheezy?
>>
>>
>>
>> Thank you.  Paul
>>
>>
>>
>> --
>>
>> Paul Heinrich
>> Technology Director
>> Southwest Experimental Garden Array
>>
>> Merriam-Powell Center for Environmental Research Northern Arizona
>> University Flagstaff, AZ 86011
>> Mobile: 928-310-8191
>>
>>
>>
>>
>> _______________________________________________
>> mosquitto-dev mailing list
>> mosquitto-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top