From bogdan at kde.org Tue Oct 1 09:22:57 2024 From: bogdan at kde.org (BogDan Vatra) Date: Tue, 1 Oct 2024 10:22:57 +0300 Subject: How to get recipes for binary packages Message-ID: Hello there, I'd like to try to update https://www.opencsw.org/packages/CSWmesa/ package but I need a starting point, which is the old recipe for that package. Sadly I can't find it here https://sourceforge.net/p/gar/code/HEAD/tree/csw/mgar/pkg/ . Is there another way to get that recipe? BogDan. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Tue Oct 1 09:43:32 2024 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 1 Oct 2024 09:43:32 +0200 Subject: How to get recipes for binary packages In-Reply-To: References: Message-ID: <9FEB721A-1834-42CA-8E3F-281105E15A03@opencsw.org> Hi BogDan, > Am 01.10.2024 um 09:22 schrieb BogDan Vatra via devel : > I'd like to try to update https://www.opencsw.org/packages/CSWmesa/ package but I need a starting point, which is the old recipe for that package. Sadly I can't find it here https://sourceforge.net/p/gar/code/HEAD/tree/csw/mgar/pkg/ . > Is there another way to get that recipe? I am afraid there is none - the mGAR build system was introduced sometimes around 2009 and James did not adopt it until he left the project. You may want to give it a try starting with a recipe for some other generic library like APR: https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/apr-util/trunk/Makefile Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bogdan at kde.org Tue Oct 1 10:24:47 2024 From: bogdan at kde.org (BogDan Vatra) Date: Tue, 1 Oct 2024 11:24:47 +0300 Subject: How to get recipes for binary packages In-Reply-To: <9FEB721A-1834-42CA-8E3F-281105E15A03@opencsw.org> References: <9FEB721A-1834-42CA-8E3F-281105E15A03@opencsw.org> Message-ID: Hi Dago, Other packages don't help as I'm trying to figure out what are the configure params that he used for mesa. Even the old recipe will do ... Cheers, BogDan. ?n mar., 1 oct. 2024 la 10:43, Dagobert Michelsen a scris: > Hi BogDan, > > Am 01.10.2024 um 09:22 schrieb BogDan Vatra via devel < > devel at lists.opencsw.org>: > I'd like to try to update https://www.opencsw.org/packages/CSWmesa/ package > but I need a starting point, which is the old recipe for that package. > Sadly I can't find it here > https://sourceforge.net/p/gar/code/HEAD/tree/csw/mgar/pkg/ . > Is there another way to get that recipe? > > > I am afraid there is none - the mGAR build system was introduced sometimes > around 2009 > and James did not adopt it until he left the project. You may want to give > it a try starting > with a recipe for some other generic library like APR: > > https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/apr-util/trunk/Makefile > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From idogan23 at users.sourceforge.net Tue Oct 1 17:27:34 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Tue, 01 Oct 2024 15:27:34 +0000 Subject: SF.net SVN: gar:[27099] csw/mgar/pkg/nano/trunk Message-ID: <1727796454.715205.32235@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27099 http://sourceforge.net/p/gar/code/27099 Author: idogan23 Date: 2024-10-01 15:27:34 +0000 (Tue, 01 Oct 2024) Log Message: ----------- nano: update to 8.2 Modified Paths: -------------- csw/mgar/pkg/nano/trunk/Makefile csw/mgar/pkg/nano/trunk/checksums Modified: csw/mgar/pkg/nano/trunk/Makefile =================================================================== --- csw/mgar/pkg/nano/trunk/Makefile 2024-09-18 13:44:00 UTC (rev 27098) +++ csw/mgar/pkg/nano/trunk/Makefile 2024-10-01 15:27:34 UTC (rev 27099) @@ -1,5 +1,5 @@ NAME = nano -VERSION = 8.1 +VERSION = 8.2 GARTYPE = v2 DESCRIPTION = Enhanced clone of the Pico text editor Modified: csw/mgar/pkg/nano/trunk/checksums =================================================================== --- csw/mgar/pkg/nano/trunk/checksums 2024-09-18 13:44:00 UTC (rev 27098) +++ csw/mgar/pkg/nano/trunk/checksums 2024-10-01 15:27:34 UTC (rev 27099) @@ -1 +1 @@ -9eb581845590ad70ba89c04509c7a386 nano-8.1.tar.xz +382baf871963ac2c31c1e8043c70776e nano-8.2.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Oct 10 08:29:24 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 10 Oct 2024 06:29:24 +0000 Subject: SF.net SVN: gar:[27100] csw/mgar/pkg/unbound/trunk Message-ID: <1728541764.553891.20284@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27100 http://sourceforge.net/p/gar/code/27100 Author: idogan23 Date: 2024-10-10 06:29:24 +0000 (Thu, 10 Oct 2024) Log Message: ----------- unbound: update to 1.21.1, fixes CVE-2024-8508 Modified Paths: -------------- csw/mgar/pkg/unbound/trunk/Makefile csw/mgar/pkg/unbound/trunk/checksums Modified: csw/mgar/pkg/unbound/trunk/Makefile =================================================================== --- csw/mgar/pkg/unbound/trunk/Makefile 2024-10-01 15:27:34 UTC (rev 27099) +++ csw/mgar/pkg/unbound/trunk/Makefile 2024-10-10 06:29:24 UTC (rev 27100) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.21.0 +VERSION = 1.21.1 GARTYPE = v2 DESCRIPTION = A validating, recursive, and caching DNS resolver define BLUR Modified: csw/mgar/pkg/unbound/trunk/checksums =================================================================== --- csw/mgar/pkg/unbound/trunk/checksums 2024-10-01 15:27:34 UTC (rev 27099) +++ csw/mgar/pkg/unbound/trunk/checksums 2024-10-10 06:29:24 UTC (rev 27100) @@ -1 +1 @@ -fb7cc7922064bf122941b9f135052d00 unbound-1.21.0.tar.gz +94fee452f4f7c3aad166d65533931c0f unbound-1.21.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Oct 10 11:45:47 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 10 Oct 2024 09:45:47 +0000 Subject: SF.net SVN: gar:[27101] csw/mgar/pkg/xz/trunk Message-ID: <1728553547.832202.14178@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27101 http://sourceforge.net/p/gar/code/27101 Author: idogan23 Date: 2024-10-10 09:45:47 +0000 (Thu, 10 Oct 2024) Log Message: ----------- xz: Update to 5.6.3 Modified Paths: -------------- csw/mgar/pkg/xz/trunk/Makefile csw/mgar/pkg/xz/trunk/checksums Modified: csw/mgar/pkg/xz/trunk/Makefile =================================================================== --- csw/mgar/pkg/xz/trunk/Makefile 2024-10-10 06:29:24 UTC (rev 27100) +++ csw/mgar/pkg/xz/trunk/Makefile 2024-10-10 09:45:47 UTC (rev 27101) @@ -1,5 +1,5 @@ NAME = xz -VERSION = 5.6.2 +VERSION = 5.6.3 GARTYPE = v2 DESCRIPTION = XZ Utils is free data compression software with high compression ratio Modified: csw/mgar/pkg/xz/trunk/checksums =================================================================== --- csw/mgar/pkg/xz/trunk/checksums 2024-10-10 06:29:24 UTC (rev 27100) +++ csw/mgar/pkg/xz/trunk/checksums 2024-10-10 09:45:47 UTC (rev 27101) @@ -1 +1 @@ -bbf73fb28425cebb854328599f85c4cf xz-5.6.2.tar.xz +57581b216a82482503bb63c8170d549c xz-5.6.3.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Oct 10 13:03:02 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 10 Oct 2024 11:03:02 +0000 Subject: SF.net SVN: gar:[27102] csw/mgar/pkg/libexpat1/trunk Message-ID: <1728558182.792482.14476@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27102 http://sourceforge.net/p/gar/code/27102 Author: idogan23 Date: 2024-10-10 11:03:02 +0000 (Thu, 10 Oct 2024) Log Message: ----------- libexpat1: Update to 2.6.3. Modified Paths: -------------- csw/mgar/pkg/libexpat1/trunk/Makefile csw/mgar/pkg/libexpat1/trunk/checksums Modified: csw/mgar/pkg/libexpat1/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexpat1/trunk/Makefile 2024-10-10 09:45:47 UTC (rev 27101) +++ csw/mgar/pkg/libexpat1/trunk/Makefile 2024-10-10 11:03:02 UTC (rev 27102) @@ -1,5 +1,5 @@ NAME = expat -VERSION = 2.6.2 +VERSION = 2.6.3 GARTYPE = v2 DESCRIPTION = XML parser toolkit Modified: csw/mgar/pkg/libexpat1/trunk/checksums =================================================================== --- csw/mgar/pkg/libexpat1/trunk/checksums 2024-10-10 09:45:47 UTC (rev 27101) +++ csw/mgar/pkg/libexpat1/trunk/checksums 2024-10-10 11:03:02 UTC (rev 27102) @@ -1 +1 @@ -b246f58b25a7629fca6cbd1429400cdf expat-2.6.2.tar.bz2 +c70040a3f2743d9645cb029d3c9a7c89 expat-2.6.3.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Mon Oct 14 11:33:06 2024 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 14 Oct 2024 09:33:06 +0000 Subject: SF.net SVN: gar:[27103] csw/mgar/pkg/gnustep-make/trunk Message-ID: <1728898386.222989.26194@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27103 http://sourceforge.net/p/gar/code/27103 Author: rmottola Date: 2024-10-14 09:33:05 +0000 (Mon, 14 Oct 2024) Log Message: ----------- gnustep-make/trunk: update to 2.9.2 Modified Paths: -------------- csw/mgar/pkg/gnustep-make/trunk/Makefile csw/mgar/pkg/gnustep-make/trunk/checksums Modified: csw/mgar/pkg/gnustep-make/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-make/trunk/Makefile 2024-10-10 11:03:02 UTC (rev 27102) +++ csw/mgar/pkg/gnustep-make/trunk/Makefile 2024-10-14 09:33:05 UTC (rev 27103) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = gnustep-make -VERSION = 2.9.0 +VERSION = 2.9.2 GARTYPE = v2 DESCRIPTION = GNUstep-core make Modified: csw/mgar/pkg/gnustep-make/trunk/checksums =================================================================== --- csw/mgar/pkg/gnustep-make/trunk/checksums 2024-10-10 11:03:02 UTC (rev 27102) +++ csw/mgar/pkg/gnustep-make/trunk/checksums 2024-10-14 09:33:05 UTC (rev 27103) @@ -1 +1 @@ -6ddb71d5b312e50e98a2e6fad8c766d0 gnustep-make-2.9.0.tar.gz +456a8d51528f575b49a2c280cb5fe8ef gnustep-make-2.9.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Mon Oct 14 17:56:04 2024 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 14 Oct 2024 15:56:04 +0000 Subject: SF.net SVN: gar:[27104] csw/mgar/pkg/gnustep-base/trunk Message-ID: <1728921364.355554.27727@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27104 http://sourceforge.net/p/gar/code/27104 Author: rmottola Date: 2024-10-14 15:55:57 +0000 (Mon, 14 Oct 2024) Log Message: ----------- gnustep-base/trunk: update to 1.30.0 Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile csw/mgar/pkg/gnustep-base/trunk/checksums Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2024-10-14 09:33:05 UTC (rev 27103) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2024-10-14 15:55:57 UTC (rev 27104) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = gnustep-base -VERSION = 1.28.0 +VERSION = 1.30.0 GARTYPE = v2 DESCRIPTION = GNUstep-core base Modified: csw/mgar/pkg/gnustep-base/trunk/checksums =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/checksums 2024-10-14 09:33:05 UTC (rev 27103) +++ csw/mgar/pkg/gnustep-base/trunk/checksums 2024-10-14 15:55:57 UTC (rev 27104) @@ -1 +1 @@ -776cc378b35483d046a8bb4da4b9ea18 gnustep-base-1.28.0.tar.gz +ba5a60c8fdc55eabeafdbf537afc00aa gnustep-base-1.30.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Mon Oct 14 23:18:41 2024 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 14 Oct 2024 21:18:41 +0000 Subject: SF.net SVN: gar:[27105] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <1728940721.501985.3960@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27105 http://sourceforge.net/p/gar/code/27105 Author: rmottola Date: 2024-10-14 21:18:41 +0000 (Mon, 14 Oct 2024) Log Message: ----------- gnustep-base/trunk: fix overrides Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2024-10-14 15:55:57 UTC (rev 27104) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2024-10-14 21:18:41 UTC (rev 27105) @@ -63,10 +63,10 @@ CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make #these are harmless -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.28/Resources/NSTimeZones/README -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.28/Resources/NSTimeZones/README -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.28.0 -CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.28.0 +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.30/Resources/NSTimeZones/README +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/gnustep-base/Versions/1.30/Resources/NSTimeZones/README +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/local|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.30.0 +CHECKPKG_OVERRIDES_CSWgnustep-base += file-with-bad-content|/usr/share|root/opt/csw/GNUstep/System/Library/Libraries/libgnustep-base.so.1.30.0 #overrides for binaries on own package, these are expected, not bound, not found. It is done at runtime by sourcing the GNUstep script This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Oct 15 12:05:59 2024 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 15 Oct 2024 10:05:59 +0000 Subject: SF.net SVN: gar:[27106] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <1728986759.592100.23157@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27106 http://sourceforge.net/p/gar/code/27106 Author: rmottola Date: 2024-10-15 10:05:59 +0000 (Tue, 15 Oct 2024) Log Message: ----------- gnustep-base/trunk: add suggested dependency Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2024-10-14 21:18:41 UTC (rev 27105) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2024-10-15 10:05:59 UTC (rev 27106) @@ -31,6 +31,7 @@ RUNTIME_DEP_PKGS_CSWgnustep-base += CSWgnustep-make RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibz1 +RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibzstd1 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxslt1 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWgnustep-base += CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Oct 17 22:04:20 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 17 Oct 2024 20:04:20 +0000 Subject: SF.net SVN: gar:[27107] csw/mgar/pkg/less/trunk Message-ID: <1729195460.445788.22780@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27107 http://sourceforge.net/p/gar/code/27107 Author: dmichelsen Date: 2024-10-17 20:04:19 +0000 (Thu, 17 Oct 2024) Log Message: ----------- less/trunk: Update to 668 Modified Paths: -------------- csw/mgar/pkg/less/trunk/Makefile csw/mgar/pkg/less/trunk/checksums Modified: csw/mgar/pkg/less/trunk/Makefile =================================================================== --- csw/mgar/pkg/less/trunk/Makefile 2024-10-15 10:05:59 UTC (rev 27106) +++ csw/mgar/pkg/less/trunk/Makefile 2024-10-17 20:04:19 UTC (rev 27107) @@ -1,5 +1,5 @@ NAME = less -VERSION = 661 +VERSION = 668 GARTYPE = v2 DESCRIPTION = Less is a free, open-source file pager Modified: csw/mgar/pkg/less/trunk/checksums =================================================================== --- csw/mgar/pkg/less/trunk/checksums 2024-10-15 10:05:59 UTC (rev 27106) +++ csw/mgar/pkg/less/trunk/checksums 2024-10-17 20:04:19 UTC (rev 27107) @@ -1 +1 @@ -44f54b6313c5d71fa1ac224d8d84766a less-661.tar.gz +d72760386c5f80702890340d2f66c302 less-668.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sat Oct 19 16:44:04 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 19 Oct 2024 14:44:04 +0000 Subject: SF.net SVN: gar:[27108] csw/mgar/pkg/unbound/trunk Message-ID: <1729349044.439534.20679@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27108 http://sourceforge.net/p/gar/code/27108 Author: idogan23 Date: 2024-10-19 14:44:04 +0000 (Sat, 19 Oct 2024) Log Message: ----------- unbound: update to 1.22.0 Modified Paths: -------------- csw/mgar/pkg/unbound/trunk/Makefile csw/mgar/pkg/unbound/trunk/checksums Modified: csw/mgar/pkg/unbound/trunk/Makefile =================================================================== --- csw/mgar/pkg/unbound/trunk/Makefile 2024-10-17 20:04:19 UTC (rev 27107) +++ csw/mgar/pkg/unbound/trunk/Makefile 2024-10-19 14:44:04 UTC (rev 27108) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.21.1 +VERSION = 1.22.0 GARTYPE = v2 DESCRIPTION = A validating, recursive, and caching DNS resolver define BLUR Modified: csw/mgar/pkg/unbound/trunk/checksums =================================================================== --- csw/mgar/pkg/unbound/trunk/checksums 2024-10-17 20:04:19 UTC (rev 27107) +++ csw/mgar/pkg/unbound/trunk/checksums 2024-10-19 14:44:04 UTC (rev 27108) @@ -1 +1 @@ -94fee452f4f7c3aad166d65533931c0f unbound-1.21.1.tar.gz +be0e5ae64c6619a638c116addd4da670 unbound-1.22.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Oct 22 12:19:33 2024 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 22 Oct 2024 10:19:33 +0000 Subject: SF.net SVN: gar:[27109] csw/mgar/pkg/gnutls3/trunk Message-ID: <1729592373.56303.22132@sfp-scm-1.v30.lw.sourceforge.com> 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.