From idogan23 at users.sourceforge.net Fri Sep 1 09:02:47 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 01 Sep 2023 07:02:47 +0000 Subject: SF.net SVN: gar:[27029] csw/mgar/pkg/unbound/trunk Message-ID: <1693551767.932995.10106@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27029 http://sourceforge.net/p/gar/code/27029 Author: idogan23 Date: 2023-09-01 07:02:47 +0000 (Fri, 01 Sep 2023) Log Message: ----------- unbound: update to 1.18.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 2023-08-14 08:29:08 UTC (rev 27028) +++ csw/mgar/pkg/unbound/trunk/Makefile 2023-09-01 07:02:47 UTC (rev 27029) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.17.1 +VERSION = 1.18.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 2023-08-14 08:29:08 UTC (rev 27028) +++ csw/mgar/pkg/unbound/trunk/checksums 2023-09-01 07:02:47 UTC (rev 27029) @@ -1 +1 @@ -bb96df2dc579c11ada537dbc52781abc unbound-1.17.1.tar.gz +67d5bb4ce2a9d6e52d2bc4af982fb340 unbound-1.18.0.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 Sep 25 19:06:51 2023 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 25 Sep 2023 17:06:51 +0000 Subject: SF.net SVN: gar:[27030] csw/mgar/pkg/dovecot/trunk Message-ID: <1695661611.68018.28711@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27030 http://sourceforge.net/p/gar/code/27030 Author: jake_goerzen Date: 2023-09-25 17:06:50 +0000 (Mon, 25 Sep 2023) Log Message: ----------- dovecot: update to 2.3.21 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 2023-09-01 07:02:47 UTC (rev 27029) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2023-09-25 17:06:50 UTC (rev 27030) @@ -1,5 +1,5 @@ NAME = dovecot -VERSION = 2.3.20 +VERSION = 2.3.21 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2023-09-01 07:02:47 UTC (rev 27029) +++ csw/mgar/pkg/dovecot/trunk/checksums 2023-09-25 17:06:50 UTC (rev 27030) @@ -1 +1 @@ -b8add62d0311dcc95ac25b379e8ba043 dovecot-2.3.20.tar.gz +8961c3dafd845a25fd55e7903ffc3755 dovecot-2.3.21.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 Sep 25 22:47:14 2023 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 25 Sep 2023 20:47:14 +0000 Subject: SF.net SVN: gar:[27031] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1695674834.105749.21269@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27031 http://sourceforge.net/p/gar/code/27031 Author: jake_goerzen Date: 2023-09-25 20:47:13 +0000 (Mon, 25 Sep 2023) Log Message: ----------- dovecot-sieve/trunk: update to pigeonhole 0.5.21 for dovecot 2.3.21 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 2023-09-25 17:06:50 UTC (rev 27030) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2023-09-25 20:47:13 UTC (rev 27031) @@ -1,5 +1,5 @@ NAME = dovecot-2.3-pigeonhole -VERSION = 0.5.20 +VERSION = 0.5.21 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.20 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.20 +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 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.20 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.20 +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 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2023-09-25 17:06:50 UTC (rev 27030) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2023-09-25 20:47:13 UTC (rev 27031) @@ -1 +1 @@ -fb9e8ec76e952a08b382de96286667a2 dovecot-2.3-pigeonhole-0.5.20.tar.gz +2581d1e729eff7d86a7046b10d970448 dovecot-2.3-pigeonhole-0.5.21.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.