[csw-devel] SF.net SVN: gar:[22132] csw/mgar/pkg/krb5-lib/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Sun Oct 6 14:29:29 CEST 2013
Revision: 22132
http://gar.svn.sourceforge.net/gar/?rev=22132&view=rev
Author: lblume
Date: 2013-10-06 12:29:29 +0000 (Sun, 06 Oct 2013)
Log Message:
-----------
krb5-lib/trunk: Bump to 1.9.5; add a link to the system's krb5.conf; recipe cleanup
Modified Paths:
--------------
csw/mgar/pkg/krb5-lib/trunk/Makefile
csw/mgar/pkg/krb5-lib/trunk/checksums
Modified: csw/mgar/pkg/krb5-lib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/krb5-lib/trunk/Makefile 2013-10-06 12:03:58 UTC (rev 22131)
+++ csw/mgar/pkg/krb5-lib/trunk/Makefile 2013-10-06 12:29:29 UTC (rev 22132)
@@ -5,7 +5,7 @@
#
NAME = krb5
-VERSION = 1.9.2
+VERSION = 1.9.5
GARTYPE = v2
DESCRIPTION = MIT Kerberos 5 core libraries
@@ -23,10 +23,10 @@
PATCHFILES = patch-man2html-perl.patch
PATCHFILES += 0002-libintl-for-kproplog.patch
# PATCHFILES += 0003-local-libraries-first-when-linking.patch
-PATCHFILES += 0004-libkdb_ldap-isblank-define.patch
-PATCHFILES += 0005-Add-strings.h-to-setenv.c-for-strlen-and-other-stuff.patch
+#PATCHFILES += 0004-libkdb_ldap-isblank-define.patch
+#PATCHFILES += 0005-Add-strings.h-to-setenv.c-for-strlen-and-other-stuff.patch
# PATCHFILES += krb5-1.9.2-krb5_set_password_using_ccache.patch
-PATCHFILES += 0005-krb5_set_password_using_ccache.patch
+#PATCHFILES += 0005-krb5_set_password_using_ccache.patch
# PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
@@ -132,10 +132,7 @@
# We turn off almost everything as we are just interested in the library.
NODIRPATHS = --docdir
CONFIGURE_ARGS = $(DIRPATHS)
-# --enable-ipv6 is deprecated and autodetected
-#CONFIGURE_ARGS += --enable-ipv6
-CONFIGURE_ARGS += --enable-kdc-replay-cache --enable-dns-for-realm
-#CONFIGURE_ARGS += --disable-thread-support
+CONFIGURE_ARGS += --enable-dns-for-realm
CONFIGURE_ARGS += --enable-thread-support
CONFIGURE_ARGS += --disable-static --disable-profiled
CONFIGURE_ARGS += --without-ldap
@@ -173,6 +170,12 @@
$(WORKSRC)/src/plugins/preauth/pkinit/Makefile.in
@$(MAKECOOKIE)
-# Remove Studio-specific arch references
post-install-modulated:
- gsed -i -e '/^[^#]/s/-xarch=[^ ]* //' -e '/^[^#]/s/-xchip=[^ ]* //' $(DESTDIR)$(bindir)/krb5-config
+ # Remove Studio-specific arch references
+ gsed -i \
+ -e '/^[^#]/s/-xarch=[^ ]* //' \
+ -e '/^[^#]/s/-xchip=[^ ]* //' \
+ $(DESTDIR)$(bindir)/krb5-config
+ # Add a link to the system's Kerberos configuration
+ ginstall -m 755 -d $(DESTDIR)$(sysconfdir)
+ gln -s ../../krb5/krb5.conf $(DESTDIR)$(sysconfdir)/krb5.conf
Modified: csw/mgar/pkg/krb5-lib/trunk/checksums
===================================================================
--- csw/mgar/pkg/krb5-lib/trunk/checksums 2013-10-06 12:03:58 UTC (rev 22131)
+++ csw/mgar/pkg/krb5-lib/trunk/checksums 2013-10-06 12:29:29 UTC (rev 22132)
@@ -1 +1 @@
-8de1e9111612f0af0b0560789ae11cb9 krb5-1.9.2-signed.tar
+74de3495dd3c0ccfd46401f95b1b4b1d krb5-1.9.5-signed.tar
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list