From idogan23 at users.sourceforge.net Fri May 2 22:26:18 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 02 May 2025 20:26:18 +0000 Subject: SF.net SVN: gar:[27185] csw/mgar/pkg/libldns/trunk/Makefile Message-ID: <1746217578.871001.27632@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27185 http://sourceforge.net/p/gar/code/27185 Author: idogan23 Date: 2025-05-02 20:26:15 +0000 (Fri, 02 May 2025) Log Message: ----------- libldns: Switch to OpenSSL 1.1.1 Modified Paths: -------------- csw/mgar/pkg/libldns/trunk/Makefile Modified: csw/mgar/pkg/libldns/trunk/Makefile =================================================================== --- csw/mgar/pkg/libldns/trunk/Makefile 2025-04-24 17:56:53 UTC (rev 27184) +++ csw/mgar/pkg/libldns/trunk/Makefile 2025-05-02 20:26:15 UTC (rev 27185) @@ -41,7 +41,8 @@ BUILD64_LIBS_ONLY = 1 EXTRA_BUILD_ISAS_sparc += sparcv8plus+vis -RUNTIME_DEP_PKGS_CSWlibldns3 += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWlibldns3 += CSWlibssl1-1 +RUNTIME_DEP_PKGS_CSWlibldns3 += CSWlibpcap1 RUNTIME_DEP_PKGS_CSWlibldns-dev += CSWlibldns3 INCOMPATIBLE_PKGS_CSWlibldns1 = CSWldns @@ -49,13 +50,10 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-ssl=/opt/csw -CONFIGURE_ARGS += --enable-sha2 -CONFIGURE_ARGS += --with-poll +CONFIGURE_ARGS += --enable-poll CONFIGURE_ARGS += --with-drill +CONFIGURE_ARGS += --with-examples -# Disable DANE verification. Requiers OpenSSL > 1.1.0 -CONFIGURE_ARGS += --disable-dane - MERGE_DIRS_isa-sparcv9 = $(libdir) MERGE_DIRS_isa-amd64 = $(libdir) @@ -68,6 +66,6 @@ PKGFILES_CSWldnsdrill += $(bindir)/drill PKGFILES_CSWldnsdrill += $(mandir)/man1/drill.1 RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibldns3 -RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibssl1-1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sat May 3 12:47:45 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 03 May 2025 10:47:45 +0000 Subject: SF.net SVN: gar:[27186] csw/mgar/pkg/libldns/trunk/Makefile Message-ID: <1746269265.216689.1278@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27186 http://sourceforge.net/p/gar/code/27186 Author: idogan23 Date: 2025-05-03 10:47:44 +0000 (Sat, 03 May 2025) Log Message: ----------- libldns: Remove not needed dependency for CSWldnsdrill Modified Paths: -------------- csw/mgar/pkg/libldns/trunk/Makefile Modified: csw/mgar/pkg/libldns/trunk/Makefile =================================================================== --- csw/mgar/pkg/libldns/trunk/Makefile 2025-05-02 20:26:15 UTC (rev 27185) +++ csw/mgar/pkg/libldns/trunk/Makefile 2025-05-03 10:47:44 UTC (rev 27186) @@ -66,6 +66,5 @@ PKGFILES_CSWldnsdrill += $(bindir)/drill PKGFILES_CSWldnsdrill += $(mandir)/man1/drill.1 RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibldns3 -RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibssl1-1 include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun May 4 11:50:10 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 04 May 2025 09:50:10 +0000 Subject: SF.net SVN: gar:[27187] csw/mgar/pkg/libldns/trunk/Makefile Message-ID: <1746352210.240873.2524@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27187 http://sourceforge.net/p/gar/code/27187 Author: idogan23 Date: 2025-05-04 09:50:09 +0000 (Sun, 04 May 2025) Log Message: ----------- libldns: Checkpkg overrivde for ldnsdrill Modified Paths: -------------- csw/mgar/pkg/libldns/trunk/Makefile Modified: csw/mgar/pkg/libldns/trunk/Makefile =================================================================== --- csw/mgar/pkg/libldns/trunk/Makefile 2025-05-03 10:47:44 UTC (rev 27186) +++ csw/mgar/pkg/libldns/trunk/Makefile 2025-05-04 09:50:09 UTC (rev 27187) @@ -67,4 +67,7 @@ PKGFILES_CSWldnsdrill += $(mandir)/man1/drill.1 RUNTIME_DEP_PKGS_CSWldnsdrill += CSWlibldns3 +# CSWlibldns3 depends on OpenSSL +CHECKPKG_OVERRIDES_CSWldnsdrill += missing-dependency|CSWlibssl1-1 + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.