From idogan23 at users.sourceforge.net Thu Jan 4 20:27:03 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 04 Jan 2024 19:27:03 +0000 Subject: SF.net SVN: gar:[27044] csw/mgar/pkg/swaks/trunk Message-ID: <1704396423.97812.11220@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27044 http://sourceforge.net/p/gar/code/27044 Author: idogan23 Date: 2024-01-04 19:27:02 +0000 (Thu, 04 Jan 2024) Log Message: ----------- swaks: Update to 20240103 Modified Paths: -------------- csw/mgar/pkg/swaks/trunk/Makefile csw/mgar/pkg/swaks/trunk/checksums csw/mgar/pkg/swaks/trunk/files/0001-use-csw-perl.patch Modified: csw/mgar/pkg/swaks/trunk/Makefile =================================================================== --- csw/mgar/pkg/swaks/trunk/Makefile 2023-12-16 12:32:42 UTC (rev 27043) +++ csw/mgar/pkg/swaks/trunk/Makefile 2024-01-04 19:27:02 UTC (rev 27044) @@ -1,5 +1,5 @@ NAME = swaks -VERSION = 20201014.0 +VERSION = 20240103.0 GARTYPE = v2 DESCRIPTION = Swiss Army Knife SMTP Modified: csw/mgar/pkg/swaks/trunk/checksums =================================================================== --- csw/mgar/pkg/swaks/trunk/checksums 2023-12-16 12:32:42 UTC (rev 27043) +++ csw/mgar/pkg/swaks/trunk/checksums 2024-01-04 19:27:02 UTC (rev 27044) @@ -1 +1 @@ -fc4f2bf1df88b38a2392d2e24c52754e swaks-20201014.0.tar.gz +df2302c0b37d167794ede9f1ec9acf2b swaks-20240103.0.tar.gz Modified: csw/mgar/pkg/swaks/trunk/files/0001-use-csw-perl.patch =================================================================== --- csw/mgar/pkg/swaks/trunk/files/0001-use-csw-perl.patch 2023-12-16 12:32:42 UTC (rev 27043) +++ csw/mgar/pkg/swaks/trunk/files/0001-use-csw-perl.patch 2024-01-04 19:27:02 UTC (rev 27044) @@ -1,22 +1,22 @@ -From 12a3030c7f6627cda8fb7cca288d4121a9c13669 Mon Sep 17 00:00:00 2001 -From: Peter Bonivart -Date: Sat, 24 Mar 2012 22:23:04 +0100 +From a9884d55a7d9fabd3de4c25a552bc3e27bb9fce5 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Thu, 4 Jan 2024 20:20:10 +0100 Subject: [PATCH] use csw perl --- - swaks | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + swaks | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaks b/swaks -index 57aec45..24ac49f 100755 +index 6c7a436..1ca4104 100755 --- a/swaks +++ b/swaks @@ -1,4 +1,4 @@ --#!/usr/bin/perl +-#!/usr/bin/env perl +#!/opt/csw/bin/perl # use 'swaks --help' to view documentation for this program # -- -1.7.9 +2.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jan 9 15:57:21 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 09 Jan 2024 14:57:21 +0000 Subject: SF.net SVN: gar:[27045] csw/mgar/pkg/libunistring/trunk Message-ID: <1704812241.367430.23191@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27045 http://sourceforge.net/p/gar/code/27045 Author: dmichelsen Date: 2024-01-09 14:57:20 +0000 (Tue, 09 Jan 2024) Log Message: ----------- libunistring/trunk: Update to 1.1 Modified Paths: -------------- csw/mgar/pkg/libunistring/trunk/Makefile csw/mgar/pkg/libunistring/trunk/checksums Modified: csw/mgar/pkg/libunistring/trunk/Makefile =================================================================== --- csw/mgar/pkg/libunistring/trunk/Makefile 2024-01-04 19:27:02 UTC (rev 27044) +++ csw/mgar/pkg/libunistring/trunk/Makefile 2024-01-09 14:57:20 UTC (rev 27045) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libunistring -VERSION = 0.9.10 +VERSION = 1.1 GARTYPE = v2 DESCRIPTION = Provides functions for manipulating Unicode strings @@ -12,20 +12,21 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES = $(DISTNAME).tar.xz -PACKAGING_PLATFORMS += solaris9-sparc -PACKAGING_PLATFORMS += solaris9-i386 +# There is no stdbool.h on Solaris 9 +#PACKAGING_PLATFORMS += solaris9-sparc +#PACKAGING_PLATFORMS += solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc PACKAGING_PLATFORMS += solaris10-i386 -PACKAGES += CSWlibunistring2 -SPKG_DESC_CSWlibunistring2 = Provides functions for manipulating Unicode strings, libunistring.so.2 -PKGFILES_CSWlibunistring2 += $(call pkgfiles_lib,libunistring.so.2) -RUNTIME_DEP_PKGS_CSWlibunistring2 += CSWlibiconv2 +PACKAGES += CSWlibunistring5 +SPKG_DESC_CSWlibunistring5 = Provides functions for manipulating Unicode strings, libunistring.so.5 +PKGFILES_CSWlibunistring5 += $(call pkgfiles_lib,libunistring.so.5) +RUNTIME_DEP_PKGS_CSWlibunistring5 += CSWlibiconv2 PACKAGES += CSWlibunistring-dev -SPKG_DESC_CSWlibunistring-dev = Development files for libunistring.so.2 +SPKG_DESC_CSWlibunistring-dev = Development files for libunistring.so.5 # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWlibunistring-dev += CSWlibunistring2 +RUNTIME_DEP_PKGS_CSWlibunistring-dev += CSWlibunistring5 # These are just docs, override for now #CHECKPKG_OVERRIDES_CSWlibunistring-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/libunistring/libunistring_15.html @@ -38,6 +39,8 @@ BUILD64_5.10_i386 = 1 BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH)) +CC_EXTRA += -D_STDC_C99= + EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset\.alias include gar/category.mk Modified: csw/mgar/pkg/libunistring/trunk/checksums =================================================================== --- csw/mgar/pkg/libunistring/trunk/checksums 2024-01-04 19:27:02 UTC (rev 27044) +++ csw/mgar/pkg/libunistring/trunk/checksums 2024-01-09 14:57:20 UTC (rev 27045) @@ -1 +1 @@ -db08bb384e81968957f997ec9808926e libunistring-0.9.10.tar.xz +0dfba19989ae06b8e7a49a7cd18472a1 libunistring-1.1.tar.xz 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 Jan 25 15:26:07 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 25 Jan 2024 14:26:07 +0000 Subject: SF.net SVN: gar:[27046] csw/mgar/pkg/nettle/trunk Message-ID: <1706192767.197156.11848@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27046 http://sourceforge.net/p/gar/code/27046 Author: dmichelsen Date: 2024-01-25 14:26:06 +0000 (Thu, 25 Jan 2024) Log Message: ----------- nettle/trunk: Update to 3.6 Modified Paths: -------------- csw/mgar/pkg/nettle/trunk/Makefile csw/mgar/pkg/nettle/trunk/checksums Modified: csw/mgar/pkg/nettle/trunk/Makefile =================================================================== --- csw/mgar/pkg/nettle/trunk/Makefile 2024-01-09 14:57:20 UTC (rev 27045) +++ csw/mgar/pkg/nettle/trunk/Makefile 2024-01-25 14:26:06 UTC (rev 27046) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = nettle -VERSION = 3.5.1 +VERSION = 3.6 GARTYPE = v2 DESCRIPTION = A low-level cryptographic library @@ -12,7 +12,7 @@ like LSH or GNUPG, or even in kernel space. endef -MASTER_SITES = ftp://ftp.gnu.org/gnu/nettle/ +MASTER_SITES = https://ftp.gnu.org/gnu/nettle/ DISTNAME = $(NAME)-$(VERSION) DISTFILES = $(DISTNAME).tar.gz @@ -24,29 +24,29 @@ #PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 -PACKAGES += CSWlibhogweed5 -PKGFILES_CSWlibhogweed5 += $(call pkgfiles_lib,libhogweed.so.5) -SPKG_DESC_CSWlibhogweed5 += A low-level cryptographic library, libhogweed.so.5 -RUNTIME_DEP_PKGS_CSWlibhogweed5 += CSWlibgmp10 -RUNTIME_DEP_PKGS_CSWlibhogweed5 += CSWlibnettle7 -RUNTIME_DEP_PKGS_CSWlibhogweed5 += CSWlibgcc-s1 +PACKAGES += CSWlibhogweed6 +PKGFILES_CSWlibhogweed6 += $(call pkgfiles_lib,libhogweed.so.6) +SPKG_DESC_CSWlibhogweed6 += A low-level cryptographic library, libhogweed.so.6 +RUNTIME_DEP_PKGS_CSWlibhogweed6 += CSWlibgmp10 +RUNTIME_DEP_PKGS_CSWlibhogweed6 += CSWlibnettle8 +RUNTIME_DEP_PKGS_CSWlibhogweed6 += CSWlibgcc-s1 -PACKAGES += CSWlibnettle7 -PKGFILES_CSWlibnettle7 += $(call pkgfiles_lib,libnettle.so.7) -SPKG_DESC_CSWlibnettle7 += A low-level cryptographic library, libnettle.so.7 -RUNTIME_DEP_PKGS_CSWlibnettle7 += CSWlibgcc-s1 +PACKAGES += CSWlibnettle8 +PKGFILES_CSWlibnettle8 += $(call pkgfiles_lib,libnettle.so.8) +SPKG_DESC_CSWlibnettle8 += A low-level cryptographic library, libnettle.so.8 +RUNTIME_DEP_PKGS_CSWlibnettle8 += CSWlibgcc-s1 PACKAGES += CSWlibnettle-dev PKGFILES_CSWlibnettle-dev = $(PKGFILES_DEVEL) SPKG_DESC_CSWlibnettle-dev = Development files for libnettle.so.7 and libhogweed.so.5 -RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibhogweed5 -RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibnettle7 +RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibhogweed6 +RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibnettle8 PACKAGES += CSWlibnettle-utils SPKG_DESC_CSWlibnettle-utils = Utility programs for libnettle # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibhogweed5 -RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibnettle7 +RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibhogweed6 +RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibnettle8 RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibgmp10 # Use -shared instead of -G or we will get linker errors of the following form for amd64: Modified: csw/mgar/pkg/nettle/trunk/checksums =================================================================== --- csw/mgar/pkg/nettle/trunk/checksums 2024-01-09 14:57:20 UTC (rev 27045) +++ csw/mgar/pkg/nettle/trunk/checksums 2024-01-25 14:26:06 UTC (rev 27046) @@ -1 +1 @@ -0e5707b418c3826768d41130fbe4ee86 nettle-3.5.1.tar.gz +c45ee24ed7361dcda152a035d396fe8a nettle-3.6.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Tue Jan 30 14:40:33 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 30 Jan 2024 13:40:33 +0000 Subject: SF.net SVN: gar:[27047] csw/mgar/pkg/gmake/trunk Message-ID: <1706622033.710979.20023@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27047 http://sourceforge.net/p/gar/code/27047 Author: dmichelsen Date: 2024-01-30 13:40:33 +0000 (Tue, 30 Jan 2024) Log Message: ----------- gmake/trunk: Update to 4.4.1 Modified Paths: -------------- csw/mgar/pkg/gmake/trunk/Makefile csw/mgar/pkg/gmake/trunk/checksums Modified: csw/mgar/pkg/gmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/gmake/trunk/Makefile 2024-01-25 14:26:06 UTC (rev 27046) +++ csw/mgar/pkg/gmake/trunk/Makefile 2024-01-30 13:40:33 UTC (rev 27047) @@ -1,5 +1,5 @@ NAME = make -VERSION = 4.3 +VERSION = 4.4.1 GARTYPE = v2 DESCRIPTION = Controls generation of executables and other compile-related tasks Modified: csw/mgar/pkg/gmake/trunk/checksums =================================================================== --- csw/mgar/pkg/gmake/trunk/checksums 2024-01-25 14:26:06 UTC (rev 27046) +++ csw/mgar/pkg/gmake/trunk/checksums 2024-01-30 13:40:33 UTC (rev 27047) @@ -1 +1 @@ -d5c40e7bd1e97a7404f5d3be982f479a make-4.3.tar.lz +c8b13b7477e812d4213a9b88ff0ff1d6 make-4.4.1.tar.lz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jan 31 14:08:10 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 31 Jan 2024 13:08:10 +0000 Subject: SF.net SVN: gar:[27048] csw/mgar/pkg/curl/trunk Message-ID: <1706706490.557563.17106@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27048 http://sourceforge.net/p/gar/code/27048 Author: dmichelsen Date: 2024-01-31 13:08:10 +0000 (Wed, 31 Jan 2024) Log Message: ----------- curl/trunk: Update to 8.6.0 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2024-01-30 13:40:33 UTC (rev 27047) +++ csw/mgar/pkg/curl/trunk/Makefile 2024-01-31 13:08:10 UTC (rev 27048) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 8.4.0 +VERSION = 8.6.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -134,9 +134,6 @@ EXTRA_CONFIGURE_EXPORTS += $(EXTRA_CONFIGURE_EXPORTS_features-$(FEATURES)) CONFIGURE_ENV_KRB5CONFIG = $(bindir)/krb5-config -# Make sure to link to the new libnet. See for details http://wiki.opencsw.org/project-libnet -EXTRA_LDFLAGS = -L$(libdir)/libnet-new - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --disable-static CONFIGURE_ARGS += --with-openssl @@ -147,6 +144,10 @@ BUILD64 = 1 +CURL_LDFLAGS_LIB = $(LDFLAGS) +CURL_LDFLAGS_BIN = $(LDFLAGS) +EXTRA_BUILD_EXPORTS += CURL_LDFLAGS_LIB CURL_LDFLAGS_BIN + # There are some failing tests, ignore for now SKIPTEST ?= 1 Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2024-01-30 13:40:33 UTC (rev 27047) +++ csw/mgar/pkg/curl/trunk/checksums 2024-01-31 13:08:10 UTC (rev 27048) @@ -1 +1 @@ -8424597f247da68b6041dd7f9ca367fe curl-8.4.0.tar.xz +8f28f7e08c91cc679a45fccf66184fbc curl-8.6.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.