notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
prosody Simple extensible XMPP server written in Lua
0.12.4_2 net-im on this many watch lists=10 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.12.4_1Version of this port present on the latest quarterly branch.
Maintainer: thomas@beingboiled.info search for ports maintained by this maintainer
Port Added: 2009-07-14 06:31:35
Last Update: 2024-02-24 22:17:37
Commit Hash: 758eff8
People watching this port, also watch:: gnupg, smartmontools, tmux, postfix, vim
License: MIT
WWW:
https://www.prosody.im/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (268 items)
Collapse this list.
  1. /usr/local/share/licenses/prosody-0.12.4_2/catalog.mk
  2. /usr/local/share/licenses/prosody-0.12.4_2/LICENSE
  3. /usr/local/share/licenses/prosody-0.12.4_2/MIT
  4. bin/prosody
  5. bin/prosodyctl
  6. bin/prosody-migrator
  7. @dir etc/prosody/certs
  8. @sample etc/prosody/migrator.cfg.lua.sample
  9. @sample etc/prosody/prosody.cfg.lua.sample
  10. lib/prosody/core/certmanager.lua
  11. lib/prosody/core/configmanager.lua
  12. lib/prosody/core/features.lua
  13. lib/prosody/core/hostmanager.lua
  14. lib/prosody/core/loggingmanager.lua
  15. lib/prosody/core/moduleapi.lua
  16. lib/prosody/core/modulemanager.lua
  17. lib/prosody/core/portmanager.lua
  18. lib/prosody/core/rostermanager.lua
  19. lib/prosody/core/s2smanager.lua
  20. lib/prosody/core/sessionmanager.lua
  21. lib/prosody/core/stanza_router.lua
  22. lib/prosody/core/statsmanager.lua
  23. lib/prosody/core/storagemanager.lua
  24. lib/prosody/core/usermanager.lua
  25. lib/prosody/modules/adhoc/adhoc.lib.lua
  26. lib/prosody/modules/adhoc/mod_adhoc.lua
  27. lib/prosody/modules/mod_admin_adhoc.lua
  28. lib/prosody/modules/mod_admin_shell.lua
  29. lib/prosody/modules/mod_admin_socket.lua
  30. lib/prosody/modules/mod_admin_telnet.lua
  31. lib/prosody/modules/mod_announce.lua
  32. lib/prosody/modules/mod_auth_anonymous.lua
  33. lib/prosody/modules/mod_auth_insecure.lua
  34. lib/prosody/modules/mod_auth_internal_hashed.lua
  35. lib/prosody/modules/mod_auth_internal_plain.lua
  36. lib/prosody/modules/mod_auth_ldap.lua
  37. lib/prosody/modules/mod_authz_internal.lua
  38. lib/prosody/modules/mod_blocklist.lua
  39. lib/prosody/modules/mod_bookmarks.lua
  40. lib/prosody/modules/mod_bosh.lua
  41. lib/prosody/modules/mod_c2s.lua
  42. lib/prosody/modules/mod_carbons.lua
  43. lib/prosody/modules/mod_component.lua
  44. lib/prosody/modules/mod_cron.lua
  45. lib/prosody/modules/mod_csi.lua
  46. lib/prosody/modules/mod_csi_simple.lua
  47. lib/prosody/modules/mod_debug_sql.lua
  48. lib/prosody/modules/mod_dialback.lua
  49. lib/prosody/modules/mod_disco.lua
  50. lib/prosody/modules/mod_external_services.lua
  51. lib/prosody/modules/mod_groups.lua
  52. lib/prosody/modules/mod_http.lua
  53. lib/prosody/modules/mod_http_errors.lua
  54. lib/prosody/modules/mod_http_file_share.lua
  55. lib/prosody/modules/mod_http_files.lua
  56. lib/prosody/modules/mod_http_openmetrics.lua
  57. lib/prosody/modules/mod_invites.lua
  58. lib/prosody/modules/mod_invites_adhoc.lua
  59. lib/prosody/modules/mod_invites_register.lua
  60. lib/prosody/modules/mod_iq.lua
  61. lib/prosody/modules/mod_lastactivity.lua
  62. lib/prosody/modules/mod_legacyauth.lua
  63. lib/prosody/modules/mod_limits.lua
  64. lib/prosody/modules/mod_mam/mamprefs.lib.lua
  65. lib/prosody/modules/mod_mam/mamprefsxml.lib.lua
  66. lib/prosody/modules/mod_mam/mod_mam.lua
  67. lib/prosody/modules/mod_message.lua
  68. lib/prosody/modules/mod_mimicking.lua
  69. lib/prosody/modules/mod_motd.lua
  70. lib/prosody/modules/mod_muc_mam.lua
  71. lib/prosody/modules/mod_muc_unique.lua
  72. lib/prosody/modules/mod_net_multiplex.lua
  73. lib/prosody/modules/mod_offline.lua
  74. lib/prosody/modules/mod_pep.lua
  75. lib/prosody/modules/mod_pep_plus.lua
  76. lib/prosody/modules/mod_pep_simple.lua
  77. lib/prosody/modules/mod_ping.lua
  78. lib/prosody/modules/mod_posix.lua
  79. lib/prosody/modules/mod_presence.lua
  80. lib/prosody/modules/mod_private.lua
  81. lib/prosody/modules/mod_proxy65.lua
  82. lib/prosody/modules/mod_pubsub/mod_pubsub.lua
  83. lib/prosody/modules/mod_pubsub/pubsub.lib.lua
  84. lib/prosody/modules/mod_register.lua
  85. lib/prosody/modules/mod_register_ibr.lua
  86. lib/prosody/modules/mod_register_limits.lua
  87. lib/prosody/modules/mod_roster.lua
  88. lib/prosody/modules/mod_s2s.lua
  89. lib/prosody/modules/mod_s2s_auth_certs.lua
  90. lib/prosody/modules/mod_s2s_bidi.lua
  91. lib/prosody/modules/mod_saslauth.lua
  92. lib/prosody/modules/mod_scansion_record.lua
  93. lib/prosody/modules/mod_server_contact_info.lua
  94. lib/prosody/modules/mod_smacks.lua
  95. lib/prosody/modules/mod_stanza_debug.lua
  96. lib/prosody/modules/mod_storage_internal.lua
  97. lib/prosody/modules/mod_storage_memory.lua
  98. lib/prosody/modules/mod_storage_none.lua
  99. lib/prosody/modules/mod_storage_sql.lua
  100. lib/prosody/modules/mod_storage_xep0227.lua
  101. lib/prosody/modules/mod_time.lua
  102. lib/prosody/modules/mod_tls.lua
  103. lib/prosody/modules/mod_tokenauth.lua
  104. lib/prosody/modules/mod_tombstones.lua
  105. lib/prosody/modules/mod_turn_external.lua
  106. lib/prosody/modules/mod_unknown.lua
  107. lib/prosody/modules/mod_uptime.lua
  108. lib/prosody/modules/mod_user_account_management.lua
  109. lib/prosody/modules/mod_vcard.lua
  110. lib/prosody/modules/mod_vcard4.lua
  111. lib/prosody/modules/mod_vcard_legacy.lua
  112. lib/prosody/modules/mod_version.lua
  113. lib/prosody/modules/mod_watchregistrations.lua
  114. lib/prosody/modules/mod_websocket.lua
  115. lib/prosody/modules/mod_welcome.lua
  116. lib/prosody/modules/mod_windows.lua
  117. lib/prosody/modules/muc/config_form_sections.lib.lua
  118. lib/prosody/modules/muc/description.lib.lua
  119. lib/prosody/modules/muc/hats.lib.lua
  120. lib/prosody/modules/muc/hidden.lib.lua
  121. lib/prosody/modules/muc/history.lib.lua
  122. lib/prosody/modules/muc/language.lib.lua
  123. lib/prosody/modules/muc/lock.lib.lua
  124. lib/prosody/modules/muc/members_only.lib.lua
  125. lib/prosody/modules/muc/mod_muc.lua
  126. lib/prosody/modules/muc/moderated.lib.lua
  127. lib/prosody/modules/muc/muc.lib.lua
  128. lib/prosody/modules/muc/name.lib.lua
  129. lib/prosody/modules/muc/occupant.lib.lua
  130. lib/prosody/modules/muc/occupant_id.lib.lua
  131. lib/prosody/modules/muc/password.lib.lua
  132. lib/prosody/modules/muc/persistent.lib.lua
  133. lib/prosody/modules/muc/presence_broadcast.lib.lua
  134. lib/prosody/modules/muc/register.lib.lua
  135. lib/prosody/modules/muc/request.lib.lua
  136. lib/prosody/modules/muc/subject.lib.lua
  137. lib/prosody/modules/muc/util.lib.lua
  138. lib/prosody/modules/muc/whois.lib.lua
  139. lib/prosody/net/adns.lua
  140. lib/prosody/net/connect.lua
  141. lib/prosody/net/cqueues.lua
  142. lib/prosody/net/dns.lua
  143. lib/prosody/net/http.lua
  144. lib/prosody/net/http/codes.lua
  145. lib/prosody/net/http/errors.lua
  146. lib/prosody/net/http/files.lua
  147. lib/prosody/net/http/parser.lua
  148. lib/prosody/net/http/server.lua
  149. lib/prosody/net/httpserver.lua
  150. lib/prosody/net/resolvers/basic.lua
  151. lib/prosody/net/resolvers/chain.lua
  152. lib/prosody/net/resolvers/manual.lua
  153. lib/prosody/net/resolvers/service.lua
  154. lib/prosody/net/server.lua
  155. lib/prosody/net/server_epoll.lua
  156. lib/prosody/net/server_event.lua
  157. lib/prosody/net/server_select.lua
  158. lib/prosody/net/stun.lua
  159. lib/prosody/net/unbound.lua
  160. lib/prosody/net/websocket.lua
  161. lib/prosody/net/websocket/frames.lua
  162. lib/prosody/prosody.version
  163. lib/prosody/util/adhoc.lua
  164. lib/prosody/util/adminstream.lua
  165. lib/prosody/util/argparse.lua
  166. lib/prosody/util/array.lua
  167. lib/prosody/util/async.lua
  168. lib/prosody/util/bit53.lua
  169. lib/prosody/util/bitcompat.lua
  170. lib/prosody/util/cache.lua
  171. lib/prosody/util/caps.lua
  172. lib/prosody/util/compat.so
  173. lib/prosody/util/crand.so
  174. lib/prosody/util/dataforms.lua
  175. lib/prosody/util/datamanager.lua
  176. lib/prosody/util/datamapper.lua
  177. lib/prosody/util/datetime.lua
  178. lib/prosody/util/dbuffer.lua
  179. lib/prosody/util/debug.lua
  180. lib/prosody/util/dependencies.lua
  181. lib/prosody/util/dns.lua
  182. lib/prosody/util/dnsregistry.lua
  183. lib/prosody/util/encodings.so
  184. lib/prosody/util/envload.lua
  185. lib/prosody/util/error.lua
  186. lib/prosody/util/events.lua
  187. lib/prosody/util/filters.lua
  188. lib/prosody/util/format.lua
  189. lib/prosody/util/gc.lua
  190. lib/prosody/util/hashes.so
  191. lib/prosody/util/hashring.lua
  192. lib/prosody/util/helpers.lua
  193. lib/prosody/util/hex.lua
  194. lib/prosody/util/hmac.lua
  195. lib/prosody/util/http.lua
  196. lib/prosody/util/human/io.lua
  197. lib/prosody/util/human/units.lua
  198. lib/prosody/util/id.lua
  199. lib/prosody/util/import.lua
  200. lib/prosody/util/indexedbheap.lua
  201. lib/prosody/util/interpolation.lua
  202. lib/prosody/util/ip.lua
  203. lib/prosody/util/iterators.lua
  204. lib/prosody/util/jid.lua
  205. lib/prosody/util/json.lua
  206. lib/prosody/util/jsonpointer.lua
  207. lib/prosody/util/jsonschema.lua
  208. lib/prosody/util/jwt.lua
  209. lib/prosody/util/logger.lua
  210. lib/prosody/util/mercurial.lua
  211. lib/prosody/util/multitable.lua
  212. lib/prosody/util/net.so
  213. lib/prosody/util/openmetrics.lua
  214. lib/prosody/util/openssl.lua
  215. lib/prosody/util/paths.lua
  216. lib/prosody/util/pluginloader.lua
  217. lib/prosody/util/poll.so
  218. lib/prosody/util/pposix.so
  219. lib/prosody/util/presence.lua
  220. lib/prosody/util/promise.lua
  221. lib/prosody/util/prosodyctl.lua
  222. lib/prosody/util/prosodyctl/cert.lua
  223. lib/prosody/util/prosodyctl/check.lua
  224. lib/prosody/util/prosodyctl/shell.lua
  225. lib/prosody/util/pubsub.lua
  226. lib/prosody/util/queue.lua
  227. lib/prosody/util/random.lua
  228. lib/prosody/util/rfc6724.lua
  229. lib/prosody/util/ringbuffer.so
  230. lib/prosody/util/rsm.lua
  231. lib/prosody/util/sasl.lua
  232. lib/prosody/util/sasl/anonymous.lua
  233. lib/prosody/util/sasl/external.lua
  234. lib/prosody/util/sasl/plain.lua
  235. lib/prosody/util/sasl/scram.lua
  236. lib/prosody/util/serialization.lua
  237. lib/prosody/util/session.lua
  238. lib/prosody/util/set.lua
  239. lib/prosody/util/signal.so
  240. lib/prosody/util/smqueue.lua
  241. lib/prosody/util/sql.lua
  242. lib/prosody/util/sslconfig.lua
  243. lib/prosody/util/stanza.lua
  244. lib/prosody/util/startup.lua
  245. lib/prosody/util/statistics.lua
  246. lib/prosody/util/statsd.lua
  247. lib/prosody/util/strbitop.so
  248. lib/prosody/util/struct.so
  249. lib/prosody/util/table.so
  250. lib/prosody/util/template.lua
  251. lib/prosody/util/termcolours.lua
  252. lib/prosody/util/throttle.lua
  253. lib/prosody/util/time.so
  254. lib/prosody/util/timer.lua
  255. lib/prosody/util/uuid.lua
  256. lib/prosody/util/vcard.lua
  257. lib/prosody/util/watchdog.lua
  258. lib/prosody/util/x509.lua
  259. lib/prosody/util/xml.lua
  260. lib/prosody/util/xmppstream.lua
  261. lib/prosody/util/xpcall.lua
  262. lib/prosody/util/xtemplate.lua
  263. share/man/man1/prosodyctl.1.gz
  264. @dir(prosody,prosody,) /var/db/prosody
  265. @dir(prosody,prosody,) /var/run/prosody
  266. @owner
  267. @group
  268. @mode
