aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto
Commit message (Collapse)AuthorAgeFilesLines
* net/mosquitto: new version 1.6.7Tobias C. Berner2019-11-022-4/+4
| | | | | | | | | PR: 241370 Submitted by: ev <evfbsd@yandex.ru> Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=516324
* net/mosquitto: update to 1.6.4Steve Wills2019-09-029-83/+54
| | | | | | | | | PR: 239675 Submitted by: joe@thrallingpenguin.com (maintainer) Reported by: crest@rlwinm.de Notes: svn path=/head/; revision=510858
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* - Update to version 1.5.8 and fix "null" username and password bugAlexey Dokuchaev2019-03-124-36/+38
| | | | | | | | | | | | | | | | - Drop `textproc/libxslt' dependency -- only needed when building from git sources, distfiles come with pre-generated manpages - Make `dns/c-ares' dependency optional, but keep it on by default - Add missing run-time dependency on `security/ca_root_nss' - Fix excessive use of capital letters in COMMENT, wrap some overly long lines so they fit standard terminal width (80 characters) Reported by: Jeremiah Gillis PR: 236459 Submitted by: Joseph Benden (maintainer) Notes: svn path=/head/; revision=495444
* - Unbreak the build on 11.2-RELEASE when Websockets support isAlexey Dokuchaev2019-02-011-5/+3
| | | | | | | | | | enabled by including required <sys/socket.h> header - Remove banal comments and bogus NOCONFIGURE knob while here RR: 235323 Notes: svn path=/head/; revision=491798
* net/mosquitto: update to 1.5.5Steve Wills2019-01-152-6/+6
| | | | | | | | | PR: 234957 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=490394
* net/mosquitto: update to 1.5.4Fernando Apesteguía2018-12-084-33/+20
| | | | | | | | | | | | | This release fixes a number of security, building and memory leak issues. Announcement: https://mosquitto.org/blog/2018/11/version-154-released/ PR: 233552 Submitted by: iblis@hs.ntnu.edu.tw Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=486979
* net/mosquitto: Fix OpenSSL buildSteve Wills2018-11-014-36/+45
| | | | | | | | | PR: 232168 Submitted by: Nathan <ndowens@yahoo.com> Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=483677
* - Update to 1.5.3Li-Wen Hsu2018-10-0312-75/+89
| | | | | | | | | PR: 231047 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=481153
* net/mosquitto: Unbreak the rc script; Fix the licenseYuri Victorovich2018-04-062-3/+3
| | | | | | | | | | | The rc script had the 'pidfile' token, when the code references 'pid_file'. While here, fixed the license. It is actually EPL, not BSD. Reported by: David BOYER <david.boyer59@gmail.com> (the pidfile issue in a private communication) Approved by: portmgr blanket Notes: svn path=/head/; revision=466690
* net/mosquitto: Added net/mosquitto dependency.Yuri Victorovich2018-02-231-2/+3
| | | | | | | Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462668
* net/mosquitto update to 1.4.14Steve Wills2017-12-118-89/+50
| | | | | | | | | | | While here, make it PREFIX clean. PR: 224210 Submitted by: Manuel Stühn <freebsd@justmail.de> Approved by: Joseph Benden <joe@thrallingpenguin.com> Notes: svn path=/head/; revision=455922
* net/mosquitto: Fails to build with WS option enabledSteve Wills2017-08-182-3/+44
| | | | | | | | | PR: 220827 Submitted by: stl@koffein.net Approved by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=448259
* net/libwebsockets: update to 2.2.2Jan Beich2017-07-221-0/+1
| | | | | | | | | Changes: https://github.com/warmcat/libwebsockets/blob/v2.2.2/changelog PR: 220921 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) Notes: svn path=/head/; revision=446392
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* net/mosquitto: restore libressl supportJohn Marino2016-11-231-0/+68
| | | | | | | | | | | | | | The mosquitto commit that added OpenSSL 1.1.0 support simultaneously broke LibreSSL support. This patch comes from a fork and hasn't been incorporated upstream yet (pull request #280 still outstanding but should eventually be merged in). LibreSSL support broke during the version upgrade last month. Approved by: SSL blanket Notes: svn path=/head/; revision=426979
* - update to 1.4.10Olli Hauer2016-10-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broker Fix TLS operation with websockets listeners and libwebsockets 2.x. Closes #186. Don.t disconnect client on HUP before reading the pending data. Closes #7. Fix some $SYS messages being incorrectly persisted. Closes #191. Support OpenSSL 1.1.0. Call fsync after persisting data to ensure it is correctly written. Closes #189. Fix persistence saving of subscription QoS on big-endian machines. Fix will retained flag handling on Windows. Closes #222. Broker now displays an error if it is unable to open the log file. Closes #234. Client library Support OpenSSL 1.1.0. Fixed the C++ library not allowing SOCKS support to be used. Closes #198. Fix memory leak when verifying a server certificate with a subjectAltName section. Closes #237. Build Don.t attempt to install docs when WITH_DOCS=no. Closes #184. PR: 213532 Submitted by: ohauer Approved by: maintainer <joe@thrallingpenguin.com> MFH: 2016Q4 Notes: svn path=/head/; revision=424079
* - update to 1.4.9Olli Hauer2016-07-203-10/+16
| | | | | | | | | | | | | | - add optional websocket support Changelog: https://raw.githubusercontent.com/eclipse/mosquitto/master/ChangeLog.txt PR: 211190 Submitted by: Iblis Lin (iblis_at_hs.ntnu.edu.tw) Approved by: maintainer (joe_at_thrallingpenguin.com) Notes: svn path=/head/; revision=418845
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Bump portrevision of ports that might have been built with a broken post-installBaptiste Daroussin2015-10-301-0/+1
| | | | | | | script due to fallouts of r399992 Notes: svn path=/head/; revision=400556
* - update to 1.4.4Olli Hauer2015-09-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.4.4 - 20150916 ================ Broker: - Don't leak sockets when outgoing bridge with multiple addresses cannot connect. Closes #477571. - Fix cross compiling of websockets. Closes #475807. - Fix memory free related crashes on openwrt. Closes #475707. - Fix excessive calls to message retry check. 1.4.3 - 20150818 ================ Broker: - Fix incorrect bridge notification on initial connection. Closes #467096. - Build fixes for OpenBSD. - Fix incorrect behaviour for autosave_interval, most noticable for autosave_interval=1. Closes #465438. - Fix handling of outgoing QoS>0 messages for bridges that could not be sent because the bridge connection was down. - Free unused topic tree elements. Closes #468987. - Fix some potential memory leaks. Closes #470253. - Fix potential crash on libwebsockets error. Client library: - Add missing error strings to mosquitto_strerror. - Handle fragmented TLS packets without a delay. Closes #470660. - Fix incorrect loop timeout being chosen when using threaded interface and keepalive = 0. Closes #471334. - Increment inflight messages count correctly. Closes #474935. Clients: - Report error string on connection failure rather than error code. PR: 202742 Submitted by: stb@lassitu.de Approved by: maintainer timout (one month) Notes: svn path=/head/; revision=398053
* - update to 1.4.2Olli Hauer2015-07-0410-40/+25
| | | | | | | | | | | | | The Python driver is now provided by net/py-paho-mqtt! More drivers can be found at http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM) Notes: svn path=/head/; revision=391297
* - fix build with LibreSSL [1]Olli Hauer2015-05-1010-87/+94
| | | | | | | | | | | | | | - install manpages into correct MANDIR - do not run ldconfig in stagedir! - adjust files/patch names so makepatch can be used in future - bump PORTREVISION PR: 198988 [1] Submitted by: Bernard Spil Approved by: joe _at_ thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=385971
* Upgrade mosquitto to version 1.3.4Rodrigo Osorio2014-10-153-18/+9
| | | | | | | | | | | | Fix use and options Remove unnecessary dirs from plist PR: ports/194246 Submitted by: joe@thrallingpenguin.com (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=370963
* Retire MANCOMPRESSED.Mathieu Arnold2014-09-181-2/+0
| | | | | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=368446
* dns/c-ares:Tijl Coosemans2014-08-281-0/+1
| | | | | | | | | | | - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366389
* Update to 1.3.2.Vanilla I. Shu2014-07-154-13/+17
| | | | | | | | PR: ports/191864 Submitted by: maintainer Notes: svn path=/head/; revision=361896
* net/mosquitto: fix plist, don't need to try to delete python libdirsSteve Wills2014-07-081-2/+0
| | | | Notes: svn path=/head/; revision=361253
* net/mosquitto: make python support optionalSteve Wills2014-07-082-7/+19
| | | | | | | | PR: 191366 Submitted by: joe@thrallingpenguin.com (maintainer) Notes: svn path=/head/; revision=361163
* Mosquitto is an open source implementation of a server for version 3.1 of theSteve Wills2014-05-2510-0/+212
MQTT protocol. WWW: http://mosquitto.org/ PR: ports/189451 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Notes: svn path=/head/; revision=355160