Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.3 17 Dec 2023 19:04:31 |
Daniel Engberg (diizzy) |
net/libwebsockets: Fix PLUGINS option
Deaddrop plugin fails to compile with Werror enabled |
4.3.3 03 Dec 2023 07:33:41 |
Daniel Engberg (diizzy) |
net/libwebsockets: Update to 4.3.3
Changelog:
https://github.com/warmcat/libwebsockets/compare/v4.3.2...v4.3.3 |
4.3.2_1 19 May 2023 21:19:02 |
Felix Palmen (zirias) |
net/libwebsockets: Fix build with LibreSSL
The build system uses both cmake and pkg-config to find OpenSSL and just
combines the results. Our base OpenSSL didn't provide a pkg-config file
until recently, but the LibreSSL port does. From the cmake detection, we
get absolute library paths, from pkg-config just library names (-lssl).
The latter are found in base during linking. The result is linking both
OpenSSL and LibreSSL.
Therefore add a patch that just skips pkg-config for OpenSSL and remove
the broken workaround from the port Makefile.
PR: 271495
Approved by: tcberner (mentor, implicit) |
4.3.2 22 Feb 2023 02:33:03 |
Daniel Engberg (diizzy) |
net/libwebsockets: Switch back to upstream website
Upstream's website is now operational again so switch back |
4.3.2 20 Feb 2023 15:10:31 |
Daniel Engberg (diizzy) |
net/libwebsockets: Unbreak fetch
Unfortunately there seems to be technical issues with upstream's main
site so use GitHub mirror for now
Approved by: portmgr (build fix) |
4.3.2 16 Feb 2023 06:33:40 |
Daniel Engberg (diizzy) |
net/libwebsockets: Update to 4.3.2
Adjust configuration options to closer match other distributions and
also upstream's recommendations. Mosquitto also requires
LWS_WITH_EXTERNAL_POLL to be enabled when linked with this library.
Enable following options:
LWS_WITH_DISKCACHE, LWS_WITH_FTS, LWS_WITH_RANGES, LWS_WITH_THREADPOOL
and (LWS_WITH_EXTERNAL_POLL via MQTT option). Use SHA1 via OpenSSL
(LWS_WITHOUT_BUILTIN_SHA1)
While at also adjust .cmake and .pc files to properly report version
Changelog: https://github.com/warmcat/libwebsockets/blob/v4.3.0/changelog
https://github.com/warmcat/libwebsockets/compare/v4.3.0...v4.3.2
PR: 262552
Reported by: Leo Schneider <ttkdroid@gmail.com>
Tested by: Rod Morgan <rmorgan@portmorgan.com> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.2_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
4.2.2_1 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
4.2.2 08 Dec 2021 10:48:52 |
Daniel Engberg (diizzy) |
net/libwebsockets: Update to 4.2.2
Changelog: https://github.com/warmcat/libwebsockets/compare/v4.2.1...v4.2.2
Add support for LibreSSL - Submitted by Rob Kruus
Reset maintainer due to multiple timeouts
PR: 258345
Approved by: mentors (implicit), maintainer timeout (3 months) |
4.2.1 06 Sep 2021 14:45:44 |
Daniel Engberg (diizzy) |
net/libwebsockets: Update to 4.2.1
PR: 257433
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D31851 |
4.2.0_1 06 Jun 2021 20:36:00 |
Juraj Lutter (otis) |
net/libwebsockets: Fix LWS_BUILD_HASH
Pass LWS_BUILD_HASH to cmake instead of patching
CMakeLists.txt
This fixes ca989f6339de59653820f35a23f6107ee65d2e20 |
4.2.0 06 Jun 2021 13:22:22 |
Juraj Lutter (otis) Author: Daniel Engberg |
net/libwebsockets: Update to 4.2.0
- Update libwebsockets to 4.2.0
- Enable mqtt support by default
- "Hack" around hard git requirement
PR: 256019 |
4.1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.6 04 Feb 2021 20:24:09 |
tcberner |
net/libwebsockets: Update to 4.1.6
Changelog:
https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.1-stable
PR: 251835
Submitted by: daniel.engberg.lists@pyret.net
Approved by: iblis.dif01@nctu.edu.tw (timeout) |
4.0.21 08 Nov 2020 14:35:33 |
mikael |
net/libwebsockets: update to 4.0.21
PR: 250805
Submitted by: Iblis Lin (maintainer)
Reported by: s.dirkwinkel@beckhoff.com |
3.2.2 20 Aug 2020 20:30:35 |
lwhsu |
net/libwebsockets: Update to 3.2.2
PR: 246878
Submitted by: smh
Approved by: Iblis Lin <iblis@hs.ntnu.edu.tw> |
2.4.2_1 13 Apr 2020 06:48:33 |
yuri |
net/libwebsockets: Enable the LIBUV option by default
The reason is that another port expects this.
Also reordered the first section to please portlint.
PR: 245575
Approved by: iblis@hs.ntnu.edu.tw (maintainer) |
2.4.2 07 Oct 2018 04:53:21 |
swills |
net/libwebsockets: update to 2.4.2
PR: 231938
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
2.2.2 22 Jul 2017 12:02:56 |
jbeich |
net/libwebsockets: update to 2.2.2
Changes: https://github.com/warmcat/libwebsockets/blob/v2.2.2/changelog
PR: 220921
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
2.1.1 23 Jun 2017 20:53:12 |
ultima |
* Updated to 2.1.1
Changelog: https://github.com/warmcat/libwebsockets/blob/v2.1-stable/changelog#L4
PR: 220080
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11311 |
2.1.0 17 Apr 2017 20:16:25 |
mat |
Remove @comment $FreeBSD$ from plists.
Whatever you do, things always get to creep back in the ports tree.
Sponsored by: Absolight |
2.1.0 29 Nov 2016 07:38:47 |
lwhsu |
- Add patch missig in r427365 |
2.1.0 29 Nov 2016 07:37:49 |
lwhsu |
- Update to 2.1.0
PR: 214869
Submitted by: iblis@hs.ntnu.edu.tw (maintainer) |
2.0.2 18 Aug 2016 15:07:39 |
amdmi3 |
- Add PORTSCOUT to filter out tags which as not new versions (such as
"support-chrome-20-firefox-12")
PR: 211267
Submitted by: iblis@hs.ntnu.edu.tw (maintainer) |
2.0.2 20 Jul 2016 09:04:51 |
vanilla |
Add libwebsockets 2.0.2, c library for lightweight websocket clients and
servers.
PR: 211189
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> |