Collapse this list.
Dependency lines:
  • prosody>0:net-im/prosody
To install the port:
cd /usr/ports/net-im/prosody/ && make install clean
To add the package, run one of these commands:
  • pkg install net-im/prosody
  • pkg install prosody
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: prosody
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1694030929 SHA256 (prosody-0.12.4.tar.gz) = 47d712273c2f29558c412f6cdaec073260bbc26b7dda243db580330183d65856 SIZE (prosody-0.12.4.tar.gz) = 616043

Packages (timestamps in pop-ups are UTC):
prosody
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.4_20.12.4_20.11.70.12.4_20.12.4_2-0.11.7-
FreeBSD:13:quarterly0.12.4_10.12.4_10.12.3_10.12.4_10.12.4_10.12.4_10.12.4_10.12.4_1
FreeBSD:14:latest0.12.4_20.12.4_20.12.20.12.4_20.12.4_20.12.3_1-0.12.3_1
FreeBSD:14:quarterly0.12.4_10.12.4_1-0.12.4_10.12.4_10.12.4_10.12.4_10.12.4_1
FreeBSD:15:latest0.12.4_20.12.4_2n/a0.12.4_1n/a0.12.4_10.12.4_10.12.4_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. bit.so : devel/lua-bitop@lua54
  2. lfs.so : devel/luafilesystem@lua54
  3. core.so : devel/lua-libevent@lua54
  4. lunbound.so : dns/luaunbound@lua54
  5. lxp.so : textproc/luaexpat@lua54
  6. core.so : net/luasocket@lua54
  7. ssl.so : security/luasec@lua54
