non port: net-im/prosody/files/prosody.in |
SVNWeb
|
Number of commits found XX: 10 |
Sun, 13 Sep 2020
|
[ 04:42 lwhsu ] 
548450 net-im/prosody/Makefile
548450 net-im/prosody/files/prosody.in
548450 net-im/prosody/pkg-message
net-im/prosody: Do not use prosodyctl in init script
* Apply shebangfix.
* Update init script to directly control the Prosody
daemon as using prosodyctl has been deprecated. [1]
* Add pkg-message to clearly state that setting the
pidfile option in prosody.cfg.lua is required.
* Fix pkg-message formatting.
[1] https://blog.prosody.im/prosody-0.11.6-released/
PR: 249276
Submitted by: Thomas Morper <thomas@beingboiled.info> (maintainer)
|
Wed, 4 Mar 2020
|
[ 19:47 pi ] 
527796 UPDATING
527796 net-im/prosody/Makefile
527796 net-im/prosody/files/patch-GNUmakefile
527796 net-im/prosody/files/patch-tools_migration_Makefile
527796 net-im/prosody/files/patch-util-src_time.c
527796 net-im/prosody/files/pkg-deinstall.in
527796 net-im/prosody/files/prosody.in
527796 net-im/prosody/pkg-plist
net-im/prosody: refactor and move to lua 5.2
- Use Lua 5.2 and drop support for the dead LuaJIT.
- Explicitly state all required configure options
as the "freebsd" preset has some of them wrong.
- Do not install the example certs as they clutter the
config directory and nobody should ever use them.
They can be recreated with prosodyctl if needed.
- Remove the broken "daemonize" option from the rc script,
handle all actions with "prosodyctl" instead.
- Change data directory from /usr/local/var/lib/prosody to
/var/db/prosody and include instructions in UPDATING
- Install the prosody migrator
- Use arc4random
PR: 241619
Submitted by: thomas@beingboiled.info
Reviewed by: lx (maintainer), Sascha Biberhofer <ports@skyforge.at>
Approved by: lx (maintainer timeout)
|
Wed, 22 Oct 2014
|
[ 23:56 lx ] 
371371 net-im/prosody/Makefile
371371 net-im/prosody/files/prosody.in
Add reload command to rc script, fix luajit support
PR: 194037 194039
Submitted by: Anton Yuzhaninov
|
Wed, 4 Jun 2014
|
[ 22:56 lx ] 
356555 net-im/prosody/Makefile
356555 net-im/prosody/distinfo
356555 net-im/prosody/files/prosody.in
Update to 0.9.4, rc file notice about daemonize, and support for LUAJIT.
PR: 188223
Submitted by: dar
|
Sat, 25 Jan 2014
|
[ 05:06 lx ] 
340984 net-im/prosody/Makefile
340984 net-im/prosody/files/prosody.in
Fix on 10 and tweak rc script.
|
Sat, 14 Jan 2012
|
[ 08:57 dougb ]
1.5 astro/gpsd/files/gpsd.in
1.3 astro/gpxloggerd/files/gpxloggerd.in
1.5 audio/aureal-kmod/files/aureal.in
1.4 audio/autocd/files/autocd.in
1.3 audio/darkice/files/darkice.in
1.3 audio/ezstream/files/ezstream.in
1.4 audio/firefly/files/mt-daapd.in
1.5 audio/gnump3d/files/gnump3d.sh.in
1.9 audio/icecast2/files/icecast2.sh.in
1.5 audio/ices0/files/ices0.sh.in
(Only the first 10 of 951 ports in this commit are shown above. )
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
Sun, 13 Jun 2010
|
[ 00:47 lx ]
1.7 net-im/prosody/Makefile
1.4 net-im/prosody/files/prosody.in
The rc script now features not just starting and stopping, but restarting.
Submitted by: Doug Barton, dougb@
Feature safe: yes
|
Fri, 11 Jun 2010
|
[ 16:49 lx ]
1.6 net-im/prosody/Makefile
1.3 net-im/prosody/files/prosody.in
Fix rc.d script so that it stops the server when requested.
PR: ports/145015
Submitted by: Yngvi Hrafn Pétursson
Approved by: Kelly Hays <kelly.hays@jkhfamily.org> (maintainer)
|
Sat, 27 Mar 2010
|
[ 00:15 dougb ]
1.4 accessibility/speech-dispatcher/files/speechd.in
1.2 astro/gpsd/files/gpsd.in
1.2 audio/aureal-kmod/files/aureal.in
1.3 audio/autocd/files/autocd.in
1.2 audio/ezstream/files/ezstream.in
1.3 audio/firefly/files/mt-daapd.in
1.4 audio/gnump3d/files/gnump3d.sh.in
1.6 audio/icecast2/files/icecast2.sh.in
1.2 audio/liquidsoap/files/liquidsoap.sh.in
1.3 audio/mpdas/files/mpdas.in
(Only the first 10 of 798 ports in this commit are shown above. )
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
Tue, 14 Jul 2009
|
[ 06:30 pgollucci ]
1.114 net-im/Makefile
1.1 net-im/prosody/Makefile
1.1 net-im/prosody/distinfo
1.1 net-im/prosody/files/patch-configure
1.1 net-im/prosody/files/pkg-deinstall.in
1.1 net-im/prosody/files/pkg-install.in
1.1 net-im/prosody/files/prosody.cfg.lua.install.in
1.1 net-im/prosody/files/prosody.in
1.1 net-im/prosody/pkg-descr
1.1 net-im/prosody/pkg-plist
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.
WWW: http://www.prosody.im/
PR: ports/136267
Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
|
Number of commits found XX: 10 |
|
Latest Vulnerabilities |
12 vulnerabilities affecting 72 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-28 22:40:29
|
|