From dmichelsen at users.sourceforge.net Wed Nov 6 10:52:51 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 06 Nov 2024 09:52:51 +0000 Subject: SF.net SVN: gar:[27111] csw/mgar/pkg/public-suffix-list/trunk Message-ID: <1730886771.987726.4223@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27111 http://sourceforge.net/p/gar/code/27111 Author: dmichelsen Date: 2024-11-06 09:52:51 +0000 (Wed, 06 Nov 2024) Log Message: ----------- public-suffix-list/trunk: Update to 20241106 Modified Paths: -------------- csw/mgar/pkg/public-suffix-list/trunk/Makefile csw/mgar/pkg/public-suffix-list/trunk/checksums Modified: csw/mgar/pkg/public-suffix-list/trunk/Makefile =================================================================== --- csw/mgar/pkg/public-suffix-list/trunk/Makefile 2024-11-06 09:28:00 UTC (rev 27110) +++ csw/mgar/pkg/public-suffix-list/trunk/Makefile 2024-11-06 09:52:51 UTC (rev 27111) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = public-suffix-list -VERSION = 20190816 +VERSION = 20241106 DESCRIPTION = Public Suffix List Modified: csw/mgar/pkg/public-suffix-list/trunk/checksums =================================================================== --- csw/mgar/pkg/public-suffix-list/trunk/checksums 2024-11-06 09:28:00 UTC (rev 27110) +++ csw/mgar/pkg/public-suffix-list/trunk/checksums 2024-11-06 09:52:51 UTC (rev 27111) @@ -1 +1 @@ -9f88ae976a0eb5660a2ce55bbd5b49e9 public_suffix_list.dat +d249c9fa1d99e9737e482b2a85d44408 public_suffix_list.dat 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 Nov 6 11:07:35 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 06 Nov 2024 10:07:35 +0000 Subject: SF.net SVN: gar:[27112] csw/mgar/pkg/libpsl/trunk Message-ID: <1730887655.383159.10277@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27112 http://sourceforge.net/p/gar/code/27112 Author: dmichelsen Date: 2024-11-06 10:07:34 +0000 (Wed, 06 Nov 2024) Log Message: ----------- libpsl/trunk: Update to 0.21.5 Modified Paths: -------------- csw/mgar/pkg/libpsl/trunk/Makefile csw/mgar/pkg/libpsl/trunk/checksums Modified: csw/mgar/pkg/libpsl/trunk/Makefile =================================================================== --- csw/mgar/pkg/libpsl/trunk/Makefile 2024-11-06 09:52:51 UTC (rev 27111) +++ csw/mgar/pkg/libpsl/trunk/Makefile 2024-11-06 10:07:34 UTC (rev 27112) @@ -2,12 +2,12 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libpsl -VERSION = 0.21.0 +VERSION = 0.21.5 GARTYPE = v2 DESCRIPTION = Provides functions to check domains against the Mozilla Public Suffix List -MASTER_SITES += https://github.com/rockdaboot/libpsl/releases/download/$(DISTNAME)/ +MASTER_SITES += https://github.com/rockdaboot/libpsl/releases/download/$(VERSION)/ DISTFILES += $(DISTNAME).tar.gz PACKAGES += CSWlibpsl5 @@ -16,7 +16,7 @@ RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibidn2-0 RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibintl9 RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibunistring2 +RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWlibunistring5 RUNTIME_DEP_PKGS_CSWlibpsl5 += CSWpublic-suffix-list CHECKPKG_OVERRIDES_CSWlibpsl5 += surplus-dependency|CSWpublic-suffix-list @@ -35,12 +35,12 @@ RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibidn2-0 RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibintl9 RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibunistring2 +RUNTIME_DEP_PKGS_CSWlibpsl-util += CSWlibunistring5 BUILD64_LIBS_ONLY = 1 CONFIGURE_ARGS += $(DIRPATHS) -CONFIGURE_ARGS += --with-psl-file=$(sharedstatedir)/public_suffix_list.dat +#CONFIGURE_ARGS += --with-psl-file=$(sharedstatedir)/public_suffix_list.dat CONFIGURE_ARGS += --disable-dependency-tracking # This breaks the testsuite depending indirectly on libicuuc.so @@ -50,7 +50,7 @@ BUILD_ENV_PATH = /opt/csw/gnu:$(PATH) # Testsuite needs fmemopen() which we don't have in Solaris -SKIPTEST ?= 1 +#SKIPTEST ?= 1 include gar/category.mk Modified: csw/mgar/pkg/libpsl/trunk/checksums =================================================================== --- csw/mgar/pkg/libpsl/trunk/checksums 2024-11-06 09:52:51 UTC (rev 27111) +++ csw/mgar/pkg/libpsl/trunk/checksums 2024-11-06 10:07:34 UTC (rev 27112) @@ -1 +1 @@ -171e96d887709e36a57f4ee627bf82d2 libpsl-0.21.0.tar.gz +870a798ee9860b6e77896548428dba7b libpsl-0.21.5.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Nov 6 10:28:00 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 06 Nov 2024 09:28:00 +0000 Subject: SF.net SVN: gar:[27110] csw/mgar/pkg/curl/trunk Message-ID: <1730885280.782857.2491@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27110 http://sourceforge.net/p/gar/code/27110 Author: dmichelsen Date: 2024-11-06 09:28:00 +0000 (Wed, 06 Nov 2024) Log Message: ----------- curl/trunk: Update to 8.11.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 2024-10-22 10:19:32 UTC (rev 27109) +++ csw/mgar/pkg/curl/trunk/Makefile 2024-11-06 09:28:00 UTC (rev 27110) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 8.10.1 +VERSION = 8.11.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 2024-10-22 10:19:32 UTC (rev 27109) +++ csw/mgar/pkg/curl/trunk/checksums 2024-11-06 09:28:00 UTC (rev 27110) @@ -1 +1 @@ -48adc57e11f543adbbbe86bdea98ca1f curl-8.10.1.tar.xz +49dd886ac84ed3de693464f78f1ee926 curl-8.11.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 Nov 10 15:31:03 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 10 Nov 2024 14:31:03 +0000 Subject: SF.net SVN: gar:[27113] csw/mgar/pkg/texinfo/trunk Message-ID: <1731249063.963515.24845@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27113 http://sourceforge.net/p/gar/code/27113 Author: dmichelsen Date: 2024-11-10 14:31:03 +0000 (Sun, 10 Nov 2024) Log Message: ----------- texinfo/trunk: Update to 7.1.1 Modified Paths: -------------- csw/mgar/pkg/texinfo/trunk/Makefile csw/mgar/pkg/texinfo/trunk/checksums Modified: csw/mgar/pkg/texinfo/trunk/Makefile =================================================================== --- csw/mgar/pkg/texinfo/trunk/Makefile 2024-11-06 10:07:34 UTC (rev 27112) +++ csw/mgar/pkg/texinfo/trunk/Makefile 2024-11-10 14:31:03 UTC (rev 27113) @@ -1,5 +1,5 @@ NAME = texinfo -VERSION = 6.1 +VERSION = 7.1.1 GARTYPE = v2 DESCRIPTION = The GNU Documentation System @@ -9,6 +9,7 @@ endef MASTER_SITES += $(GNU_MIRROR) +MASTER_SITES += https://alpha.gnu.org/gnu/texinfo/ DISTFILES += $(DISTNAME).tar.xz DISTFILES += CSWtexinfo.postinstall DISTFILES += mkdirentries @@ -18,7 +19,6 @@ PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 - PACKAGES += CSWtexinfo SPKG_DESC_CSWtexinfo = The GNU Documentation System # PKGFILES is catchall @@ -25,8 +25,9 @@ RUNTIME_DEP_PKGS_CSWtexinfo += CSWbash RUNTIME_DEP_PKGS_CSWtexinfo += CSWgsed RUNTIME_DEP_PKGS_CSWtexinfo += CSWlibiconv2 -RUNTIME_DEP_PKGS_CSWtexinfo += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWtexinfo += CSWlibncurses5 +RUNTIME_DEP_PKGS_CSWtexinfo += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWtexinfo += CSWlibncurses6 +RUNTIME_DEP_PKGS_CSWtexinfo += CSWlibunistring5 # Are these really needed? May investigate deeply later. CHECKPKG_OVERRIDES_CSWtexinfo += surplus-dependency|CSWbash CHECKPKG_OVERRIDES_CSWtexinfo += surplus-dependency|CSWgsed @@ -42,6 +43,8 @@ BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS) BUILD_DEP_PKGS += CSWgzip +EXTRA_CFLAGS += -xc99 + # We neeed 'id -u' to work CONFIGURE_ENV_PATH = /usr/xpg4/bin:$(PATH) Modified: csw/mgar/pkg/texinfo/trunk/checksums =================================================================== --- csw/mgar/pkg/texinfo/trunk/checksums 2024-11-06 10:07:34 UTC (rev 27112) +++ csw/mgar/pkg/texinfo/trunk/checksums 2024-11-10 14:31:03 UTC (rev 27113) @@ -1 +1 @@ -1d7ec1888fae00730693597852b00cde texinfo-6.1.tar.xz +e5fc595794a7980f98ce446a5f8aa273 texinfo-7.1.1.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 Nov 10 15:44:54 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Sun, 10 Nov 2024 14:44:54 +0000 Subject: SF.net SVN: gar:[27114] csw/mgar/pkg/texinfo/trunk/Makefile Message-ID: <1731249894.683780.24405@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27114 http://sourceforge.net/p/gar/code/27114 Author: dmichelsen Date: 2024-11-10 14:44:54 +0000 (Sun, 10 Nov 2024) Log Message: ----------- texinfo/trunk: Build only on Solaris 10 because C99 is required Modified Paths: -------------- csw/mgar/pkg/texinfo/trunk/Makefile Modified: csw/mgar/pkg/texinfo/trunk/Makefile =================================================================== --- csw/mgar/pkg/texinfo/trunk/Makefile 2024-11-10 14:31:03 UTC (rev 27113) +++ csw/mgar/pkg/texinfo/trunk/Makefile 2024-11-10 14:44:54 UTC (rev 27114) @@ -16,9 +16,6 @@ VENDOR_URL = http://www.gnu.org/software/texinfo/ -PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 - PACKAGES += CSWtexinfo SPKG_DESC_CSWtexinfo = The GNU Documentation System # PKGFILES is catchall 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 Fri Nov 15 21:59:33 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 15 Nov 2024 20:59:33 +0000 Subject: SF.net SVN: gar:[27115] csw/mgar/pkg/openssl1/branches Message-ID: <1731704373.460593.3237@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27115 http://sourceforge.net/p/gar/code/27115 Author: jake_goerzen Date: 2024-11-15 20:59:33 +0000 (Fri, 15 Nov 2024) Log Message: ----------- openssl1/branches/lts111: initial commit: openssl 1.1.1w Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts111/Makefile csw/mgar/pkg/openssl1/branches/lts111/checksums Added Paths: ----------- csw/mgar/pkg/openssl1/branches/lts111/ Modified: csw/mgar/pkg/openssl1/branches/lts111/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/Makefile 2024-11-10 14:44:54 UTC (rev 27114) +++ csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-15 20:59:33 UTC (rev 27115) @@ -2,6 +2,7 @@ # OpenCSW build recipe for OpenSSL # # Copyright 2009 Yann Rouillard +# Copyright 2024 Jake Goezen # All rights reserved. Use is subject to license terms. # # Redistribution and/or use, with or without modification, is @@ -13,10 +14,10 @@ ###### Package information ####### NAME = openssl -VERSION = 1.0.2u +VERSION = 1.1.1w GARTYPE = v2 # Since version 1.0.0, soname is fixed and does not follow the minor releases -SONAME=1.0.0 +SONAME=1.1 DESCRIPTION = The Open Source toolkit for SSL and TLS define BLURB @@ -34,28 +35,32 @@ GARCOMPILER += $(GARCOMPILER_$(GAROSREL)) GARCOMPILER_TYPE = $(if $(findstring GCC,$(GARCOMPILER)),GNU,SUN) +# Setting compiler to GNU for all platforms starting with version 1.1.1w +GARCOMPILER = GNU + PKGFORMAT-5.11 = svr4 -PACKAGES = CSWlibssl1-0-0 CSWlibssl-dev CSWopenssl-utils +PACKAGES = CSWlibssl1-1 CSWlibssl-dev CSWopenssl-utils PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 -RUNTIME_DEP_PKGS_CSWlibssl1-0-0 = $(RUNTIME_DEP_PKGS_CSWlibssl1-0-0_$(GARCOMPILER_TYPE)) -RUNTIME_DEP_PKGS_CSWlibssl1-0-0_GNU = CSWlibgcc-s1 -SPKG_DESC_CSWlibssl1-0-0 = Openssl 1.0 runtime libraries -PKGFILES_CSWlibssl1-0-0 = $(PKGFILES_RT) -PKGFILES_CSWlibssl1-0-0 += $(libdir)(/[^/]*)?/openssl-1.0.0/engines/.* -PKGFILES_CSWlibssl1-0-0 += $(prefix)/etc/ssl/private $(prefix)/etc/ssl/certs -PKGFILES_CSWlibssl1-0-0 += $(docdir)/libssl1_0_0/.* +RUNTIME_DEP_PKGS_CSWlibssl1-1 = $(RUNTIME_DEP_PKGS_CSWlibssl1-1_$(GARCOMPILER_TYPE)) +RUNTIME_DEP_PKGS_CSWlibssl1-1_GNU = CSWlibgcc-s1 +SPKG_DESC_CSWlibssl1-1 = Openssl 1.0 runtime libraries +PKGFILES_CSWlibssl1-1 = $(PKGFILES_RT) +PKGFILES_CSWlibssl1-1 += $(libdir)(/[^/]*)?/openssl-1.1/engines/.* +PKGFILES_CSWlibssl1-1 += $(prefix)/etc/ssl/private $(prefix)/etc/ssl/certs +PKGFILES_CSWlibssl1-1 += $(docdir)/libssl1_1/.* -RUNTIME_DEP_PKGS_CSWlibssl-dev = CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWlibssl-dev = CSWlibssl1-1 SPKG_DESC_CSWlibssl-dev = Openssl 1.0 development support files PKGFILES_CSWlibssl-dev = $(PKGFILES_DEVEL) PKGFILES_CSWlibssl-dev += $(docdir)/libssl_dev/.* -RUNTIME_DEP_PKGS_CSWopenssl-utils = CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWopenssl-utils = CSWlibssl1-1 +RUNTIME_DEP_PKGS_CSWopenssl-utils += CSWperl SPKG_DESC_CSWopenssl-utils = Openssl 1.0 binaries and related tools PKGFILES_CSWopenssl-utils = $(bindir)/[^/]* $(bindir)/.*/openssl PKGFILES_CSWopenssl-utils += $(mandir)/man1/.* $(mandir)/man5/.* $(mandir)/man7/.* @@ -67,33 +72,30 @@ PRESERVECONF = $(sysconfdir)/ssl/openssl.cnf # We do ship libcrypto in libssl package -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libcrypto.so.1.0.0|soname=libcrypto.so.1.0.0|pkgname=CSWlibssl1-0-0|expected=CSWlibcrypto1-0-0 -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += $(CHECKPKG_OVERRIDES_CSWlibssl1-0-0_$(GARCH)) +CHECKPKG_OVERRIDES_CSWlibssl1-1 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 +CHECKPKG_OVERRIDES_CSWlibssl1-1 += $(CHECKPKG_OVERRIDES_CSWlibssl1-1_$(GARCH)) -CHECKPKG_OVERRIDES_CSWlibssl1-0-0_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv8plus/libcrypto.so.1.0.0|soname=libcrypto.so.1.0.0|pkgname=CSWlibssl1-0-0|expected=CSWlibcrypto1-0-0 -CHECKPKG_OVERRIDES_CSWlibssl1-0-0_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv8plus+vis/libcrypto.so.1.0.0|soname=libcrypto.so.1.0.0|pkgname=CSWlibssl1-0-0|expected=CSWlibcrypto1-0-0 -CHECKPKG_OVERRIDES_CSWlibssl1-0-0_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv9/libcrypto.so.1.0.0|soname=libcrypto.so.1.0.0|pkgname=CSWlibssl1-0-0|expected=CSWlibcrypto1-0-0 +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv8plus/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv8plus+vis/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv9/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 -CHECKPKG_OVERRIDES_CSWlibssl1-0-0_i386 += shared-lib-pkgname-mismatch|file=opt/csw/lib/amd64/libcrypto.so.1.0.0|soname=libcrypto.so.1.0.0|pkgname=CSWlibssl1-0-0|expected=CSWlibcrypto1-0-0 +CHECKPKG_OVERRIDES_CSWlibssl1-1_i386 += shared-lib-pkgname-mismatch|file=opt/csw/lib/amd64/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 -# We use SUN perl, not the opencsw one -CHECKPKG_OVERRIDES_CSWopenssl-utils += missing-dependency|CSWperl - ###### Specific Overrrids because we we build sparcv8+ on Solaris 9 ##### -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libcrypto.so.1.0.0|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libssl.so.1.0.0|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libgmp.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libnuron.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libchil.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libpadlock.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libcswift.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libaep.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libubsec.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/lib4758cca.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libcapi.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libsureware.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libatalla.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-0-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.0.0/engines/libgost.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libcrypto.so.1.1|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libssl.so.1.1|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libgmp.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libnuron.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libchil.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libpadlock.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libcswift.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libaep.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libubsec.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/lib4758cca.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libcapi.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libsureware.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libatalla.so|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libgost.so|arch_id=18|arch_name=sparcv8+ ###### Upstream and opencsw files information ####### @@ -103,79 +105,11 @@ DISTFILES += README.CSW DISTFILES += map.openssl.libcrypto map.openssl.libssl map.openssl.engines -DOCFILES = CHANGES CHANGES.SSLeay PROBLEMS README FAQ README.ASN1 INSTALL NEWS README.ENGINE +DOCFILES = CHANGES README FAQ INSTALL NEWS README.ENGINE # List of engines that will be shipped in the packages ENGINES = 4758cca aep atalla cswift gmp chil nuron sureware ubsec padlock capi - -#some more targets we used in 0.9.8 -PATCHFILES += 0001-more-configure-targets-1_0_2.patch - -# This patch is taken from https://hg.openindiana.org/upstream/oracle/userland-gate/ -# original file: components/openssl/openssl-1.0.1/patches/18-compiler_opts.patch -# I think they are smarter than me to figure what are the best compiler options -PATCHFILES += optimized_configure_targets.patch - - -# We install engines libraries in /opt/csw/lib/engines/1.0.0/ -# instead of /opt/csw/lib/engines to avoid clashes with 0.9.8 -# and futur new release of ssl libraries -PATCHFILES += 0016-Make-engines-dir-soname-dependant.patch - -# Upstream uses an obsolete GCC flag -# not the case anymore - -# Update openssl.cnf path in man page to follow opencsw standard -PATCHFILES += opencsw_paths.patch - -# Make sure man pages and html docs are installed in proper locations -# instead of /opt/csw/ssl/man and /opt/csw/ssl/html -PATCHFILES += 0010-Move-manpages-and-html-doc-in-standard-locations.patch - -# Let's always block some compromised CA, whatever the CA configured -# (patchs taken from Debian Package) -#PATCHFILES += block_bad_certificates.patch - -# Add old-style certificates hash generation to maintain compatibilies -# with gnutls and programs linked with openssl 0.9.8 -# Patch taken from Debian -PATCHFILES += c_rehash-compat.patch - -# Oh yes, let's do symbol versioning so we don't become -# crazy during library migration -# Disabled as to many new functions. (Like whole aesni stuff missing, if build with mapfiles) -PATCHFILES += 0007-enables-symbols-versioning.patch - -# openssl currently only uses issetugid on freebsd and openbsd -# althought it is also available on Solaris 10 -# We make issetugid support configurable via preprocessor flag -# to be able to enable it for Solaris -# Bug opened upstream: http://rt.openssl.org/Ticket/Display.html?id=3153 -PATCHFILES += make_issetugid_support_configurable.patch - -ifneq ($(shell /usr/bin/uname -r),5.9) - PATCHFILES += openssl-1.0.2h-pkcs11-engine.patch - ENGINES += pk11 - CONFIGURE_ARGS += --pk11-libname=$(abspath /usr/lib/$(MM_LIBDIR)/libpkcs11.so) -endif - - - -# Patches taken form oracle -PATCHFILES += 029-fork_safe.patch -PATCHFILES += 032-aes_cbc_len_check.patch -PATCHFILES += 036-evp_leak.patch -PATCHFILES += 039-internal_tests.patch -PATCHFILES += 040-uninitialized_ctx.patch -PATCHFILES += 043-x86_wrong_platform.patch -PATCHFILES += 044-suppress_v8plus_abi_warnings.patch -PATCHFILES += 049-use-srln.patch -#PATCHFILES += 046-weak-ciphers.patch - -PATCHFILES += 050-segfault_configfile.patch -PATCHFILES += 051-segfault_export.patch - LICENSE = LICENSE ##### Build and installation information ##### @@ -251,13 +185,13 @@ CONFIGURE_ARGS += --prefix=$(prefix) CONFIGURE_ARGS += --openssldir=$(sysconfdir)/ssl -CONFIGURE_ARGS += --install_prefix=$(DESTDIR) $(LIBDIR) +#CONFIGURE_ARGS += --install_prefix=$(DESTDIR) $(LIBDIR) CONFIGURE_ARGS += $(CONFIGURE_FLAGS) CONFIGURE_ARGS += $($(ISA)_$(GARCOMPILER_TYPE)_CONFIGURE_TARGET) CONFIGURE_ARGS += shared -# For now we want the sun perl to be used -EXTRA_CONFIGURE_ENV += PERL="/usr/bin/perl" +# We need to use the opencsw perl instead of the sun perl starting with version 1.1.1w +EXTRA_CONFIGURE_ENV += PERL="/opt/csw/bin/perl" # Configure uses make and sun make is not happy # with the shell command added by the t4 patch @@ -266,7 +200,7 @@ # The new compiler options taken from https://hg.openindiana.org/upstream/oracle/userland-gate/ # added "-z defs" to the linker options. That causes object compilation to fail because # they are not linked against libc and libdl (for Sol9). This is workaround until I find a better fix. -EXTRA_LD_OPTIONS = -lc -ldl +EXTRA_LD_OPTIONS = -lc -ldl -lrt # By default, the install target put man pages under # /opt/csw/ssl/man, but we want them under /opt/csw/share/man @@ -304,7 +238,7 @@ for ENGINE in $(ENGINES); do \ ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/map.openssl.lib$$ENGINE; \ done - ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/ccgost/map.openssl.libgost +# ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/ccgost/map.openssl.libgost @$(MAKECOOKIE) install-conf-misc: Modified: csw/mgar/pkg/openssl1/branches/lts111/checksums =================================================================== --- csw/mgar/pkg/openssl1/branches/lts102/checksums 2024-11-10 14:44:54 UTC (rev 27114) +++ csw/mgar/pkg/openssl1/branches/lts111/checksums 2024-11-15 20:59:33 UTC (rev 27115) @@ -1 +1 @@ -cdc2638f789ecc2db2c91488265686c1 openssl-1.0.2u.tar.gz +3f76825f195e52d4b10c70040681a275 openssl-1.1.1w.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 Sat Nov 16 19:43:27 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 16 Nov 2024 18:43:27 +0000 Subject: SF.net SVN: gar:[27116] csw/mgar/pkg/openssl1/branches/lts111/Makefile Message-ID: <1731782607.250228.28541@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27116 http://sourceforge.net/p/gar/code/27116 Author: jake_goerzen Date: 2024-11-16 18:43:26 +0000 (Sat, 16 Nov 2024) Log Message: ----------- openssl1/branches/lts111: fix name and add CHECKPKG_OVERRIDES Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts111/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts111/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-15 20:59:33 UTC (rev 27115) +++ csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-16 18:43:26 UTC (rev 27116) @@ -2,7 +2,7 @@ # OpenCSW build recipe for OpenSSL # # Copyright 2009 Yann Rouillard -# Copyright 2024 Jake Goezen +# Copyright 2024 Jake Goerzen # All rights reserved. Use is subject to license terms. # # Redistribution and/or use, with or without modification, is @@ -71,6 +71,8 @@ PRESERVECONF = $(sysconfdir)/ssl/openssl.cnf +CHECKPKG_OVERRIDES_CSWlibssl1-1 += surplus-dependency|CSWlibgcc-s1 + # We do ship libcrypto in libssl package CHECKPKG_OVERRIDES_CSWlibssl1-1 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 CHECKPKG_OVERRIDES_CSWlibssl1-1 += $(CHECKPKG_OVERRIDES_CSWlibssl1-1_$(GARCH)) 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 Nov 18 00:15:45 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sun, 17 Nov 2024 23:15:45 +0000 Subject: SF.net SVN: gar:[27117] csw/mgar/pkg/openssl1/branches/lts111/Makefile Message-ID: <1731885345.671015.3188@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27117 http://sourceforge.net/p/gar/code/27117 Author: jake_goerzen Date: 2024-11-17 23:15:45 +0000 (Sun, 17 Nov 2024) Log Message: ----------- openssl1/branches/lts111: add / remove some CHECKPKG_OVERRIDES Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts111/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts111/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-16 18:43:26 UTC (rev 27116) +++ csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-17 23:15:45 UTC (rev 27117) @@ -83,22 +83,14 @@ CHECKPKG_OVERRIDES_CSWlibssl1-1_i386 += shared-lib-pkgname-mismatch|file=opt/csw/lib/amd64/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 -###### Specific Overrrids because we we build sparcv8+ on Solaris 9 ##### -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libcrypto.so.1.1|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libssl.so.1.1|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libgmp.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libnuron.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libchil.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libpadlock.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libcswift.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libaep.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libubsec.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/lib4758cca.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libcapi.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libsureware.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libatalla.so|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += binary-architecture-does-not-match-placement|file=opt/csw/lib/openssl-1.1/engines/libgost.so|arch_id=18|arch_name=sparcv8+ +# Solaris 11 requires forbidden interface version SUNWWpublic +CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/sparcv9/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 + +CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/amd64/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 + ###### Upstream and opencsw files information ####### MASTER_SITES = http://www.openssl.org/source/ 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 Nov 18 23:41:28 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 18 Nov 2024 22:41:28 +0000 Subject: SF.net SVN: gar:[27118] csw/mgar/pkg/openssl1/branches/lts111/Makefile Message-ID: <1731969688.846040.23392@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27118 http://sourceforge.net/p/gar/code/27118 Author: jake_goerzen Date: 2024-11-18 22:41:28 +0000 (Mon, 18 Nov 2024) Log Message: ----------- openssl1/branches/lts111: disable threads on Solaris 9 Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts111/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts111/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-17 23:15:45 UTC (rev 27117) +++ csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-18 22:41:28 UTC (rev 27118) @@ -183,6 +183,8 @@ CONFIGURE_ARGS += $(CONFIGURE_FLAGS) CONFIGURE_ARGS += $($(ISA)_$(GARCOMPILER_TYPE)_CONFIGURE_TARGET) CONFIGURE_ARGS += shared +CONFIGURE_ARGS-5.9 += no-threads +CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(GAROSREL)) # We need to use the opencsw perl instead of the sun perl starting with version 1.1.1w EXTRA_CONFIGURE_ENV += PERL="/opt/csw/bin/perl" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Thu Nov 21 12:47:14 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 21 Nov 2024 11:47:14 +0000 Subject: SF.net SVN: gar:[27119] csw/mgar/pkg/mtools/trunk Message-ID: <1732189634.590204.9335@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27119 http://sourceforge.net/p/gar/code/27119 Author: dmichelsen Date: 2024-11-21 11:47:13 +0000 (Thu, 21 Nov 2024) Log Message: ----------- mtools/trunk: Update to 4.0.46 Modified Paths: -------------- csw/mgar/pkg/mtools/trunk/Makefile csw/mgar/pkg/mtools/trunk/checksums Modified: csw/mgar/pkg/mtools/trunk/Makefile =================================================================== --- csw/mgar/pkg/mtools/trunk/Makefile 2024-11-18 22:41:28 UTC (rev 27118) +++ csw/mgar/pkg/mtools/trunk/Makefile 2024-11-21 11:47:13 UTC (rev 27119) @@ -1,5 +1,5 @@ NAME = mtools -VERSION = 4.0.43 +VERSION = 4.0.46 GARTYPE = v2 DESCRIPTION = Read/write/list/format DOS disks under Unix Modified: csw/mgar/pkg/mtools/trunk/checksums =================================================================== --- csw/mgar/pkg/mtools/trunk/checksums 2024-11-18 22:41:28 UTC (rev 27118) +++ csw/mgar/pkg/mtools/trunk/checksums 2024-11-21 11:47:13 UTC (rev 27119) @@ -1 +1 @@ -5d758c8cbdcecf8773cacb8f12f4938d mtools-4.0.43.tar.lz +0ea565f9fe5271bc85435c3b3f627fca mtools-4.0.46.tar.lz 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 Fri Nov 22 00:45:47 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 21 Nov 2024 23:45:47 +0000 Subject: SF.net SVN: gar:[27120] csw/mgar/pkg/openssl1/branches/lts111/Makefile Message-ID: <1732232747.897721.8957@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27120 http://sourceforge.net/p/gar/code/27120 Author: jake_goerzen Date: 2024-11-21 23:45:47 +0000 (Thu, 21 Nov 2024) Log Message: ----------- openssl1/branches/lts111: clean up CHECKPKG_OVERRIDES and recipe finalizations for pkg release Modified Paths: -------------- csw/mgar/pkg/openssl1/branches/lts111/Makefile Modified: csw/mgar/pkg/openssl1/branches/lts111/Makefile =================================================================== --- csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-21 11:47:13 UTC (rev 27119) +++ csw/mgar/pkg/openssl1/branches/lts111/Makefile 2024-11-21 23:45:47 UTC (rev 27120) @@ -48,7 +48,7 @@ RUNTIME_DEP_PKGS_CSWlibssl1-1 = $(RUNTIME_DEP_PKGS_CSWlibssl1-1_$(GARCOMPILER_TYPE)) RUNTIME_DEP_PKGS_CSWlibssl1-1_GNU = CSWlibgcc-s1 -SPKG_DESC_CSWlibssl1-1 = Openssl 1.0 runtime libraries +SPKG_DESC_CSWlibssl1-1 = Openssl 1.1 runtime libraries PKGFILES_CSWlibssl1-1 = $(PKGFILES_RT) PKGFILES_CSWlibssl1-1 += $(libdir)(/[^/]*)?/openssl-1.1/engines/.* PKGFILES_CSWlibssl1-1 += $(prefix)/etc/ssl/private $(prefix)/etc/ssl/certs @@ -55,13 +55,13 @@ PKGFILES_CSWlibssl1-1 += $(docdir)/libssl1_1/.* RUNTIME_DEP_PKGS_CSWlibssl-dev = CSWlibssl1-1 -SPKG_DESC_CSWlibssl-dev = Openssl 1.0 development support files +SPKG_DESC_CSWlibssl-dev = Openssl 1.1 development support files PKGFILES_CSWlibssl-dev = $(PKGFILES_DEVEL) PKGFILES_CSWlibssl-dev += $(docdir)/libssl_dev/.* RUNTIME_DEP_PKGS_CSWopenssl-utils = CSWlibssl1-1 RUNTIME_DEP_PKGS_CSWopenssl-utils += CSWperl -SPKG_DESC_CSWopenssl-utils = Openssl 1.0 binaries and related tools +SPKG_DESC_CSWopenssl-utils = Openssl 1.1 binaries and related tools PKGFILES_CSWopenssl-utils = $(bindir)/[^/]* $(bindir)/.*/openssl PKGFILES_CSWopenssl-utils += $(mandir)/man1/.* $(mandir)/man5/.* $(mandir)/man7/.* PKGFILES_CSWopenssl-utils += $(prefix)/ssl/misc/.* @@ -77,19 +77,21 @@ CHECKPKG_OVERRIDES_CSWlibssl1-1 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 CHECKPKG_OVERRIDES_CSWlibssl1-1 += $(CHECKPKG_OVERRIDES_CSWlibssl1-1_$(GARCH)) -CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv8plus/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 -CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv8plus+vis/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc += shared-lib-pkgname-mismatch|file=opt/csw/lib/sparcv9/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 CHECKPKG_OVERRIDES_CSWlibssl1-1_i386 += shared-lib-pkgname-mismatch|file=opt/csw/lib/amd64/libcrypto.so.1.1|soname=libcrypto.so.1.1|pkgname=CSWlibssl1-1|expected=CSWlibcrypto1-1 -# Solaris 11 requires forbidden interface version SUNWWpublic +###### Specific Overrrids because we we build sparcv8+ on Solaris 9 ##### +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc_5.9 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libcrypto.so.1.1|arch_id=18|arch_name=sparcv8+ +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc_5.9 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libssl.so.1.1|arch_id=18|arch_name=sparcv8+ -CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/sparcv9/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +###### Solaris 11 requires forbidden interface version SUNWpublic ##### +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc_5.11 += forbidden-version-interface-dependencies|/opt/csw/lib/sparcv9/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWlibssl1-1_sparc_5.11 += forbidden-version-interface-dependencies|/opt/csw/lib/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWlibssl1-1_i386_5.11 += forbidden-version-interface-dependencies|/opt/csw/lib/amd64/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWlibssl1-1_i386_5.11 += forbidden-version-interface-dependencies|/opt/csw/lib/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/amd64/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 -CHECKPKG_OVERRIDES_CSWlibssl1-1 += forbidden-version-interface-dependencies|/opt/csw/lib/libcrypto.so.1.1|requires|forbidden|interface|version|SUNWpublic|in|library|libc.so.1 +CHECKPKG_OVERRIDES_CSWlibssl1-1 += $(CHECKPKG_OVERRIDES_CSWlibssl1-1_$(GARCH)_$(GAROSREL)) ###### Upstream and opencsw files information ####### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Nov 22 22:22:30 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 22 Nov 2024 21:22:30 +0000 Subject: SF.net SVN: gar:[27121] csw/mgar/pkg/libexpat1/trunk/Makefile Message-ID: <1732310550.128918.3228@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27121 http://sourceforge.net/p/gar/code/27121 Author: idogan23 Date: 2024-11-22 21:22:29 +0000 (Fri, 22 Nov 2024) Log Message: ----------- libexpat1: Update to 2.6.4 Modified Paths: -------------- csw/mgar/pkg/libexpat1/trunk/Makefile Modified: csw/mgar/pkg/libexpat1/trunk/Makefile =================================================================== --- csw/mgar/pkg/libexpat1/trunk/Makefile 2024-11-21 23:45:47 UTC (rev 27120) +++ csw/mgar/pkg/libexpat1/trunk/Makefile 2024-11-22 21:22:29 UTC (rev 27121) @@ -1,5 +1,5 @@ NAME = expat -VERSION = 2.6.3 +VERSION = 2.6.4 GARTYPE = v2 DESCRIPTION = XML parser toolkit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Nov 22 23:21:46 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 22 Nov 2024 22:21:46 +0000 Subject: SF.net SVN: gar:[27122] csw/mgar/pkg/libexpat1/trunk/checksums Message-ID: <1732314106.458042.6541@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27122 http://sourceforge.net/p/gar/code/27122 Author: idogan23 Date: 2024-11-22 22:21:46 +0000 (Fri, 22 Nov 2024) Log Message: ----------- libexpat1: Update to 2.6.4 Modified Paths: -------------- csw/mgar/pkg/libexpat1/trunk/checksums Modified: csw/mgar/pkg/libexpat1/trunk/checksums =================================================================== --- csw/mgar/pkg/libexpat1/trunk/checksums 2024-11-22 21:22:29 UTC (rev 27121) +++ csw/mgar/pkg/libexpat1/trunk/checksums 2024-11-22 22:21:46 UTC (rev 27122) @@ -1 +1 @@ -c70040a3f2743d9645cb029d3c9a7c89 expat-2.6.3.tar.bz2 +f1acfb75967648230d37629e02afbadc expat-2.6.4.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.