From guillomovitch at users.sourceforge.net Sun Mar 4 11:37:31 2018 From: guillomovitch at users.sourceforge.net (guillomovitch at users.sourceforge.net) Date: Sun, 04 Mar 2018 10:37:31 +0000 Subject: SF.net SVN: gar:[26371] csw/mgar/pkg/fusioninventory-agent/trunk Message-ID: <1520159851.541207.371940@sfp-scm-7.v30.lw.sourceforge.com> Revision: 26371 http://sourceforge.net/p/gar/code/26371 Author: guillomovitch Date: 2018-03-04 10:37:30 +0000 (Sun, 04 Mar 2018) Log Message: ----------- new version 2.4 Modified Paths: -------------- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile csw/mgar/pkg/fusioninventory-agent/trunk/checksums Modified: csw/mgar/pkg/fusioninventory-agent/trunk/Makefile =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2018-02-28 12:15:36 UTC (rev 26370) +++ csw/mgar/pkg/fusioninventory-agent/trunk/Makefile 2018-03-04 10:37:30 UTC (rev 26371) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = fusioninventory-agent -VERSION = 2.3.21 +VERSION = 2.4 GARTYPE = v2 CATEGORIES = cpan Modified: csw/mgar/pkg/fusioninventory-agent/trunk/checksums =================================================================== --- csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2018-02-28 12:15:36 UTC (rev 26370) +++ csw/mgar/pkg/fusioninventory-agent/trunk/checksums 2018-03-04 10:37:30 UTC (rev 26371) @@ -1 +1 @@ -0f47d238b82c2ea7c02a6309e1d9ed87 FusionInventory-Agent-2.3.21.tar.gz +f9246d5109b1a5666908e7c42094646a FusionInventory-Agent-2.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sun Mar 4 11:43:59 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sun, 04 Mar 2018 10:43:59 +0000 Subject: SF.net SVN: gar:[26372] csw/mgar/pkg/dhcp/trunk Message-ID: <1520160239.378951.375907@sfp-scm-7.v30.lw.sourceforge.com> Revision: 26372 http://sourceforge.net/p/gar/code/26372 Author: bonivart Date: 2018-03-04 10:43:58 +0000 (Sun, 04 Mar 2018) Log Message: ----------- dhcp/trunk: Update to 4.3.6-P1 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-03-04 10:37:30 UTC (rev 26371) +++ csw/mgar/pkg/dhcp/trunk/Makefile 2018-03-04 10:43:58 UTC (rev 26372) @@ -1,12 +1,12 @@ NAME = dhcp -VERSION = 4.3.1 +VERSION = 4.3.6 # 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,7 +34,12 @@ 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 + EXTRA_MERGE_EXCLUDE_FILES = .*~ $(libdir)/.*\.a $(libdir)/.*\.la PKGFILES_CSWdhcp-dev = $(PKGFILES_DEVEL) Modified: csw/mgar/pkg/dhcp/trunk/checksums =================================================================== --- csw/mgar/pkg/dhcp/trunk/checksums 2018-03-04 10:37:30 UTC (rev 26371) +++ csw/mgar/pkg/dhcp/trunk/checksums 2018-03-04 10:43:58 UTC (rev 26372) @@ -1 +1 @@ -b3a42ece3c7f2cd2e74a3e12ca881d20 dhcp-4.3.1.tar.gz +c0c45f217b2b831dc67574d46e307249 dhcp-4.3.6-P1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Sun Mar 4 11:50:31 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Sun, 04 Mar 2018 10:50:31 +0000 Subject: SF.net SVN: gar:[26373] csw/mgar/pkg/clamav/trunk Message-ID: <1520160631.886598.142966@sfp-scm-6.v30.lw.sourceforge.com> Revision: 26373 http://sourceforge.net/p/gar/code/26373 Author: bonivart Date: 2018-03-04 10:50:31 +0000 (Sun, 04 Mar 2018) Log Message: ----------- clamav/trunk: Update to 0.99.4 Modified Paths: -------------- csw/mgar/pkg/clamav/trunk/Makefile csw/mgar/pkg/clamav/trunk/checksums Modified: csw/mgar/pkg/clamav/trunk/Makefile =================================================================== --- csw/mgar/pkg/clamav/trunk/Makefile 2018-03-04 10:43:58 UTC (rev 26372) +++ csw/mgar/pkg/clamav/trunk/Makefile 2018-03-04 10:50:31 UTC (rev 26373) @@ -1,5 +1,5 @@ NAME = clamav -VERSION = 0.99.3 +VERSION = 0.99.4 GARTYPE = v2 DESCRIPTION = Clam AntiVirus Modified: csw/mgar/pkg/clamav/trunk/checksums =================================================================== --- csw/mgar/pkg/clamav/trunk/checksums 2018-03-04 10:43:58 UTC (rev 26372) +++ csw/mgar/pkg/clamav/trunk/checksums 2018-03-04 10:50:31 UTC (rev 26373) @@ -1 +1 @@ -5272f127312e987b3e10c155cf1d84df clamav-0.99.3.tar.gz +b9359b90086948b3c4eb97c84cf4b400 clamav-0.99.4.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 Mar 5 17:36:24 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 05 Mar 2018 16:36:24 +0000 Subject: SF.net SVN: gar:[26374] csw/mgar/pkg/dovecot/trunk Message-ID: <1520267784.87356.1082703@sfp-scm-7.v30.lw.sourceforge.com> Revision: 26374 http://sourceforge.net/p/gar/code/26374 Author: jake_goerzen Date: 2018-03-05 16:36:23 +0000 (Mon, 05 Mar 2018) Log Message: ----------- dovecot: update to 2.2.34 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-03-04 10:50:31 UTC (rev 26373) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2018-03-05 16:36:23 UTC (rev 26374) @@ -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.33.2 +VERSION = 2.2.34 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2018-03-04 10:50:31 UTC (rev 26373) +++ csw/mgar/pkg/dovecot/trunk/checksums 2018-03-05 16:36:23 UTC (rev 26374) @@ -1 +1 @@ -85c3e903870aee914be93889a6ea98ea dovecot-2.2.33.2.tar.gz +29a2e7812c34e6b35db4f86260fed197 dovecot-2.2.34.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 Mar 5 20:48:38 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 05 Mar 2018 19:48:38 +0000 Subject: SF.net SVN: gar:[26375] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1520279318.569898.1271958@sfp-scm-5.v30.lw.sourceforge.com> Revision: 26375 http://sourceforge.net/p/gar/code/26375 Author: jake_goerzen Date: 2018-03-05 19:48:37 +0000 (Mon, 05 Mar 2018) Log Message: ----------- dovecot-sieve/trunk: update to 0.4.22 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-03-05 16:36:23 UTC (rev 26374) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-03-05 19:48:37 UTC (rev 26375) @@ -1,5 +1,5 @@ NAME = dovecot-2.2-pigeonhole -VERSION = 0.4.21 +VERSION = 0.4.22 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.2.33.1 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.33.1 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.2.34 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.34 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.33.1 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.33.1 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.34 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.34 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-03-05 16:36:23 UTC (rev 26374) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-03-05 19:48:37 UTC (rev 26375) @@ -1 +1 @@ -890edce51f256e04f55685f8aa74ca0b dovecot-2.2-pigeonhole-0.4.21.tar.gz +941fbc8f7851e528ee52e5855e88e65e dovecot-2.2-pigeonhole-0.4.22.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 Tue Mar 6 03:10:07 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 06 Mar 2018 02:10:07 +0000 Subject: SF.net SVN: gar:[26376] csw/mgar/pkg/tor/trunk Message-ID: <1520302207.694559.2068211@sfp-scm-7.v30.lw.sourceforge.com> Revision: 26376 http://sourceforge.net/p/gar/code/26376 Author: jake_goerzen Date: 2018-03-06 02:10:05 +0000 (Tue, 06 Mar 2018) Log Message: ----------- tor/trunk: update to 0.2.9.15 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-03-05 19:48:37 UTC (rev 26375) +++ csw/mgar/pkg/tor/trunk/Makefile 2018-03-06 02:10:05 UTC (rev 26376) @@ -1,6 +1,6 @@ # $Id$ NAME = tor -VERSION = 0.2.9.14 +VERSION = 0.2.9.15 GARTYPE = v2 DESCRIPTION = Secure network traffic router Modified: csw/mgar/pkg/tor/trunk/checksums =================================================================== --- csw/mgar/pkg/tor/trunk/checksums 2018-03-05 19:48:37 UTC (rev 26375) +++ csw/mgar/pkg/tor/trunk/checksums 2018-03-06 02:10:05 UTC (rev 26376) @@ -1 +1 @@ -6fddd91f5532a51eb929295bfba31e10 tor-0.2.9.14.tar.gz +f2affaf40a75f0d5d2e272553295ea42 tor-0.2.9.15.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 Sat Mar 10 11:11:33 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 10 Mar 2018 10:11:33 +0000 Subject: SF.net SVN: gar:[26377] csw/mgar/pkg Message-ID: <1520676693.640593.28190@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26377 http://sourceforge.net/p/gar/code/26377 Author: dmichelsen Date: 2018-03-10 10:11:33 +0000 (Sat, 10 Mar 2018) Log Message: ----------- gcc7: Initial commit Modified Paths: -------------- csw/mgar/pkg/gcc7/trunk/Makefile csw/mgar/pkg/gcc7/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gcc7/ Modified: csw/mgar/pkg/gcc7/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc6/trunk/Makefile 2016-07-06 11:21:51 UTC (rev 25802) +++ csw/mgar/pkg/gcc7/trunk/Makefile 2018-03-10 10:11:33 UTC (rev 26377) @@ -1,10 +1,10 @@ # $Id$ NAME = gcc -VERSION = 6.1.0 +VERSION = 7.3.0 GARTYPE = v2 BASE_VERSION = $(shell echo $(VERSION) | gsed -e 's/^\([0-9]\+\.[0-9]\+\)\(.*\)/\1/') -PKG_VERSION_TOKEN = gcc6 +PKG_VERSION_TOKEN = gcc7 PKG_BASENAME = CSW$(PKG_VERSION_TOKEN) DESCRIPTION = The GNU Compiler Collection @@ -14,11 +14,12 @@ for these languages (libstdc++, libgcj,...). endef -# MASTER_SITES = $(GNU_MIRROR)/$(NAME)-$(VERSION)/ +MASTER_SITES = $(GNU_MIRROR)/$(NAME)-$(VERSION)/ # MASTER_SITES += http://ftp.heanet.ie/mirrors/gnu/gcc/$(NAME)-$(VERSION)/ -MASTER_SITES += ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(VERSION)/ -MASTER_SITES += ftp://ftp.gnu.org/gnu/gcc/gcc-$(VERSION)/ -DISTFILES += $(DISTNAME).tar.bz2 +#MASTER_SITES += ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(VERSION)/ +#MASTER_SITES += ftp://ftp.gnu.org/gnu/gcc/gcc-$(VERSION)/ +MASTER_SITES += http://fr.mirror.babylon.network/gcc/snapshots/$(VERSION)/ +DISTFILES += $(DISTNAME).tar.xz LIBOBJC = 4 @@ -52,8 +53,9 @@ CONFIGURE_ARGS += $(DIRPATHS) CONFIGURE_ARGS += --enable-cloog-backend=isl -CONFIGURE_ARGS += --enable-java-awt=xlib -CONFIGURE_ARGS += --enable-languages=ada,c,c++,fortran,go,java,objc +# CONFIGURE_ARGS += --enable-java-awt=xlib +# CONFIGURE_ARGS += --enable-languages=ada,c,c++,fortran,go,java,objc +CONFIGURE_ARGS += --enable-languages=ada,c,c++,fortran,go,objc CONFIGURE_ARGS += --enable-libada CONFIGURE_ARGS += --enable-libssp CONFIGURE_ARGS += --enable-nls @@ -210,7 +212,7 @@ PKGFILES_CSWlibgomp1 += $(call baseisadirs,$(libdir),libgomp\.so\.1(\.\d+)*) SPKG_DESC_CSWlibgomp1 += $(DESCRIPTION), libgomp.so.1 RUNTIME_DEP_PKGS_CSWlibgomp1 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWgcc6core += CSWlibgomp-plugin-host-nonshm1 +RUNTIME_DEP_PKGS_CSWgcc7core += CSWlibgomp-plugin-host-nonshm1 PACKAGES += CSWlibgomp-plugin-host-nonshm1 PKGFILES_CSWlibgomp-plugin-host-nonshm1 += $(call pkgfiles_lib,libgomp-plugin-host_nonshm.so.1) @@ -471,18 +473,18 @@ # LINKER_MAP_RELEASE = solaris10u8 # The previous GCC4 is incompatible with GCC5 because of lots of collisions -INCOMPATIBLE_PKGS_CSWgcc6g++ += CSWgcc4g++ -INCOMPATIBLE_PKGS_CSWgcc6java += CSWgcc4java -INCOMPATIBLE_PKGS_CSWgcc6objc += CSWgcc4objc -INCOMPATIBLE_PKGS_CSWgcc6gfortran += CSWgcc4gfortran -INCOMPATIBLE_PKGS_CSWgcc6core += CSWgcc4core +#INCOMPATIBLE_PKGS_CSWgcc7g++ += CSWgcc4g++ +#INCOMPATIBLE_PKGS_CSWgcc7java += CSWgcc4java +#INCOMPATIBLE_PKGS_CSWgcc7objc += CSWgcc4objc +#INCOMPATIBLE_PKGS_CSWgcc7gfortran += CSWgcc4gfortran +#INCOMPATIBLE_PKGS_CSWgcc7core += CSWgcc4core -# Checkpkg still shows collisions, even as CSWgcc6* is incompatible to CSWgcc4* -#CHECKPKG_OVERRIDES_CSWgcc6g++ += file-collision -#CHECKPKG_OVERRIDES_CSWgcc6java += file-collision -#CHECKPKG_OVERRIDES_CSWgcc6objc += file-collision -#CHECKPKG_OVERRIDES_CSWgcc6gfortran += file-collision -#CHECKPKG_OVERRIDES_CSWgcc6core += file-collision +# Checkpkg still shows collisions, even as CSWgcc7* is incompatible to CSWgcc4* +#CHECKPKG_OVERRIDES_CSWgcc7g++ += file-collision +#CHECKPKG_OVERRIDES_CSWgcc7java += file-collision +#CHECKPKG_OVERRIDES_CSWgcc7objc += file-collision +#CHECKPKG_OVERRIDES_CSWgcc7gfortran += file-collision +#CHECKPKG_OVERRIDES_CSWgcc7core += file-collision #Direct binding is disabled to to problem with amd64 libs CHECKPKG_OVERRIDES_$(PKG_BASENAME)ada += no-direct-binding Modified: csw/mgar/pkg/gcc7/trunk/checksums =================================================================== --- csw/mgar/pkg/gcc6/trunk/checksums 2016-07-06 11:21:51 UTC (rev 25802) +++ csw/mgar/pkg/gcc7/trunk/checksums 2018-03-10 10:11:33 UTC (rev 26377) @@ -1 +1 @@ -8fb6cb98b8459f5863328380fbf06bd1 gcc-6.1.0.tar.bz2 +be2da21680f27624f3a87055c4ba5af2 gcc-7.3.0.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 Sat Mar 10 11:12:18 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sat, 10 Mar 2018 10:12:18 +0000 Subject: SF.net SVN: gar:[26378] csw/mgar/pkg/gcc6/trunk Message-ID: <1520676738.893168.28367@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26378 http://sourceforge.net/p/gar/code/26378 Author: dmichelsen Date: 2018-03-10 10:11:54 +0000 (Sat, 10 Mar 2018) Log Message: ----------- gcc6/trunk: Update to 6.4.0, still does not build Modified Paths: -------------- csw/mgar/pkg/gcc6/trunk/Makefile csw/mgar/pkg/gcc6/trunk/checksums Modified: csw/mgar/pkg/gcc6/trunk/Makefile =================================================================== --- csw/mgar/pkg/gcc6/trunk/Makefile 2018-03-10 10:11:33 UTC (rev 26377) +++ csw/mgar/pkg/gcc6/trunk/Makefile 2018-03-10 10:11:54 UTC (rev 26378) @@ -1,7 +1,7 @@ # $Id$ NAME = gcc -VERSION = 6.1.0 +VERSION = 6.4.0 GARTYPE = v2 BASE_VERSION = $(shell echo $(VERSION) | gsed -e 's/^\([0-9]\+\.[0-9]\+\)\(.*\)/\1/') PKG_VERSION_TOKEN = gcc6 @@ -18,7 +18,7 @@ # MASTER_SITES += http://ftp.heanet.ie/mirrors/gnu/gcc/$(NAME)-$(VERSION)/ MASTER_SITES += ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(VERSION)/ MASTER_SITES += ftp://ftp.gnu.org/gnu/gcc/gcc-$(VERSION)/ -DISTFILES += $(DISTNAME).tar.bz2 +DISTFILES += $(DISTNAME).tar.xz LIBOBJC = 4 Modified: csw/mgar/pkg/gcc6/trunk/checksums =================================================================== --- csw/mgar/pkg/gcc6/trunk/checksums 2018-03-10 10:11:33 UTC (rev 26377) +++ csw/mgar/pkg/gcc6/trunk/checksums 2018-03-10 10:11:54 UTC (rev 26378) @@ -1 +1 @@ -8fb6cb98b8459f5863328380fbf06bd1 gcc-6.1.0.tar.bz2 +11ba51a0cfb8471927f387c8895fe232 gcc-6.4.0.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 Sun Mar 11 14:55:36 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 11 Mar 2018 13:55:36 +0000 Subject: SF.net SVN: gar:[26379] csw/mgar/pkg/libunistring/trunk Message-ID: <1520776536.706131.29824@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26379 http://sourceforge.net/p/gar/code/26379 Author: dmichelsen Date: 2018-03-11 13:55:36 +0000 (Sun, 11 Mar 2018) Log Message: ----------- libunistring/trunk: Update to 0.9.9 Modified Paths: -------------- csw/mgar/pkg/libunistring/trunk/Makefile csw/mgar/pkg/libunistring/trunk/checksums Modified: csw/mgar/pkg/libunistring/trunk/Makefile =================================================================== --- csw/mgar/pkg/libunistring/trunk/Makefile 2018-03-10 10:11:54 UTC (rev 26378) +++ csw/mgar/pkg/libunistring/trunk/Makefile 2018-03-11 13:55:36 UTC (rev 26379) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libunistring -VERSION = 0.9.5 +VERSION = 0.9.9 GARTYPE = v2 DESCRIPTION = Provides functions for manipulating Unicode strings @@ -10,14 +10,13 @@ endef MASTER_SITES = $(GNU_MIRROR) -DISTFILES = $(DISTNAME).tar.gz +DISTFILES = $(DISTNAME).tar.xz -PACKAGING_PLATFORMS += solaris9-sparc -PACKAGING_PLATFORMS += solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc -PACKAGING_PLATFORMS += solaris10-i386 +PACKAGING_PLATFORMS += solaris9-sparc +PACKAGING_PLATFORMS += solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc +PACKAGING_PLATFORMS += solaris10-i386 - PACKAGES += CSWlibunistring2 SPKG_DESC_CSWlibunistring2 = Provides functions for manipulating Unicode strings, libunistring.so.2 PKGFILES_CSWlibunistring2 += $(call pkgfiles_lib,libunistring.so.2) Modified: csw/mgar/pkg/libunistring/trunk/checksums =================================================================== --- csw/mgar/pkg/libunistring/trunk/checksums 2018-03-10 10:11:54 UTC (rev 26378) +++ csw/mgar/pkg/libunistring/trunk/checksums 2018-03-11 13:55:36 UTC (rev 26379) @@ -1 +1 @@ -1a705bcdcb83799d544137617b377cfd libunistring-0.9.5.tar.gz +e4ecbf169a07ef021f89132e3fe55c02 libunistring-0.9.9.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 Mon Mar 12 10:10:52 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 12 Mar 2018 09:10:52 +0000 Subject: SF.net SVN: gar:[26380] csw/mgar/pkg/multitail/trunk Message-ID: <1520845852.653803.22069@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26380 http://sourceforge.net/p/gar/code/26380 Author: dmichelsen Date: 2018-03-12 09:10:52 +0000 (Mon, 12 Mar 2018) Log Message: ----------- multitail/trunk: Update to 6.4.2 Modified Paths: -------------- csw/mgar/pkg/multitail/trunk/Makefile csw/mgar/pkg/multitail/trunk/checksums Modified: csw/mgar/pkg/multitail/trunk/Makefile =================================================================== --- csw/mgar/pkg/multitail/trunk/Makefile 2018-03-11 13:55:36 UTC (rev 26379) +++ csw/mgar/pkg/multitail/trunk/Makefile 2018-03-12 09:10:52 UTC (rev 26380) @@ -1,5 +1,5 @@ NAME = multitail -VERSION = 6.4.1 +VERSION = 6.4.2 GARTYPE = v2 DESCRIPTION = View one or multiple files like the original tail program @@ -25,8 +25,11 @@ LICENSE = license.txt -RUNTIME_DEP_PKGS_CSWmultitail += CSWlibncurses5 -RUNTIME_DEP_PKGS_CSWmultitail += CSWlibpanel5 +PACKAGES += CSWmultitail +SPKG_DESC_CSWmultitail = View one or multiple files like the original tail program +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWmultitail += CSWlibncurses6 +RUNTIME_DEP_PKGS_CSWmultitail += CSWlibpanel6 CONFIGURE_SCRIPTS = TEST_SCRIPTS = Modified: csw/mgar/pkg/multitail/trunk/checksums =================================================================== --- csw/mgar/pkg/multitail/trunk/checksums 2018-03-11 13:55:36 UTC (rev 26379) +++ csw/mgar/pkg/multitail/trunk/checksums 2018-03-12 09:10:52 UTC (rev 26380) @@ -1 +1 @@ -e82a32f090d61665524b1e866d7d57ca multitail-6.4.1.tgz +a0959f7b2385061080712afd8ae6e33d multitail-6.4.2.tgz 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 Mar 12 15:10:04 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 12 Mar 2018 14:10:04 +0000 Subject: SF.net SVN: gar:[26381] csw/mgar/pkg/bison/trunk Message-ID: <1520863804.484936.21984@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26381 http://sourceforge.net/p/gar/code/26381 Author: dmichelsen Date: 2018-03-12 14:10:04 +0000 (Mon, 12 Mar 2018) Log Message: ----------- bison/trunk: Update to 3.0.4 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 2018-03-12 09:10:52 UTC (rev 26380) +++ csw/mgar/pkg/bison/trunk/Makefile 2018-03-12 14:10:04 UTC (rev 26381) @@ -1,7 +1,7 @@ # $Id$ NAME = bison -VERSION = 3.0.2 +VERSION = 3.0.4 GARTYPE = v2 DESCRIPTION = GNU Project parser generator (yacc replacement) @@ -14,7 +14,7 @@ DISTFILES = $(DISTNAME).tar.gz -RUNTIME_DEP_PKGS_CSWbison += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWbison += CSWlibintl9 RUNTIME_DEP_PKGS_CSWbison += CSWgm4 VENDOR_URL = http://www.gnu.org/software/bison/ @@ -31,13 +31,15 @@ EXTRA_CFLAGS += -features=extensions # Our gcj just does not work cleanly -SKIPTEST ?= 1 +# SKIPTEST ?= 1 include gar/category.mk # Must use GNU grep during test -PATH := /opt/csw/gnu:$(PATH) +# PATH := /opt/csw/gnu:$(PATH) +CONFIGURE_ENV_TEST = /opt/csw/gnu:$(PATH) + post-install-modulated: mv $(DESTDIR)$(bindir)/yacc $(DESTDIR)$(bindir)/gyacc ginstall -d $(DESTDIR)$(prefix)/gnu Modified: csw/mgar/pkg/bison/trunk/checksums =================================================================== --- csw/mgar/pkg/bison/trunk/checksums 2018-03-12 09:10:52 UTC (rev 26380) +++ csw/mgar/pkg/bison/trunk/checksums 2018-03-12 14:10:04 UTC (rev 26381) @@ -1 +1 @@ -72c66879187c128d04f4ab7422e8072d bison-3.0.2.tar.gz +a586e11cd4aff49c3ff6d3b6a4c9ccf8 bison-3.0.4.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 Mar 12 15:10:48 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 12 Mar 2018 14:10:48 +0000 Subject: SF.net SVN: gar:[26382] csw/mgar/pkg/bison/trunk/Makefile Message-ID: <1520863848.248441.22131@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26382 http://sourceforge.net/p/gar/code/26382 Author: dmichelsen Date: 2018-03-12 14:10:48 +0000 (Mon, 12 Mar 2018) Log Message: ----------- bison/trunk: Cleanup Modified Paths: -------------- csw/mgar/pkg/bison/trunk/Makefile Modified: csw/mgar/pkg/bison/trunk/Makefile =================================================================== --- csw/mgar/pkg/bison/trunk/Makefile 2018-03-12 14:10:04 UTC (rev 26381) +++ csw/mgar/pkg/bison/trunk/Makefile 2018-03-12 14:10:48 UTC (rev 26382) @@ -19,9 +19,6 @@ VENDOR_URL = http://www.gnu.org/software/bison/ -PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 - EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset\.alias # I guess we really need these @@ -30,14 +27,8 @@ # Tests 217-222 use zero-sized structs EXTRA_CFLAGS += -features=extensions -# Our gcj just does not work cleanly -# SKIPTEST ?= 1 - include gar/category.mk -# Must use GNU grep during test -# PATH := /opt/csw/gnu:$(PATH) - CONFIGURE_ENV_TEST = /opt/csw/gnu:$(PATH) post-install-modulated: 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 Mar 12 16:20:54 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 12 Mar 2018 15:20:54 +0000 Subject: SF.net SVN: gar:[26383] csw/mgar/pkg/bison/trunk/Makefile Message-ID: <1520868054.912958.5071@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26383 http://sourceforge.net/p/gar/code/26383 Author: dmichelsen Date: 2018-03-12 15:20:54 +0000 (Mon, 12 Mar 2018) Log Message: ----------- bison/trunk: Skip testsuite due to failing gcj tests Modified Paths: -------------- csw/mgar/pkg/bison/trunk/Makefile Modified: csw/mgar/pkg/bison/trunk/Makefile =================================================================== --- csw/mgar/pkg/bison/trunk/Makefile 2018-03-12 14:10:48 UTC (rev 26382) +++ csw/mgar/pkg/bison/trunk/Makefile 2018-03-12 15:20:54 UTC (rev 26383) @@ -27,6 +27,9 @@ # Tests 217-222 use zero-sized structs EXTRA_CFLAGS += -features=extensions +# Some GCJ tests are failing on x86 +SKIPTEST ?= 1 + include gar/category.mk CONFIGURE_ENV_TEST = /opt/csw/gnu:$(PATH) 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 Mar 12 17:26:09 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 12 Mar 2018 16:26:09 +0000 Subject: SF.net SVN: gar:[26384] csw/mgar/pkg/libsodium/trunk Message-ID: <1520871969.710724.19768@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26384 http://sourceforge.net/p/gar/code/26384 Author: dmichelsen Date: 2018-03-12 16:26:09 +0000 (Mon, 12 Mar 2018) Log Message: ----------- libsodium/trunk: Update to 1.0.16 Modified Paths: -------------- csw/mgar/pkg/libsodium/trunk/Makefile csw/mgar/pkg/libsodium/trunk/checksums Modified: csw/mgar/pkg/libsodium/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsodium/trunk/Makefile 2018-03-12 15:20:54 UTC (rev 26383) +++ csw/mgar/pkg/libsodium/trunk/Makefile 2018-03-12 16:26:09 UTC (rev 26384) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libsodium -VERSION = 1.0.3 +VERSION = 1.0.16 GARTYPE = v2 DESCRIPTION = The Sodium crypto library @@ -12,16 +12,16 @@ VENDOR_URL = http://libsodium.org -PACKAGES += CSWlibsodium13 -SPKG_DESC_CSWlibsodium13 = The Sodium crypto library, libsodium.so.13 -PKGFILES_CSWlibsodium13 += $(call pkgfiles_lib,libsodium.so.13) -RUNTIME_DEP_PKGS_CSWlibsodium13 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibsodium13 += CSWlibssp0 +PACKAGES += CSWlibsodium23 +SPKG_DESC_CSWlibsodium23 = The Sodium crypto library, libsodium.so.23 +PKGFILES_CSWlibsodium23 += $(call pkgfiles_lib,libsodium.so.23) +RUNTIME_DEP_PKGS_CSWlibsodium23 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibsodium23 += CSWlibssp0 PACKAGES += CSWlibsodium-dev -SPKG_DESC_CSWlibsodium-dev = Development files for libsodium.so.13 +SPKG_DESC_CSWlibsodium-dev = Development files for libsodium.so.23 # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWlibsodium-dev += CSWlibsodium13 +RUNTIME_DEP_PKGS_CSWlibsodium-dev += CSWlibsodium23 GARCOMPILER = GNU Modified: csw/mgar/pkg/libsodium/trunk/checksums =================================================================== --- csw/mgar/pkg/libsodium/trunk/checksums 2018-03-12 15:20:54 UTC (rev 26383) +++ csw/mgar/pkg/libsodium/trunk/checksums 2018-03-12 16:26:09 UTC (rev 26384) @@ -1 +1 @@ -b3bcc98e34d3250f55ae196822307fab libsodium-1.0.3.tar.gz +37b18839e57e7a62834231395c8e962b libsodium-1.0.16.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Mar 13 15:16:25 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 13 Mar 2018 14:16:25 +0000 Subject: SF.net SVN: gar:[26385] csw/mgar/pkg/libicu51/trunk Message-ID: <1520950585.786263.17969@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26385 http://sourceforge.net/p/gar/code/26385 Author: rmottola Date: 2018-03-13 14:16:24 +0000 (Tue, 13 Mar 2018) Log Message: ----------- libicu51/trunk: solaris 9 additions and patches Modified Paths: -------------- csw/mgar/pkg/libicu51/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch Modified: csw/mgar/pkg/libicu51/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-12 16:26:09 UTC (rev 26384) +++ csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-13 14:16:24 UTC (rev 26385) @@ -15,6 +15,17 @@ LICENSE = license.html +#where can we build? +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 + +#solaris 9 specific patch for missing PTR_MAX +PATCHFILES_5.9 += LETypes_ptr_sol9.patch + +PATCHFILES += $(PATCHFILES_$(GAROSREL)) + + + PACKAGES += CSWlibicudata51 SPKG_DESC_CSWlibicudata51 = International Components for Unicode, libicudata.so.51 PKGFILES_CSWlibicudata51 += $(call pkgfiles_lib,libicudata.so.51) @@ -105,7 +116,19 @@ # packages using the libs will bail out as they assume the libs are self-contained. LINKER_FLAGS = -lCrun -lCstd -norunpath -BUILD64_LIBS_ONLY = 1 +#BUILD64_LIBS_ONLY = 1 +# Enable 64 bits, but not for Solaris 9 x86 +BUILD64_5.9_sparc = 1 +BUILD64_5.10_sparc = 1 +BUILD64_5.9_i386 = +BUILD64_5.10_i386 = 1 +BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH)) + +# Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now +SKIPTEST-5.9 = 1 +SKIPTEST ?= $(SKIPTEST-$(GAROSREL)) + + NOISALIST = 1 include gar/category.mk Added: csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch =================================================================== --- csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch (rev 0) +++ csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch 2018-03-13 14:16:24 UTC (rev 26385) @@ -0,0 +1,20 @@ +--- a/source/layout/LETypes.h.orig Fri Mar 20 09:23:20 2015 ++++ b/source/layout/LETypes.h Fri Mar 20 09:43:47 2015 +@@ -296,17 +296,9 @@ + * Max value representable by a uintptr + */ + +-#ifndef UINT32_MAX + #define LE_UINT32_MAX 0xFFFFFFFFU +-#else +-#define LE_UINT32_MAX UINT32_MAX +-#endif + +-#ifndef UINTPTR_MAX + #define LE_UINTPTR_MAX LE_UINT32_MAX +-#else +-#define LE_UINTPTR_MAX UINTPTR_MAX +-#endif + + /** + * Range check for overflow This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dam at opencsw.org Tue Mar 13 18:16:21 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 13 Mar 2018 18:16:21 +0100 Subject: Fwd: SF.net SVN: gar:[26385] csw/mgar/pkg/libicu51/trunk References: <1520950585.786263.17969@sfp-scm-1.v30.lw.sourceforge.com> Message-ID: <936AEC40-67B6-47D8-9442-C06107631F55@opencsw.org> Hi, > Anfang der weitergeleiteten Nachricht: > > Von: rmottola--- via devel > Betreff: SF.net SVN: gar:[26385] csw/mgar/pkg/libicu51/trunk > Datum: 13. M?rz 2018 um 15:16:25 MEZ > An: devel at lists.opencsw.org > Kopie: rmottola at users.sourceforge.net > Antwort an: Broadcasts commit logs for build descriptions and GAR > > Revision: 26385 > http://sourceforge.net/p/gar/code/26385 > Author: rmottola > Date: 2018-03-13 14:16:24 +0000 (Tue, 13 Mar 2018) > Log Message: > ----------- > libicu51/trunk: solaris 9 additions and patches > > Modified Paths: > -------------- > csw/mgar/pkg/libicu51/trunk/Makefile > > Added Paths: > ----------- > csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch > > Modified: csw/mgar/pkg/libicu51/trunk/Makefile > =================================================================== > --- csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-12 16:26:09 UTC (rev 26384) > +++ csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-13 14:16:24 UTC (rev 26385) > @@ -15,6 +15,17 @@ > > LICENSE = license.html > > +#where can we build? > +PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 > +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 > + > +#solaris 9 specific patch for missing PTR_MAX > +PATCHFILES_5.9 += LETypes_ptr_sol9.patch > + > +PATCHFILES += $(PATCHFILES_$(GAROSREL)) > + > + > + > PACKAGES += CSWlibicudata51 > SPKG_DESC_CSWlibicudata51 = International Components for Unicode, libicudata.so.51 > PKGFILES_CSWlibicudata51 += $(call pkgfiles_lib,libicudata.so.51) > @@ -105,7 +116,19 @@ > # packages using the libs will bail out as they assume the libs are self-contained. > LINKER_FLAGS = -lCrun -lCstd -norunpath > > -BUILD64_LIBS_ONLY = 1 > +#BUILD64_LIBS_ONLY = 1 > +# Enable 64 bits, but not for Solaris 9 x86 > +BUILD64_5.9_sparc = 1 > +BUILD64_5.10_sparc = 1 > +BUILD64_5.9_i386 = > +BUILD64_5.10_i386 = 1 > +BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH)) Please set BUILD64_LIBS_ONLY instead of BUILD64 or you get binaries in both 32 and 64 bit which is not usefu for this package. Best regards ? Dago > + > +# Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now > +SKIPTEST-5.9 = 1 > +SKIPTEST ?= $(SKIPTEST-$(GAROSREL)) > + > + > NOISALIST = 1 > > include gar/category.mk > > Added: csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch > =================================================================== > --- csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch (rev 0) > +++ csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch 2018-03-13 14:16:24 UTC (rev 26385) > @@ -0,0 +1,20 @@ > +--- a/source/layout/LETypes.h.orig Fri Mar 20 09:23:20 2015 > ++++ b/source/layout/LETypes.h Fri Mar 20 09:43:47 2015 > +@@ -296,17 +296,9 @@ > + * Max value representable by a uintptr > + */ > + > +-#ifndef UINT32_MAX > + #define LE_UINT32_MAX 0xFFFFFFFFU > +-#else > +-#define LE_UINT32_MAX UINT32_MAX > +-#endif > + > +-#ifndef UINTPTR_MAX > + #define LE_UINTPTR_MAX LE_UINT32_MAX > +-#else > +-#define LE_UINTPTR_MAX UINTPTR_MAX > +-#endif > + > + /** > + * Range check for overflow > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rmottola at users.sourceforge.net Wed Mar 14 00:20:15 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 13 Mar 2018 23:20:15 +0000 Subject: SF.net SVN: gar:[26386] csw/mgar/pkg/libicu51/trunk/Makefile Message-ID: <1520983215.478907.22788@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26386 http://sourceforge.net/p/gar/code/26386 Author: rmottola Date: 2018-03-13 23:20:14 +0000 (Tue, 13 Mar 2018) Log Message: ----------- libicu51/trunk: use BUILD64_LIBS_ONLY as suggested by Dago Modified Paths: -------------- csw/mgar/pkg/libicu51/trunk/Makefile Modified: csw/mgar/pkg/libicu51/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-13 14:16:24 UTC (rev 26385) +++ csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-13 23:20:14 UTC (rev 26386) @@ -78,8 +78,8 @@ # This is the presence of /usr/share/lib/zoneinfo which is ok CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/libicuuc.so.51.2 -CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 -CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 +#CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 +#CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 PACKAGES += CSWlibicu-dev SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51 @@ -116,13 +116,12 @@ # packages using the libs will bail out as they assume the libs are self-contained. LINKER_FLAGS = -lCrun -lCstd -norunpath -#BUILD64_LIBS_ONLY = 1 # Enable 64 bits, but not for Solaris 9 x86 -BUILD64_5.9_sparc = 1 -BUILD64_5.10_sparc = 1 -BUILD64_5.9_i386 = -BUILD64_5.10_i386 = 1 -BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH)) +BUILD64_LIBS_ONLY_5.9_sparc = 1 +BUILD64_LIBS_ONLY_5.10_sparc = 1 +BUILD64_LIBS_ONLY_5.9_i386 = +BUILD64_LIBS_ONLY_5.10_i386 = 1 +BUILD64_LIBS_ONLY = $(BUILD64_LIBS_ONLY_$(GAROSREL)_$(GARCH)) # Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now SKIPTEST-5.9 = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 14 09:52:24 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 14 Mar 2018 08:52:24 +0000 Subject: SF.net SVN: gar:[26387] csw/mgar/pkg/curl/trunk Message-ID: <1521017544.891167.16378@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26387 http://sourceforge.net/p/gar/code/26387 Author: dmichelsen Date: 2018-03-14 08:52:24 +0000 (Wed, 14 Mar 2018) Log Message: ----------- curl/trunk: Update to 7.59.0 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2018-03-13 23:20:14 UTC (rev 26386) +++ csw/mgar/pkg/curl/trunk/Makefile 2018-03-14 08:52:24 UTC (rev 26387) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.58.0 +VERSION = 7.59.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2018-03-13 23:20:14 UTC (rev 26386) +++ csw/mgar/pkg/curl/trunk/checksums 2018-03-14 08:52:24 UTC (rev 26387) @@ -1 +1 @@ -fcf429f28adddf9295ed0c42e79cb097 curl-7.58.0.tar.xz +04c00832fa62d443b8745b056464fb30 curl-7.59.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Wed Mar 14 14:21:34 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Wed, 14 Mar 2018 13:21:34 +0000 Subject: SF.net SVN: gar:[26388] csw/mgar/pkg/libicu51/trunk/Makefile Message-ID: <1521033694.854617.10623@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26388 http://sourceforge.net/p/gar/code/26388 Author: rmottola Date: 2018-03-14 13:21:34 +0000 (Wed, 14 Mar 2018) Log Message: ----------- libicu51/trunk: override for missing file which is actually there Modified Paths: -------------- csw/mgar/pkg/libicu51/trunk/Makefile Modified: csw/mgar/pkg/libicu51/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-14 08:52:24 UTC (rev 26387) +++ csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-14 13:21:34 UTC (rev 26388) @@ -81,6 +81,10 @@ #CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 #CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 +#pkg check does not recurse, the files are actually there +CHECKPKG_OVERRIDES_CSWlibicu-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/Makefile.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/Makefile.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/Makefile.inc +CHECKPKG_OVERRIDES_CSWlibicu-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/pkgdata.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/pkgdata.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/pkgdata.inc + PACKAGES += CSWlibicu-dev SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51 # This package is PKGFILES catchall This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Mar 14 23:11:24 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 14 Mar 2018 22:11:24 +0000 Subject: SF.net SVN: gar:[26389] csw/mgar/pkg/bind/trunk Message-ID: <1521065484.553268.32619@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26389 http://sourceforge.net/p/gar/code/26389 Author: bonivart Date: 2018-03-14 22:11:23 +0000 (Wed, 14 Mar 2018) Log Message: ----------- bind/trunk: Update to 9.12.1 Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/checksums Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2018-03-14 13:21:34 UTC (rev 26388) +++ csw/mgar/pkg/bind/trunk/Makefile 2018-03-14 22:11:23 UTC (rev 26389) @@ -4,7 +4,7 @@ # rm -rf work/solaris10-i386/build-isa-pentium_pro/bind-9.11.0/bin/tests/system/dyndb/driver NAME = bind -VERSION = 9.11.2 +VERSION = 9.12.1 GARTYPE = v2 # Enable these for beta releases @@ -15,11 +15,11 @@ #WORKSRC = $(WORKDIR)/$(DISTNAME) # 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) DESCRIPTION = ISC BIND DNS reference implementation define BLURB @@ -30,12 +30,12 @@ #DISTFILES = $(DISTNAME).tar.gz # Enable these for Px-releases -MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ -DISTFILES = $(DISTNAME).tar.gz +#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)-$(RELEASE)/ +#DISTFILES = $(DISTNAME).tar.gz # Disable these for Px-releases -#MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ -#DISTFILES = $(NAME)-$(VERSION).tar.gz +MASTER_SITES = http://ftp.isc.org/isc/bind9/$(VERSION)/ +DISTFILES = $(NAME)-$(VERSION).tar.gz DISTFILES += CSWbindchroot.postinstall @@ -74,7 +74,7 @@ SPKG_DESC_CSWbindutils = ISC BIND DNS utilities package RUNTIME_DEP_PKGS_CSWbindutils += CSWlibbind RUNTIME_DEP_PKGS_CSWbindutils += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWbindutils += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWbindutils += CSWlibreadline7 PACKAGES += CSWbindchroot CATALOGNAME_CSWbindchroot = bind_chroot @@ -126,12 +126,13 @@ # Will not split out all these libs CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.160.0.0|soname=liblwres.so.160|pkgname=CSWlibbind|expected=CSWliblwres160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.160.0.2|soname=libisccc.so.160|pkgname=CSWlibbind|expected=CSWlibisccc160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.160.0.4|soname=libbind9.so.160|pkgname=CSWlibbind|expected=CSWlibbind9-160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.160.0.3|soname=libirs.so.160|pkgname=CSWlibbind|expected=CSWlibirs160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.166.2.0|soname=libisc.so.166|pkgname=CSWlibbind|expected=CSWlibisc166 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.160.1.1|soname=libisccfg.so.160|pkgname=CSWlibbind|expected=CSWlibisccfg160 -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.169.0.2|soname=libdns.so.169|pkgname=CSWlibbind|expected=CSWlibdns169 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1200.0.5|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1203.1.1|soname=libdns.so.1203|pkgname=CSWlibbind|expected=CSWlibdns1203 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1200.0.1|soname=libirs.so.1200|pkgname=CSWlibbind|expected=CSWlibirs1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisc.so.1200.3.1|soname=libisc.so.1200|pkgname=CSWlibbind|expected=CSWlibisc1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccc.so.1200.0.0|soname=libisccc.so.1200|pkgname=CSWlibbind|expected=CSWlibisccc1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libisccfg.so.1200.1.0|soname=libisccfg.so.1200|pkgname=CSWlibbind|expected=CSWlibisccfg1200 +CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libns.so.1203.0.0|soname=libns.so.1203|pkgname=CSWlibbind|expected=CSWlibns1203 # Some new checks, have no idea about their relevance CHECKPKG_OVERRIDES_CSWlibbind += no-direct-binding Modified: csw/mgar/pkg/bind/trunk/checksums =================================================================== --- csw/mgar/pkg/bind/trunk/checksums 2018-03-14 13:21:34 UTC (rev 26388) +++ csw/mgar/pkg/bind/trunk/checksums 2018-03-14 22:11:23 UTC (rev 26389) @@ -1 +1 @@ -8877d7bf09abc0d186717e560c29ccfb bind-9.11.2-P1.tar.gz +ec20f2d6aff50651296fad962d19ccfa bind-9.12.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Wed Mar 14 23:52:20 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Wed, 14 Mar 2018 22:52:20 +0000 Subject: SF.net SVN: gar:[26390] csw/mgar/pkg/bind/trunk Message-ID: <1521067940.283622.9115@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26390 http://sourceforge.net/p/gar/code/26390 Author: bonivart Date: 2018-03-14 22:52:20 +0000 (Wed, 14 Mar 2018) Log Message: ----------- bind/trunk: Remove unneded override and fix chroot script Modified Paths: -------------- csw/mgar/pkg/bind/trunk/Makefile csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall Modified: csw/mgar/pkg/bind/trunk/Makefile =================================================================== --- csw/mgar/pkg/bind/trunk/Makefile 2018-03-14 22:11:23 UTC (rev 26389) +++ csw/mgar/pkg/bind/trunk/Makefile 2018-03-14 22:52:20 UTC (rev 26390) @@ -125,7 +125,6 @@ CHECKPKG_OVERRIDES_CSWbindchroot += catalogname-does-not-match-pkgname|pkgname=CSWbindchroot|catalogname=bind_chroot|expected-catalogname=bindchroot # Will not split out all these libs -CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/liblwres.so.160.0.0|soname=liblwres.so.160|pkgname=CSWlibbind|expected=CSWliblwres160 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libbind9.so.1200.0.5|soname=libbind9.so.1200|pkgname=CSWlibbind|expected=CSWlibbind9-1200 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libdns.so.1203.1.1|soname=libdns.so.1203|pkgname=CSWlibbind|expected=CSWlibdns1203 CHECKPKG_OVERRIDES_CSWlibbind += shared-lib-pkgname-mismatch|file=opt/csw/lib/libirs.so.1200.0.1|soname=libirs.so.1200|pkgname=CSWlibbind|expected=CSWlibirs1200 Modified: csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall =================================================================== --- csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-03-14 22:11:23 UTC (rev 26389) +++ csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-03-14 22:52:20 UTC (rev 26390) @@ -32,7 +32,7 @@ # Copy libbind9 mkdir -p $ROOTDIR/opt/csw/lib -cp -p /opt/csw/lib/libbind9.so.160 $ROOTDIR/opt/csw/lib/ +cp -p /opt/csw/lib/libbind9.so.1200 $ROOTDIR/opt/csw/lib/ # change owner on all files/dirs under /var/opt/csw/named/chroot chown -R named:named $ROOTDIR This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Thu Mar 15 23:52:03 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Thu, 15 Mar 2018 22:52:03 +0000 Subject: SF.net SVN: gar:[26391] csw/mgar/pkg/libicu51/trunk/Makefile Message-ID: <1521154323.764727.27635@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26391 http://sourceforge.net/p/gar/code/26391 Author: rmottola Date: 2018-03-15 22:52:02 +0000 (Thu, 15 Mar 2018) Log Message: ----------- libicu51/trunk: add same overrides for sparcv9 Modified Paths: -------------- csw/mgar/pkg/libicu51/trunk/Makefile Modified: csw/mgar/pkg/libicu51/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-14 22:52:20 UTC (rev 26390) +++ csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-15 22:52:02 UTC (rev 26391) @@ -78,13 +78,16 @@ # This is the presence of /usr/share/lib/zoneinfo which is ok CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/libicuuc.so.51.2 -#CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 -#CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 +CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 +CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 #pkg check does not recurse, the files are actually there CHECKPKG_OVERRIDES_CSWlibicu-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/Makefile.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/Makefile.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/Makefile.inc CHECKPKG_OVERRIDES_CSWlibicu-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/icu/current/pkgdata.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/icu/pkgdata.inc|which|needs|the|target|file:|/opt/csw/lib/icu/current/pkgdata.inc +CHECKPKG_OVERRIDES_CSWlibicu-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/sparcv9/icu/current/Makefile.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/sparcv9/icu/Makefile.inc|which|needs|the|target|file:|/opt/csw/lib/sparcv9/icu/current/Makefile.inc +CHECKPKG_OVERRIDES_CSWlibicu-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/sparcv9/icu/current/pkgdata.inc|CSWlibicu-dev|contains|symlink|/opt/csw/lib/sparcv9/icu/pkgdata.inc|which|needs|the|target|file:|/opt/csw/lib/sparcv9/icu/current/pkgdata.inc + PACKAGES += CSWlibicu-dev SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51 # This package is PKGFILES catchall This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From bonivart at users.sourceforge.net Mon Mar 19 20:15:35 2018 From: bonivart at users.sourceforge.net (bonivart at users.sourceforge.net) Date: Mon, 19 Mar 2018 19:15:35 +0000 Subject: SF.net SVN: gar:[26392] csw/mgar/pkg/memconf/trunk Message-ID: <1521486935.63184.25050@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26392 http://sourceforge.net/p/gar/code/26392 Author: bonivart Date: 2018-03-19 19:15:34 +0000 (Mon, 19 Mar 2018) Log Message: ----------- memconf/trunk: Update to 3.14 Modified Paths: -------------- csw/mgar/pkg/memconf/trunk/Makefile csw/mgar/pkg/memconf/trunk/checksums Modified: csw/mgar/pkg/memconf/trunk/Makefile =================================================================== --- csw/mgar/pkg/memconf/trunk/Makefile 2018-03-15 22:52:02 UTC (rev 26391) +++ csw/mgar/pkg/memconf/trunk/Makefile 2018-03-19 19:15:34 UTC (rev 26392) @@ -2,7 +2,7 @@ # rm /home/src/memconf* NAME = memconf -VERSION = 3.13 +VERSION = 3.14 GARTYPE = v2 DESCRIPTION = Perl script that displays memory modules installed Modified: csw/mgar/pkg/memconf/trunk/checksums =================================================================== --- csw/mgar/pkg/memconf/trunk/checksums 2018-03-15 22:52:02 UTC (rev 26391) +++ csw/mgar/pkg/memconf/trunk/checksums 2018-03-19 19:15:34 UTC (rev 26392) @@ -1,2 +1,2 @@ -c9861f221f039a65b12a39b97cfbd80c memconf.gz -2c274a0e075f0f1188d35e7a36d8dcee memconf.man +212f818e82bef83b34788abd0df969a9 memconf.gz +b61ccf068e738d1f1b7a540dc564fe31 memconf.man 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 Mar 19 21:45:14 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 19 Mar 2018 20:45:14 +0000 Subject: SF.net SVN: gar:[26393] csw/mgar/pkg/dovecot/trunk Message-ID: <1521492314.247906.14976@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26393 http://sourceforge.net/p/gar/code/26393 Author: jake_goerzen Date: 2018-03-19 20:45:13 +0000 (Mon, 19 Mar 2018) Log Message: ----------- dovecot: update to 2.2.35 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-03-19 19:15:34 UTC (rev 26392) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2018-03-19 20:45:13 UTC (rev 26393) @@ -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.34 +VERSION = 2.2.35 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2018-03-19 19:15:34 UTC (rev 26392) +++ csw/mgar/pkg/dovecot/trunk/checksums 2018-03-19 20:45:13 UTC (rev 26393) @@ -1 +1 @@ -29a2e7812c34e6b35db4f86260fed197 dovecot-2.2.34.tar.gz +6998a3b16c42a8b3c7086b03fa781fba dovecot-2.2.35.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 Tue Mar 20 20:39:20 2018 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 20 Mar 2018 19:39:20 +0000 Subject: SF.net SVN: gar:[26394] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1521574760.941408.27330@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26394 http://sourceforge.net/p/gar/code/26394 Author: jake_goerzen Date: 2018-03-20 19:39:20 +0000 (Tue, 20 Mar 2018) Log Message: ----------- dovecot-sieve/trunk: update to 0.4.23 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-03-19 20:45:13 UTC (rev 26393) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2018-03-20 19:39:20 UTC (rev 26394) @@ -1,5 +1,5 @@ NAME = dovecot-2.2-pigeonhole -VERSION = 0.4.22 +VERSION = 0.4.23 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.2.34 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.34 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.2.35 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.35 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.34 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.34 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.35 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.35 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-03-19 20:45:13 UTC (rev 26393) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2018-03-20 19:39:20 UTC (rev 26394) @@ -1 +1 @@ -941fbc8f7851e528ee52e5855e88e65e dovecot-2.2-pigeonhole-0.4.22.tar.gz +7c225492e363d0bf0cf2d375b40f7655 dovecot-2.2-pigeonhole-0.4.23.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Fri Mar 23 22:22:46 2018 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Fri, 23 Mar 2018 21:22:46 +0000 Subject: SF.net SVN: gar:[26395] csw/mgar/pkg/sqlite3/trunk Message-ID: <1521840166.150585.2585@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26395 http://sourceforge.net/p/gar/code/26395 Author: janholzh Date: 2018-03-23 21:22:44 +0000 (Fri, 23 Mar 2018) Log Message: ----------- sqlite3/trunk: update to 3.22 Modified Paths: -------------- csw/mgar/pkg/sqlite3/trunk/Makefile csw/mgar/pkg/sqlite3/trunk/checksums Modified: csw/mgar/pkg/sqlite3/trunk/Makefile =================================================================== --- csw/mgar/pkg/sqlite3/trunk/Makefile 2018-03-20 19:39:20 UTC (rev 26394) +++ csw/mgar/pkg/sqlite3/trunk/Makefile 2018-03-23 21:22:44 UTC (rev 26395) @@ -1,5 +1,5 @@ NAME = sqlite3 -VERSION = 3170000 +VERSION = 3220000 GARTYPE = v2 DESCRIPTION = An embeddable SQL engine in a C library @@ -9,7 +9,7 @@ endef # Download informations -MASTER_SITES = http://sqlite.org/2017/ +MASTER_SITES = http://sqlite.org/2018/ DISTNAME = sqlite-autoconf-$(VERSION) DISTFILES += $(DISTNAME).tar.gz DISTFILES += copyright-release.html @@ -18,16 +18,15 @@ LICENSE = copyright-release.html -PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 PACKAGES += CSWsqlite3 SPKG_DESC_CSWsqlite3 = An embeddable SQL engine in a C library # PKGFILES_CSWsqlite3 = $(bindir)/.* # PKGFILES is catchall -RUNTIME_DEP_PKGS_CSWsqlite3 += CSWlibsqlite3-0 -RUNTIME_DEP_PKGS_CSWsqlite3 += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWsqlite3 += CSWlibreadline7 +RUNTIME_DEP_PKGS_CSWsqlite3 += CSWlibz1 + PACKAGES += CSWlibsqlite3-0 SPKG_DESC_CSWlibsqlite3-0 = SQLite library providing libsqlite3.so.0 PKGFILES_CSWlibsqlite3-0 = $(call pkgfiles_lib,libsqlite3.so.0) @@ -41,7 +40,7 @@ OBSOLETED_BY_CSWlibsqlite3-dev = CSWsqlite3devel CATALOGNAME_CSWsqlite3devel = sqlite3_devel_stub -BUILD_DEP_PKGS += CSWreadline +GARCOMPILER = SOS12U3 # Enable sqlite3_unlock_notify() API as requested in #4837 EXTRA_CPPFLAGS += -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 Modified: csw/mgar/pkg/sqlite3/trunk/checksums =================================================================== --- csw/mgar/pkg/sqlite3/trunk/checksums 2018-03-20 19:39:20 UTC (rev 26394) +++ csw/mgar/pkg/sqlite3/trunk/checksums 2018-03-23 21:22:44 UTC (rev 26395) @@ -1,2 +1,2 @@ fc9432136482bcde03102bc3e06dd413 copyright-release.html -450a95a7bde697c9fe4de9ae2fffdcca sqlite-autoconf-3170000.tar.gz +96b5648d542e8afa6ab7ffb8db8ddc3d sqlite-autoconf-3220000.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Mon Mar 26 18:11:11 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Mon, 26 Mar 2018 16:11:11 +0000 Subject: SF.net SVN: gar:[26396] csw/mgar/pkg/gnustep-base/trunk/Makefile Message-ID: <1522080671.864594.8038@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26396 http://sourceforge.net/p/gar/code/26396 Author: rmottola Date: 2018-03-26 16:11:11 +0000 (Mon, 26 Mar 2018) Log Message: ----------- gnustep-base/trunk: update solaris 9 deps Modified Paths: -------------- csw/mgar/pkg/gnustep-base/trunk/Makefile Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-base/trunk/Makefile 2018-03-23 21:22:44 UTC (rev 26395) +++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2018-03-26 16:11:11 UTC (rev 26396) @@ -51,9 +51,9 @@ RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgnutls26 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibgcrypt11 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibobjc3 -RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicuuc49 -RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicudata49 -RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicui18n49 +RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicuuc51 +RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicudata51 +RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibicui18n51 RUNTIME_DEP_PKGS_CSWgnustep-base_5.9 += CSWlibffi4 RUNTIME_DEP_PKGS_CSWgnustep-base += $(RUNTIME_DEP_PKGS_CSWgnustep-base_$(GAROSREL)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Mar 27 10:00:00 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 27 Mar 2018 08:00:00 +0000 Subject: SF.net SVN: gar:[26397] csw/mgar/pkg/gnustep-gui/trunk Message-ID: <1522137600.854280.17221@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26397 http://sourceforge.net/p/gar/code/26397 Author: rmottola Date: 2018-03-27 08:00:00 +0000 (Tue, 27 Mar 2018) Log Message: ----------- gnustep-gui/trunk: update version Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile csw/mgar/pkg/gnustep-gui/trunk/checksums Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-26 16:11:11 UTC (rev 26396) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 08:00:00 UTC (rev 26397) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = gnustep-gui -VERSION = 0.25.1 +VERSION = 0.26.2 GARTYPE = v2 DESCRIPTION = GNUstep-core gui Modified: csw/mgar/pkg/gnustep-gui/trunk/checksums =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/checksums 2018-03-26 16:11:11 UTC (rev 26396) +++ csw/mgar/pkg/gnustep-gui/trunk/checksums 2018-03-27 08:00:00 UTC (rev 26397) @@ -1 +1 @@ -578e46178472077d8dc0853802f1fbbf gnustep-gui-0.25.1.tar.gz +c6a024dcae4a0a5e00880f0be6afb875 gnustep-gui-0.26.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Mar 27 11:03:20 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 27 Mar 2018 09:03:20 +0000 Subject: SF.net SVN: gar:[26398] csw/mgar/pkg/gnustep-gui/trunk Message-ID: <1522141400.404511.8385@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26398 http://sourceforge.net/p/gar/code/26398 Author: rmottola Date: 2018-03-27 09:03:20 +0000 (Tue, 27 Mar 2018) Log Message: ----------- gnustep-gui/trunk: floorf patch Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 08:00:00 UTC (rev 26397) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:03:20 UTC (rev 26398) @@ -13,6 +13,9 @@ MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/core/ DISTFILES = $(DISTNAME).tar.gz +PATCHFILES_5.9 += 0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch +PATCHFILES += $(BUILD_DEP_PKGS_$(GAROSREL)) + BUILD_DEP_PKGS += CSWgmake BUILD_DEP_PKGS += CSWgnustep-make BUILD_DEP_PKGS += CSWlibpng-dev Added: csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch (rev 0) +++ csw/mgar/pkg/gnustep-gui/trunk/files/0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch 2018-03-27 09:03:20 UTC (rev 26398) @@ -0,0 +1,27 @@ +From 1d81ce1d3b3da37818856f80683ea15cf908063d Mon Sep 17 00:00:00 2001 +From: Riccardo Mottola +Date: Tue, 27 Mar 2018 10:55:00 +0200 +Subject: [PATCH] solaris 9 does not have floorf(), replace with dbl versions + +--- + Source/NSBitmapImageRep+JPEG.m | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Source/NSBitmapImageRep+JPEG.m b/Source/NSBitmapImageRep+JPEG.m +index 08212a7..ca01d0d 100644 +--- a/Source/NSBitmapImageRep+JPEG.m ++++ b/Source/NSBitmapImageRep+JPEG.m +@@ -646,8 +646,8 @@ static void gs_jpeg_memory_dest_destroy (j_compress_ptr cinfo) + { + unsigned x_density, y_density; + +- x_density = (unsigned)floorf(width * 72 / size.width + 0.5); +- y_density = (unsigned)floorf(height * 72 / size.height + 0.5); ++ x_density = (unsigned)floor(width * 72 / size.width + 0.5); ++ y_density = (unsigned)floor(height * 72 / size.height + 0.5); + cinfo.X_density = x_density; + cinfo.Y_density = y_density; + cinfo.density_unit = 1; +-- +1.7.10.3 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Mar 27 11:07:33 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 27 Mar 2018 09:07:33 +0000 Subject: SF.net SVN: gar:[26399] csw/mgar/pkg/gnustep-gui/trunk/Makefile Message-ID: <1522141653.500627.9958@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26399 http://sourceforge.net/p/gar/code/26399 Author: rmottola Date: 2018-03-27 09:07:32 +0000 (Tue, 27 Mar 2018) Log Message: ----------- gnustep-gui/trunk: fix sol9 dependencies Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:03:20 UTC (rev 26398) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:07:32 UTC (rev 26399) @@ -66,9 +66,9 @@ RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgnutls26 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibgcrypt11 RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibobjc3 -RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicuuc49 -RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicudata49 -RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicui18n49 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicuuc51 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicudata51 +RUNTIME_DEP_PKGS_CSWgnustep-gui_5.9 += CSWlibicui18n51 RUNTIME_DEP_PKGS_CSWgnustep-gui += $(RUNTIME_DEP_PKGS_CSWgnustep-gui_$(GAROSREL)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From rmottola at users.sourceforge.net Tue Mar 27 11:09:26 2018 From: rmottola at users.sourceforge.net (rmottola at users.sourceforge.net) Date: Tue, 27 Mar 2018 09:09:26 +0000 Subject: SF.net SVN: gar:[26400] csw/mgar/pkg/gnustep-gui/trunk/Makefile Message-ID: <1522141766.461404.10678@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26400 http://sourceforge.net/p/gar/code/26400 Author: rmottola Date: 2018-03-27 09:09:26 +0000 (Tue, 27 Mar 2018) Log Message: ----------- gnustep-gui/trunk: fix typo Modified Paths: -------------- csw/mgar/pkg/gnustep-gui/trunk/Makefile Modified: csw/mgar/pkg/gnustep-gui/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:07:32 UTC (rev 26399) +++ csw/mgar/pkg/gnustep-gui/trunk/Makefile 2018-03-27 09:09:26 UTC (rev 26400) @@ -14,7 +14,7 @@ DISTFILES = $(DISTNAME).tar.gz PATCHFILES_5.9 += 0001-solaris-9-does-not-have-floorf-replace-with-dbl-vers.patch -PATCHFILES += $(BUILD_DEP_PKGS_$(GAROSREL)) +PATCHFILES += $(PATCHFILES_$(GAROSREL)) BUILD_DEP_PKGS += CSWgmake BUILD_DEP_PKGS += CSWgnustep-make This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Mar 28 15:29:23 2018 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 28 Mar 2018 13:29:23 +0000 Subject: SF.net SVN: gar:[26401] csw/mgar/pkg/apache2/trunk Message-ID: <1522243763.975861.25146@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26401 http://sourceforge.net/p/gar/code/26401 Author: dmichelsen Date: 2018-03-28 13:29:22 +0000 (Wed, 28 Mar 2018) Log Message: ----------- apache2/trunk: Add patches for CVE 2017 9798 Modified Paths: -------------- csw/mgar/pkg/apache2/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/apache2/trunk/files/0001-2.2.x-mod_proxy-without-APR_HAS_THREADS.patch csw/mgar/pkg/apache2/trunk/files/0001-CVE-2017-9798-patch-2.2.patch Modified: csw/mgar/pkg/apache2/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache2/trunk/Makefile 2018-03-27 09:09:26 UTC (rev 26400) +++ csw/mgar/pkg/apache2/trunk/Makefile 2018-03-28 13:29:22 UTC (rev 26401) @@ -53,6 +53,14 @@ PATCHFILES += 0003-Switch-usr-local-for-opt-csw-in-default-cgi-path.patch PATCHFILES += 0004-Move-the-envvars-files-to-sysconfdir.patch +# Reformatted patch from +# https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/2.2.x-mod_proxy-without-APR_HAS_THREADS.patch +PATCHFILES += 0001-2.2.x-mod_proxy-without-APR_HAS_THREADS.patch + +# Reformatted patch from +# https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/CVE-2017-9798-patch-2.2.patch +PATCHFILES += 0001-CVE-2017-9798-patch-2.2.patch + #Use Modern SOS GARCOMPILER = SOS12U3 Added: csw/mgar/pkg/apache2/trunk/files/0001-2.2.x-mod_proxy-without-APR_HAS_THREADS.patch =================================================================== --- csw/mgar/pkg/apache2/trunk/files/0001-2.2.x-mod_proxy-without-APR_HAS_THREADS.patch (rev 0) +++ csw/mgar/pkg/apache2/trunk/files/0001-2.2.x-mod_proxy-without-APR_HAS_THREADS.patch 2018-03-28 13:29:22 UTC (rev 26401) @@ -0,0 +1,32 @@ +From 5a9fb30cdb27a18a332cd3f0efe69bc8b8c0e966 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 28 Mar 2018 14:46:17 +0200 +Subject: [PATCH] 2.2.x mod_proxy without APR_HAS_THREADS + +--- + modules/proxy/proxy_util.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c +index 4b6b8cf..e2a06cd 100644 +--- a/modules/proxy/proxy_util.c ++++ b/modules/proxy/proxy_util.c +@@ -1398,7 +1398,6 @@ PROXY_DECLARE(proxy_worker *) ap_proxy_get_worker(apr_pool_t *p, + return max_worker; + } + +-#if APR_HAS_THREADS + static void socket_cleanup(proxy_conn_rec *conn) + { + conn->sock = NULL; +@@ -1407,6 +1406,7 @@ static void socket_cleanup(proxy_conn_rec *conn) + apr_pool_clear(conn->scpool); + } + ++#if APR_HAS_THREADS + static apr_status_t conn_pool_cleanup(void *theworker) + { + proxy_worker *worker = (proxy_worker *)theworker; +-- +2.4.0 + Added: csw/mgar/pkg/apache2/trunk/files/0001-CVE-2017-9798-patch-2.2.patch =================================================================== --- csw/mgar/pkg/apache2/trunk/files/0001-CVE-2017-9798-patch-2.2.patch (rev 0) +++ csw/mgar/pkg/apache2/trunk/files/0001-CVE-2017-9798-patch-2.2.patch 2018-03-28 13:29:22 UTC (rev 26401) @@ -0,0 +1,29 @@ +From 62e95a5567be3e16fb991ef7b01d7b939f7e4710 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 28 Mar 2018 14:45:24 +0200 +Subject: [PATCH] CVE 2017 9798 patch 2.2 + +--- + server/core.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/server/core.c b/server/core.c +index 34afb34..926a2af 100644 +--- a/server/core.c ++++ b/server/core.c +@@ -1809,6 +1809,12 @@ AP_CORE_DECLARE_NONSTD(const char *) ap_limit_section(cmd_parms *cmd, + /* method has not been registered yet, but resorce restriction + * is always checked before method handling, so register it. + */ ++ if (cmd->pool == cmd->temp_pool) { ++ /* In .htaccess, we can't globally register new methods. */ ++ return apr_psprintf(cmd->pool, "Could not register method '%s' " ++ "for %s from .htaccess configuration", ++ method, cmd->cmd->name); ++ } + methnum = ap_method_register(cmd->pool, method); + } + +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From janholzh at users.sourceforge.net Thu Mar 29 09:52:15 2018 From: janholzh at users.sourceforge.net (janholzh at users.sourceforge.net) Date: Thu, 29 Mar 2018 07:52:15 +0000 Subject: SF.net SVN: gar:[26402] csw/mgar/pkg/openssl1/branches/lts102 Message-ID: <1522309935.856577.17568@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26402 http://sourceforge.net/p/gar/code/26402 Author: janholzh Date: 2018-03-29 07:52:15 +0000 (Thu, 29 Mar 2018) Log Message: ----------- openssl1/branches/lts102: update to 1.0.2o Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts102/Makefile csw/mgar/pkg/openssl1/branches/lts102/checksums Modified: csw/mgar/pkg/openssl1/branches/lts102/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2018-03-28 13:29:22 UTC (rev 26401) +++ csw/mgar/pkg/openssl1/branches/lts102/Makefile 2018-03-29 07:52:15 UTC (rev 26402) @@ -13,7 +13,7 @@ ###### Package information ####### NAME = openssl -VERSION = 1.0.2n +VERSION = 1.0.2o GARTYPE = v2 # Since version 1.0.0, soname is fixed and does not follow the minor releases SONAME=1.0.0 Modified: csw/mgar/pkg/openssl1/branches/lts102/checksums =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/checksums 2018-03-28 13:29:22 UTC (rev 26401) +++ csw/mgar/pkg/openssl1/branches/lts102/checksums 2018-03-29 07:52:15 UTC (rev 26402) @@ -1 +1 @@ -13bdc1b1d1ff39b6fd42a255e74676a4 openssl-1.0.2n.tar.gz +44279b8557c3247cbe324e2322ecd114 openssl-1.0.2o.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.