From dmichelsen at users.sourceforge.net Mon Sep 7 11:52:41 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 07 Sep 2020 09:52:41 +0000 Subject: SF.net SVN: gar:[26697] csw/mgar/pkg/librelp/trunk Message-ID: <1599472361.893994.5256@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26697 http://sourceforge.net/p/gar/code/26697 Author: dmichelsen Date: 2020-09-07 09:52:41 +0000 (Mon, 07 Sep 2020) Log Message: ----------- librelp/trunk: Update to 1.7.0 Modified Paths: -------------- csw/mgar/pkg/librelp/trunk/Makefile csw/mgar/pkg/librelp/trunk/checksums Modified: csw/mgar/pkg/librelp/trunk/Makefile =================================================================== --- csw/mgar/pkg/librelp/trunk/Makefile 2020-08-27 08:59:15 UTC (rev 26696) +++ csw/mgar/pkg/librelp/trunk/Makefile 2020-09-07 09:52:41 UTC (rev 26697) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = librelp -VERSION = 1.2.14 +VERSION = 1.7.0 GARTYPE = v2 DESCRIPTION = A reliable logging library @@ -16,6 +16,7 @@ SPKG_DESC_CSWlibrelp0 = A reliable logging library, librelp.so.0 PKGFILES_CSWlibrelp0 += $(call pkgfiles_lib,librelp.so.0) RUNTIME_DEP_PKGS_CSWlibrelp0 += CSWlibgnutls28 +RUNTIME_DEP_PKGS_CSWlibrelp0 += CSWlibssl1-0-0 PACKAGES += CSWlibrelp-dev SPKG_DESC_CSWlibrelp-dev = Development files for librelp.so.0 @@ -25,5 +26,9 @@ BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) +TEST_ENV_PATH = /opt/csw/gnu:$(PATH) +# Testsuite is passing with the exception of one failing test because OpenSSL version is too old +SKIPTEST ?= 1 + include gar/category.mk Modified: csw/mgar/pkg/librelp/trunk/checksums =================================================================== --- csw/mgar/pkg/librelp/trunk/checksums 2020-08-27 08:59:15 UTC (rev 26696) +++ csw/mgar/pkg/librelp/trunk/checksums 2020-09-07 09:52:41 UTC (rev 26697) @@ -1 +1 @@ -4cef7586e1fa2122c09eb8bc90a2cae5 librelp-1.2.14.tar.gz +bbddfedd61720b9a841eeb17bc521900 librelp-1.7.0.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 Sep 7 13:57:33 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 07 Sep 2020 11:57:33 +0000 Subject: SF.net SVN: gar:[26698] csw/mgar/pkg/rsyslog/trunk Message-ID: <1599479853.688758.23054@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26698 http://sourceforge.net/p/gar/code/26698 Author: dmichelsen Date: 2020-09-07 11:57:33 +0000 (Mon, 07 Sep 2020) Log Message: ----------- rsyslog/trunk: Update to 8.2008.0 Modified Paths: -------------- csw/mgar/pkg/rsyslog/trunk/Makefile csw/mgar/pkg/rsyslog/trunk/checksums Added Paths: ----------- csw/mgar/pkg/rsyslog/trunk/files/0001-Use-correct-type.patch Removed Paths: ------------- csw/mgar/pkg/rsyslog/trunk/files/0001-Forward-port-patch-from-pkgsrc.patch Modified: csw/mgar/pkg/rsyslog/trunk/Makefile =================================================================== --- csw/mgar/pkg/rsyslog/trunk/Makefile 2020-09-07 09:52:41 UTC (rev 26697) +++ csw/mgar/pkg/rsyslog/trunk/Makefile 2020-09-07 11:57:33 UTC (rev 26698) @@ -1,5 +1,5 @@ NAME = rsyslog -VERSION = 8.34.0 +VERSION = 8.2008.0 GARTYPE = v2 DESCRIPTION = Enhanced multi-threaded syslogd with a focus on security and reliability @@ -12,11 +12,9 @@ DISTFILES += cswrsyslogd.xml DISTFILES += rsyslog.conf -# Use patch from -# 0001-Forward-port-patch-from-pkgsrc.patch -# until this is fixed: +# Use patch until this is fixed: # https://github.com/rsyslog/rsyslog/issues/417 -# PATCHFILES += 0001-Forward-port-patch-from-pkgsrc.patch +PATCHFILES += 0001-Use-correct-type.patch BUILD_DEP_PKGS += CSWlibestr-dev BUILD_DEP_PKGS += CSWlibjson-c-dev @@ -24,7 +22,6 @@ BUILD_DEP_PKGS += CSWliblogging-dev RUNTIME_DEP_PKGS_CSWrsyslog += CSWlibz1 -RUNTIME_DEP_PKGS_CSWrsyslog += CSWliblogging-stdlog0 RUNTIME_DEP_PKGS_CSWrsyslog += CSWlibuuid1 RUNTIME_DEP_PKGS_CSWrsyslog += CSWlibestr0 RUNTIME_DEP_PKGS_CSWrsyslog += CSWlibgcrypt20 Modified: csw/mgar/pkg/rsyslog/trunk/checksums =================================================================== --- csw/mgar/pkg/rsyslog/trunk/checksums 2020-09-07 09:52:41 UTC (rev 26697) +++ csw/mgar/pkg/rsyslog/trunk/checksums 2020-09-07 11:57:33 UTC (rev 26698) @@ -1 +1 @@ -19a21c83d77f7df4f4f3c4e486c00659 rsyslog-8.34.0.tar.gz +9b6ae1a517231764ad4fbd68181cc23e rsyslog-8.2008.0.tar.gz Deleted: csw/mgar/pkg/rsyslog/trunk/files/0001-Forward-port-patch-from-pkgsrc.patch =================================================================== --- csw/mgar/pkg/rsyslog/trunk/files/0001-Forward-port-patch-from-pkgsrc.patch 2020-09-07 09:52:41 UTC (rev 26697) +++ csw/mgar/pkg/rsyslog/trunk/files/0001-Forward-port-patch-from-pkgsrc.patch 2020-09-07 11:57:33 UTC (rev 26698) @@ -1,46 +0,0 @@ -From 6658fe23e1e199cb1c0cead031c97fe2995c53e8 Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Wed, 1 Jul 2015 22:47:56 +0200 -Subject: [PATCH] Forward-port patch from pkgsrc - ---- - plugins/imfile/imfile.c | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c -index 3d6e8ef..bc3d73b 100644 ---- a/plugins/imfile/imfile.c -+++ b/plugins/imfile/imfile.c -@@ -1763,10 +1763,14 @@ BEGINrunInput - CODESTARTrunInput - DBGPRINTF("imfile: working in %s mode\n", - (runModConf->opMode == OPMODE_POLLING) ? "polling" : "inotify"); -+#if HAVE_INOTIFY_INIT - if(runModConf->opMode == OPMODE_POLLING) - iRet = doPolling(); - else - iRet = do_inotify(); -+#else -+ iRet = doPolling(); -+#endif - - DBGPRINTF("imfile: terminating upon request of rsyslog core\n"); - ENDrunInput -@@ -1869,12 +1873,14 @@ CODESTARTmodExit - objRelease(errmsg, CORE_COMPONENT); - objRelease(prop, CORE_COMPONENT); - objRelease(ruleset, CORE_COMPONENT); -+#if HAVE_INOTIFY_INIT - if(dirs != NULL) { - free(dirs->active.listeners); - free(dirs->configured.listeners); - free(dirs); - } - free(wdmap); -+#endif /* #if HAVE_INOTIFY_INIT */ - ENDmodExit - - --- -2.4.0 - Added: csw/mgar/pkg/rsyslog/trunk/files/0001-Use-correct-type.patch =================================================================== --- csw/mgar/pkg/rsyslog/trunk/files/0001-Use-correct-type.patch (rev 0) +++ csw/mgar/pkg/rsyslog/trunk/files/0001-Use-correct-type.patch 2020-09-07 11:57:33 UTC (rev 26698) @@ -0,0 +1,34 @@ +From 364d4a92d76243ccf7b3e8c8039e3ab2acebdd76 Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Mon, 7 Sep 2020 13:29:32 +0200 +Subject: [PATCH] Use correct type + +--- + plugins/omudpspoof/omudpspoof.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/plugins/omudpspoof/omudpspoof.c b/plugins/omudpspoof/omudpspoof.c +index f0906bf..2848cba 100644 +--- a/plugins/omudpspoof/omudpspoof.c ++++ b/plugins/omudpspoof/omudpspoof.c +@@ -371,7 +371,7 @@ UDPSend(wrkrInstanceData_t *pWrkrData, uchar *pszSourcename, char *msg, size_t l + * divided by 8 */ + unsigned msgOffs, hdrOffs; + unsigned maxPktLen, pktLen, udpPktLen; +- u_int16_t ip_id; ++ uint16_t ip_id; + DEFiRet; + + if(pWrkrData->pSockArray == NULL) { +@@ -393,7 +393,7 @@ UDPSend(wrkrInstanceData_t *pWrkrData, uchar *pszSourcename, char *msg, size_t l + /* We need a non-zero id number for the IP headers, + * otherwise libnet will increase it after each + * build_ipv4, breaking the fragments */ +- ip_id = (u_int16_t)libnet_get_prand(LIBNET_PR16); ++ ip_id = (uint16_t)libnet_get_prand(LIBNET_PR16); + + inet_pton(AF_INET, (char*)pszSourcename, &(source_ip.sin_addr)); + bSendSuccess = RSFALSE; +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Sep 9 08:33:22 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Sep 2020 06:33:22 +0000 Subject: SF.net SVN: gar:[26699] csw/mgar/pkg/grep/trunk Message-ID: <1599633202.584561.28237@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26699 http://sourceforge.net/p/gar/code/26699 Author: dmichelsen Date: 2020-09-09 06:33:22 +0000 (Wed, 09 Sep 2020) Log Message: ----------- grep/trunk: Update to 3.4 Modified Paths: -------------- csw/mgar/pkg/grep/trunk/Makefile csw/mgar/pkg/grep/trunk/checksums Modified: csw/mgar/pkg/grep/trunk/Makefile =================================================================== --- csw/mgar/pkg/grep/trunk/Makefile 2020-09-07 11:57:33 UTC (rev 26698) +++ csw/mgar/pkg/grep/trunk/Makefile 2020-09-09 06:33:22 UTC (rev 26699) @@ -1,5 +1,5 @@ NAME = grep -VERSION = 3.1 +VERSION = 3.4 GARTYPE = v2 DESCRIPTION = GNU grep @@ -22,7 +22,6 @@ PACKAGES += CSWggrep RUNTIME_DEP_PKGS_CSWggrep += CSWlibintl9 RUNTIME_DEP_PKGS_CSWggrep += CSWlibpcre1 -RUNTIME_DEP_PKGS_CSWggrep += CSWlibiconv2 NOGITPATCH = 1 Modified: csw/mgar/pkg/grep/trunk/checksums =================================================================== --- csw/mgar/pkg/grep/trunk/checksums 2020-09-07 11:57:33 UTC (rev 26698) +++ csw/mgar/pkg/grep/trunk/checksums 2020-09-09 06:33:22 UTC (rev 26699) @@ -1 +1 @@ -feca7b3e7c7f4aab2b42ecbfc513b070 grep-3.1.tar.xz +111b117d22d6a7d049d6ae7505e9c4d2 grep-3.4.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 Wed Sep 9 10:20:44 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Sep 2020 08:20:44 +0000 Subject: SF.net SVN: gar:[26700] csw/mgar/pkg/file/trunk Message-ID: <1599639644.241717.28364@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26700 http://sourceforge.net/p/gar/code/26700 Author: dmichelsen Date: 2020-09-09 08:20:43 +0000 (Wed, 09 Sep 2020) Log Message: ----------- file/trunk: Update to 5.39 Modified Paths: -------------- csw/mgar/pkg/file/trunk/Makefile csw/mgar/pkg/file/trunk/checksums csw/mgar/pkg/file/trunk/files/0001-Use-PCRE.patch Removed Paths: ------------- csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch Modified: csw/mgar/pkg/file/trunk/Makefile =================================================================== --- csw/mgar/pkg/file/trunk/Makefile 2020-09-09 06:33:22 UTC (rev 26699) +++ csw/mgar/pkg/file/trunk/Makefile 2020-09-09 08:20:43 UTC (rev 26700) @@ -1,7 +1,7 @@ # $Id$ NAME = file -VERSION = 5.18 +VERSION = 5.39 GARTYPE = v2 define BLURB @@ -13,15 +13,11 @@ endef MASTER_SITES = ftp://ftp.astron.com/pub/file/ -DISTFILES = $(DISTNAME).tar.gz +DISTFILES += $(DISTNAME).tar.gz -PATCHFILES += 0002-Do-not-use-find_library-at-runtime.patch PATCHFILES += 0001-Use-PCRE.patch +# PATCHFILES += 0002-Do-not-use-find_library-at-runtime.patch -# Use patch until this is fixed: -# http://bugs.gw.com/view.php?id=353 -PATCHFILES += 0001-Add-missing-include.patch - VENDOR_URL = http://www.darwinsys.com/file/ EXTRA_MODULATORS += PYTHON_VERSION @@ -71,6 +67,7 @@ RUNTIME_DEP_PKGS_CSWlibmagic1 += CSWlibz1 RUNTIME_DEP_PKGS_CSWlibmagic1 += CSWlibmagic-data RUNTIME_DEP_PKGS_CSWlibmagic1 += CSWlibpcreposix0 +RUNTIME_DEP_PKGS_CSWlibmagic1 += CSWlibbz2-1-0 CHECKPKG_OVERRIDES_CSWlibmagic1 += surplus-dependency|CSWlibmagic-data OBSOLETED_BY_CSWlibmagic1 += CSWlibmagic Modified: csw/mgar/pkg/file/trunk/checksums =================================================================== --- csw/mgar/pkg/file/trunk/checksums 2020-09-09 06:33:22 UTC (rev 26699) +++ csw/mgar/pkg/file/trunk/checksums 2020-09-09 08:20:43 UTC (rev 26700) @@ -1 +1 @@ -d420d8f2990cd344673acfbf8d76ff5a file-5.18.tar.gz +1c450306053622803a25647d88f80f25 file-5.39.tar.gz Deleted: csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch =================================================================== --- csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch 2020-09-09 06:33:22 UTC (rev 26699) +++ csw/mgar/pkg/file/trunk/files/0001-Add-missing-include.patch 2020-09-09 08:20:43 UTC (rev 26700) @@ -1,24 +0,0 @@ -From b5dc5a6163074a7d92a4a239eafdeedce4fb07f6 Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Tue, 13 May 2014 10:25:27 +0200 -Subject: [PATCH] Add missing include - ---- - src/strcasestr.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/strcasestr.c b/src/strcasestr.c -index 546ed3f..38d9012 100644 ---- a/src/strcasestr.c -+++ b/src/strcasestr.c -@@ -40,6 +40,7 @@ __RCSID("$NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $"); - #include - #include - #include -+#include - - static int - _strncasecmp(const char *s1, const char *s2, size_t n) --- -1.8.4.1 - Modified: csw/mgar/pkg/file/trunk/files/0001-Use-PCRE.patch =================================================================== --- csw/mgar/pkg/file/trunk/files/0001-Use-PCRE.patch 2020-09-09 06:33:22 UTC (rev 26699) +++ csw/mgar/pkg/file/trunk/files/0001-Use-PCRE.patch 2020-09-09 08:20:43 UTC (rev 26700) @@ -1,6 +1,6 @@ -From d54a5b9bf5d91b42e4c3fd01229a5123e22a6019 Mon Sep 17 00:00:00 2001 +From 750a9c1248a39cc21781dcceee6953683332ad5f Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen -Date: Thu, 16 May 2013 14:58:54 +0200 +Date: Wed, 9 Sep 2020 09:39:15 +0200 Subject: [PATCH] Use PCRE --- @@ -8,18 +8,18 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.h b/src/file.h -index 2b64399..364a067 100644 +index 28ebc0c..4d3c031 100644 --- a/src/file.h +++ b/src/file.h -@@ -61,7 +61,7 @@ - #ifdef HAVE_INTTYPES_H - #include - #endif +@@ -79,7 +79,7 @@ + #include /* Include that here, to make sure __P gets defined */ + #include + #include /* For open and flags */ -#include +#include #include #include - #include + #ifndef WIN32 -- -1.8.1.4 +2.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Sep 9 12:03:28 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 09 Sep 2020 10:03:28 +0000 Subject: SF.net SVN: gar:[26701] csw/mgar/pkg/file/trunk Message-ID: <1599645808.889693.23176@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26701 http://sourceforge.net/p/gar/code/26701 Author: dmichelsen Date: 2020-09-09 10:03:28 +0000 (Wed, 09 Sep 2020) Log Message: ----------- file/trunk: Adjust package loading Modified Paths: -------------- csw/mgar/pkg/file/trunk/Makefile csw/mgar/pkg/file/trunk/files/0002-Do-not-use-find_library-at-runtime.patch Modified: csw/mgar/pkg/file/trunk/Makefile =================================================================== --- csw/mgar/pkg/file/trunk/Makefile 2020-09-09 08:20:43 UTC (rev 26700) +++ csw/mgar/pkg/file/trunk/Makefile 2020-09-09 10:03:28 UTC (rev 26701) @@ -16,7 +16,7 @@ DISTFILES += $(DISTNAME).tar.gz PATCHFILES += 0001-Use-PCRE.patch -# PATCHFILES += 0002-Do-not-use-find_library-at-runtime.patch +PATCHFILES += 0002-Do-not-use-find_library-at-runtime.patch VENDOR_URL = http://www.darwinsys.com/file/ Modified: csw/mgar/pkg/file/trunk/files/0002-Do-not-use-find_library-at-runtime.patch =================================================================== --- csw/mgar/pkg/file/trunk/files/0002-Do-not-use-find_library-at-runtime.patch 2020-09-09 08:20:43 UTC (rev 26700) +++ csw/mgar/pkg/file/trunk/files/0002-Do-not-use-find_library-at-runtime.patch 2020-09-09 10:03:28 UTC (rev 26701) @@ -1,26 +1,27 @@ -From 4d7a3366cfa5a60d39b14677dca940b5720a9130 Mon Sep 17 00:00:00 2001 -From: Maciej Blizinski -Date: Wed, 9 Mar 2011 10:27:30 +0100 -Subject: [PATCH] Do not use find_library at runtime +From ca7e2133f9161a031c437be0e939524cb9ee94db Mon Sep 17 00:00:00 2001 +From: Dagobert Michelsen +Date: Wed, 9 Sep 2020 11:45:20 +0200 +Subject: [PATCH 2/2] Do not use find_library at runtime --- - python/magic.py | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + python/magic.py | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python/magic.py b/python/magic.py -index 35a7182..7807ce2 100644 +index 4c1ff7a..0d824ba 100644 --- a/python/magic.py +++ b/python/magic.py -@@ -6,14 +6,16 @@ Python bindings for libmagic - import ctypes +@@ -9,7 +9,6 @@ import ctypes + from collections import namedtuple from ctypes import * -from ctypes.util import find_library + def _init(): - """ +@@ -17,7 +16,10 @@ def _init(): Loads the shared library through ctypes and returns a library - L{ctypes.CDLL} instance + L{ctypes.CDLL} instance """ - return ctypes.cdll.LoadLibrary(find_library('magic')) + # the find_library function depends on a compiler being installed at @@ -31,5 +32,5 @@ _libraries = {} _libraries['magic'] = _init() -- -1.7.3.2 +2.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Sep 18 18:17:22 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 18 Sep 2020 16:17:22 +0000 Subject: SF.net SVN: gar:[26702] csw/mgar/pkg/cpan/Test-Simple/trunk Message-ID: <1600445842.862997.19214@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26702 http://sourceforge.net/p/gar/code/26702 Author: dmichelsen Date: 2020-09-18 16:17:22 +0000 (Fri, 18 Sep 2020) Log Message: ----------- cpan/Test-Simple/trunk: Update to 1.302181 Modified Paths: -------------- csw/mgar/pkg/cpan/Test-Simple/trunk/Makefile csw/mgar/pkg/cpan/Test-Simple/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/cpan/Test-Simple/trunk/files/COPYING Modified: csw/mgar/pkg/cpan/Test-Simple/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Test-Simple/trunk/Makefile 2020-09-09 10:03:28 UTC (rev 26701) +++ csw/mgar/pkg/cpan/Test-Simple/trunk/Makefile 2020-09-18 16:17:22 UTC (rev 26702) @@ -1,24 +1,27 @@ NAME = Test-Simple -VERSION = 0.98 +VERSION = 1.302181 CATEGORIES = cpan GARTYPE = v2 -AUTHOR = MSCHWERN +AUTHOR = EXODIST -DESCRIPTION = Basic utilities for writing tests. +DESCRIPTION = Basic utilities for writing tests define BLURB endef -DISTFILES += COPYING +LICENSE = LICENSE -CATALOG_RELEASE = unstable - PACKAGES += CSWpm-test-simple -CATALOGNAME_CSWpm-test-simple = pm_test_simple -SPKG_DESC_CSWpm-test-simple = Basic utilities for writing tests. +SPKG_DESC_CSWpm-test-simple = Basic utilities for writing tests ARCHALL_CSWpm-test-simple = 1 OBSOLETED_BY_CSWpm-test-simple += CSWpmtestsimple CATALOGNAME_CSWpmtestsimple = pm_testsimple_stub +# Functionality of these has been integrated into Test::Simple +OBSOLETED_BY_CSWpm-test-simple += CSWpm-test-tester +CATALOGNAME_CSWpm-test-tester = pm_test_tester_stub +OBSOLETED_BY_CSWpm-test-simple += CSWpm-test-use-ok +CATALOGNAME_CSWpm-test-use-ok = pm_test_use_ok_stub + # Skip manpages as they are also in CSWperldoc. See # https://www.opencsw.org/mantis/view.php?id=4567 EXTRA_MERGE_EXCLUDE_FILES += $(mandir)/man3/.* Modified: csw/mgar/pkg/cpan/Test-Simple/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Test-Simple/trunk/checksums 2020-09-09 10:03:28 UTC (rev 26701) +++ csw/mgar/pkg/cpan/Test-Simple/trunk/checksums 2020-09-18 16:17:22 UTC (rev 26702) @@ -1 +1 @@ -a8b26c97440269b33dd79fd847c521d8 Test-Simple-0.98.tar.gz +658f1acf5483b3a6b8e7a04ddfc38570 Test-Simple-1.302181.tar.gz Deleted: csw/mgar/pkg/cpan/Test-Simple/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/cpan/Test-Simple/trunk/files/COPYING 2020-09-09 10:03:28 UTC (rev 26701) +++ csw/mgar/pkg/cpan/Test-Simple/trunk/files/COPYING 2020-09-18 16:17:22 UTC (rev 26702) @@ -1,6 +0,0 @@ -Copyright 2001-2008 by Michael G Schwern Eschwern at pobox.comE. - -This program is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. - -See F This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Sep 18 18:29:24 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 18 Sep 2020 16:29:24 +0000 Subject: SF.net SVN: gar:[26703] csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk Message-ID: <1600446564.228811.1501@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26703 http://sourceforge.net/p/gar/code/26703 Author: dmichelsen Date: 2020-09-18 16:29:23 +0000 (Fri, 18 Sep 2020) Log Message: ----------- cpan/Net-SSL-ExpireDate/trunk: Update to 1.21 Modified Paths: -------------- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums Modified: csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile 2020-09-18 16:17:22 UTC (rev 26702) +++ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/Makefile 2020-09-18 16:29:23 UTC (rev 26703) @@ -1,5 +1,5 @@ NAME = Net-SSL-ExpireDate -VERSION = 1.20 +VERSION = 1.21 CATEGORIES = cpan GARTYPE = v2 AUTHOR = HIROSE Modified: csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums 2020-09-18 16:17:22 UTC (rev 26702) +++ csw/mgar/pkg/cpan/Net-SSL-ExpireDate/trunk/checksums 2020-09-18 16:29:23 UTC (rev 26703) @@ -1 +1 @@ -408a48ad15c9902ac0932822ee955ff2 Net-SSL-ExpireDate-1.20.tar.gz +cee007c385b54df644734759a839a25c Net-SSL-ExpireDate-1.21.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 Sep 23 22:23:16 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 23 Sep 2020 20:23:16 +0000 Subject: SF.net SVN: gar:[26704] csw/mgar/pkg/sudo/trunk Message-ID: <1600892596.499280.19268@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26704 http://sourceforge.net/p/gar/code/26704 Author: dmichelsen Date: 2020-09-23 20:23:16 +0000 (Wed, 23 Sep 2020) Log Message: ----------- sudo/trunk: Update to 1.9.3 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums csw/mgar/pkg/sudo/trunk/files/map.sudo Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2020-09-18 16:29:23 UTC (rev 26703) +++ csw/mgar/pkg/sudo/trunk/Makefile 2020-09-23 20:23:16 UTC (rev 26704) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.9.2 +VERSION = 1.9.3 GARTYPE = v2 EXTRA_MODULATORS = LDAP @@ -40,6 +40,8 @@ RUNTIME_DEP_PKGS_CSWsudo-5.9 += CSWlibintl8 RUNTIME_DEP_PKGS_CSWsudo-5.9 += CSWlibssp0 RUNTIME_DEP_PKGS_CSWsudo += CSWlibz1 +RUNTIME_DEP_PKGS_CSWsudo += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWsudo += CSWlibssp0 RUNTIME_DEP_PKGS_CSWsudo += $(RUNTIME_DEP_PKGS_CSWsudo-$(GAROSREL)) #OBSOLETED_BY_CSWsudo = CSWsudo-common @@ -66,6 +68,8 @@ RUNTIME_DEP_PKGS_CSWsudo-ldap += CSWliblber2-4-2 RUNTIME_DEP_PKGS_CSWsudo-ldap += CSWlibldap2-4-2 RUNTIME_DEP_PKGS_CSWsudo-ldap += CSWlibz1 +RUNTIME_DEP_PKGS_CSWsudo-ldap += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWsudo-ldap += CSWlibssp0 RUNTIME_DEP_PKGS_CSWsudo-ldap += $(RUNTIME_DEP_PKGS_CSWsudo-ldap-$(GAROSREL)) # This logical dependency can not be tracked via checkpkg RUNTIME_DEP_PKGS_CSWsudo-ldap += CSWsudo Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2020-09-18 16:29:23 UTC (rev 26703) +++ csw/mgar/pkg/sudo/trunk/checksums 2020-09-23 20:23:16 UTC (rev 26704) @@ -1 +1 @@ -5f3ab41580fb1edf7cae2935c21e0719 sudo-1.9.2.tar.gz +ecf74b49275f15a3e46f1903c6cb2211 sudo-1.9.3.tar.gz Modified: csw/mgar/pkg/sudo/trunk/files/map.sudo =================================================================== --- csw/mgar/pkg/sudo/trunk/files/map.sudo 2020-09-18 16:29:23 UTC (rev 26703) +++ csw/mgar/pkg/sudo/trunk/files/map.sudo 2020-09-23 20:23:16 UTC (rev 26704) @@ -1,6 +1,7 @@ # Solaris 10 mapfile with libc Version 1.22.2 which is Update?? Kernel Version # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/mapfile-vers#301 -libc.so - SUNW_1.22.2 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.2; +# We need SUNW_1.22.6 because of utimensat which first appears in this form in sudo 1.9.3 +libc.so - SUNW_1.22.6 SUNWprivate_1.1 $ADDVERS=SUNW_1.22.6; # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libresolv2/common/mapfile-vers libresolv.so - SUNW_2.2 SUNWprivate_2.1 $ADDVERS=SUNW_2.2; # http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libnsl/common/mapfile-vers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.