From jake_goerzen at users.sourceforge.net Mon Jan 4 21:49:43 2021 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 04 Jan 2021 20:49:43 +0000 Subject: SF.net SVN: gar:[26722] csw/mgar/pkg/dovecot/trunk Message-ID: <1609793383.411661.17161@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26722 http://sourceforge.net/p/gar/code/26722 Author: jake_goerzen Date: 2021-01-04 20:49:42 +0000 (Mon, 04 Jan 2021) Log Message: ----------- dovecot: update to 2.3.13; fixes CVE-2020-25275 and CVE-2020-24386 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 2020-12-29 14:01:17 UTC (rev 26721) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2021-01-04 20:49:42 UTC (rev 26722) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.3.11.3 +VERSION = 2.3.13 GARTYPE = v2 DESCRIPTION = Secure IMAP server @@ -47,6 +47,7 @@ RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssp0 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibsodium23 RUNTIME_DEP_PKGS_CSWdovecot += CSWliblz4-1 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibzstd1 PKGFILES_CSWdovecot-dev = $(PKGFILES_DEVEL) Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2020-12-29 14:01:17 UTC (rev 26721) +++ csw/mgar/pkg/dovecot/trunk/checksums 2021-01-04 20:49:42 UTC (rev 26722) @@ -1 +1 @@ -f06f2272fad04e7b0207f8d00a291f66 dovecot-2.3.11.3.tar.gz +f512bf1a4dac9ac994fddfb6bc5068ff dovecot-2.3.13.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 Jan 4 22:29:42 2021 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 04 Jan 2021 21:29:42 +0000 Subject: SF.net SVN: gar:[26723] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1609795782.506428.1340@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26723 http://sourceforge.net/p/gar/code/26723 Author: jake_goerzen Date: 2021-01-04 21:29:42 +0000 (Mon, 04 Jan 2021) Log Message: ----------- dovecot-sieve/trunk: update to 0.5.13 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 2021-01-04 20:49:42 UTC (rev 26722) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2021-01-04 21:29:42 UTC (rev 26723) @@ -1,5 +1,5 @@ -NAME = dovecot-2.3.11-pigeonhole -VERSION = 0.5.11 +NAME = dovecot-2.3-pigeonhole +VERSION = 0.5.13 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.11.3 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.11.3 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.13 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.13 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.11.3 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.11.3 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.13 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.13 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2021-01-04 20:49:42 UTC (rev 26722) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2021-01-04 21:29:42 UTC (rev 26723) @@ -1 +1 @@ -5778ab1367a158db2418cdaf4ddf835e dovecot-2.3.11-pigeonhole-0.5.11.tar.gz +fc8c2845519869e15216e5c07c316a65 dovecot-2.3-pigeonhole-0.5.13.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 5 16:25:18 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 05 Jan 2021 15:25:18 +0000 Subject: SF.net SVN: gar:[26724] csw/mgar/pkg/rsyslog/trunk/Makefile Message-ID: <1609860318.785583.2309@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26724 http://sourceforge.net/p/gar/code/26724 Author: dmichelsen Date: 2021-01-05 15:25:18 +0000 (Tue, 05 Jan 2021) Log Message: ----------- rsyslog/trunk: Relocate configuration to /etc/opt/csw/rsyslog.conf Modified Paths: -------------- csw/mgar/pkg/rsyslog/trunk/Makefile Modified: csw/mgar/pkg/rsyslog/trunk/Makefile =================================================================== --- csw/mgar/pkg/rsyslog/trunk/Makefile 2021-01-04 21:29:42 UTC (rev 26723) +++ csw/mgar/pkg/rsyslog/trunk/Makefile 2021-01-05 15:25:18 UTC (rev 26724) @@ -41,6 +41,12 @@ # This is the SMF DTD CHECKPKG_OVERRIDES_CSWrsyslog += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/cswrsyslogd.xml +# For configuration file location rsyslog.conf +REINPLACEMENTS += etc +REINPLACE_MATCH_etc = /etc +REINPLACE_WITH_etc = /etc/opt/csw +REINPLACE_FILES_etc += tools/rsyslog.conf.5 + # GARCOMPILER = GNU GARCOMPILER = SOS12U4 @@ -106,7 +112,7 @@ # CONFIGURE_ARGS += --enable-omhttpfs CONFIGURE_ARGS += --enable-generate-man-pages -EXTRA_CPPFLAGS += -D_PATH_LOGCONF=\\\"$(sysconfdir)/rsyslog.conf\\\" +EXTRA_CPPFLAGS += -DPATH_CONFFILE=\\\"$(sysconfdir)/rsyslog.conf\\\" PRESERVECONF += $(sysconfdir)/rsyslog.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Mon Jan 11 18:24:03 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 11 Jan 2021 17:24:03 +0000 Subject: SF.net SVN: gar:[26725] csw/mgar/pkg/sudo/trunk Message-ID: <1610385844.20406.25932@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26725 http://sourceforge.net/p/gar/code/26725 Author: dmichelsen Date: 2021-01-11 17:24:03 +0000 (Mon, 11 Jan 2021) Log Message: ----------- sudo/trunk: Update to 1.9.5 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2021-01-05 15:25:18 UTC (rev 26724) +++ csw/mgar/pkg/sudo/trunk/Makefile 2021-01-11 17:24:03 UTC (rev 26725) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.9.4 +VERSION = 1.9.5 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2021-01-05 15:25:18 UTC (rev 26724) +++ csw/mgar/pkg/sudo/trunk/checksums 2021-01-11 17:24:03 UTC (rev 26725) @@ -1 +1 @@ -b654699baebedd095fa525108ea12cbe sudo-1.9.4.tar.gz +faf1dfc975929c5f99a1fdc64e9b7098 sudo-1.9.5.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 Mon Jan 18 08:18:51 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 18 Jan 2021 07:18:51 +0000 Subject: SF.net SVN: gar:[26726] csw/mgar/pkg/libsigsegv/trunk Message-ID: <1610954331.985992.17174@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26726 http://sourceforge.net/p/gar/code/26726 Author: dmichelsen Date: 2021-01-18 07:18:51 +0000 (Mon, 18 Jan 2021) Log Message: ----------- libsigsegv/trunk: Update to 2.13 Modified Paths: -------------- csw/mgar/pkg/libsigsegv/trunk/Makefile csw/mgar/pkg/libsigsegv/trunk/checksums Modified: csw/mgar/pkg/libsigsegv/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsigsegv/trunk/Makefile 2021-01-11 17:24:03 UTC (rev 26725) +++ csw/mgar/pkg/libsigsegv/trunk/Makefile 2021-01-18 07:18:51 UTC (rev 26726) @@ -1,5 +1,5 @@ NAME = libsigsegv -VERSION = 2.12 +VERSION = 2.13 GARTYPE = v2 DESCRIPTION = A library for catching and handling segmentation faults @@ -11,6 +11,11 @@ MASTER_SITES = $(GNU_MIRROR) DISTFILES += $(DISTNAME).tar.gz +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 + +PKGFORMAT-5.11 = svr4 + PACKAGES += CSWlibsigsegv2 CATALOGNAME_CSWlibsigsegv2 = libsigsegv2 SPKG_DESC_CSWlibsigsegv2 = A library for catching and handling segmentation faults, libsigsegv.so.2 Modified: csw/mgar/pkg/libsigsegv/trunk/checksums =================================================================== --- csw/mgar/pkg/libsigsegv/trunk/checksums 2021-01-11 17:24:03 UTC (rev 26725) +++ csw/mgar/pkg/libsigsegv/trunk/checksums 2021-01-18 07:18:51 UTC (rev 26726) @@ -1 +1 @@ -58a6db48f79f5c735a9dce3a37c52779 libsigsegv-2.12.tar.gz +cf4a5fdc95e5494eaa190825af11f3be libsigsegv-2.13.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 Mon Jan 25 10:32:34 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 25 Jan 2021 09:32:34 +0000 Subject: SF.net SVN: gar:[26727] csw/mgar/pkg/bison/trunk Message-ID: <1611567154.887382.5155@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26727 http://sourceforge.net/p/gar/code/26727 Author: dmichelsen Date: 2021-01-25 09:32:34 +0000 (Mon, 25 Jan 2021) Log Message: ----------- bison/trunk: Update to 3.7.5 Modified Paths: -------------- csw/mgar/pkg/bison/trunk/Makefile csw/mgar/pkg/bison/trunk/checksums Modified: csw/mgar/pkg/bison/trunk/Makefile =================================================================== --- csw/mgar/pkg/bison/trunk/Makefile 2021-01-18 07:18:51 UTC (rev 26726) +++ csw/mgar/pkg/bison/trunk/Makefile 2021-01-25 09:32:34 UTC (rev 26727) @@ -1,7 +1,7 @@ # $Id$ NAME = bison -VERSION = 3.7.1 +VERSION = 3.7.5 GARTYPE = v2 DESCRIPTION = GNU Project parser generator (yacc replacement) @@ -13,7 +13,7 @@ MASTER_SITES += $(GNU_MIRROR) MASTER_SITES += https://alpha.gnu.org/gnu/bison/ -DISTFILES = $(DISTNAME).tar.gz +DISTFILES = $(DISTNAME).tar.xz RUNTIME_DEP_PKGS_CSWbison += CSWlibintl9 RUNTIME_DEP_PKGS_CSWbison += CSWgm4 Modified: csw/mgar/pkg/bison/trunk/checksums =================================================================== --- csw/mgar/pkg/bison/trunk/checksums 2021-01-18 07:18:51 UTC (rev 26726) +++ csw/mgar/pkg/bison/trunk/checksums 2021-01-25 09:32:34 UTC (rev 26727) @@ -1 +1 @@ -0e0196484fcd9608a931d9fee8252bc0 bison-3.7.1.tar.gz +9b762dc24a6723f86d14d957d3deeb90 bison-3.7.5.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 28 08:27:10 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 28 Jan 2021 07:27:10 +0000 Subject: SF.net SVN: gar:[26728] csw/mgar/pkg/sudo/trunk Message-ID: <1611818831.383246.5552@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26728 http://sourceforge.net/p/gar/code/26728 Author: dmichelsen Date: 2021-01-28 07:27:09 +0000 (Thu, 28 Jan 2021) Log Message: ----------- sudo/trunk: Update to 1.9.5p2 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2021-01-25 09:32:34 UTC (rev 26727) +++ csw/mgar/pkg/sudo/trunk/Makefile 2021-01-28 07:27:09 UTC (rev 26728) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.9.5 +VERSION = 1.9.5p2 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2021-01-25 09:32:34 UTC (rev 26727) +++ csw/mgar/pkg/sudo/trunk/checksums 2021-01-28 07:27:09 UTC (rev 26728) @@ -1 +1 @@ -faf1dfc975929c5f99a1fdc64e9b7098 sudo-1.9.5.tar.gz +e6bc4c18c06346e6b3431637a2b5f3d5 sudo-1.9.5p2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at opencsw.org Thu Jan 28 09:50:27 2021 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 28 Jan 2021 09:50:27 +0100 Subject: SF.net SVN: gar:[26728] csw/mgar/pkg/sudo/trunk In-Reply-To: <1611818831.383246.5552@sfp-scm-1.v30.lw.sourceforge.com> References: <1611818831.383246.5552@sfp-scm-1.v30.lw.sourceforge.com> Message-ID: Well done Dago! On Thu, 28 Jan 2021 at 08:28, dmichelsen--- via devel < devel at lists.opencsw.org> wrote: > Revision: 26728 > http://sourceforge.net/p/gar/code/26728 > Author: dmichelsen > Date: 2021-01-28 07:27:09 +0000 (Thu, 28 Jan 2021) > Log Message: > ----------- > sudo/trunk: Update to 1.9.5p2 > > Modified Paths: > -------------- > csw/mgar/pkg/sudo/trunk/Makefile > csw/mgar/pkg/sudo/trunk/checksums > > Modified: csw/mgar/pkg/sudo/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/sudo/trunk/Makefile 2021-01-25 09:32:34 UTC (rev 26727) > +++ csw/mgar/pkg/sudo/trunk/Makefile 2021-01-28 07:27:09 UTC (rev 26728) > @@ -2,7 +2,7 @@ > # > > NAME = sudo > -VERSION = 1.9.5 > +VERSION = 1.9.5p2 > GARTYPE = v2 > > EXTRA_MODULATORS = LDAP > > Modified: csw/mgar/pkg/sudo/trunk/checksums > =================================================================== > --- csw/mgar/pkg/sudo/trunk/checksums 2021-01-25 09:32:34 UTC (rev 26727) > +++ csw/mgar/pkg/sudo/trunk/checksums 2021-01-28 07:27:09 UTC (rev 26728) > @@ -1 +1 @@ > -faf1dfc975929c5f99a1fdc64e9b7098 sudo-1.9.5.tar.gz > +e6bc4c18c06346e6b3431637a2b5f3d5 sudo-1.9.5p2.tar.gz > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: