./chat/prosody, Flexible communications server for Jabber/XMPP written in Lua

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q2, Version: 0.12.0nb2, Package name: prosody-0.12.0nb2, Maintainer: pkgsrc-users

Prosody is a flexible communications server for Jabber/XMPP written in Lua.
It aims to be easy to use, and light on resources. For developers it aims
to be easy to extend and give a flexible system on which to rapidly develop
added functionality, or prototype new protocols.

List of supported XEPs: https://prosody.im/doc/xeplist


Master sites:

Filesize: 596.025 KB

Version history: (Expand)


CVS history: (Expand)


   2022-07-26 21:08:02 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #6649 - requested by khorben
chat/prosody: integration fix

Revisions pulled up:
- chat/prosody/Makefile                                         1.38-1.40
- chat/prosody/files/prosody.sh                                 1.3-1.5

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Thu Jul  7 01:53:00 UTC 2022

   Modified Files:
           pkgsrc/chat/prosody: Makefile
           pkgsrc/chat/prosody/files: prosody.sh

   Log message:
   prosody: fix the path to the PID file in the RC script

   PROSODY_RUN is set to eg /var/run/prosody/prosody.pid instead of just
   /var/run/prosody.pid, which is a good thing (tm) since prosody's user
   needs the access rights to write to the corresponding directory.

   Unfortunately, the directory is not automatically created nor the right
   permissions set yet, but this is progress.

   While there, appease pkglint(1).

   Bumps PKGREVISION.

   Tested on NetBSD/amd64.

   XXX pull-up to pkgsrc-2022Q2 once the complete solution is in place

   To generate a diff of this commit:
   cvs rdiff -u -r1.37 -r1.38 pkgsrc/chat/prosody/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/prosody/files/prosody.sh

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Thu Jul  7 02:31:46 UTC 2022

   Modified Files:
           pkgsrc/chat/prosody: Makefile
           pkgsrc/chat/prosody/files: prosody.sh

   Log message:
   prosody: make sure pidfile always matches PROSODY_RUN in the RC script

   This concludes my investigation on the correct path for the PID file.
   No changes to the final binary if PROSODY_RUN is set to its default
   value.

   Tested on NetBSD/amd64.

   XXX pull-up to pkgsrc-2022Q2

   To generate a diff of this commit:
   cvs rdiff -u -r1.38 -r1.39 pkgsrc/chat/prosody/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/prosody/files/prosody.sh

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   khorben
   Date:           Mon Jul 25 04:47:07 UTC 2022

   Modified Files:
           pkgsrc/chat/prosody: Makefile
           pkgsrc/chat/prosody/files: prosody.sh

   Log message:
   chat/prosody: always create the directory for the PID file

   The RC script for prosody now always creates the corresponding
   sub-directory for prosody's PID file. This is inspired by the RC script
   for mdnsd in NetBSD, and for dbus in pkgsrc; thanks spz@ for the
   suggestion!

   Bumps PKGREVISION.

   Tested on NetBSD/amd64.

   XXX pull-up to pkgsrc-2022Q2 (completes request 6649)

   To generate a diff of this commit:
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/chat/prosody/Makefile
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/prosody/files/prosody.sh