Date: Sun, 01 Nov 2015 13:59:58 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204185] security/py-kerberos: Update to 1.2.2 Message-ID: <bug-204185-21822-FytGDDd2L6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204185-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-204185-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204185 --- Comment #5 from John W. O'Brien <john@saltant.com> --- @koobs: I expected it to link against MIT Kerberos, and it does. % ldd /usr/local/lib/python2.7/site-packages/kerberos.so /usr/local/lib/python2.7/site-packages/kerberos.so: libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x801608000) libgssapi_krb5.so.2.2 => /usr/local/lib/libgssapi_krb5.so.2.2 (0x8019c3000) libkrb5.so.3.3 => /usr/local/lib/libkrb5.so.3.3 (0x801c0a000) libk5crypto.so.3.1 => /usr/local/lib/libk5crypto.so.3.1 (0x801eea000) libcom_err.so.3.0 => /usr/local/lib/libcom_err.so.3.0 (0x802119000) libc.so.7 => /lib/libc.so.7 (0x800821000) libthr.so.3 => /lib/libthr.so.3 (0x80231c000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x802540000) libutil.so.9 => /lib/libutil.so.9 (0x80274b000) libm.so.5 => /lib/libm.so.5 (0x80295d000) libkrb5support.so.0.1 => /usr/local/lib/libkrb5support.so.0.1 (0x802b86000) I would also be interested in testing your work. However, first there are some basic smoke tests that are failing, and I'm not sure yet if it's me or v1.2.2. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204185-21822-FytGDDd2L6>