Library dependencies:
  1. libicudata.so : devel/icu
  2. libicui18n.so : devel/icu
  3. libicuuc.so : devel/icu
  4. liblua-5.4.so : lang/lua54
This port is required by:
for Run
  1. net-im/jitsi-prosody-plugins
  2. net-im/prosody-modules

Configuration Options:
No options to configure
Options name:
net-im_prosody
USES:
cpe gmake lua:54 shebangfix ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://prosody.im/downloads/source/
Collapse this list.

Number of commits found: 92

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.4_2
24 Feb 2024 22:17:37
commit hash: 758eff80ccbcd9945bd5cecf76bd536226cc0d9acommit hash: 758eff80ccbcd9945bd5cecf76bd536226cc0d9acommit hash: 758eff80ccbcd9945bd5cecf76bd536226cc0d9acommit hash: 758eff80ccbcd9945bd5cecf76bd536226cc0d9a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-im/prosody: Moved man to share/man

Approved by:    portmgr (blanket)
0.12.4_1
17 Nov 2023 11:46:00
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
0.12.4
13 Sep 2023 01:41:04
commit hash: bca7b3cc93f55c8ad0a9ce00129ea98a43eca065commit hash: bca7b3cc93f55c8ad0a9ce00129ea98a43eca065commit hash: bca7b3cc93f55c8ad0a9ce00129ea98a43eca065commit hash: bca7b3cc93f55c8ad0a9ce00129ea98a43eca065 files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
net-im/prosody: update to 0.12.4.

