Revision: 15352 http://gar.svn.sourceforge.net/gar/?rev=15352&view=rev Author: skayser Date: 2011-08-16 22:24:35 +0000 (Tue, 16 Aug 2011)
Log Message: ----------- stunnel/trunk: update to 4.41 (not yet finished) Modified Paths: -------------- csw/mgar/pkg/stunnel/trunk/Makefile csw/mgar/pkg/stunnel/trunk/checksums Modified: csw/mgar/pkg/stunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/stunnel/trunk/Makefile 2011-08-16 16:18:26 UTC (rev 15351) +++ csw/mgar/pkg/stunnel/trunk/Makefile 2011-08-16 22:24:35 UTC (rev 15352) @@ -1,11 +1,12 @@ -# Todo: +# TODO (release-critical prefixed with !, non release-critical with *) +# ! config file patch currently doesn't apply cleanly # * postinstall mknod not possible within zone (mknod fails with "not owner") # Work around this or provide README.CSW with instructions for chroot # --> Why should /dev/zero be required at all? google suggests relation # to pthreads .. truss doesn't show /dev/zero usage on Solaris 10 # Test on Solaris 8 / 9 for comparison NAME = stunnel -VERSION = 4.33 +VERSION = 4.41 CATEGORIES = net DESCRIPTION = Universal SSL Wrapper @@ -18,13 +19,17 @@ endef VENDOR_URL = http://www.stunnel.org -MASTER_SITES = http://www.stunnel.org/download/stunnel/src/ +MASTER_SITES = ftp://ftp.stunnel.org/stunnel/ DISTFILES = $(NAME)-$(VERSION).tar.gz -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz +# Note that upstream moves versions to an obsolete/ subdir over time +MAJOR_VER = $(firstword $(subst ., ,$(VERSION))) +MASTER_SITES += ftp://ftp.stunnel.org/stunnel/obsolete/$(MAJOR_VER).x/ + RUNTIME_DEP_PKGS = CSWzlib CSWosslrt CSWtcpwrap # Make stunnel.conf-sample.in honor $localstatedir adjustments +# c.f. http://marc.info/?l=stunnel-users&m=128035848632004&w=2 PATCHFILES = 0001-Make-stunnel.conf-sample.in-honor-sysconfdir-localst.patch CONFIGURE_ARGS = $(DIRPATHS) Modified: csw/mgar/pkg/stunnel/trunk/checksums =================================================================== --- csw/mgar/pkg/stunnel/trunk/checksums 2011-08-16 16:18:26 UTC (rev 15351) +++ csw/mgar/pkg/stunnel/trunk/checksums 2011-08-16 22:24:35 UTC (rev 15352) @@ -1,2 +1 @@ -0915b192dcbe816490ed88770bb771d0 0001-Make-stunnel.conf-sample.in-honor-sysconfdir-localst.patch -559a864066d8cc4afd8a97682c90d41c stunnel-4.33.tar.gz +1ce3c7c491cabbda713af6ed6caf13f0 stunnel-4.41.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel