From dmichelsen at users.sourceforge.net Mon Aug 13 16:19:20 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 13 Aug 2018 14:19:20 +0000 Subject: SF.net SVN: gar:[26451] csw/mgar/pkg/squid/trunk Message-ID: <1534169960.986930.28832@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26451 http://sourceforge.net/p/gar/code/26451 Author: dmichelsen Date: 2018-08-13 14:19:19 +0000 (Mon, 13 Aug 2018) Log Message: ----------- squid/trunk: Update to 3.5.28, increase stop timeout to 300 seconds, increase MAX_URL to 16384 Modified Paths: -------------- csw/mgar/pkg/squid/trunk/Makefile csw/mgar/pkg/squid/trunk/checksums csw/mgar/pkg/squid/trunk/files/cswsquid.xml Modified: csw/mgar/pkg/squid/trunk/Makefile =================================================================== --- csw/mgar/pkg/squid/trunk/Makefile 2018-07-30 15:09:38 UTC (rev 26450) +++ csw/mgar/pkg/squid/trunk/Makefile 2018-08-13 14:19:19 UTC (rev 26451) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 3.5.27 +VERSION = 3.5.28 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache @@ -173,6 +173,11 @@ REINPLACE_WITH_conf = $(sysconfdir)/squid/ REINPLACE_FILES_conf += helpers/basic_auth/MSNT/msntauth.conf.default +REINPLACEMENTS += urlsize +REINPLACE_MATCH_urlsize = (\#define\s+MAX_URL\s+).* +REINPLACE_WITH_urlsize = $${1}16384 +REINPLACE_FILES_urlsize += src/defines.h + EXTRA_MERGE_EXCLUDE_FILES += .*\.default include gar/category.mk Modified: csw/mgar/pkg/squid/trunk/checksums =================================================================== --- csw/mgar/pkg/squid/trunk/checksums 2018-07-30 15:09:38 UTC (rev 26450) +++ csw/mgar/pkg/squid/trunk/checksums 2018-08-13 14:19:19 UTC (rev 26451) @@ -1 +1 @@ -c17a3ed3a40cd59c23f48b8539dafcd8 squid-3.5.27.tar.bz2 +4ae3f6277b3aa6386cb5ad2d954179c2 squid-3.5.28.tar.bz2 Modified: csw/mgar/pkg/squid/trunk/files/cswsquid.xml =================================================================== --- csw/mgar/pkg/squid/trunk/files/cswsquid.xml 2018-07-30 15:09:38 UTC (rev 26450) +++ csw/mgar/pkg/squid/trunk/files/cswsquid.xml 2018-08-13 14:19:19 UTC (rev 26451) @@ -21,7 +21,7 @@ - + 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 13 22:50:22 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 13 Aug 2018 20:50:22 +0000 Subject: SF.net SVN: gar:[26452] csw/mgar/pkg/tor/trunk Message-ID: <1534193422.639925.31744@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26452 http://sourceforge.net/p/gar/code/26452 Author: jake_goerzen Date: 2018-08-13 20:50:18 +0000 (Mon, 13 Aug 2018) Log Message: ----------- tor/trunk: update to 0.2.9.16 Modified Paths: -------------- csw/mgar/pkg/tor/trunk/Makefile csw/mgar/pkg/tor/trunk/checksums Modified: csw/mgar/pkg/tor/trunk/Makefile =================================================================== --- csw/mgar/pkg/tor/trunk/Makefile 2018-08-13 14:19:19 UTC (rev 26451) +++ csw/mgar/pkg/tor/trunk/Makefile 2018-08-13 20:50:18 UTC (rev 26452) @@ -1,6 +1,6 @@ # $Id$ NAME = tor -VERSION = 0.2.9.15 +VERSION = 0.2.9.16 GARTYPE = v2 DESCRIPTION = Secure network traffic router Modified: csw/mgar/pkg/tor/trunk/checksums =================================================================== --- csw/mgar/pkg/tor/trunk/checksums 2018-08-13 14:19:19 UTC (rev 26451) +++ csw/mgar/pkg/tor/trunk/checksums 2018-08-13 20:50:18 UTC (rev 26452) @@ -1 +1 @@ -f2affaf40a75f0d5d2e272553295ea42 tor-0.2.9.15.tar.gz +8b62f14903c7417c34f772fb4f90daf3 tor-0.2.9.16.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 Wed Aug 15 19:39:01 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 15 Aug 2018 17:39:01 +0000 Subject: SF.net SVN: gar:[26453] csw/mgar/pkg/dovecot/branches Message-ID: <1534354742.35195.32182@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26453 http://sourceforge.net/p/gar/code/26453 Author: jake_goerzen Date: 2018-08-15 17:38:59 +0000 (Wed, 15 Aug 2018) Log Message: ----------- dovecot/branches/stable-2.2: create snapshot of trunk before upgrade to version 2.3 Added Paths: ----------- csw/mgar/pkg/dovecot/branches/stable-2.2/ csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile csw/mgar/pkg/dovecot/branches/stable-2.2/checksums Removed Paths: ------------- csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile csw/mgar/pkg/dovecot/branches/stable-2.2/checksums Deleted: csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2018-03-04 10:50:31 UTC (rev 26373) +++ csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile 2018-08-15 17:38:59 UTC (rev 26453) @@ -1,163 +0,0 @@ -# TODO -# - SSL certs to /etc/opt/csw/ssl? -# - /var/run/dovecot instead of /var/opt/csw/run? -NAME = dovecot -VERSION = 2.2.33.2 -GARTYPE = v2 - -DESCRIPTION = Secure IMAP server -define BLURB - Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, - written with security primarily in mind. Dovecot is an excellent choice for - both small and large installations. It's fast, simple to set up, requires no - special administration and it uses very little memory. -endef - -SPKG_SOURCEURL = http://dovecot.org/ -MASTER_SITES = http://dovecot.org/releases/2.2/ -DISTFILES = $(NAME)-$(VERSION).tar.gz -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz - -GARCOMPILER = GNU - -PACKAGES = CSWdovecot CSWdovecot-dev - -CATALOGNAME_CSWdovecot = dovecot -CATALOGNAME_CSWdovecot-dev = dovecot_dev - -SPKG_DESC_CSWdovecot = Secure IMAP server -SPKG_DESC_CSWdovecot-dev = Dovecot secure IMAP server header files - -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibmysqlclient18 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibz1 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibbz2-1-0 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibpq5 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibsqlite3-0 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssl1-0-0 -RUNTIME_DEP_PKGS_CSWdovecot += CSWliblber2-4-2 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibldap2-4-2 -RUNTIME_DEP_PKGS_CSWdovecot += CSWliblzma5 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibintl9 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicui18n57 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc57 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWdovecot += CSWlibwrap1 - -PKGFILES_CSWdovecot-dev = $(PKGFILES_DEVEL) - -# These directories belong to CSWosslrt -PROTOTYPE_FILTER = awk '\ - $$$$3 == "/opt/csw/ssl/certs" { next } \ - $$$$3 == "/opt/csw/ssl/private" { next } \ - { print }' - -REINPLACEMENTS += ul - -REINPLACE_MATCH_ul = /usr/local -REINPLACE_WITH_ul = $(prefix) -REINPLACE_FILES_ul += src/plugins/fts/decode2text.sh -REINPLACE_FILES_ul += doc/wiki/LDA.Sendmail.txt -REINPLACE_FILES_ul += doc/wiki/CompilingSource.txt -REINPLACE_FILES_ul += doc/wiki/HowTo.PopBSMTPAndDovecot.txt - -# No test suite for Dovecot available -TEST_SCRIPTS = - -# Disable git patching to preserve correct git-commit hash in dovecot source. -NOGITPATCH = 1 - -CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --with-gssapi -CONFIGURE_ARGS += --with-ldap -CONFIGURE_ARGS += --with-mysql -CONFIGURE_ARGS += --with-pgsql -CONFIGURE_ARGS += --with-sqlite -CONFIGURE_ARGS += --with-ssl=openssl -CONFIGURE_ARGS += --with-ssldir=/etc/opt/csw/ssl -CONFIGURE_ARGS += --with-zlib -CONFIGURE_ARGS += --with-bzlib -CONFIGURE_ARGS += --with-libwrap - -BUILD64 = 1 -ISAEXEC = 1 - -EXTRA_INC = /opt/csw/include/mysql /opt/csw/include/postgresql - -STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot - -# cswclassutils integration -INITSMF = /etc/opt/csw/init.d/cswdovecot -USERGROUP = /etc/opt/csw/pkg/CSWdovecot/cswusergroup -SAMPLECONF = .*/dovecot.pem $(sysconfdir)/dovecot/dovecot.conf -MIGRATE_FILES = dovecot.conf - -# the perl search and replace is missing this. Need to rework the below perl -# lines. For now overriding since the file(s) are only documentation. - -PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 - -# override needed until ld inconsistancy is resolved on buildfarm -CHECKPKG_OVERRIDES_CSWdovecot += surplus-dependency|CSWlibintl9 - -include gar/category.mk - -pre-install-modulated: - perl -pi -e 's|/etc/ssl|/etc/opt/csw/ssl|' $(WORKSRC)/doc/mkcert.sh - perl -pi -e '\ - s| /var/run| /var/opt/csw/run|; \ - s| /etc/ssl| /etc/opt/csw/ssl|; \ - s| /usr/libexec| /opt/csw/libexec/dovecot|; \ - s| /usr/lib/dovecot| /opt/csw/lib/dovecot|; \ - s| /usr/local| /opt/csw|;' \ - $(WORKSRC)/doc/example-config/dovecot.conf - perl -pi -e '\ - s|/etc/ssl|/etc/opt/csw/ssl|; \ - s|/usr/local|/opt/csw|;' \ - $(WORKSRC)/doc/example-config/conf.d/* - @$(MAKECOOKIE) - -post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(NAME) -post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT -post-install-modulated: CSWDOCS=README.CSW changelog.CSW -post-install-modulated: SSLDIR = $(DESTDIR)/etc/opt/csw/ssl -post-install-modulated: - - perl -pi -e '\ - s|/etc/ssl|/etc/opt/csw/ssl|; \ - s|/usr/local|/opt/csw|; \ - s|/usr/share|/opt/csw/share|;' \ - $(DESTDIR)/opt/csw/share/doc/dovecot/wiki/* - - # Include these in the pkg. dovecot will create them otherwise - # with root:root ownership, which conflicts with other pkg's - ginstall -d $(DESTDIR)$(localstatedir)/run - ginstall -d $(DESTDIR)$(localstatedir)/lib - - cp $(FILEDIR)/dovecot-minimal.conf \ - $(DESTDIR)$(sysconfdir)/dovecot/dovecot.conf - - # Create self-signed sample cert - ginstall -d $(SSLDIR)/certs - ginstall -d $(SSLDIR)/private - ( cd $(WORKSRC)/doc; SSLDIR=$(SSLDIR) /bin/sh ./mkcert.sh ) - chmod 400 $(SSLDIR)/private/dovecot.pem - - # Copy documentation (upstream + CSW) and mkcert.sh - ginstall -d $(DOCDEST) - cp $(addprefix $(FILEDIR)/,$(CSWDOCS)) $(DOCDEST) - cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST) - ginstall -m 755 $(WORKSRC)/doc/mkcert.sh $(DOCDEST) - cp $(WORKSRC)/doc/dovecot-openssl.cnf $(DOCDEST) - - # Copy init script - ginstall -Dm 755 $(FILEDIR)/cswdovecot \ - $(DESTDIR)/etc/opt/csw/init.d/cswdovecot - - # Copy cswusergroup - ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWdovecot - ginstall -m 444 $(FILEDIR)/cswusergroup \ - $(DESTDIR)/etc/opt/csw/pkg/CSWdovecot/ - - @$(MAKECOOKIE) Copied: csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile (from rev 26427, csw/mgar/pkg/dovecot/trunk/Makefile) =================================================================== --- csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile (rev 0) +++ csw/mgar/pkg/dovecot/branches/stable-2.2/Makefile 2018-08-15 17:38:59 UTC (rev 26453) @@ -0,0 +1,163 @@ +# TODO +# - SSL certs to /etc/opt/csw/ssl? +# - /var/run/dovecot instead of /var/opt/csw/run? +NAME = dovecot +VERSION = 2.2.36 +GARTYPE = v2 + +DESCRIPTION = Secure IMAP server +define BLURB + Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, + written with security primarily in mind. Dovecot is an excellent choice for + both small and large installations. It's fast, simple to set up, requires no + special administration and it uses very little memory. +endef + +SPKG_SOURCEURL = http://dovecot.org/ +MASTER_SITES = http://dovecot.org/releases/2.2/ +DISTFILES = $(NAME)-$(VERSION).tar.gz +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +GARCOMPILER = GNU + +PACKAGES = CSWdovecot CSWdovecot-dev + +CATALOGNAME_CSWdovecot = dovecot +CATALOGNAME_CSWdovecot-dev = dovecot_dev + +SPKG_DESC_CSWdovecot = Secure IMAP server +SPKG_DESC_CSWdovecot-dev = Dovecot secure IMAP server header files + +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibmysqlclient18 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibz1 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibbz2-1-0 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibkrb5-3 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibpq5 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibsqlite3-0 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWdovecot += CSWliblber2-4-2 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibldap2-4-2 +RUNTIME_DEP_PKGS_CSWdovecot += CSWliblzma5 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicui18n57 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc57 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibwrap1 + +PKGFILES_CSWdovecot-dev = $(PKGFILES_DEVEL) + +# These directories belong to CSWosslrt +PROTOTYPE_FILTER = awk '\ + $$$$3 == "/opt/csw/ssl/certs" { next } \ + $$$$3 == "/opt/csw/ssl/private" { next } \ + { print }' + +REINPLACEMENTS += ul + +REINPLACE_MATCH_ul = /usr/local +REINPLACE_WITH_ul = $(prefix) +REINPLACE_FILES_ul += src/plugins/fts/decode2text.sh +REINPLACE_FILES_ul += doc/wiki/LDA.Sendmail.txt +REINPLACE_FILES_ul += doc/wiki/CompilingSource.txt +REINPLACE_FILES_ul += doc/wiki/HowTo.PopBSMTPAndDovecot.txt + +# No test suite for Dovecot available +TEST_SCRIPTS = + +# Disable git patching to preserve correct git-commit hash in dovecot source. +NOGITPATCH = 1 + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-gssapi +CONFIGURE_ARGS += --with-ldap +CONFIGURE_ARGS += --with-mysql +CONFIGURE_ARGS += --with-pgsql +CONFIGURE_ARGS += --with-sqlite +CONFIGURE_ARGS += --with-ssl=openssl +CONFIGURE_ARGS += --with-ssldir=/etc/opt/csw/ssl +CONFIGURE_ARGS += --with-zlib +CONFIGURE_ARGS += --with-bzlib +CONFIGURE_ARGS += --with-libwrap + +BUILD64 = 1 +ISAEXEC = 1 + +EXTRA_INC = /opt/csw/include/mysql /opt/csw/include/postgresql + +STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot + +# cswclassutils integration +INITSMF = /etc/opt/csw/init.d/cswdovecot +USERGROUP = /etc/opt/csw/pkg/CSWdovecot/cswusergroup +SAMPLECONF = .*/dovecot.pem $(sysconfdir)/dovecot/dovecot.conf +MIGRATE_FILES = dovecot.conf + +# the perl search and replace is missing this. Need to rework the below perl +# lines. For now overriding since the file(s) are only documentation. + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +# override needed until ld inconsistancy is resolved on buildfarm +CHECKPKG_OVERRIDES_CSWdovecot += surplus-dependency|CSWlibintl9 + +include gar/category.mk + +pre-install-modulated: + perl -pi -e 's|/etc/ssl|/etc/opt/csw/ssl|' $(WORKSRC)/doc/mkcert.sh + perl -pi -e '\ + s| /var/run| /var/opt/csw/run|; \ + s| /etc/ssl| /etc/opt/csw/ssl|; \ + s| /usr/libexec| /opt/csw/libexec/dovecot|; \ + s| /usr/lib/dovecot| /opt/csw/lib/dovecot|; \ + s| /usr/local| /opt/csw|;' \ + $(WORKSRC)/doc/example-config/dovecot.conf + perl -pi -e '\ + s|/etc/ssl|/etc/opt/csw/ssl|; \ + s|/usr/local|/opt/csw|;' \ + $(WORKSRC)/doc/example-config/conf.d/* + @$(MAKECOOKIE) + +post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(NAME) +post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT +post-install-modulated: CSWDOCS=README.CSW changelog.CSW +post-install-modulated: SSLDIR = $(DESTDIR)/etc/opt/csw/ssl +post-install-modulated: + + perl -pi -e '\ + s|/etc/ssl|/etc/opt/csw/ssl|; \ + s|/usr/local|/opt/csw|; \ + s|/usr/share|/opt/csw/share|;' \ + $(DESTDIR)/opt/csw/share/doc/dovecot/wiki/* + + # Include these in the pkg. dovecot will create them otherwise + # with root:root ownership, which conflicts with other pkg's + ginstall -d $(DESTDIR)$(localstatedir)/run + ginstall -d $(DESTDIR)$(localstatedir)/lib + + cp $(FILEDIR)/dovecot-minimal.conf \ + $(DESTDIR)$(sysconfdir)/dovecot/dovecot.conf + + # Create self-signed sample cert + ginstall -d $(SSLDIR)/certs + ginstall -d $(SSLDIR)/private + ( cd $(WORKSRC)/doc; SSLDIR=$(SSLDIR) /bin/sh ./mkcert.sh ) + chmod 400 $(SSLDIR)/private/dovecot.pem + + # Copy documentation (upstream + CSW) and mkcert.sh + ginstall -d $(DOCDEST) + cp $(addprefix $(FILEDIR)/,$(CSWDOCS)) $(DOCDEST) + cp $(addprefix $(WORKSRC)/,$(DOCS)) $(DOCDEST) + ginstall -m 755 $(WORKSRC)/doc/mkcert.sh $(DOCDEST) + cp $(WORKSRC)/doc/dovecot-openssl.cnf $(DOCDEST) + + # Copy init script + ginstall -Dm 755 $(FILEDIR)/cswdovecot \ + $(DESTDIR)/etc/opt/csw/init.d/cswdovecot + + # Copy cswusergroup + ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWdovecot + ginstall -m 444 $(FILEDIR)/cswusergroup \ + $(DESTDIR)/etc/opt/csw/pkg/CSWdovecot/ + + @$(MAKECOOKIE) Deleted: csw/mgar/pkg/dovecot/branches/stable-2.2/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2018-03-04 10:50:31 UTC (rev 26373) +++ csw/mgar/pkg/dovecot/branches/stable-2.2/checksums 2018-08-15 17:38:59 UTC (rev 26453) @@ -1 +0,0 @@ -85c3e903870aee914be93889a6ea98ea dovecot-2.2.33.2.tar.gz Copied: csw/mgar/pkg/dovecot/branches/stable-2.2/checksums (from rev 26427, csw/mgar/pkg/dovecot/trunk/checksums) =================================================================== --- csw/mgar/pkg/dovecot/branches/stable-2.2/checksums (rev 0) +++ csw/mgar/pkg/dovecot/branches/stable-2.2/checksums 2018-08-15 17:38:59 UTC (rev 26453) @@ -0,0 +1 @@ +a8d6492584025b2413e82ea48de3cd5f dovecot-2.2.36.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 Wed Aug 15 19:51:19 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 15 Aug 2018 17:51:19 +0000 Subject: SF.net SVN: gar:[26454] csw/mgar/pkg/dovecot/trunk Message-ID: <1534355480.33291.2665@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26454 http://sourceforge.net/p/gar/code/26454 Author: jake_goerzen Date: 2018-08-15 17:51:18 +0000 (Wed, 15 Aug 2018) Log Message: ----------- dovecot: update to version 2.3.2.1 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 2018-08-15 17:38:59 UTC (rev 26453) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2018-08-15 17:51:18 UTC (rev 26454) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.2.36 +VERSION = 2.3.2.1 GARTYPE = v2 DESCRIPTION = Secure IMAP server @@ -14,7 +14,7 @@ endef SPKG_SOURCEURL = http://dovecot.org/ -MASTER_SITES = http://dovecot.org/releases/2.2/ +MASTER_SITES = http://dovecot.org/releases/2.3/ DISTFILES = $(NAME)-$(VERSION).tar.gz UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz @@ -44,6 +44,8 @@ RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc57 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWdovecot += CSWlibwrap1 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibssp0 +RUNTIME_DEP_PKGS_CSWdovecot += CSWlibsodium23 PKGFILES_CSWdovecot-dev = $(PKGFILES_DEVEL) Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2018-08-15 17:38:59 UTC (rev 26453) +++ csw/mgar/pkg/dovecot/trunk/checksums 2018-08-15 17:51:18 UTC (rev 26454) @@ -1 +1 @@ -a8d6492584025b2413e82ea48de3cd5f dovecot-2.2.36.tar.gz +77a7fa95b38bd6686e6191b2b3f2b87b dovecot-2.3.2.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 Thu Aug 16 00:45:12 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 15 Aug 2018 22:45:12 +0000 Subject: SF.net SVN: gar:[26455] csw/mgar/pkg/dovecot-sieve/branches Message-ID: <1534373112.841469.11627@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26455 http://sourceforge.net/p/gar/code/26455 Author: jake_goerzen Date: 2018-08-15 22:45:06 +0000 (Wed, 15 Aug 2018) Log Message: ----------- dovecot-sieve/branches/stable-2.2: create snapshot of trunk before upgrade to version 2.3 Added Paths: ----------- csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums Removed Paths: ------------- csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums Deleted: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-04-15 01:27:36 UTC (rev 26136) +++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile 2018-08-15 22:45:06 UTC (rev 26455) @@ -1,49 +0,0 @@ -NAME = dovecot-2.2-pigeonhole -VERSION = 0.4.18 -GARTYPE = v2 - -DESCRIPTION = Secure POP3/IMAP server - Sieve filters support -define BLURB -This package provides Sieve filters support for Dovecot. -endef - -MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.2/ -DISTFILES = $(NAME)-$(VERSION).tar.gz - -PACKAGES = CSWdovecot-sieve - -GARCOMPILER = GNU - -BUILD64 = 1 -ISAEXEC = 1 - -# disable test-suite -SKIPTEST = 1 - -# Disable git patching to preserve correct git-commit hash in pigeonhole source. -NOGITPATCH = 1 - -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.2.29 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.29 -endif - -ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.29 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.29 -endif - -CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) - -STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot - -EXTRA_LIB = /opt/csw/lib/dovecot -EXTRA_LIB-64 = /opt/csw/lib/64/dovecot - -RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWdovecot -RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWlibgcc-s1 - -include gar/category.mk - Copied: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile (from rev 26428, csw/mgar/pkg/dovecot-sieve/trunk/Makefile) =================================================================== --- csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile (rev 0) +++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile 2018-08-15 22:45:06 UTC (rev 26455) @@ -0,0 +1,49 @@ +NAME = dovecot-2.2-pigeonhole +VERSION = 0.4.24 +GARTYPE = v2 + +DESCRIPTION = Secure POP3/IMAP server - Sieve filters support +define BLURB +This package provides Sieve filters support for Dovecot. +endef + +MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.2/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +PACKAGES = CSWdovecot-sieve + +GARCOMPILER = GNU + +BUILD64 = 1 +ISAEXEC = 1 + +# disable test-suite +SKIPTEST = 1 + +# Disable git patching to preserve correct git-commit hash in pigeonhole source. +NOGITPATCH = 1 + +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.2.36 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.36 +endif + +ifeq ($(UNAME), sparc) +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.36 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.36 +endif + +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) + +STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot + +EXTRA_LIB = /opt/csw/lib/dovecot +EXTRA_LIB-64 = /opt/csw/lib/64/dovecot + +RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWdovecot +RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWlibgcc-s1 + +include gar/category.mk + Deleted: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2017-04-15 01:27:36 UTC (rev 26136) +++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums 2018-08-15 22:45:06 UTC (rev 26455) @@ -1 +0,0 @@ -7e6f55da44500b59b832b3d44dd0cbcb dovecot-2.2-pigeonhole-0.4.18.tar.gz Copied: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums (from rev 26428, csw/mgar/pkg/dovecot-sieve/trunk/checksums) =================================================================== --- csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums (rev 0) +++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums 2018-08-15 22:45:06 UTC (rev 26455) @@ -0,0 +1 @@ +cc056040b758befe0d48d29458846e93 dovecot-2.2-pigeonhole-0.4.24.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 Thu Aug 16 00:49:38 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 15 Aug 2018 22:49:38 +0000 Subject: SF.net SVN: gar:[26456] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1534373378.723136.12709@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26456 http://sourceforge.net/p/gar/code/26456 Author: jake_goerzen Date: 2018-08-15 22:49:36 +0000 (Wed, 15 Aug 2018) Log Message: ----------- dovecot-sieve: update to version 0.5.2 for dovecot 2.3 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 2018-08-15 22:45:06 UTC (rev 26455) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-08-15 22:49:36 UTC (rev 26456) @@ -1,5 +1,5 @@ -NAME = dovecot-2.2-pigeonhole -VERSION = 0.4.24 +NAME = dovecot-2.3-pigeonhole +VERSION = 0.5.2 GARTYPE = v2 DESCRIPTION = Secure POP3/IMAP server - Sieve filters support @@ -7,7 +7,7 @@ This package provides Sieve filters support for Dovecot. endef -MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.2/ +MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.3/ DISTFILES = $(NAME)-$(VERSION).tar.gz PACKAGES = CSWdovecot-sieve @@ -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.2.36 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.36 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.2.1 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.2.1 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.36 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.36 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.2.1 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.2.1 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-08-15 22:45:06 UTC (rev 26455) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-08-15 22:49:36 UTC (rev 26456) @@ -1 +1 @@ -cc056040b758befe0d48d29458846e93 dovecot-2.2-pigeonhole-0.4.24.tar.gz +b07a890f61774663ea1c94afff9aa0ce dovecot-2.3-pigeonhole-0.5.2.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 Thu Aug 16 02:28:44 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 16 Aug 2018 00:28:44 +0000 Subject: SF.net SVN: gar:[26457] csw/mgar/pkg/dovecot-sieve/trunk/Makefile Message-ID: <1534379324.562991.6093@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26457 http://sourceforge.net/p/gar/code/26457 Author: jake_goerzen Date: 2018-08-16 00:28:41 +0000 (Thu, 16 Aug 2018) Log Message: ----------- dovecot-sieve/trunk: add dependency for CSWlibssp0 Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-08-15 22:49:36 UTC (rev 26456) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-08-16 00:28:41 UTC (rev 26457) @@ -44,6 +44,7 @@ RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWdovecot RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWlibssp0 include gar/category.mk 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 Aug 20 19:37:16 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Aug 2018 17:37:16 +0000 Subject: SF.net SVN: gar:[26458] csw/mgar/pkg/sudo/trunk Message-ID: <1534786636.965968.20110@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26458 http://sourceforge.net/p/gar/code/26458 Author: dmichelsen Date: 2018-08-20 17:37:14 +0000 (Mon, 20 Aug 2018) Log Message: ----------- sudo/trunk: Update to 1.8.24 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 2018-08-16 00:28:41 UTC (rev 26457) +++ csw/mgar/pkg/sudo/trunk/Makefile 2018-08-20 17:37:14 UTC (rev 26458) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.23 +VERSION = 1.8.24 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2018-08-16 00:28:41 UTC (rev 26457) +++ csw/mgar/pkg/sudo/trunk/checksums 2018-08-20 17:37:14 UTC (rev 26458) @@ -1 +1 @@ -ea444d747feb1decfebdffd0b38b0739 sudo-1.8.23.tar.gz +ddba16ba9f34cd7d66ea5719bb1a428e sudo-1.8.24.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.