Hi list, an update to irssi-otr happened:
https://lists.cypherpunks.ca/pipermail/otr-dev/2015-January/002301.html This fixes a null pointer dereference when using irssi-xmpp. It also moves the file to being hosted by the developer. The hardcoded paths are sadly not (yet) fixed. Also interesting is the intend to include irssi-otr into irssi. Let's wait and see if and when that happens :-) Regards, Florian Index: Makefile =================================================================== RCS file: /cvs/ports/net/irssi-otr/Makefile,v retrieving revision 1.3 diff -u -p -u -r1.3 Makefile --- Makefile 10 Jul 2014 11:06:37 -0000 1.3 +++ Makefile 7 Jan 2015 17:38:46 -0000 @@ -4,13 +4,8 @@ SHARED_ONLY = Yes COMMENT = OTR (off the record) encryption support for irssi -V = 1.0.0 -GH_ACCOUNT = cryptodotis -GH_PROJECT = irssi-otr -GH_TAGNAME = v$V -GH_COMMIT = d7a88b6697951727a2fa34b7d3d3543b0e5a2ecc -REVISION = 0 -DISTNAME = ${GH_PROJECT}-$V +V = 1.0.1 +DISTNAME = irssi-otr-$V CATEGORIES = net security @@ -22,6 +17,9 @@ MAINTAINER = Florian Stinglmayr <florian PERMIT_PACKAGE_CDROM = Yes WANTLIB += c gcrypt gpg-error otr pthread + +MASTER_SITES = https://www.otr.im/dist/irssi-otr/ +EXTRACT_SUFX = .tar.bz2 MODULES = devel/gettext Index: distinfo =================================================================== RCS file: /cvs/ports/net/irssi-otr/distinfo,v retrieving revision 1.1.1.1 diff -u -p -u -r1.1.1.1 distinfo --- distinfo 21 May 2014 15:40:54 -0000 1.1.1.1 +++ distinfo 7 Jan 2015 17:38:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (irssi-otr-1.0.0.tar.gz) = utCaKFPqb7Gnr0LI8Vho/TzkX5c76Qx4lE3fBPirUX4= -SIZE (irssi-otr-1.0.0.tar.gz) = 39481 +SHA256 (irssi-otr-1.0.1.tar.bz2) = +9xG/3z0VFFbNnJjcnii7UYwvkGjlktV4ViuNsauT88= +SIZE (irssi-otr-1.0.1.tar.bz2) = 295144 Index: patches/patch-README_md =================================================================== RCS file: patches/patch-README_md diff -N patches/patch-README_md --- patches/patch-README_md 21 May 2014 15:48:13 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -$OpenBSD: patch-README_md,v 1.1 2014/05/21 15:48:13 sthen Exp $ ---- README.md.orig Wed May 21 16:45:34 2014 -+++ README.md Wed May 21 16:46:04 2014 -@@ -1,9 +1,3 @@ --## IMPORTANT ## --Please use the git head master branch of libotr which contains a critical fix --for irssi-otr to work. (Fix commit: d748757e581b74e7298df155ad49174cb914102b) -- --http://sourceforge.net/p/otr/libotr/ci/master/tree/ -- - irssi-otr - ========= - Index: patches/patch-configure_ac =================================================================== RCS file: /cvs/ports/net/irssi-otr/patches/patch-configure_ac,v retrieving revision 1.1.1.1 diff -u -p -u -r1.1.1.1 patch-configure_ac --- patches/patch-configure_ac 21 May 2014 15:40:54 -0000 1.1.1.1 +++ patches/patch-configure_ac 7 Jan 2015 17:38:46 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-configure_ac,v 1.1.1.1 2014/05/21 15:40:54 sthen Exp $ ---- configure.ac.orig Thu May 9 22:17:52 2013 -+++ configure.ac Thu Jan 30 21:23:45 2014 -@@ -71,7 +71,7 @@ AC_SUBST(DEFAULT_INCLUDES) +--- configure.ac.orig Sat Jan 3 17:50:28 2015 ++++ configure.ac Wed Jan 7 18:25:30 2015 +@@ -77,7 +77,7 @@ AC_SUBST(DEFAULT_INCLUDES) + AC_ARG_WITH([irssi-module-dir], + AS_HELP_STRING([--with-irssi-module-dir=DIR], [Irssi module directory]), + [IRSSI_MODULE_DIR="$withval"], +- [IRSSI_MODULE_DIR="/usr/lib/irssi/modules"]) ++ [IRSSI_MODULE_DIR="$prefix/lib/irssi/modules"]) - # Hardcoded here since irssi only searches in $HOME/.irssi/modules or this path - # which is unfortunate... --IRSSI_MODULE_DIR="/usr/lib/irssi/modules" -+IRSSI_MODULE_DIR="$prefix/lib/irssi/modules" AC_SUBST(IRSSI_MODULE_DIR) - AC_CONFIG_FILES([