Bug 214869 - net/libwebsockets: update to 2.1.0
Summary: net/libwebsockets: update to 2.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-27 06:20 UTC by Iblis Lin
Modified: 2016-11-29 08:46 UTC (History)
1 user (show)

See Also:


Attachments
libwebsockets 2.1.0 patch (4.91 KB, patch)
2016-11-27 06:20 UTC, Iblis Lin
no flags Details | Diff
patch v2 (5.63 KB, patch)
2016-11-27 06:23 UTC, Iblis Lin
iblis.dif01: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Iblis Lin 2016-11-27 06:20:28 UTC
Created attachment 177432 [details]
libwebsockets 2.1.0 patch

Changelog is here: https://github.com/warmcat/libwebsockets/blob/master/changelog

- New OPTION: PLUGINS

----

portlint: looks fine.

poudriere:
   - testport pass on 11.0-RELEASE amd64 with all OPTIONS enabled.
   - testport pass on 11.0-RELEASE amd64 with all OPTIONS enabled except PLUGINS.
   - testport pass on 11.0-RELEASE i386 with all OPTIONS enabled.
   - testport pass on 11.0-RELEASE i386 with all OPTIONS enabled except PLUGINS.
   - testport pass on 10.3-RELEASE amd64 with all OPTIONS enabled.
   - testport pass on 10.3-RELEASE amd64 with all OPTIONS enabled except PLUGINS.
   - testport pass on 10.3-RELEASE i386 with all OPTIONS enabled.
   - testport pass on 9.3-RELEASE amd64 with all OPTIONS enabled.
   - testport pass on 9.3-RELEASE amd64 with all OPTIONS enabled except PLUGINS.
   - testport pass on 9.3-RELEASE i386 with all OPTIONS enabled.

----

I do not get mail from portsout .... It seems that the PORTSCOUT flitered out all normal version.
Comment 1 Iblis Lin 2016-11-27 06:23:22 UTC
Created attachment 177433 [details]
patch v2

I sorry i miss a new file/patch via `git diff`
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-29 07:38:51 UTC
A commit references this bug:

Author: lwhsu
Date: Tue Nov 29 07:37:49 UTC 2016
New revision: 427365
URL: https://svnweb.freebsd.org/changeset/ports/427365

Log:
  - Update to 2.1.0

  PR:		214869
  Submitted by:	iblis@hs.ntnu.edu.tw (maintainer)

Changes:
  head/net/libwebsockets/Makefile
  head/net/libwebsockets/distinfo
  head/net/libwebsockets/files/patch-CMakeLists.txt
  head/net/libwebsockets/pkg-plist
Comment 3 Iblis Lin 2016-11-29 08:46:09 UTC
Tnx a lot!