PR:		273608
0.12.3_1
13 Apr 2023 00:56:37
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
0.12.3
23 Feb 2023 17:30:37
commit hash: 7d620af116d9dc8b31cf0833f34245b7b315c748commit hash: 7d620af116d9dc8b31cf0833f34245b7b315c748commit hash: 7d620af116d9dc8b31cf0833f34245b7b315c748commit hash: 7d620af116d9dc8b31cf0833f34245b7b315c748 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: update to 0.12.3

ChangeLog: https://prosody.im/doc/release/0.12.3

PR:		269746
Reported by:	thomas@beingboiled.info (maintainer)
0.12.2
15 Dec 2022 17:16:00
commit hash: 60dc26dd791146d7b01c46816eb63958e4d0d8ffcommit hash: 60dc26dd791146d7b01c46816eb63958e4d0d8ffcommit hash: 60dc26dd791146d7b01c46816eb63958e4d0d8ffcommit hash: 60dc26dd791146d7b01c46816eb63958e4d0d8ff files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: update to 0.12.2

ChangeLog: https://prosody.im/doc/release/0.12.2

Fixes and improvements

 * util.stanza: Allow U+7F when constructing stazas
 * net.unbound: Preserve built-in defaults and Prosodys settings for luaunbound
 * mod_smacks: Disable not implemented resumption behavior on s2s
 * mod_http: Allow disabling CORS in the http_cors_override option and by
