Hi
Here's an update for pidgin-sipe to 1.18.4. I have enabled
--enable-openssl/--enable-nss per this thread:

http://permalink.gmane.org/gmane.os.openbsd.misc/216153

It still works for my use case.

version 1.18.4 "Bug Fixes IV" (2014-10-18)

    Fixed [#263]: ADFS fails when user and login name differ (Stefan Becker)
    Fixed [#262]: Adium: SIPE doesn't auto- or re-connect (Stefan Becker)
    fixed memory leaks (Stefan Becker)
    fixed processing of presence publish event response (John Zhang, Stefan
Becker)
        fixes a longstanding issue that the Pidgin user status sometimes
didn't switch back to "Available" after the end of a meeting

Cheers
Tom
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/pidgin-sipe/Makefile,v
retrieving revision 1.16
diff -u -p -u -r1.16 Makefile
--- Makefile    4 Sep 2014 14:45:56 -0000       1.16
+++ Makefile    23 Oct 2014 14:53:52 -0000
@@ -6,7 +6,7 @@ SHARED_ONLY =           Yes
 
 COMMENT =              SIPE plugin for Pidgin
 
-DISTNAME =             pidgin-sipe-1.18.3
+DISTNAME =             pidgin-sipe-1.18.4
 
 CATEGORIES =           net
 
@@ -18,9 +18,9 @@ MAINTAINER =          Tom Doherty <tom@singlesec
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += crypto dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmime-2.6
-WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 idn m nspr4 nss3
-WANTLIB += nssutil3 pcre plc4 plds4 pthread purple smime3 softokn3
-WANTLIB += sqlite3 ssl3 util xml2 z
+WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 idn lzma m nspr4 
+WANTLIB += nss3 nssutil3 pcre plc4 plds4 pthread purple smime3 
+WANTLIB += softokn3 sqlite3 ssl3 util xml2 z
 
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=sipe/}
 
@@ -37,6 +37,8 @@ USE_GMAKE =           Yes
 CONFIGURE_STYLE =      gnu
 CONFIGURE_ARGS +=      ${CONFIGURE_SHARED} \
                        --enable-purple \
+                       --enable-openssl \
+                       --enable-nss \
                        --disable-telepathy \
                        --without-vv
 CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/pidgin-sipe/distinfo,v
retrieving revision 1.8
diff -u -p -u -r1.8 distinfo
--- distinfo    4 Sep 2014 14:45:56 -0000       1.8
+++ distinfo    23 Oct 2014 14:53:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (pidgin-sipe-1.18.3.tar.gz) = 
z9xN/BWXxh+NCjzVj82STrTJq4uvdxW3/qAMyZt1E9o=
-SIZE (pidgin-sipe-1.18.3.tar.gz) = 1097427
+SHA256 (pidgin-sipe-1.18.4.tar.gz) = 
SICsrG93vEqF0YLM1CU8mUTWYtCxw35XvPSnQ+aVrVw=
+SIZE (pidgin-sipe-1.18.4.tar.gz) = 1097725

Reply via email to