Revision: 27109 http://sourceforge.net/p/gar/code/27109 Author: rmottola Date: 2024-10-22 10:19:32 +0000 (Tue, 22 Oct 2024) Log Message: ----------- gnutls3/trunk: update version, add patch for solaris9 IPV6
Modified Paths: -------------- csw/mgar/pkg/gnutls3/trunk/Makefile csw/mgar/pkg/gnutls3/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gnutls3/trunk/files/0004-servc-ipv1.patch Modified: csw/mgar/pkg/gnutls3/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnutls3/trunk/Makefile 2024-10-19 14:44:04 UTC (rev 27108) +++ csw/mgar/pkg/gnutls3/trunk/Makefile 2024-10-22 10:19:32 UTC (rev 27109) @@ -1,5 +1,5 @@ NAME = gnutls -VERSION = 3.5.18 +VERSION = 3.5.19 GARTYPE = v2 DESCRIPTION = GNU Transport Layer Security libraries and tools @@ -11,6 +11,7 @@ SUBV = $(shell echo $(VERSION) | awk -F. '{print $$1"."$$2}') MASTER_SITES = ftp://ftp.gnutls.org/gcrypt/gnutls/v$(SUBV)/ +MASTER_SITES = https://www.gnupg.org/ftp/gcrypt/gnutls/v$(SUBV)/ DISTFILES += $(DISTNAME).tar.xz # PATCHFILES += 0001-Do-not-strip-norunpath.patch @@ -20,6 +21,10 @@ # sure that bash is used instead of sh ##PATCHFILES += 0003-force-use-of-bash-shell-in-non-portable-test-scripts.patch +#Solaris 9 ipv6 patch +PATCHFILES += 0004-servc-ipv1.patch + + # Sun Studio 12 bails out on .deinit_func GARCOMPILER = GNU Modified: csw/mgar/pkg/gnutls3/trunk/checksums =================================================================== --- csw/mgar/pkg/gnutls3/trunk/checksums 2024-10-19 14:44:04 UTC (rev 27108) +++ csw/mgar/pkg/gnutls3/trunk/checksums 2024-10-22 10:19:32 UTC (rev 27109) @@ -1 +1 @@ -c2d93d305ecbc55939bc2a8ed4a76a3d gnutls-3.5.18.tar.xz +1002f4099ce11d785e9811099aaa59a6 gnutls-3.5.19.tar.xz Added: csw/mgar/pkg/gnutls3/trunk/files/0004-servc-ipv1.patch =================================================================== --- csw/mgar/pkg/gnutls3/trunk/files/0004-servc-ipv1.patch (rev 0) +++ csw/mgar/pkg/gnutls3/trunk/files/0004-servc-ipv1.patch 2024-10-22 10:19:32 UTC (rev 27109) @@ -0,0 +1,13 @@ +--- a/src/serv.c.orig Thu Oct 17 15:04:22 2024 ++++ b/src/serv.c Thu Oct 17 15:07:34 2024 +@@ -49,6 +49,10 @@ + #include "sockets.h" + #include "udp-serv.h" + ++#ifndef IPV6_V6ONLY ++#define IPV6_V6ONLY 1 ++#endif ++ + /* konqueror cannot handle sending the page in multiple + * pieces. + */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.