default

Minor changes

 * util.json: Accept empty arrays with whitespace
 * util.stanza: Adjust number of return values to handle change in dependency
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.12.1_2
19 Oct 2022 08:10:29
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.12.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.12.1_1
27 Jul 2022 14:27:13
commit hash: 131f741e5a0f18883c97869be63b68367604bc5bcommit hash: 131f741e5a0f18883c97869be63b68367604bc5bcommit hash: 131f741e5a0f18883c97869be63b68367604bc5bcommit hash: 131f741e5a0f18883c97869be63b68367604bc5b files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
net-im/prosody: use pkg-message to show message on remove
0.12.1
20 Jul 2022 14:22:40
commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69commit hash: 103413d55fc87a4eacaf010f01b7f72732a37f69 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-im: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alberto Villa <avilla@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Andrew Lewis <freeghb@gmail.com>
  *  Andrey Akhmichin <sepulkarium45@yahoo.com>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Denis Shaposhnikov <dsh@vlink.ru>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.12.1
10 Jun 2022 20:45:28
commit hash: 1089efbe6e3f451d3ed453743048458734f321e0commit hash: 1089efbe6e3f451d3ed453743048458734f321e0commit hash: 1089efbe6e3f451d3ed453743048458734f321e0commit hash: 1089efbe6e3f451d3ed453743048458734f321e0 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: Update to 0.12.1

 - switch to DISTVERSION

ChangeLog: https://prosody.im/doc/release/0.12.1

PR:		264581
0.12.0_1
07 Apr 2022 00:39:10
commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
0.12.0
22 Mar 2022 17:27:30
commit hash: 7a96631d53d2cb09910bc0d3c1a3d06714ad0c91commit hash: 7a96631d53d2cb09910bc0d3c1a3d06714ad0c91commit hash: 7a96631d53d2cb09910bc0d3c1a3d06714ad0c91commit hash: 7a96631d53d2cb09910bc0d3c1a3d06714ad0c91 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: Update to 0.12.0

PR:	262667
0.11.13
03 Feb 2022 21:53:00
commit hash: 03607b157eda5108d5907d18adb9bf0dd65cd9cccommit hash: 03607b157eda5108d5907d18adb9bf0dd65cd9cccommit hash: 03607b157eda5108d5907d18adb9bf0dd65cd9cccommit hash: 03607b157eda5108d5907d18adb9bf0dd65cd9cc files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: Update to 0.11.13

ChangeLog: https://blog.prosody.im/prosody-0.11.13-released/

PR:		261450
0.11.12
16 Jan 2022 07:08:49
commit hash: 73a52bb768b49b4a433411571f82bb910c2f577bcommit hash: 73a52bb768b49b4a433411571f82bb910c2f577bcommit hash: 73a52bb768b49b4a433411571f82bb910c2f577bcommit hash: 73a52bb768b49b4a433411571f82bb910c2f577b files touched by this commit
Thomas Zander (riggs) search for other commits by this committer
net-im/prosody: Update to upstream release 0.11.12

Details:
- Changelog see https://blog.prosody.im/prosody-0.11.12-released
- Fixes a denial of service vulnerability (CVE-2022-0217)

PR:		261209
Reported by:	thomas@beingboiled.info (maintainer)
MFH:		2022Q1
Security:	CVE-2022-0217
0.11.11
21 Dec 2021 02:31:35
commit hash: 15a424c9321d3c25ee8ec26a1714071f137ef879commit hash: 15a424c9321d3c25ee8ec26a1714071f137ef879commit hash: 15a424c9321d3c25ee8ec26a1714071f137ef879commit hash: 15a424c9321d3c25ee8ec26a1714071f137ef879 files touched by this commit This port version is marked as vulnerable.
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: Update to 0.11.11

ChangeLog:
  https://blog.prosody.im/prosody-0.11.11-released/

