Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Aug 2023 14:05:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272997] www/xsp: Update to 4.7.1
Message-ID:  <bug-272997-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272997

            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=3D243925&action=
=3Dedit
Update to 4.7.1

Changes for 4.6:
  * Don't fetch platform ID everytime
  * fix the setsockopt call to (un)cork the socket=20
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 lo=
oks
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
=3D '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.Stri=
ng
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272997-7788>