diff options
author | obache <obache> | 2008-05-21 15:22:56 +0000 |
---|---|---|
committer | obache <obache> | 2008-05-21 15:22:56 +0000 |
commit | 95feeca6889c2901f7c41276579b286636e6b574 (patch) | |
tree | 77a9b6508a1f9ad840f25f754e4a41ea1aedd6d2 /security | |
parent | f72c043adf24d10d3e76bd8910dfa6abd3f55723 (diff) | |
download | pkgsrc-95feeca6889c2901f7c41276579b286636e6b574.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/gsasl/Makefile | 9 | ||||
-rw-r--r-- | security/gsasl/PLIST | 3 | ||||
-rw-r--r-- | security/gsasl/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 182ba86367d..d9a72b3ac2c 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -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 diff --git a/security/gsasl/PLIST b/security/gsasl/PLIST index 77d86ab5aa9..46c13041c29 100644 --- a/security/gsasl/PLIST +++ b/security/gsasl/PLIST @@ -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 diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 5e0fbf0c720..58ac6b970e8 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -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 |