PR:		260584
0.11.10_1
11 Sep 2021 01:10:42
commit hash: c336760ec153c194f0b5193e9d901b7598c48297commit hash: c336760ec153c194f0b5193e9d901b7598c48297commit hash: c336760ec153c194f0b5193e9d901b7598c48297commit hash: c336760ec153c194f0b5193e9d901b7598c48297 files touched by this commit This port version is marked as vulnerable.
Kevin Bowling (kbowling) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: fix failure when using libevent

PR:		257952
0.11.10
03 Aug 2021 18:23:00
commit hash: 5767b5976b2c0ea2347930df8d19d80ff64a64dbcommit hash: 5767b5976b2c0ea2347930df8d19d80ff64a64dbcommit hash: 5767b5976b2c0ea2347930df8d19d80ff64a64dbcommit hash: 5767b5976b2c0ea2347930df8d19d80ff64a64db files touched by this commit This port version is marked as vulnerable.
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: Update to 0.11.10

PR:		257595
MFH:		2021Q3
Security:	5ef14250-f47c-11eb-8f13-5b4de959822e
0.11.9
13 May 2021 19:45:12
commit hash: 643a6a5bc131208a14ff87a7e18feee076b27a81commit hash: 643a6a5bc131208a14ff87a7e18feee076b27a81commit hash: 643a6a5bc131208a14ff87a7e18feee076b27a81commit hash: 643a6a5bc131208a14ff87a7e18feee076b27a81 files touched by this commit This port version is marked as vulnerable.
Neel Chauhan (nc) search for other commits by this committer
Author: Thomas Morper
net-im/prosody: Update to 0.11.9

PR:		255845
MFH:		2021Q2
Security:	fc75570a-b417-11eb-a23d-c7ab331fd711
0.11.8
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.11.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.11.8
09 Mar 2021 14:13:41
Revision:567933Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Remove occurrences of %%LUA_LIBDIR%%.

Differential Revision:	https://reviews.freebsd.org/D29138
0.11.8
18 Feb 2021 12:51:38
Revision:565927Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Update to 0.11.8.

PR:		253549
Submitted by:	maintainer
0.11.7
01 Oct 2020 23:28:24
Revision:550879Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
net-im/prosody: Update to 0.11.7

PR:		250032
Submitted by:	Thomas Morper <thomas@beingboiled.info> (maintainer)
0.11.6_1
13 Sep 2020 04:42:19
Revision:548450Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
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)
0.11.6
10 Sep 2020 03:04:58
Revision:548180Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
net-im/prosody: Update to 0.11.6

PR:		249225
Submitted by:	Thomas Morper <thomas@beingboiled.info> (maintainer)
0.11.5_1
29 Apr 2020 19:09:53
Revision:533389Original commit files touched by this commit This port version is marked as vulnerable.
tcberner search for other commits by this committer
net-im/prosody: Fix http files download

net-im/prosody: fix ETag creation

* Include patch from upstream to fix crash in mod_http_files
  when encountering large device- or inode-numbers [1]

[1] https://issues.prosody.im/1498

PR:		244618
Submitted by:	Thomas Morper <thomas@beingboiled.info> (maintainer)
Reported by:	rozhuk.im@gmail.com
0.11.5
14 Apr 2020 15:49:37
Revision:531700Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
USES=lua gained flavors.

Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
0.11.5
11 Apr 2020 05:59:46
Revision:531400Original commit files touched by this commit This port version is marked as vulnerable.
tcberner search for other commits by this committer
net-im/prosody: Update to 0.11.5

- use https for the MASTER_SITES
- remove non-working mirror

ChangeLog: https://blog.prosody.im/prosody-0.11.5-released/

PR:		245040
Submitted by:	Thomas Morper <thomas@beingboiled.info>  (maintainer)
0.11.4_1
07 Apr 2020 02:34:30
Revision:530944Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
New maintainer.

PR:		245413
Submitted by:  Thomas Morper
0.11.4_1
04 Mar 2020 19:47:53
Revision:527796Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
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)
0.11.4
10 Feb 2020 04:54:57
Revision:525691Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
net-im/prosody: Update to 0.11.4

Changelog:

  https://blog.prosody.im/prosody-0.11.4-released/

PR:		243460
Submitted by:	Thomas Morper <thomas beingboiled info>
Approved by:	portmgr (maintainer timeout: > 14 days)
MFH: 2010Q1	(blanket: bugfix release)
0.11.3
13 Jan 2020 03:30:07
Revision:522848Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
net-im/prosody: Update to 0.11.3

Changelog:

  https://blog.prosody.im/prosody-0.11.3-released/

PR:		241488
Submitted by:	Thomas Morper <thomas beingboiled info>
Approved by:	portmgr (maintainer timeout: > 1 month)
MFH:		2020Q1 (blanket: bugfix release)
0.11.2_2
14 Aug 2019 08:48:51
Revision:508903Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories n)

