Пакет mosquitto: Информация

    Исходный пакет: mosquitto
    Версия: 1.4.8-alt2
    Собран:  7 марта 2016 г. 10:40 в задании #160696
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: http://mosquitto.org

    Лицензия: This project is dual licensed under the Eclipse Public License 1.0 and the Eclipse Distribution License 1.0 as described in the epl-v10 and edl-v10 files
    О пакете: Mosquitto is an open source implementation of a server for version 3.1 and 3.1.1 of the MQTT protocol
    Описание: 
    The Mosquitto project has been created to provide a light weight, open-source
    implementation, of an MQTT broker to allow new, existing, and emerging
    applications for Machine-to-Machine (M2M) and Internet of Things (IoT).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libmosquitto (x86_64, i586)
    libmosquitto-devel (x86_64, i586)
    mosquitto (x86_64, i586)

    Сопровождающий: Pavel Vainerman

    Список участников:
    Pavel Vainerman

      1. libssl-devel
      2. libcares-devel
      3. gcc-c++
      4. libuuid-devel

    Последнее изменение


    7 марта 2016 г. Pavel Vainerman 1.4.8-alt2
    - make libmosquitto and libmosquitto-devel packages
    20 февраля 2016 г. Pavel Vainerman 1.4.8-alt1
    - build new version (ChangeLog.txt):
    Broker:
    - Wills published by clients connected to a listener with mount_point defined
      now correctly obey the mount point. This was a potential security risk
      because it allowed clients to publish messages outside of their restricted
      mount point. This is only affects brokers where the mount_point option is in
      use. Closes #487178.
    - Fix detection of broken connections on Windows. Closes #485143.
    - Close stdin etc. when daemonised. Closes #485589.
    - Fix incorrect detection of FreeBSD and OpenBSD. Closes #485131.
    
    Client library:
    - mosq->want_write should be cleared immediately before a call to SSL_write,
      to allow clients using mosquitto_want_write() to get accurate results.
    8 февраля 2016 г. Pavel Vainerman 1.4.7-alt4
    - set default bind address 'localhost'