Commit graph

3820 commits

Author SHA1 Message Date
js
60fcf8f5c9 chat/matrix-synapse: Bump PKGREVISION 2020-09-04 21:18:36 +00:00
js
7daaa78e6c chat/matrix-synapse: Add perl:run to tools, add to BUILD_DEFS 2020-09-04 21:16:22 +00:00
js
6659eee623 Add chat/matrix-synapse 2020-09-04 20:34:11 +00:00
nia
7b4bf1c839 chat: Add profanity. Based on work by js and leot in pkgsrc-wip.
Profanity is a simple lightweight console based XMPP chat client.
Its emphasis is on having a simple and configurable command driven UI.
2020-09-04 10:15:17 +00:00
nia
a8492c911c chat: Add libmesode. Based on work by js in pkgsrc-wip.
libmesode is a libstrophe fork.

libstrophe is a minimal XMPP library written in C. It has almost no
external dependencies, only an XML parsing library.
2020-09-04 10:13:16 +00:00
bsiegert
43f54ecac5 Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
leot
497f791c96 miniircd: Fix `--help' option
Backported from upstream commit.

PKGREVISION++
2020-08-21 16:44:11 +00:00
nia
626d68a9c6 ircd-hybrid: Rename "ssl" package option to "openssl"
Since there is a choice of SSL library, this makes what the option does
more obvious.

The legacy options framework is used for compatibility.
2020-08-19 17:53:15 +00:00
fox
e8bf53d2d6 chat/ircd-hybrid: Updates to 8.2.32
Changes since 8.2.31:

-- Noteworthy changes in version 8.2.32 (2020-08-16)
o) RESV couldn't be issued in case no reason has been supplied. This has been fixed.
o) Fixed possible RPL_WHOISCHANNELS line truncation of remote replies
o) Extban $t of type 'matching' has been implemented. This extban allows matching
   based on TLS protocol version and/or cipher suite
o) Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set
o) "STATS ?" is now oper-only
2020-08-19 15:26:52 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
gutteridge
98e45f8fd1 icb: fix building on modern mainstream Linux distros
Committed on the off chance someone else may want to run this on modern
Linux. Tested on Debian 9 and Fedora 29 through 32.
2020-08-18 02:17:26 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bsiegert
9fad3613b8 Revbump all Go packages after go114 update 2020-08-14 20:01:19 +00:00
js
48b50a912f Make devel/gajim not pick up the pkgsrc revision when pkgsrc is checked out via
Git.
2020-08-01 12:40:10 +00:00
nia
a651bb289e mumble: Update to 1.3.2
Client

	Fixed: Overlay not starting (#4282)

Server

	Fixed: keychain-error on macOS for custom certificates (#4345)
2020-07-27 00:29:03 +00:00
nia
732535d875 weechat: Update to 2.9
== Version 2.9 (2020-07-18)

New features::

  * core: add bar option "color_bg_inactive": color for window bars in inactive window (issue #732)
  * core: add Alacritty title escape sequence support (issue #1517)
  * core: display notify level for current buffer with command /buffer notify (issue #1505)
  * core: count only visible nicks in bar item "buffer_nicklist_count", add bar items "buffer_nicklist_count_groups" and "buffer_nicklist_count_all" (issue #1506)
  * core: set default size for input bar to 0 (automatic) (issue #1498)
  * core: add default key kbd:[Alt+Enter] to insert a newline (issue #1498)
  * core: add flag "input_multiline" in buffer (issue #984, issue #1063)
  * core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456)
  * core: add base 16/32/64 encoding/decoding in evaluation of expressions with "base_encode:base,xxx" and "base_decode:base,xxx"
  * core: add case sensitive wildcard matching comparison operator (`+==*+` and `+!!*+`) and case sensitive/insensitive include comparison operators (`+==-+`,  `+!!-+`, `+=-+`, `+!-+`) in evaluation of expressions
  * core: add default key kbd:[Alt+Shift+N] to toggle nicklist bar
  * core: add command line option "--stdout" in weechat-headless binary to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477)
  * core: reload configuration files on SIGHUP (issue #1476)
  * api: add pointer "_bar_window" in hashtable sent to hook focus callback (issue #1450)
  * api: add info_hashtable "focus_info" (issue #1245, issue #1257)
  * api: rename function hook_completion_get_string to completion_get_string and hook_completion_list_add to completion_list_add
  * api: add functions completion_new, completion_search and completion_free
  * api: add hdata "completion_word"
  * buflist: add default key kbd:[Alt+Shift+B] to toggle buflist
  * buflist: add options enable/disable/toggle in command /buflist
  * buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465)
  * irc: add support of UTF8MAPPING (issue #1528)
  * irc: display account messages in buffers (issue #1250)
  * python: add WeeChat sharedir python directory to PYTHONPATH (issue #1537)
  * relay: increase default limits for IRC backlog options
  * relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks, add options relay.network.password_hash_algo, relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474)
  * relay: add command "completion" in weechat relay protocol to perform a completion on a string at a given position (issue #1484)
  * relay: add option relay.network.auth_timeout
  * relay: update default colors for client status
  * relay: add status "waiting_auth" in irc and weechat protocols (issue #1358)
  * trigger: evaluate arguments of command when the trigger is created (issue #1472)

Bug fixes::

  * core: fix command /window scroll_beyond_end when buffer has fewer lines than chat height (issue #1509)
  * core: force buffer property "time_for_each_line" to 0 for buffers with free content (issue #1485)
  * core: don't collapse consecutive newlines in lines displayed before the first buffer is created
  * core: don't remove consecutive newlines when pasting text (issue #1500)
  * core: don't collapse consecutive newlines in bar content (issue #1500)
  * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461)
  * core: fix memory leak in calculation of expression on FreeBSD (issue #1469)
  * core: fix resize of a bar when its size is 0 (automatic) (issue #1470)
  * api: fix use of pointer after free in function key_unbind
  * api: replace plugin and buffer name by buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (issue #42)
  * buflist: add "window" pointer in bar item evaluation only if it's not NULL (if bar type is "window")
  * exec: fix use of same task id for different tasks (issue #1491)
  * fifo: fix errors when writing in the FIFO pipe (issue #713)
  * guile: enable again /guile eval (issue #1514)
  * irc: use new default chantypes "#&" when the server does not send it
  * irc: add support of optional server in info "irc_is_nick", fix check of nick using UTF8MAPPING isupport value (issue #1528)
  * irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (issue #1518)
  * irc: do not remove spaces at the end of users messages received (issue #1513)
  * irc: fix realname delimiter color in WHO/WHOX response (issue #1497)
  * irc: reuse a buffer with wrong type "channel" when a private message is received (issue #869)
  * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463)
  * relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)
  * relay: fix slow send of data to clients when SSL is enabled
  * trigger: only return trigger's return code when condition evaluates to true (issue #592)
  * trigger: fix truncated trigger command with commands /trigger input|output|recreate
  * trigger: do not hide values of options with /set command in cmd_pass trigger

Documentation::

  * add includes directory
  * merge 53 auto-generated files into 11 files
  * fix broken literal blocks in Japanese docs with Firefox (issue #1466)

Tests::

  * core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions
  * core: switch to Ubuntu Bionic on Travis CI, use pylint3 to lint Python scripts
  * core: run tests on plugins only if the plugins are enabled and compiled
  * irc: add tests on IRC color and channel functions

Build::

  * javascript: disable build by default and remove Debian packaging of JavaScript plugin (issue #360)
  * core: make GnuTLS a required dependency
  * core: fix build with CMake 3.17.0
  * core: fix build with cygport on Cygwin
2020-07-26 23:10:21 +00:00
bsiegert
20b9b74c5f Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
leot
773745412c miniircd: Update to 2.0
Changes:
2.0
---
  * Dropped Python 2 support.
  * miniircd now requires Python 3.6+.
  * Channel log files are now named after the lowercase version of the channel
    name for consistency.
  * Fixed creation of PID file when using Python 3.
  * Made sure to remove the PID file on daemon exit.
  * Fixed creation of PID file with a relative path.
  * Fixed a bug when using non-ASCII characters in Python 3 mode.
2020-07-16 15:32:11 +00:00
kim
acc7dc383c Fix day-of-month format so that strftime(3) will recognize it. 2020-07-13 13:12:08 +00:00
adam
fb29d82ca7 gajim: updated to 1.2.0
Gajim 1.2.0

Gajim is a fully-featured XMPP client. It enables you to chat in a decentralized network using one of the many providers available or even your own service. The choice is yours. Gajim offers End-to-End encryption, is extensible, and open-source. More than a year after the release of Gajim 1.1.3 it is finally time for Gajim 1.2. A year of developing new features, cleaning up old code, and bug fixing. Highlights of this release are (amongst others): improved group chat system, completely rewritten network code, and a new account creation assistant. But there is much more to discover.
2020-07-08 11:57:12 +00:00
adam
e95d61d7eb py-nbxmpp: updated to 1.0.1
python-nbxmpp 1.0.1

New
* Add XEP-0377 support
* MUC: Return message id when using inivite()

Bugfixes
* OMEMO: Correctly parse prekey value
* Client: Determine protocol and type correctly if a custom host is used
* Smacks: Don't fail on saving error replies


python-nbxmpp 1.0.0
* Library rewritten in most parts
* Replace BOSH with Websocket
* Add new example client
* Many other improvements

Known Issues:
* Currently no Client Cert support
2020-07-08 11:55:45 +00:00
nia
9f457b89f6 weechat: switch to LUA_VERSIONS_ACCEPTED 2020-07-04 11:34:59 +00:00
nia
399004650b weechat: Require exact Lua 5.3.
Right now cmake does not include version 5.4 in its search paths.
2020-06-30 13:55:52 +00:00
gutteridge
d0601d00c7 loudmouth: very belatedly add a GitHub pull reference to a patch 2020-06-29 23:35:51 +00:00
nia
6ed9185c69 srain: Update to 1.1.1
2020-06-27 Version 1.1.1
========================

- Changes:

  - Improve auto-scroll policy of message list

- Bug fixes:

  - Fix TLS certificate verification error on glib-networking 2.64.3
  - Fix crash when connecting to an invalid host
2020-06-29 14:10:03 +00:00
otis
6d21ac9baf irssi: Do not install perllocal.pod
Do not install perllocal.pod to avoid file conflict.
2020-06-26 07:46:00 +00:00
nia
8b437b5167 psi: Fix Qt 5.15 fallout 2020-06-18 13:55:15 +00:00
bsiegert
121a05e61b Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
nikita
059d2d4f82 chat/dino: use pkg-config, maybe fix failing configure 2020-06-14 11:17:13 +00:00
nia
4115b8d41c dino: typo 2020-06-13 15:08:16 +00:00
wiz
cb1fdf5964 chat/Makefile: + libsignal-protocol-c 2020-06-13 08:40:27 +00:00
ryoon
5d56a7f525 chat: Enable dino 2020-06-12 14:21:55 +00:00
ryoon
9981adc267 chat/dino: import dino-0.1.0
Modern XMPP (Jabber) client using GTK+/Vala.
2020-06-12 14:20:51 +00:00
nia
198fd6fc16 pidgin: Update to 2.14.1
version 2.14.1 (11/06/2020):
	* Fixed issues with Windows installer that always thought Pidgin was
	  running. (Eion Robb)
	* Fixed an issue where the Windows installer was not using Unicode while
	  doing checksums which made it fail. (Eion Robb)
	* Fixed an issue in the released source code that caused the Mercurial
	  revision in the About box to be "unknown". (Gary Kramlich)

version 2.14.0 (10/06/2020):
	General:
	* Fixed a memory leak in search results. (#17292 PR #320 David Woodhouse)
	* Support SNI with GNUTLS. (#17300 tiagosalem) (PR #659 Mihai Moldovan)
	* Add additional error handling to NSS and GNUTLS. (PR #679 Samuel Thibault)

	libpurple:
	* Add invisible buddy support to support presence/name/photos for non
	  buddies. (#17295 PR 321 David Woodhouse)
	* Make purple-remote compatible with both Python 2 and Python 3. (Jan
	  Synacek of RedHat)
	* Fixed some leaky deprecation warnings.  (PR #586 Gary Kramlich)
	* Fixed HTML logs which were writing invalid HTML. (#17280 stars PR #312
	  Daniel Kamil Kozar)
	* Fixed a use after free in purple_smiley_set_data_impl. (PR #694 Gary
	  Kramlich)
	* Added the chat_send_file ability to protocol plugins. (PR #701 David
	  Woodhouse)

	Pidgin:
	* Treat <p> tags as line breaks when pasting. (PR #678 Colin Xu)
	* Reverted Ticket #17232/PR #695.  It caused more harm than good and a new
	  solution needs to be found.  (PR #695 Gary Kramlich)

	Bonjour:
	* Always use port fallback for IPv4 addresses. (PR #382 Michael Osborne)

	XMPP:
	* Support for XEP-0198 Stream Management (PR #309 defanor)
	* Decrease delay for file transfer using streamhosts (PR #464 #627 Evert
	  Mouw)

	Voice & Video:
	* Improve webcam failure handling. (PR #322 David Woodhouse)
	* Show error when creating media pipeline fails. (#17290 PR 322 David
	  Woodhouse)
	* Clip audio level reporting. (#14426 PR #322 David Woodhouse)
	* Keep track of devices managed by GstDeviceMonitor. (PR #322 David
	  Woodhouse)
	* Ignore PulseAudio monitors.  (PR #322 David Woodhouse)
	* Backport native Voice & Video prefs from 3.0.  (PR #322 David Woodhouse)
	* Fixed building against GStreamer 0.10 (PR #325 David Woodhouse)
	* Fixed initial delay on incoming audio (PR #379 David Woodhouse)
	* Properly cleanup timeouts. (PR #383 Jakub Adam)
	* Added an audio mixer so mixed sources don't cause a pipe failure. (PR #522
	  Fabrice Bellet)
	* Added screen share support for Wayland via XDP Portal. (PR #337 David
	  Woodhouse)
	* Handle unplug and replug events of selected media device. (PR #699 David
	  Woodhouse)
2020-06-12 11:40:18 +00:00
ryoon
d7c3669305 chat/libsignal-protocol-c: import libsignal-protocol-c-2.3.3
Signal Protocol C Library is a ratcheting forward secrecy protocol
that works in synchronous and asynchronous messaging environments.
2020-06-11 13:45:36 +00:00
nia
4da918284c chat: Remove inspircd. Requested by upstream 2020-06-10 21:16:57 +00:00
nia
f09890c756 libfolks: Update to 0.14.0 2020-06-10 18:08:21 +00:00
nia
6b0b714089 mumble: Update to 1.3.1
Changes:

  Security

   Fixed: Potential exploit in the OCB2 encryption (#4227)

  ICE

   Fixed: Added missing UserKDFIterations field to UserInfo => Prevents
   getRegistration() from failing with enumerator out of range error (#3835)

  GRPC

   Fixed: Segmentation fault during murmur shutdown (#3938)

  Client

   Fixed: Crash when using multiple monitors (#3756)
   FIxed: Don't send empty message from clipboard via shortcut, if clipboard
   is empty (#3864)
   Fixed: Talking indicator being able to freeze to indicate talking when
   self-muted (#4006)
   Fixed: High CPU usage for update-check if update server not available
   (#4019)
   Fixed: DBus getCurrentUrl returning empty string when not in root-channel
   (#4029)
   Fixed: Small parts of whispering leaking out to normal talk (#4051)
   Fixed: Last audio frame of normal talking sent to last whisper target
   instead when using VoiceActivation (#4050)
   Fixed: LAN-icon not found in ConnectDialog (#4058)
   Improved: Set maximal vertical size for User Volume Adjustment dialog
   (#3801)
   Improved: Don't send empty data to PulseAudio (#3316)
   Improved: Use the SRV resolved port for UDP connections (#3820)
   Improved: Manual Plugin UI (#3919)
   Improved: Don't start Jack server by default (#3990)
   Improved: Overlay doesn't hook into all other processes by default (#4041)
   Improved: Wait longer before disconnecting from a server due to unanswered
   Ping-messages (#4123)

  Server

   Fixed: Possibility to circumvent max user-count in channel (#3880)
   Fixed: Rate-limit implementation susceptible to time-underflow (#4004)
   Fixed: OpenSSL error 140E0197 with Qt >= 5.12.2 (#4032)
   Fixed: VersionCheck for SQL for when to use the WAL feature (#4163)
   Fixed: Wrong database encoding that could lead to server-crash (#4220)
   Fixed: DB crash due to primary key violation (now performs "UPSERT" to
   avoid this) (#4105)
   Improved: The fields in the Version ProtoBuf message are now
   size-restricted in order to avoid attacks that can render another client
   unresponsive (#4101)

  Windows Installer

   Improved: Mumble icon (now properly displayed) (#4204)
2020-06-09 15:00:57 +00:00
nia
0ed715e34e znc: Update to 1.8.1
# ZNC 1.8.1 (2020-05-07)

Fixed bug introduced in ZNC 1.8.0:

Authenticated users can trigger an application crash (with a NULL pointer dereference) if echo-message is not enabled and there is no network. CVE-2020-13775
2020-06-09 13:34:33 +00:00
jperkin
38fe454b9c *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
rillig
39a74cf7e7 chat/ktp-common-internals: suppress USE_TOOLS+=perl warning 2020-06-02 18:33:40 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
rillig
040f59eaf3 chat/xaric: remove unknown configure option 2020-06-01 06:11:54 +00:00
rillig
e030e40593 chat/silc-client: remove unknown configure options 2020-05-31 17:23:45 +00:00
rillig
896e04e6f3 chat/scrollz: remove unknown configure options 2020-05-31 17:22:16 +00:00
rillig
2602fe14ba chat/loudmouth: remove unknown configure option 2020-05-31 15:43:17 +00:00
rillig
ebbbf8b742 chat/irssi-icb: remove unknown configure options 2020-05-31 15:10:11 +00:00
wiz
188111f641 *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
joerg
2ac1ae2d11 Pointers and 0 are not ordered relativ to each. 2020-05-26 11:27:01 +00:00