(and missed 3 missed files from previous categories.)
0.11.2_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit This port version is marked as vulnerable.
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.11.2_1
02 Apr 2019 03:35:54
Revision:497546Original commit files touched by this commit This port version is marked as vulnerable.
yuri search for other commits by this committer
dns/libidn: Update to 1.35

Bump 48 ports.
Previous update to 1.34 broke jabberd.

PR:		228048
0.11.2
29 Jan 2019 23:15:55
Revision:491602Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.11.2.

PR:	233692
Submitted by:	Sascha Biberhofer
0.10.2
19 Dec 2018 18:45:39
Revision:487809Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Fix build on GCC architectures.

PR:		234061
Submitted by:	Piotr Kubaj
0.10.2
18 Sep 2018 07:10:08
Revision:479979Original commit files touched by this commit This port version is marked as vulnerable.
linimon search for other commits by this committer
Add gnu99 to USE_CSTD to fix builds on gcc-based archs.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
0.10.2
18 Jun 2018 14:00:43
Revision:472693Original commit files touched by this commit This port version is marked as vulnerable.
linimon search for other commits by this committer
Mark ports broken on powerpc64, categories g-n.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
0.10.2
01 Jun 2018 20:58:04
Revision:471294Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.10.2, addressing CVE-2018-10847.

PR:		228440
Submitted by:	Piotr Kubaj
Security:	CVE-2018-10847
0.10.0_1
14 Jan 2018 14:14:05
Revision:458968Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Move devel/lua-bitop-51 to devel/lua51-bitop
0.10.0
12 Jan 2018 21:44:57
Revision:458876Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Add bitop-51 dependency.

Submitted by:	Philip Brown <philip.brown@kiwienglish.es>
0.10.0
17 Nov 2017 18:39:06
Revision:454378Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.10.0.

PR:	223637
Submitted by:  Jan Kokemuller
0.9.12
18 Feb 2017 22:28:49
Revision:434391Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
- Switch textproc/luaexpat to default version of lua
- Introduce textproc/luaexpat-51 that uses lua 5.1
- Use textproc/luaexpat-51 in net-im/prosody

This fixes the build of multimedia/libquvi-scripts09 (60 ports skipped,
including gnome3)

With hat:	portmgr
0.9.12
15 Feb 2017 00:43:30
Revision:434148Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Use new Lua 5.1-specific ports.

PR:		200336
0.9.12
28 Jan 2017 03:38:07
Revision:432611Original commit files touched by this commit This port version is marked as vulnerable.
lifanov search for other commits by this committer
update net-im/prosody to 0.9.12

 http://blog.prosody.im/prosody-0-9-11-released/
 http://blog.prosody.im/prosody-0-9-12-released/

PR:		214487
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	matthew
Approved by:	matthew (mentor), lx (maintainer)
Differential Revision:	https://reviews.freebsd.org/D9328
0.9.10
12 Sep 2016 03:01:45
Revision:421901Original commit files touched by this commit This port version is marked as vulnerable.
marino search for other commits by this committer
net-im/prosody: Document SSL requirement and rework port makefile

This makefile had both <pre> and <options> but only the <options>
include was necesssary so the <pre> and <post> includes were remoed.
Most of the variables conventionally introduced before the <options>
include were wrapped and moved up to ensure they were defined when
needed.  Finally SSL flags were added to support non-base SSL linkage.

Approved by:	SSL blanket + general blankets
0.9.10
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
0.9.10
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.9.10
12 Feb 2016 18:16:16
Revision:408744Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Use CC for linker instead of LD.

PR:		207130
Submitted by:	code@daniel.priv.no
Obtained from:	mikael.urankar@gmail.com
0.9.10
28 Jan 2016 21:03:35
Revision:407423Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.10, fixing a user impersonation attack.

PR:	206707
Submitted by:	Anton Shestakov
MFH:		2016Q1
0.9.9
12 Jan 2016 21:31:17
Revision:405917Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.9, fixing several bugs including security issues.

PR:	206150
Submitted by:	Anton Shestakov
MFH:		2016Q1
0.9.8
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
0.9.8
24 Apr 2015 10:58:25
Revision:384632Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
0.9.8
14 Apr 2015 21:51:01
Revision:384030Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.8.
0.9.7
02 Dec 2014 00:46:39
Revision:373730Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.7.
0.9.4_4
21 Nov 2014 23:55:50
Revision:373023Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Cleanup plist
0.9.4_4
22 Oct 2014 23:56:02
Revision:371371Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Add reload command to rc script, fix luajit support

