[csw-devel] SF.net SVN: gar:[7951] csw/mgar/pkg/dante/trunk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sun Jan 10 18:15:53 CET 2010


Revision: 7951
          http://gar.svn.sourceforge.net/gar/?rev=7951&view=rev
Author:   skayser
Date:     2010-01-10 17:15:52 +0000 (Sun, 10 Jan 2010)

Log Message:
-----------
dante: documented Kerberos-related core dumps, releasing w/o Kerberos support for now

Modified Paths:
--------------
    csw/mgar/pkg/dante/trunk/Makefile
    csw/mgar/pkg/dante/trunk/files/README.CSW

Modified: csw/mgar/pkg/dante/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dante/trunk/Makefile	2010-01-10 17:02:36 UTC (rev 7950)
+++ csw/mgar/pkg/dante/trunk/Makefile	2010-01-10 17:15:52 UTC (rev 7951)
@@ -3,9 +3,14 @@
 #   and INSTALL with its description of `--without-glibc-secure'.
 #
 # Known issues:
-# - When compiled with GSSAPI/kerberos support, socksify core dumps
+# - When compiled with GSSAPI/Kerberos support, socksify core dumps
 #   at the end of the connection (when all data has been transmitted).
 #   To reproduce: /opt/csw/bin/socksify wget -qO http://google.com
+#   Observed on Solaris 10 U7 x86 with CSWkrb5lib 1.4.4,REV=2006.12.27.
+#   Not investigated in depth. If anyone needs Kerberos support, feel
+#   free to tackle this. Might be bug in Dante, might have to do with
+#   the LIBTOOL hack (see pre-configure-modulated) or might also
+#   originate in our downrev Kerberos libs.
 #
 GARNAME = dante
 GARVERSION = 1.2.0
@@ -67,7 +72,7 @@
 # UPNP support requires miniupnp from http://miniupnp.free.fr/
 CONFIGURE_ARGS += --without-upnp
 # See "Known issues" at the top of this Makefile
-#CONFIGURE_ARGS += --without-gssapi
+CONFIGURE_ARGS += --without-gssapi
 
 SAMPLECONF  = $(sysconfdir)/socks.conf
 SAMPLECONF += $(sysconfdir)/sockd.conf
@@ -81,8 +86,8 @@
 	# Kerberos linking fails with the shipped libtool, so make ./configure
 	# use /opt/csw/bin/libtool (similar to what Debian does). See
 	# http://article.gmane.org/gmane.os.solaris.opencsw.maintainers/5275
-	gsed -ie 's,^LIBTOOL=.*,LIBTOOL=/opt/csw/bin/libtool,' \
-		$(WORKSRC)/configure
+	#gsed -ie 's,^LIBTOOL=.*,LIBTOOL=/opt/csw/bin/libtool,' \
+	#	$(WORKSRC)/configure
 	@$(MAKECOOKIE)
 
 post-configure-modulated:
@@ -111,7 +116,7 @@
 
 post-install-dante: DOCDEST = $(DESTDIR)$(docdir)/dante
 post-install-dante: DOCS = CREDITS NEWS SUPPORT
-post-install-dante: CSWDOCS = changelog.CSW
+post-install-dante: CSWDOCS = README.CSW changelog.CSW
 post-install-dante:
 	ginstall -d $(DESTDIR)/var/opt/csw/dante
 	ginstall -d $(DOCDEST)/examples

Modified: csw/mgar/pkg/dante/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/dante/trunk/files/README.CSW	2010-01-10 17:02:36 UTC (rev 7950)
+++ csw/mgar/pkg/dante/trunk/files/README.CSW	2010-01-10 17:15:52 UTC (rev 7951)
@@ -1,6 +1,16 @@
-Known issue: libsocks does not support $SOCKS_CONF
---------------------------------------------------
+Known limitation: libsocks/sockd without Kerberos support
+---------------------------------------------------------
 
+These builds of libsocks/sockd come without Kerberos support. If you
+require Kerberos support and are willing to invest some time, feel
+free to ping our maintainers mailing list and we will get you started
+with our build system. If you can't help out, but still require
+Kerberos support, please file a bug report so that we know about
+your requirement.
+
+Known limitation: libsocks does not support $SOCKS_CONF
+-------------------------------------------------------
+
 This build of the libsocks _does not_ support an alternate socks.conf
 passed via the environment variable SOCKS_CONF. As a workaround you can
 specify a SOCKS server via the environment variables pointed out in


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