From idogan23 at users.sourceforge.net Thu Aug 1 10:45:20 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 01 Aug 2024 08:45:20 +0000 Subject: SF.net SVN: gar:[27088] csw/mgar/pkg/lz4/trunk Message-ID: <1722501920.345770.11706@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27088 http://sourceforge.net/p/gar/code/27088 Author: idogan23 Date: 2024-08-01 08:45:17 +0000 (Thu, 01 Aug 2024) Log Message: ----------- lz4: Update to 1.10.0. Use bash for test-lz4-dict.sh. Set GNU for TEST_ENV_PATH. Modified Paths: -------------- csw/mgar/pkg/lz4/trunk/Makefile csw/mgar/pkg/lz4/trunk/checksums Added Paths: ----------- csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch Modified: csw/mgar/pkg/lz4/trunk/Makefile =================================================================== --- csw/mgar/pkg/lz4/trunk/Makefile 2024-07-31 14:19:20 UTC (rev 27087) +++ csw/mgar/pkg/lz4/trunk/Makefile 2024-08-01 08:45:17 UTC (rev 27088) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = lz4 -VERSION = 1.9.4 +VERSION = 1.10.0 GARTYPE = v2 DESCRIPTION = Extremely Fast Compression algorithm @@ -11,6 +11,8 @@ MASTER_SITES = https://github.com/lz4/lz4/archive/ DISTFILES = v$(VERSION).tar.gz +PATCHFILES += 0001-shell-workaround.patch + PACKAGES += CSWlz4 SPKG_DESC_CSWlz4 = Extremely Fast Compression algorithm # PKGFILES is catchall @@ -42,5 +44,8 @@ # We need GNU sed as 'sed' INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) +# GNU diff needed for testing +TEST_ENV_PATH = /opt/csw/gnu:$(PATH) + include gar/category.mk Modified: csw/mgar/pkg/lz4/trunk/checksums =================================================================== --- csw/mgar/pkg/lz4/trunk/checksums 2024-07-31 14:19:20 UTC (rev 27087) +++ csw/mgar/pkg/lz4/trunk/checksums 2024-08-01 08:45:17 UTC (rev 27088) @@ -1 +1 @@ -e9286adb64040071c5e23498bf753261 v1.9.4.tar.gz +dead9f5f1966d9ae56e1e32761e4e675 v1.10.0.tar.gz Added: csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch =================================================================== --- csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch (rev 0) +++ csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch 2024-08-01 08:45:17 UTC (rev 27088) @@ -0,0 +1,22 @@ +From 2a0a72e191c4a98ad6b6a8a1980d14ab5f718730 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Mon, 29 Jul 2024 15:28:41 +0200 +Subject: [PATCH] shell workaround + +--- + tests/test-lz4-dict.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/test-lz4-dict.sh b/tests/test-lz4-dict.sh +index a1462ab..02a9e24 100755 +--- a/tests/test-lz4-dict.sh ++++ b/tests/test-lz4-dict.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + FPREFIX="tmp-dict" + +-- +2.4.0 + 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 Aug 3 08:33:01 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 03 Aug 2024 06:33:01 +0000 Subject: SF.net SVN: gar:[27089] csw/mgar/pkg/nsd/trunk Message-ID: <1722666781.492938.3769@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27089 http://sourceforge.net/p/gar/code/27089 Author: idogan23 Date: 2024-08-03 06:33:01 +0000 (Sat, 03 Aug 2024) Log Message: ----------- nsd: Update to 4.10.1. Contains Solaris build fix: https://github.com/NLnetLabs/nsd/pull/362 Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile csw/mgar/pkg/nsd/trunk/checksums Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2024-08-01 08:45:17 UTC (rev 27088) +++ csw/mgar/pkg/nsd/trunk/Makefile 2024-08-03 06:33:01 UTC (rev 27089) @@ -1,5 +1,5 @@ NAME = nsd -VERSION = 4.9.1 +VERSION = 4.10.1 GARTYPE = v2 DESCRIPTION = An authoritative only non-recursive name server Modified: csw/mgar/pkg/nsd/trunk/checksums =================================================================== --- csw/mgar/pkg/nsd/trunk/checksums 2024-08-01 08:45:17 UTC (rev 27088) +++ csw/mgar/pkg/nsd/trunk/checksums 2024-08-03 06:33:01 UTC (rev 27089) @@ -1 +1 @@ -dc89691f6620695f2384e0e6c8442dcd nsd-4.9.1.tar.gz +cd18ef87bef5bc37ee42cfb7eb32f4d2 nsd-4.10.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 Fri Aug 9 14:13:55 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 09 Aug 2024 12:13:55 +0000 Subject: SF.net SVN: gar:[27090] csw/mgar/pkg/nsd/trunk/Makefile Message-ID: <1723205635.475139.17059@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27090 http://sourceforge.net/p/gar/code/27090 Author: idogan23 Date: 2024-08-09 12:13:54 +0000 (Fri, 09 Aug 2024) Log Message: ----------- nsd: Workaround to mitigate simdzone build issues on x86 Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2024-08-03 06:33:01 UTC (rev 27089) +++ csw/mgar/pkg/nsd/trunk/Makefile 2024-08-09 12:13:54 UTC (rev 27090) @@ -45,6 +45,10 @@ CONFIGURE_ARGS += --with-dbfile=/var/opt/csw/nsd/nsd.db CONFIGURE_ARGS += --with-xfrdfile=/var/opt/csw/nsd/xfrd.state +# Workaround for simdzone on x86 +CONFIGURE_ARGS += --disable-westmere +CONFIGURE_ARGS += --disable-haswell + EXTRA_ISAEXEC_EXCLUDE_FILES = $(sbindir)/nsd-checkconf EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-checkzone EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-control This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Aug 16 19:03:12 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 16 Aug 2024 17:03:12 +0000 Subject: SF.net SVN: gar:[27091] csw/mgar/pkg/unbound/trunk Message-ID: <1723827792.944830.4845@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27091 http://sourceforge.net/p/gar/code/27091 Author: idogan23 Date: 2024-08-16 17:03:07 +0000 (Fri, 16 Aug 2024) Log Message: ----------- unbound: update to 1.21.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-08-09 12:13:54 UTC (rev 27090) +++ csw/mgar/pkg/unbound/trunk/Makefile 2024-08-16 17:03:07 UTC (rev 27091) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.20.0 +VERSION = 1.21.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-08-09 12:13:54 UTC (rev 27090) +++ csw/mgar/pkg/unbound/trunk/checksums 2024-08-16 17:03:07 UTC (rev 27091) @@ -1 +1 @@ -970d8a8800e6993d4453d50979b0c657 unbound-1.20.0.tar.gz +fb7cc7922064bf122941b9f135052d00 unbound-1.21.0.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 Sun Aug 18 12:47:08 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 18 Aug 2024 10:47:08 +0000 Subject: SF.net SVN: gar:[27092] csw/mgar/pkg/unbound/trunk/Makefile Message-ID: <1723978029.20307.11055@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27092 http://sourceforge.net/p/gar/code/27092 Author: idogan23 Date: 2024-08-18 10:47:08 +0000 (Sun, 18 Aug 2024) Log Message: ----------- unbound: CHECKPKG_OVERRIDES for configuration file unbound.conf.CSW Modified Paths: -------------- csw/mgar/pkg/unbound/trunk/Makefile Modified: csw/mgar/pkg/unbound/trunk/Makefile =================================================================== --- csw/mgar/pkg/unbound/trunk/Makefile 2024-08-16 17:03:07 UTC (rev 27091) +++ csw/mgar/pkg/unbound/trunk/Makefile 2024-08-18 10:47:08 UTC (rev 27092) @@ -108,6 +108,9 @@ # 32-bits are enough for unbound-host CHECKPKG_OVERRIDES_CSWunbound-host += 64-bit-binaries-missing +# Only an example. Can be ignored. +CHECKPKG_OVERRIDES_CSWunbound += file-with-bad-content|/usr/local|root/etc/opt/csw/unbound/unbound.conf.CSW + include gar/category.mk post-install-modulated: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Mon Aug 19 19:18:26 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 19 Aug 2024 17:18:26 +0000 Subject: =?UTF-8?Q?SF=2Enet_SVN=3A_gar=3A=5B27093=5D_csw/mgar/pkg/dovecot/trunk?= Message-ID: <1724087907.15070.13845@sfp-scm-6.v30.lw.sourceforge.com> Revision: 27093 http://sourceforge.net/p/gar/code/27093 Author: jake_goerzen Date: 2024-08-19 17:18:20 +0000 (Mon, 19 Aug 2024) Log Message: ----------- dovecot: update to 2.3.21.1 (fixes CVE-2024-23184 and CVE-2024-23185) Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2024-08-18 10:47:08 UTC (rev 27092) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2024-08-19 17:18:20 UTC (rev 27093) @@ -1,5 +1,5 @@ NAME = dovecot -VERSION = 2.3.21 +VERSION = 2.3.21.1 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2024-08-18 10:47:08 UTC (rev 27092) +++ csw/mgar/pkg/dovecot/trunk/checksums 2024-08-19 17:18:20 UTC (rev 27093) @@ -1 +1 @@ -8961c3dafd845a25fd55e7903ffc3755 dovecot-2.3.21.tar.gz +8c4f360c7f229e4b4371b3d1953d36da dovecot-2.3.21.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Mon Aug 19 22:46:04 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 19 Aug 2024 20:46:04 +0000 Subject: SF.net SVN: gar:[27094] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1724100364.398682.32356@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27094 http://sourceforge.net/p/gar/code/27094 Author: jake_goerzen Date: 2024-08-19 20:46:04 +0000 (Mon, 19 Aug 2024) Log Message: ----------- dovecot-sieve/trunk: update to pigeonhole 0.5.21.1 for dovecot 2.3.21.1 Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2024-08-19 17:18:20 UTC (rev 27093) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2024-08-19 20:46:04 UTC (rev 27094) @@ -1,5 +1,5 @@ NAME = dovecot-2.3-pigeonhole -VERSION = 0.5.21 +VERSION = 0.5.21.1 GARTYPE = v2 DESCRIPTION = Secure POP3/IMAP server - Sieve filters support @@ -26,13 +26,13 @@ UNAME := $(shell /usr/bin/uname -p) ifeq ($(UNAME), i386) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.21 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.21 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.21.1 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.21.1 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.21 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.21 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.21.1 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.21.1 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2024-08-19 17:18:20 UTC (rev 27093) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2024-08-19 20:46:04 UTC (rev 27094) @@ -1 +1 @@ -2581d1e729eff7d86a7046b10d970448 dovecot-2.3-pigeonhole-0.5.21.tar.gz +d2b811648a3e2942736a5e1755bfe872 dovecot-2.3-pigeonhole-0.5.21.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.