PR:		194037 194039
Submitted by:	Anton Yuzhaninov
0.9.4_3
18 Sep 2014 12:31:25
Revision:368446Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Retire MANCOMPRESSED.

Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
0.9.4_3
30 Aug 2014 18:18:14
Revision:366659Original commit files touched by this commit This port version is marked as vulnerable.
tijl search for other commits by this committer
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
0.9.4_2
05 Aug 2014 18:08:20
Revision:364128Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Unbreak Prosody after lua default version change.

PR:		145173
Submitted by:	Nikolai Lifanov
0.9.4_1
10 Jul 2014 12:13:12
Revision:361440Original commit files touched by this commit This port version is marked as vulnerable.
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
0.9.4_1
09 Jun 2014 21:37:00
Revision:357208Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Fix shebangfix.

Submitted by:	Ross Penner
0.9.4
04 Jun 2014 22:56:34
Revision:356555Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.4, rc file notice about daemonize, and support for LUAJIT.

PR:		188223
Submitted by:	dar
0.9.3
26 May 2014 15:28:29
Revision:355360Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Replace lang/lua with the new lang/lua51

lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
0.9.3
19 Mar 2014 15:59:50
Revision:348629Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Fix pkg-deinstall and libidn lines
0.9.3
18 Mar 2014 20:19:34
Revision:348595Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Stageify and modernize.

PR:		ports/187703
Submitted by:	Scot Hetzel
Reviewed by:	me
0.9.3
11 Feb 2014 20:20:45
Revision:343813Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Remove note re: IPv6. Updated luasocket enables Prosody to use it.
0.9.3
10 Feb 2014 22:57:24
Revision:343698Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.3.
0.9.2
08 Feb 2014 23:31:04
Revision:343408Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Remove certificate-related makefile and .cnf files on deinstall.

Submitted by:	QAT
0.9.2
08 Feb 2014 20:36:10
Revision:343384Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.9.2.

PR:		ports/182075
Submitted by:	Paul Procacci <pprocacci@gmail.com> / Benjamin Podszun
<benjamin.podszun@gmail.com>
0.8.2
25 Jan 2014 05:06:31
Revision:340984Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Fix on 10 and tweak rc script.
0.8.2
20 Sep 2013 22:13:35
Revision:327756Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
0.8.2
14 Jan 2012 08:57:23
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
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.
0.8.2
27 Jun 2011 22:51:06
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.8.2, a bugfix release. Also, update certificate makefile to specify
"gmake", and regenerate localhost certs before install, in case someone
carelessly
uses them in production.
0.8.1
08 Jun 2011 18:24:46
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.8.1, which fixes a DoS against the XML parser.
0.8.0
11 Apr 2011 20:27:40
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Remove extraneous prosodyctl patch.
0.8.0
11 Apr 2011 20:24:00
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to 0.8.0.

PR:             ports/156308
Submitted by:   nico <nico@lifeisabug.com>
0.7.0_1
14 Mar 2011 08:40:07
Original commit files touched by this commit This port version is marked as vulnerable.
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of dns/libidn
0.7.0
28 Jan 2011 18:46:56
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Move libidn into LIB_DEPENDS, where it belongs.

PR:             ports/154358
Submitted by:    Arnaud Houdelette <tzim@tzim.net>
Feature safe:   Yes
0.7.0
06 Dec 2010 20:43:17
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Fix -L in util-src/Makefile.

Submitted by:   QAT
0.7.0
04 Dec 2010 01:19:43
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
Update to prosody 0.7.0, take maintainership and fix some PREFIX-related stuff.
Note that configuration file options and format have changed; however, existing
configs should work correctly.

Approved by:    kelly.hays@jkhfamily.org (maintainer)
0.5.1_3
13 Jun 2010 00:47:57
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
The rc script now features not just starting and stopping, but restarting.

Submitted by:   Doug Barton, dougb@
Feature safe:   yes
0.5.1_2
11 Jun 2010 16:49:08
Original commit files touched by this commit This port version is marked as vulnerable.
lx search for other commits by this committer
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)
0.5.1_1
27 Mar 2010 00:15:24
Original commit files touched by this commit This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
0.5.1_1
08 Aug 2009 07:56:06
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix plist

PR:             ports/137507
Submitted by:   J. Kelly Hays <kelly.hays@jkhfamily.org> (maintainer)
0.5.1
05 Aug 2009 01:36:45
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.5.1, change MAINTAINER.

PR:             ports/137276
Submitted by:   maintainer.
0.5.0
28 Jul 2009 18:29:37
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.5

PR:             136970
Submitted by:   Andrew Lewis <freeghb@gmail.com> (maintainer)
0.4.2
14 Jul 2009 06:36:53
Original commit files touched by this commit This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Update maintainer e-mail address

Requested by:   private e-mail
0.4.2
14 Jul 2009 06:30:55
Original commit files touched by this commit This port version is marked as vulnerable.
pgollucci search for other commits by this committer
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: 92