From bonivart at users.sourceforge.net Fri Jun 8 21:36:00 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Fri, 08 Jun 2018 19:36:00 +0000 Subject: SF.net SVN: gar:[26437] csw/mgar/pkg/dhcp/trunk Message-ID: <1528486560.629745.21706@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26437 http://sourceforge.net/p/gar/code/26437 Author: bonivart Date: 2018-06-08 19:35:55 +0000 (Fri, 08 Jun 2018) Log Message: ----------- dhcp/trunk: Update to 4.4.1 Modified Paths: -------------- csw/mgar/pkg/dhcp/trunk/Makefile csw/mgar/pkg/dhcp/trunk/checksums Modified: csw/mgar/pkg/dhcp/trunk/Makefile =================================================================== --- csw/mgar/pkg/dhcp/trunk/Makefile 2018-05-27 20:08:53 UTC (rev 26436) +++ csw/mgar/pkg/dhcp/trunk/Makefile 2018-06-08 19:35:55 UTC (rev 26437) @@ -1,12 +1,12 @@ NAME = dhcp -VERSION = 4.3.6 +VERSION = 4.4.1 # Enable these for Px-releases -RELEASE = P1 -DISTVERSION = $(VERSION)-$(RELEASE) -SPKG_VERSION = $(VERSION)$(RELEASE) -DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) -WORKSRC = $(WORKDIR)/$(DISTNAME) +#RELEASE = P1 +#DISTVERSION = $(VERSION)-$(RELEASE) +#SPKG_VERSION = $(VERSION)$(RELEASE) +#DISTNAME = $(NAME)-$(VERSION)-$(RELEASE) +#WORKSRC = $(WORKDIR)/$(DISTNAME) GARTYPE = v2 @@ -15,10 +15,10 @@ endef # Toggle between these for normal/Px-releases -#MASTER_SITES = http://ftp.isc.org/isc/dhcp/$(VERSION)/ -MASTER_SITES = http://ftp.isc.org/isc/dhcp/$(DISTVERSION)/ -#DISTFILES = $(NAME)-$(VERSION).tar.gz -DISTFILES = $(DISTNAME).tar.gz +MASTER_SITES = http://ftp.isc.org/isc/dhcp/$(VERSION)/ +#MASTER_SITES = http://ftp.isc.org/isc/dhcp/$(DISTVERSION)/ +DISTFILES = $(NAME)-$(VERSION).tar.gz +#DISTFILES = $(DISTNAME).tar.gz LICENSE = LICENSE @@ -34,8 +34,6 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw CONFIGURE_ARGS += --localstatedir=/var/opt/csw/dhcp -#CONFIGURE_ARGS += --enable-use-sockets -#CONFIGURE_ARGS += --enable-ipv4-pktinfo # Missing msg_control member EXTRA_CFLAGS += -D_XPG4_2 Modified: csw/mgar/pkg/dhcp/trunk/checksums =================================================================== --- csw/mgar/pkg/dhcp/trunk/checksums 2018-05-27 20:08:53 UTC (rev 26436) +++ csw/mgar/pkg/dhcp/trunk/checksums 2018-06-08 19:35:55 UTC (rev 26437) @@ -1 +1 @@ -c0c45f217b2b831dc67574d46e307249 dhcp-4.3.6-P1.tar.gz +18c7f4dcbb0a63df25098216d47b1ede dhcp-4.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From opk at users.sourceforge.net Tue Jun 12 16:06:05 2018 From: opk at users.sourceforge.net (opk at users.sourceforge.net) Date: Tue, 12 Jun 2018 14:06:05 +0000 Subject: SF.net SVN: gar:[26438] csw/mgar/pkg/zsh/trunk Message-ID: <1528812365.715654.16519@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26438 http://sourceforge.net/p/gar/code/26438 Author: opk Date: 2018-06-12 14:05:45 +0000 (Tue, 12 Jun 2018) Log Message: ----------- zsh: update to 5.5.1 Modified Paths: -------------- csw/mgar/pkg/zsh/trunk/Makefile csw/mgar/pkg/zsh/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch Modified: csw/mgar/pkg/zsh/trunk/Makefile =================================================================== --- csw/mgar/pkg/zsh/trunk/Makefile 2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/Makefile 2018-06-12 14:05:45 UTC (rev 26438) @@ -1,5 +1,5 @@ NAME = zsh -VERSION = 5.4.2 +VERSION = 5.5.1 GARTYPE = v2 DESCRIPTION = Powerful UNIX shell @@ -12,7 +12,6 @@ MASTER_SITES = http://www.zsh.org/pub/ DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += _pkgutil _mgar _alternatives -PATCHFILES += 0001-add-missing-autoload-directive.patch PACKAGES = CSWzsh CATALOGNAME_CSWzsh = zsh Modified: csw/mgar/pkg/zsh/trunk/checksums =================================================================== --- csw/mgar/pkg/zsh/trunk/checksums 2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/checksums 2018-06-12 14:05:45 UTC (rev 26438) @@ -1 +1 @@ -dfe156fd69b0d8d1745ecf6d6e02e047 zsh-5.4.2.tar.gz +678bc037a7311a46e7fc0adca7ed8266 zsh-5.5.1.tar.gz Deleted: csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch =================================================================== --- csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch 2018-06-08 19:35:55 UTC (rev 26437) +++ csw/mgar/pkg/zsh/trunk/files/0001-add-missing-autoload-directive.patch 2018-06-12 14:05:45 UTC (rev 26438) @@ -1,21 +0,0 @@ -From 91fdfe84cb73087aea99cc787ea5331b3af0c042 Mon Sep 17 00:00:00 2001 -From: Oliver Kiddle -Date: Tue, 29 Aug 2017 16:46:47 +0200 -Subject: [PATCH] add missing autoload directive - ---- - Completion/Unix/Type/_bpf_filters | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Completion/Unix/Type/_bpf_filters b/Completion/Unix/Type/_bpf_filters -index c62481e..45fa86e 100644 ---- a/Completion/Unix/Type/_bpf_filters -+++ b/Completion/Unix/Type/_bpf_filters -@@ -1,3 +1,4 @@ -+#autoload - # spaces are valid instead of word ends, perhaps better to just do compset -q - - local -a networks fields dirs protos relop --- -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 Mon Jun 25 09:27:43 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 25 Jun 2018 07:27:43 +0000 Subject: SF.net SVN: gar:[26439] csw/mgar/pkg/stunnel/trunk Message-ID: <1529911663.652623.12708@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26439 http://sourceforge.net/p/gar/code/26439 Author: dmichelsen Date: 2018-06-25 07:27:41 +0000 (Mon, 25 Jun 2018) Log Message: ----------- stunnel/trunk: Update to 5.47 Modified Paths: -------------- csw/mgar/pkg/stunnel/trunk/Makefile csw/mgar/pkg/stunnel/trunk/checksums Modified: csw/mgar/pkg/stunnel/trunk/Makefile =================================================================== --- csw/mgar/pkg/stunnel/trunk/Makefile 2018-06-12 14:05:45 UTC (rev 26438) +++ csw/mgar/pkg/stunnel/trunk/Makefile 2018-06-25 07:27:41 UTC (rev 26439) @@ -1,7 +1,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = stunnel -VERSION = 5.45 +VERSION = 5.47 #BETA = b3 GARTYPE = v2 Modified: csw/mgar/pkg/stunnel/trunk/checksums =================================================================== --- csw/mgar/pkg/stunnel/trunk/checksums 2018-06-12 14:05:45 UTC (rev 26438) +++ csw/mgar/pkg/stunnel/trunk/checksums 2018-06-25 07:27:41 UTC (rev 26439) @@ -1 +1 @@ -68c64609c6154d485883f7c436def004 stunnel-5.45.tar.gz +fbfb497e6050f3227349acea4d05423a stunnel-5.47.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 Jun 25 15:07:16 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 25 Jun 2018 13:07:16 +0000 Subject: SF.net SVN: gar:[26440] csw/mgar/pkg/automake/trunk Message-ID: <1529932036.208200.8227@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26440 http://sourceforge.net/p/gar/code/26440 Author: dmichelsen Date: 2018-06-25 13:07:12 +0000 (Mon, 25 Jun 2018) Log Message: ----------- automake/trunk: Update to 1.16.1 Modified Paths: -------------- csw/mgar/pkg/automake/trunk/Makefile csw/mgar/pkg/automake/trunk/checksums Modified: csw/mgar/pkg/automake/trunk/Makefile =================================================================== --- csw/mgar/pkg/automake/trunk/Makefile 2018-06-25 07:27:41 UTC (rev 26439) +++ csw/mgar/pkg/automake/trunk/Makefile 2018-06-25 13:07:12 UTC (rev 26440) @@ -1,9 +1,9 @@ NAME = automake -VERSION = 1.15.1 +VERSION = 1.16.1 GARTYPE = v2 EXTRA_MODULATORS = VERSION -MODULATIONS_VERSION = 1.6.3 1.7.9 1.8.5 1.9.6 1.10.3 1.11.6 1.12.6 1.13.4 1.14.1 1.15.1 +MODULATIONS_VERSION = 1.6.3 1.7.9 1.8.5 1.9.6 1.10.3 1.11.6 1.12.6 1.13.4 1.14.1 1.15.1 1.16.1 DESCRIPTION = A tool for automatically generating Makefiles. define BLURB @@ -46,6 +46,7 @@ CHECKPKG_OVERRIDES_CSWautomake += file-with-bad-content|/usr/share|root/opt/csw/bin/aclocal-1.13 CHECKPKG_OVERRIDES_CSWautomake += file-with-bad-content|/usr/share|root/opt/csw/bin/aclocal-1.14 CHECKPKG_OVERRIDES_CSWautomake += file-with-bad-content|/usr/share|root/opt/csw/bin/aclocal-1.15 +CHECKPKG_OVERRIDES_CSWautomake += file-with-bad-content|/usr/share|root/opt/csw/bin/aclocal-1.16 # Lots of test fail on Solaris, but they are safe to ignore for now: # @@ -77,6 +78,8 @@ SKIPTEST-1.14.1 ?= 1 +SKIPTEST-1.15.1 ?= 1 + SKIPTEST = $(SKIPTEST-$(VERSION)) ARCHALL = 1 @@ -97,7 +100,7 @@ # alternatives [options] --install link name path priority [- # -slave link name path]... [--initscript service] -ALTERNATIVES = 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 +ALTERNATIVES = 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 ALTERNATIVE_1.6 = $(bindir)/automake automake $(bindir)/automake-1.6 60 ALTERNATIVE_1.6 += $(bindir)/aclocal aclocal $(bindir)/aclocal-1.6 ALTERNATIVE_1.7 = $(bindir)/automake automake $(bindir)/automake-1.7 70 @@ -118,6 +121,8 @@ ALTERNATIVE_1.14 += $(bindir)/aclocal aclocal $(bindir)/aclocal-1.14 ALTERNATIVE_1.15 = $(bindir)/automake automake $(bindir)/automake-1.15 150 ALTERNATIVE_1.15 += $(bindir)/aclocal aclocal $(bindir)/aclocal-1.15 +ALTERNATIVE_1.16 = $(bindir)/automake automake $(bindir)/automake-1.16 160 +ALTERNATIVE_1.16 += $(bindir)/aclocal aclocal $(bindir)/aclocal-1.16 include gar/category.mk Modified: csw/mgar/pkg/automake/trunk/checksums =================================================================== --- csw/mgar/pkg/automake/trunk/checksums 2018-06-25 07:27:41 UTC (rev 26439) +++ csw/mgar/pkg/automake/trunk/checksums 2018-06-25 13:07:12 UTC (rev 26440) @@ -4,6 +4,7 @@ 9199e266993a5bbdc914923349d51e3e automake-1.13.4.tar.gz d052a3e884631b9c7892f2efce542d75 automake-1.14.1.tar.gz 95df3f2d6eb8f81e70b8cb63a93c8853 automake-1.15.1.tar.gz +83cc2463a4080efd46a72ba2c9f6b8f5 automake-1.16.1.tar.gz 2bd506db63b6d10458cb644b6171ce93 automake-1.6.3.tar.gz eb25355e3cf00aac83c580dde970a0b4 automake-1.7.9.tar.gz ce0662da5df68014eb1683c184c47a8e automake-1.8.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.