Commit Graph

8 Commits

Author SHA1 Message Date
mestre
68cd0952b7 Fix copy pasto from my last commit 2017-05-26 10:34:53 +00:00
fcambus
8f164a6dd2 Update mcabber to 1.0.3.
From maintainer Markus Hennecke.
2016-10-13 08:40:51 +00:00
mestre
67e557bba9 This patch introduces pledge(2) to mcabber with the following promises:
rpath/wpath/cpath/fattr: it needs to read, write and create files and set the
correct attributes
inet/dns: network application needs both promises
tty: ncurses is used for the interface so it needs this
proc/exec: this is only needed if events are configured in the config files

In order to apply this we have disabled modules support since it would need to
load libraries dinamically and therefore prot_exec promise would be needed but
that is not a good strategy. This is mentioned in DESCR to reflect the change.

OK tim@ after his suggestions and also OK by the maintainer Markus Hennecke
since no users objected this change.
2016-03-24 20:04:25 +00:00
tim
e8c13c0b07 Fix a bug in the configure script causing the default modules directory to be
set to a wrong value. Incorrect use of the AC_DEFINE_DIR macro (in
configure.ac) results in a value like "23722{exec_prefix}/lib/mcabber".

Help and OK naddy@
2016-03-18 23:57:57 +00:00
sthen
fa710c2d4a mcabber-0.10.3, from Tim van der Molen, ok Markus Hennecke (maintainer),
plus slight tweak (drop autoconf dependency, configure.ac patch was removed).
2015-03-24 22:45:07 +00:00
stsp
6a65627a9d libotr-4.0.0 support for mcabber. Patch obtained from
http://www.isbear.org.ua/hg/isbear/mcabber-patches/file/tip/use-otr-v4.diff
This makes it build, otherwise untested because mcabber doesn't seem to
work with jabber servers used by myself and pascal.
ok pascal@
2013-08-15 16:34:49 +00:00
jasper
417b4f5e3d - update mcabber to 0.9.6
from Markus Hennecke <markus-hennecke at markus-hennecke.de> (MAINTAINER)
2008-01-17 18:01:26 +00:00
jasper
f60adef809 import mcabber 0.9.5
Small console Jabber client which features SSL support, history logging
and external actions.

from Markus Hennecke <markus-hennecke at markus-hennecke.de> (MAINTAINER)
with tweaks by me

ok simon@
2008-01-03 18:42:00 +00:00