Update gsasl to 0.2.26.
Based on patch provided by Eric Schnoebelen in PR 38692. While here, marked as DESTDIR support. Also fix CONFIGURE option for GSSAPI implement (I don't know from when). * Version 0.2.26 (released 2008-05-05) ** Translations files not stored directly in git to avoid merge conflicts. This allows us to avoid use of --no-location which makes the translation teams happier. ** Build fixes for the documentation. ** Update gnulib files. * Version 0.2.25 (released 2008-03-10) ** gsasl: Fix buffering issue to avoid mixing stdout/stderr outputs. This would manifest itself when redirecting output to a pipe, such as when used with Gnus. Reported by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>, see <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/123>. ** Fix non-portable use of brace expansion in makefiles. * Version 0.2.24 (released 2008-01-15) ** Link self-tests with gnulib, to fix link failures under MinGW. * Version 0.2.23 (released 2008-01-15) ** Improve CRAM-MD5 self-test to detect if challenges are the same. ** Improve gsasl --help and --version to conform with GNU standards. ** Use gettext 0.17. ** Update gnulib files. * Version 0.2.22 (released 2007-10-08) ** Development git tree moved to savannah. See <https://savannah.gnu.org/projects/gsasl/>. ** Fix warnings when building the tool 'gsasl'. ** Update gnulib files.
This commit is contained in:
parent
64f6428cc7
commit
3a3654baf5
3 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.22 2008/03/06 14:53:53 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2008/05/21 15:22:56 obache Exp $
|
||||
|
||||
DISTNAME= gsasl-0.2.21
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gsasl-0.2.26
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://josefsson.org/gsasl/releases/ \
|
||||
ftp://alpha.gnu.org/pub/gnu/gsasl/
|
||||
|
@ -10,12 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://www.gnu.org/software/gsasl/
|
||||
COMMENT= GNU implementation of the Simple Authentication and Security Layer
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= msgfmt pkg-config
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-gtk-doc
|
||||
CONFIGURE_ARGS+= --enable-gssapi=${GSSIMPL.${KRB5_TYPE}}
|
||||
CONFIGURE_ARGS+= --with-gssapi-impl=${GSSIMPL.${KRB5_TYPE}}
|
||||
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
||||
CONFIGURE_ARGS+= --with-libgcrypt
|
||||
GSSIMPL.heimdal= heimdal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2007/10/25 21:24:53 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2008/05/21 15:22:56 obache Exp $
|
||||
bin/gsasl
|
||||
include/gsasl-compat.h
|
||||
include/gsasl-mech.h
|
||||
|
@ -135,6 +135,7 @@ share/locale/pl/LC_MESSAGES/gsasl.mo
|
|||
share/locale/pl/LC_MESSAGES/libgsasl.mo
|
||||
share/locale/ro/LC_MESSAGES/gsasl.mo
|
||||
share/locale/ro/LC_MESSAGES/libgsasl.mo
|
||||
share/locale/sk/LC_MESSAGES/libgsasl.mo
|
||||
share/locale/sq/LC_MESSAGES/gsasl.mo
|
||||
share/locale/sr/LC_MESSAGES/gsasl.mo
|
||||
share/locale/sr/LC_MESSAGES/libgsasl.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2007/10/25 21:24:53 adam Exp $
|
||||
$NetBSD: distinfo,v 1.8 2008/05/21 15:22:56 obache Exp $
|
||||
|
||||
SHA1 (gsasl-0.2.21.tar.gz) = 971ede97fc148ac3238415c55b1b95eca485afac
|
||||
RMD160 (gsasl-0.2.21.tar.gz) = a570098ba0e3f6d1b50b92010c6aeb687ada14ec
|
||||
Size (gsasl-0.2.21.tar.gz) = 3293537 bytes
|
||||
SHA1 (gsasl-0.2.26.tar.gz) = bd6d201bc2d35291e1b2a24a32932d709ec4c0f5
|
||||
RMD160 (gsasl-0.2.26.tar.gz) = 89a1e711ef1efefca898d21d8763ad062357854a
|
||||
Size (gsasl-0.2.26.tar.gz) = 3371738 bytes
|
||||
|
|
Loading…
Reference in a new issue