[Bug 272997] www/xsp: Update to 4.7.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Aug 2023 14:05:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272997

            Bug ID: 272997
           Summary: www/xsp: Update to 4.7.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rodrigo@FreeBSD.org

Created attachment 243925
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243925&action=edit
Update to 4.7.1

Changes for 4.6:
  * Don't fetch platform ID everytime
  * fix the setsockopt call to (un)cork the socket 
Changes for 4.7.1:
  * Misc. build fixes
  * Remove usage of removed Mono.Security APIs and redirect xsp2 -> xsp4

The project doesn't provide any up-to-date changelog




I found some issues running the sample webserver code as described in the
INSTALL file[1]
running the command : fetch "http://127.0.0.1:9000/"

The same error occurs with the current version in port (4.5) to me *this looks
like a mono issue*

----
% (cd /usr/local/lib/xsp/test && xsp4)
xsp4
Listening on address: 0.0.0.0
Root directory: /usr/local/lib/xsp/test
Listening on port: 9000 (non-secure)
Hit Return to stop the server.
System.IO.IOException: kevent() error at initial event registration, error code
= '9'
  at System.IO.KqueueMonitor.Start () [0x0009f] in
<b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.KeventWatcher.StartDispatching (System.IO.FileSystemWatcher fsw)
[0x00033] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.Start () [0x00000] in
<b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.set_IncludeSubdirectories (System.Boolean
value) [0x00022] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at (wrapper remoting-invoke-with-check)
System.IO.FileSystemWatcher.set_IncludeSubdirectories(bool)
  at System.Web.HttpApplicationFactory.WatchLocationForRestart (System.String
virtualPath, System.String filter, System.Boolean watchSubdirs) [0x00056] in
<d6b4a86d64cf4f0ba7001bead8cf207f>:0
  at System.Web.HttpApplicationFactory+<>c.<InitType>b__38_0 (System.Object
<p0>) [0x00000] in <d6b4a86d64cf4f0ba7001bead8cf207f>:0
----

[1] https://github.com/mono/xsp/blob/main/INSTALL

-- 
You are receiving this mail because:
You are the assignee for the bug.