From idogan23 at users.sourceforge.net Mon Jan 2 08:51:38 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Mon, 02 Jan 2023 07:51:38 +0000 Subject: SF.net SVN: gar:[26987] csw/mgar/pkg/xz/trunk Message-ID: <1672645898.84774.1213@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26987 http://sourceforge.net/p/gar/code/26987 Author: idogan23 Date: 2023-01-02 07:51:37 +0000 (Mon, 02 Jan 2023) Log Message: ----------- xz: Update to 5.2.10 Modified Paths: -------------- csw/mgar/pkg/xz/trunk/Makefile csw/mgar/pkg/xz/trunk/checksums Modified: csw/mgar/pkg/xz/trunk/Makefile =================================================================== --- csw/mgar/pkg/xz/trunk/Makefile 2022-12-21 11:21:13 UTC (rev 26986) +++ csw/mgar/pkg/xz/trunk/Makefile 2023-01-02 07:51:37 UTC (rev 26987) @@ -1,5 +1,5 @@ NAME = xz -VERSION = 5.2.9 +VERSION = 5.2.10 GARTYPE = v2 DESCRIPTION = XZ Utils is free data compression software with high compression ratio Modified: csw/mgar/pkg/xz/trunk/checksums =================================================================== --- csw/mgar/pkg/xz/trunk/checksums 2022-12-21 11:21:13 UTC (rev 26986) +++ csw/mgar/pkg/xz/trunk/checksums 2023-01-02 07:51:37 UTC (rev 26987) @@ -1 +1 @@ -115d93141a38801983572f816c6dd68a xz-5.2.9.tar.xz +1b614d27061168d13afe6221a70e173a xz-5.2.10.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Tue Jan 3 22:34:20 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Tue, 03 Jan 2023 21:34:20 +0000 Subject: SF.net SVN: gar:[26988] csw/mgar/pkg/xz/trunk Message-ID: <1672781660.639317.12333@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26988 http://sourceforge.net/p/gar/code/26988 Author: idogan23 Date: 2023-01-03 21:34:20 +0000 (Tue, 03 Jan 2023) Log Message: ----------- xz: Update to 5.4.0, switch compiler to SOS12U6, add fix for test scripts Modified Paths: -------------- csw/mgar/pkg/xz/trunk/Makefile csw/mgar/pkg/xz/trunk/checksums Added Paths: ----------- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch Modified: csw/mgar/pkg/xz/trunk/Makefile =================================================================== --- csw/mgar/pkg/xz/trunk/Makefile 2023-01-02 07:51:37 UTC (rev 26987) +++ csw/mgar/pkg/xz/trunk/Makefile 2023-01-03 21:34:20 UTC (rev 26988) @@ -1,5 +1,5 @@ NAME = xz -VERSION = 5.2.10 +VERSION = 5.4.0 GARTYPE = v2 DESCRIPTION = XZ Utils is free data compression software with high compression ratio @@ -13,6 +13,8 @@ MASTER_SITES = http://tukaani.org/xz/ DISTFILES = $(DISTNAME).tar.xz +PATCHFILES += 0001-solaris_test_fix.patch + PACKAGES += CSWxz SPKG_DESC_CSWxz = $(DESCRIPTION) RUNTIME_DEP_PKGS_CSWxz += CSWlibintl9 @@ -30,6 +32,8 @@ PKGFILES_CSWliblzma-dev += $(docdir)/xz/.*-file-format.txt RUNTIME_DEP_PKGS_CSWliblzma-dev += CSWliblzma5 +GARCOMPILER = SOS12U6 + BUILD64 = 1 ISAEXEC = 1 Modified: csw/mgar/pkg/xz/trunk/checksums =================================================================== --- csw/mgar/pkg/xz/trunk/checksums 2023-01-02 07:51:37 UTC (rev 26987) +++ csw/mgar/pkg/xz/trunk/checksums 2023-01-03 21:34:20 UTC (rev 26988) @@ -1 +1 @@ -1b614d27061168d13afe6221a70e173a xz-5.2.10.tar.xz +3518b2c6e00400f4df5dd8d2a70fc2a9 xz-5.4.0.tar.xz Added: csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch =================================================================== --- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch (rev 0) +++ csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch 2023-01-03 21:34:20 UTC (rev 26988) @@ -0,0 +1,44 @@ +From 7e0cd2e47cfa533393f56eb2a31aeb872fc5ffb9 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Tue, 3 Jan 2023 22:09:54 +0100 +Subject: [PATCH] solaris_test_fix + +--- + tests/test_compress.sh | 2 +- + tests/test_files.sh | 2 +- + tests/test_scripts.sh | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/tests/test_compress.sh b/tests/test_compress.sh +index 0692a8b..803b6d5 100755 +--- a/tests/test_compress.sh ++++ b/tests/test_compress.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + ############################################################################### + # +diff --git a/tests/test_files.sh b/tests/test_files.sh +index 64d7308..dd3f6c9 100755 +--- a/tests/test_files.sh ++++ b/tests/test_files.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + ############################################################################### + # +diff --git a/tests/test_scripts.sh b/tests/test_scripts.sh +index ee82361..3e6edd9 100755 +--- a/tests/test_scripts.sh ++++ b/tests/test_scripts.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + ############################################################################### + # +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Jan 4 11:08:15 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 04 Jan 2023 10:08:15 +0000 Subject: SF.net SVN: gar:[26989] csw/mgar/pkg/nano/trunk Message-ID: <1672826895.912712.7992@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26989 http://sourceforge.net/p/gar/code/26989 Author: idogan23 Date: 2023-01-04 10:08:15 +0000 (Wed, 04 Jan 2023) Log Message: ----------- nano: upgrade to 7.1 & some cleanup Modified Paths: -------------- csw/mgar/pkg/nano/trunk/Makefile csw/mgar/pkg/nano/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/nano/trunk/files/changelog.CSW Modified: csw/mgar/pkg/nano/trunk/Makefile =================================================================== --- csw/mgar/pkg/nano/trunk/Makefile 2023-01-03 21:34:20 UTC (rev 26988) +++ csw/mgar/pkg/nano/trunk/Makefile 2023-01-04 10:08:15 UTC (rev 26989) @@ -1,5 +1,5 @@ NAME = nano -VERSION = 2.2.6 +VERSION = 7.1 GARTYPE = v2 DESCRIPTION = Enhanced clone of the Pico text editor @@ -10,12 +10,13 @@ functionality". endef -VENDOR_URL = http://www.nano-editor.org/ -MASTER_SITES = http://www.nano-editor.org/dist/v2.2/ -DISTFILES = $(NAME)-$(VERSION).tar.gz +VENDOR_URL = https://www.nano-editor.org/ +MASTER_SITES = https://www.nano-editor.org/dist/v7/ +DISTFILES = $(NAME)-$(VERSION).tar.xz -RUNTIME_DEP_PKGS = CSWncurses -RUNTIME_DEP_PKGS += CSWlibintl8 +RUNTIME_DEP_PKGS += CSWlibintl9 +RUNTIME_DEP_PKGS += CSWlibmagic1 +RUNTIME_DEP_PKGS += CSWlibncursesw6 EXTRA_INC = /opt/csw/include/ncurses @@ -22,25 +23,17 @@ TEST_SCRIPTS = CONFIGURE_ARGS = $(DIRPATHS) -CONFIGURE_ARGS += --enable-all +CONFIGURE_ARGS += --enable-all -# Disable automatic line wraps when running as root. See -# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 for +# Disable automatic line wraps when running as root. See +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 for # some background info CONFIGURE_ARGS += --disable-wrapping-as-root include gar/category.mk -post-install-modulated: DOCS=AUTHORS THANKS UPGRADE post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME) post-install-modulated: ginstall -d $(DOCDEST)/examples - cp $(FILEDIR)/changelog.CSW $(DOCDEST) - cp $(WORKSRC)/doc/nanorc.sample $(DOCDEST)/examples - cp $(addprefix $(WORKSRC)/, $(DOCS)) $(DOCDEST) - perl -pi -e 's|/usr/share/doc|$(docdir)|' \ - `find $(DESTDIR)$(sharedir) \ - -name \*.html -o \ - -name \*.1 -o \ - -name \*.5` + cp $(WORKSRC)/doc/sample.nanorc $(DOCDEST)/examples @$(MAKECOOKIE) Modified: csw/mgar/pkg/nano/trunk/checksums =================================================================== --- csw/mgar/pkg/nano/trunk/checksums 2023-01-03 21:34:20 UTC (rev 26988) +++ csw/mgar/pkg/nano/trunk/checksums 2023-01-04 10:08:15 UTC (rev 26989) @@ -1 +1 @@ -03233ae480689a008eb98feb1b599807 nano-2.2.6.tar.gz +30ac20d3d2e9f27f54ca31f9029c3bac nano-7.1.tar.xz Deleted: csw/mgar/pkg/nano/trunk/files/changelog.CSW =================================================================== --- csw/mgar/pkg/nano/trunk/files/changelog.CSW 2023-01-03 21:34:20 UTC (rev 26988) +++ csw/mgar/pkg/nano/trunk/files/changelog.CSW 2023-01-04 10:08:15 UTC (rev 26989) @@ -1,24 +0,0 @@ -nano (2.2.6,REV=2011.04.07) - - * Version bump to 2.2.6. - - -- Sebastian Kayser Thu, 7 Apr 2011 23:00:36 +0200 - -nano (2.2.5,REV=2010.09.01) - - * Version bump to 2.2.5. - - -- Sebastian Kayser Wed, 1 Sep 2010 00:31:41 +0200 - -nano (2.2.4,REV=2010.07.30) - - * Version bump to 2.2.4. - - -- Sebastian Kayser Fri, 30 Jul 2010 01:28:45 +0200 - -nano (2.0.9,REV=2009.07.05) - - * Adopted and updated to 2.0.9. (Closes #2969, #3082) - * Compiled against ncurses (default) instead of slang. - - -- Sebastian Kayser Sun, 5 Jul 2009 00:56:18 +0200 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Jan 4 20:32:57 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 04 Jan 2023 19:32:57 +0000 Subject: SF.net SVN: gar:[26990] csw/mgar/pkg/xz/trunk/files/ 0001-solaris_test_fix.patch Message-ID: <1672860777.372645.17215@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26990 http://sourceforge.net/p/gar/code/26990 Author: idogan23 Date: 2023-01-04 19:32:57 +0000 (Wed, 04 Jan 2023) Log Message: ----------- xz: replace patch with patch from upstream Removed Paths: ------------- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch Deleted: csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch =================================================================== --- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch 2023-01-04 10:08:15 UTC (rev 26989) +++ csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch 2023-01-04 19:32:57 UTC (rev 26990) @@ -1,44 +0,0 @@ -From 7e0cd2e47cfa533393f56eb2a31aeb872fc5ffb9 Mon Sep 17 00:00:00 2001 -From: Ihsan Dogan -Date: Tue, 3 Jan 2023 22:09:54 +0100 -Subject: [PATCH] solaris_test_fix - ---- - tests/test_compress.sh | 2 +- - tests/test_files.sh | 2 +- - tests/test_scripts.sh | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/test_compress.sh b/tests/test_compress.sh -index 0692a8b..803b6d5 100755 ---- a/tests/test_compress.sh -+++ b/tests/test_compress.sh -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/bin/bash - - ############################################################################### - # -diff --git a/tests/test_files.sh b/tests/test_files.sh -index 64d7308..dd3f6c9 100755 ---- a/tests/test_files.sh -+++ b/tests/test_files.sh -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/bin/bash - - ############################################################################### - # -diff --git a/tests/test_scripts.sh b/tests/test_scripts.sh -index ee82361..3e6edd9 100755 ---- a/tests/test_scripts.sh -+++ b/tests/test_scripts.sh -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/bin/bash - - ############################################################################### - # --- -2.4.0 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Wed Jan 4 20:39:13 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 04 Jan 2023 19:39:13 +0000 Subject: SF.net SVN: gar:[26991] csw/mgar/pkg/xz/trunk/files/ 0001-solaris_test_fix.patch Message-ID: <1672861153.508521.24149@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26991 http://sourceforge.net/p/gar/code/26991 Author: idogan23 Date: 2023-01-04 19:39:13 +0000 (Wed, 04 Jan 2023) Log Message: ----------- xz: replace patch with patch from upstream Added Paths: ----------- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch Added: csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch =================================================================== --- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch (rev 0) +++ csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch 2023-01-04 19:39:13 UTC (rev 26991) @@ -0,0 +1,92 @@ +From 3200759bb238bb22bb39f6791adb467e177d38fb Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Wed, 4 Jan 2023 20:06:24 +0100 +Subject: [PATCH] solaris_test_fix + +--- + tests/create_compress_files.c | 2 +- + tests/test_compress.sh | 20 +++++++++++++------- + tests/test_compress_prepared_bcj_sparc | 2 +- + tests/test_compress_prepared_bcj_x86 | 2 +- + 4 files changed, 16 insertions(+), 10 deletions(-) + +diff --git a/tests/create_compress_files.c b/tests/create_compress_files.c +index 797a73e..76aa3e3 100644 +--- a/tests/create_compress_files.c ++++ b/tests/create_compress_files.c +@@ -24,7 +24,7 @@ + // Avoid re-creating the test files every time the tests are run. + #define maybe_create_test(argc, argv, name) \ + do { \ +- if ((argc < 2 || strcmp(argv[1], #name) == 0) \ ++ if ((argc < 2 || strcmp(argv[1], "compress_generated_" #name) == 0) \ + && !file_exists("compress_generated_" #name)) { \ + FILE *file = file_create("compress_generated_" #name); \ + write_ ## name(file); \ +diff --git a/tests/test_compress.sh b/tests/test_compress.sh +index 0692a8b..ecf8bf1 100755 +--- a/tests/test_compress.sh ++++ b/tests/test_compress.sh +@@ -85,9 +85,16 @@ test -x ../src/xzdec/xzdec || XZDEC= + + # Create the required input file if needed. + FILE=$1 ++# Derive temporary filenames for compressed and uncompressed outputs ++# from the input filename. This is needed when multiple tests are ++# run in parallel. ++TMP_COMP="tmp_comp_$FILE" ++TMP_UNCOMP="tmp_uncomp_$FILE" + case $FILE in ++# compress_generated files will be created in the build directory ++# in the /tests/ sub-directory. + compress_generated_*) +- if ./create_compress_files "${FILE#compress_generated_}" ; then ++ if ./create_compress_files "$FILE" ; then + : + else + rm -f "$FILE" +@@ -95,18 +102,17 @@ case $FILE in + exit 1 + fi + ;; ++# compress_prepared files exist in the source directory since they ++# do not need to be copied or regenerated. ++ compress_prepared_*) ++ FILE="$srcdir/$FILE" ++ ;; + '') + echo "No test file was specified." + exit 1 + ;; + esac + +-# Derive temporary filenames for compressed and uncompressed outputs +-# from the input filename. This is needed when multiple tests are +-# run in parallel. +-TMP_COMP="tmp_comp_${FILE##*/}" +-TMP_UNCOMP="tmp_uncomp_${FILE##*/}" +- + # Remove temporary now (in case they are something weird), and on exit. + rm -f "$TMP_COMP" "$TMP_UNCOMP" + trap 'rm -f "$TMP_COMP" "$TMP_UNCOMP"' 0 +diff --git a/tests/test_compress_prepared_bcj_sparc b/tests/test_compress_prepared_bcj_sparc +index 01447e1..deb76ef 100755 +--- a/tests/test_compress_prepared_bcj_sparc ++++ b/tests/test_compress_prepared_bcj_sparc +@@ -1,3 +1,3 @@ + #!/bin/sh + +-exec "$srcdir/test_compress.sh" "$srcdir/compress_prepared_bcj_sparc" ++exec "$srcdir/test_compress.sh" compress_prepared_bcj_sparc +diff --git a/tests/test_compress_prepared_bcj_x86 b/tests/test_compress_prepared_bcj_x86 +index a277149..3452d7f 100755 +--- a/tests/test_compress_prepared_bcj_x86 ++++ b/tests/test_compress_prepared_bcj_x86 +@@ -1,3 +1,3 @@ + #!/bin/sh + +-exec "$srcdir/test_compress.sh" "$srcdir/compress_prepared_bcj_x86" ++exec "$srcdir/test_compress.sh" compress_prepared_bcj_x86 +-- +2.4.0 + 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 Sun Jan 8 04:45:06 2023 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sun, 08 Jan 2023 03:45:06 +0000 Subject: SF.net SVN: gar:[26992] csw/mgar/pkg/dovecot/trunk Message-ID: <1673149506.999707.16558@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26992 http://sourceforge.net/p/gar/code/26992 Author: jake_goerzen Date: 2023-01-08 03:45:06 +0000 (Sun, 08 Jan 2023) Log Message: ----------- dovecot: update to 2.3.20 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 2023-01-04 19:39:13 UTC (rev 26991) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2023-01-08 03:45:06 UTC (rev 26992) @@ -1,5 +1,5 @@ NAME = dovecot -VERSION = 2.3.19.1 +VERSION = 2.3.20 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2023-01-04 19:39:13 UTC (rev 26991) +++ csw/mgar/pkg/dovecot/trunk/checksums 2023-01-08 03:45:06 UTC (rev 26992) @@ -1 +1 @@ -c334e8ef30546af8a668437f046f3f15 dovecot-2.3.19.1.tar.gz +b8add62d0311dcc95ac25b379e8ba043 dovecot-2.3.20.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 Sun Jan 8 05:47:36 2023 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sun, 08 Jan 2023 04:47:36 +0000 Subject: SF.net SVN: gar:[26993] csw/mgar/pkg/dovecot-sieve/trunk Message-ID: <1673153256.736684.19630@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26993 http://sourceforge.net/p/gar/code/26993 Author: jake_goerzen Date: 2023-01-08 04:47:36 +0000 (Sun, 08 Jan 2023) Log Message: ----------- dovecot-sieve/trunk: update to pigeonhole 0.5.20 for dovecot 2.3.20 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 2023-01-08 03:45:06 UTC (rev 26992) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2023-01-08 04:47:36 UTC (rev 26993) @@ -1,5 +1,5 @@ NAME = dovecot-2.3-pigeonhole -VERSION = 0.5.19 +VERSION = 0.5.20 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.3.19 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.19 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.20 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.20 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.19 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.19 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.20 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.20 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2023-01-08 03:45:06 UTC (rev 26992) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2023-01-08 04:47:36 UTC (rev 26993) @@ -1 +1 @@ -500471a71a0525a94ab8e8a7791eab8b dovecot-2.3-pigeonhole-0.5.19.tar.gz +fb9e8ec76e952a08b382de96286667a2 dovecot-2.3-pigeonhole-0.5.20.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 Jan 11 04:43:51 2023 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Jan 2023 03:43:51 +0000 Subject: SF.net SVN: gar:[26994] csw/mgar/pkg/zutils/trunk Message-ID: <1673408631.948911.29055@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26994 http://sourceforge.net/p/gar/code/26994 Author: dmichelsen Date: 2023-01-11 03:43:51 +0000 (Wed, 11 Jan 2023) Log Message: ----------- zutils/trunk: Update to 1.12 Modified Paths: -------------- csw/mgar/pkg/zutils/trunk/Makefile csw/mgar/pkg/zutils/trunk/checksums csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch Removed Paths: ------------- csw/mgar/pkg/zutils/trunk/files/0003-Fix-function-type.patch Modified: csw/mgar/pkg/zutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/zutils/trunk/Makefile 2023-01-08 04:47:36 UTC (rev 26993) +++ csw/mgar/pkg/zutils/trunk/Makefile 2023-01-11 03:43:51 UTC (rev 26994) @@ -1,5 +1,5 @@ NAME = zutils -VERSION = 1.9 +VERSION = 1.12 GARTYPE = v2 DESCRIPTION = Utilities to deal with compressed and non-compressed files @@ -16,12 +16,8 @@ MASTER_SITES += http://download.savannah.gnu.org/releases/zutils/ DISTFILES += $(DISTNAME).tar.lz PATCHFILES += 0001-Add-headers-for-kill-2.patch -PATCHFILES += 0002-Use-test-f-instead-of-e.patch +# PATCHFILES += 0002-Use-test-f-instead-of-e.patch -# Use patch from -# https://lists.nongnu.org/archive/html/zutils-bug/2020-07/msg00002.html -PATCHFILES += 0003-Fix-function-type.patch - VENDOR_URL = http://www.nongnu.org/zutils/zutils.html BUILD_DEP_PKGS += CSWhelp2man @@ -53,12 +49,11 @@ CONFIGURE_ARGS += DIFF=/opt/csw/bin/gdiff CONFIGURE_ARGS += GREP=/opt/csw/bin/ggrep -INSTALL_OVERRIDE_VARS = INSTALL +INSTALL_OVERRIDE_VARS += INSTALL INSTALL_OVERRIDE_VAR_INSTALL = /opt/csw/bin/ginstall +INSTALL_OVERRIDE_VARS += SHELL +INSTALL_OVERRIDE_VAR_SHELL = /usr/bin/bash -EXTRA_INSTALL_EXPORTS += SHELL -INSTALL_ENV_SHELL = /usr/bin/bash - EXTRA_PAX_ARGS = -s ",/z,/Z,p" TEST_ENV_PATH = $(bindir):$(prefix)/gnu:$(PATH) Modified: csw/mgar/pkg/zutils/trunk/checksums =================================================================== --- csw/mgar/pkg/zutils/trunk/checksums 2023-01-08 04:47:36 UTC (rev 26993) +++ csw/mgar/pkg/zutils/trunk/checksums 2023-01-11 03:43:51 UTC (rev 26994) @@ -1 +1 @@ -c3f542e3cf4131e294d1d6c9ac9095aa zutils-1.9.tar.lz +ef83c50afce7deb254917d91d9392f72 zutils-1.12.tar.lz Modified: csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch =================================================================== --- csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch 2023-01-08 04:47:36 UTC (rev 26993) +++ csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch 2023-01-11 03:43:51 UTC (rev 26994) @@ -1,6 +1,6 @@ -From c45c292f7ebaa90ea4ab2ec9e7d4647909f08b1b Mon Sep 17 00:00:00 2001 +From 0cf92941a0ea6661a0e009354926b323291d4d3a Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen -Date: Wed, 21 Feb 2018 16:39:28 +0100 +Date: Fri, 9 Dec 2022 06:15:54 +0100 Subject: [PATCH] Use test -f instead of -e --- @@ -8,7 +8,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in -index 67b6998..6911492 100644 +index fbd7102..81972a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -134,7 +134,7 @@ install-bin : all @@ -15,10 +15,10 @@ $(INSTALL_PROGRAM) ./zgrep "$(DESTDIR)$(bindir)/zgrep" $(INSTALL_PROGRAM) ./ztest "$(DESTDIR)$(bindir)/ztest" $(INSTALL_PROGRAM) ./zupdate "$(DESTDIR)$(bindir)/zupdate" -- if [ ! -e "$(DESTDIR)$(sysconfdir)/$(pkgname)rc" ] ; then \ -+ if [ ! -f "$(DESTDIR)$(sysconfdir)/$(pkgname)rc" ] ; then \ - if [ ! -d "$(DESTDIR)$(sysconfdir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(sysconfdir)" ; fi ; \ - $(INSTALL_DATA) $(VPATH)/$(pkgname)rc "$(DESTDIR)$(sysconfdir)/$(pkgname)rc" ; \ +- if [ ! -e "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \ ++ if [ ! -f "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \ + if [ ! -d "$(DESTDIR)$(sysconfdir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(sysconfdir)" ; fi ; \ + $(INSTALL_DATA) $(VPATH)/$(pkgname).conf "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ; \ fi -- 2.4.0 Deleted: csw/mgar/pkg/zutils/trunk/files/0003-Fix-function-type.patch =================================================================== --- csw/mgar/pkg/zutils/trunk/files/0003-Fix-function-type.patch 2023-01-08 04:47:36 UTC (rev 26993) +++ csw/mgar/pkg/zutils/trunk/files/0003-Fix-function-type.patch 2023-01-11 03:43:51 UTC (rev 26994) @@ -1,26 +0,0 @@ -From 12b161614b54346a92e97c7f7a06f2d754ae5731 Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Fri, 3 Jul 2020 10:08:10 +0200 -Subject: [PATCH] Fix function type - ---- - zupdate.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/zupdate.cc b/zupdate.cc -index cc0ffde..0acaa48 100644 ---- a/zupdate.cc -+++ b/zupdate.cc -@@ -280,7 +280,8 @@ int zupdate_file( const std::string & name, const char * const lzip_name, - std::string zcmp_command( invocation_name ); - unsigned i = zcmp_command.size(); - while( i > 0 && zcmp_command[i-1] != '/' ) --i; -- zcmp_command.resize( i ); zcmp_command.insert( 0U, 1, '\'' ); -+ zcmp_command.resize( i ); zcmp_command.insert( zcmp_command.begin(), '\'' ); -+ - zcmp_command += "zcmp' "; // '[dir/]zcmp' - if( no_rcfile ) zcmp_command += "-N "; - if( verbosity < 0 ) zcmp_command += "-q "; --- -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 Jan 11 04:52:46 2023 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Jan 2023 03:52:46 +0000 Subject: SF.net SVN: gar:[26995] csw/mgar/pkg/zutils/trunk Message-ID: <1673409166.265593.6400@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26995 http://sourceforge.net/p/gar/code/26995 Author: dmichelsen Date: 2023-01-11 03:52:46 +0000 (Wed, 11 Jan 2023) Log Message: ----------- zutils/trunk: Remove unused patch Modified Paths: -------------- csw/mgar/pkg/zutils/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch Modified: csw/mgar/pkg/zutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/zutils/trunk/Makefile 2023-01-11 03:43:51 UTC (rev 26994) +++ csw/mgar/pkg/zutils/trunk/Makefile 2023-01-11 03:52:46 UTC (rev 26995) @@ -16,7 +16,6 @@ MASTER_SITES += http://download.savannah.gnu.org/releases/zutils/ DISTFILES += $(DISTNAME).tar.lz PATCHFILES += 0001-Add-headers-for-kill-2.patch -# PATCHFILES += 0002-Use-test-f-instead-of-e.patch VENDOR_URL = http://www.nongnu.org/zutils/zutils.html Deleted: csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch =================================================================== --- csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch 2023-01-11 03:43:51 UTC (rev 26994) +++ csw/mgar/pkg/zutils/trunk/files/0002-Use-test-f-instead-of-e.patch 2023-01-11 03:52:46 UTC (rev 26995) @@ -1,25 +0,0 @@ -From 0cf92941a0ea6661a0e009354926b323291d4d3a Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Fri, 9 Dec 2022 06:15:54 +0100 -Subject: [PATCH] Use test -f instead of -e - ---- - Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.in b/Makefile.in -index fbd7102..81972a6 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -134,7 +134,7 @@ install-bin : all - $(INSTALL_PROGRAM) ./zgrep "$(DESTDIR)$(bindir)/zgrep" - $(INSTALL_PROGRAM) ./ztest "$(DESTDIR)$(bindir)/ztest" - $(INSTALL_PROGRAM) ./zupdate "$(DESTDIR)$(bindir)/zupdate" -- if [ ! -e "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \ -+ if [ ! -f "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ] ; then \ - if [ ! -d "$(DESTDIR)$(sysconfdir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(sysconfdir)" ; fi ; \ - $(INSTALL_DATA) $(VPATH)/$(pkgname).conf "$(DESTDIR)$(sysconfdir)/$(pkgname).conf" ; \ - fi --- -2.4.0 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Jan 12 21:19:21 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 12 Jan 2023 20:19:21 +0000 Subject: SF.net SVN: gar:[26996] csw/mgar/pkg/unbound/trunk Message-ID: <1673554761.987543.29212@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26996 http://sourceforge.net/p/gar/code/26996 Author: idogan23 Date: 2023-01-12 20:19:21 +0000 (Thu, 12 Jan 2023) Log Message: ----------- unbound: update to 1.17.1 Modified Paths: -------------- csw/mgar/pkg/unbound/trunk/Makefile csw/mgar/pkg/unbound/trunk/checksums Modified: csw/mgar/pkg/unbound/trunk/Makefile =================================================================== --- csw/mgar/pkg/unbound/trunk/Makefile 2023-01-11 03:52:46 UTC (rev 26995) +++ csw/mgar/pkg/unbound/trunk/Makefile 2023-01-12 20:19:21 UTC (rev 26996) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.17.0 +VERSION = 1.17.1 GARTYPE = v2 DESCRIPTION = A validating, recursive, and caching DNS resolver define BLUR Modified: csw/mgar/pkg/unbound/trunk/checksums =================================================================== --- csw/mgar/pkg/unbound/trunk/checksums 2023-01-11 03:52:46 UTC (rev 26995) +++ csw/mgar/pkg/unbound/trunk/checksums 2023-01-12 20:19:21 UTC (rev 26996) @@ -1 +1 @@ -79c863becb1934f6d467be74240e10b5 unbound-1.17.0.tar.gz +bb96df2dc579c11ada537dbc52781abc unbound-1.17.1.tar.gz 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 Jan 13 10:38:21 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 13 Jan 2023 09:38:21 +0000 Subject: SF.net SVN: gar:[26997] csw/mgar/pkg/xz/trunk Message-ID: <1673602701.387815.21036@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26997 http://sourceforge.net/p/gar/code/26997 Author: idogan23 Date: 2023-01-13 09:38:20 +0000 (Fri, 13 Jan 2023) Log Message: ----------- xz: Update to 5.4.1 Modified Paths: -------------- csw/mgar/pkg/xz/trunk/Makefile csw/mgar/pkg/xz/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch Modified: csw/mgar/pkg/xz/trunk/Makefile =================================================================== --- csw/mgar/pkg/xz/trunk/Makefile 2023-01-12 20:19:21 UTC (rev 26996) +++ csw/mgar/pkg/xz/trunk/Makefile 2023-01-13 09:38:20 UTC (rev 26997) @@ -1,5 +1,5 @@ NAME = xz -VERSION = 5.4.0 +VERSION = 5.4.1 GARTYPE = v2 DESCRIPTION = XZ Utils is free data compression software with high compression ratio @@ -13,8 +13,6 @@ MASTER_SITES = http://tukaani.org/xz/ DISTFILES = $(DISTNAME).tar.xz -PATCHFILES += 0001-solaris_test_fix.patch - PACKAGES += CSWxz SPKG_DESC_CSWxz = $(DESCRIPTION) RUNTIME_DEP_PKGS_CSWxz += CSWlibintl9 Modified: csw/mgar/pkg/xz/trunk/checksums =================================================================== --- csw/mgar/pkg/xz/trunk/checksums 2023-01-12 20:19:21 UTC (rev 26996) +++ csw/mgar/pkg/xz/trunk/checksums 2023-01-13 09:38:20 UTC (rev 26997) @@ -1 +1 @@ -3518b2c6e00400f4df5dd8d2a70fc2a9 xz-5.4.0.tar.xz +47d831c659e94071d5dd384d0d1ed4c6 xz-5.4.1.tar.xz Deleted: csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch =================================================================== --- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch 2023-01-12 20:19:21 UTC (rev 26996) +++ csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch 2023-01-13 09:38:20 UTC (rev 26997) @@ -1,92 +0,0 @@ -From 3200759bb238bb22bb39f6791adb467e177d38fb Mon Sep 17 00:00:00 2001 -From: Ihsan Dogan -Date: Wed, 4 Jan 2023 20:06:24 +0100 -Subject: [PATCH] solaris_test_fix - ---- - tests/create_compress_files.c | 2 +- - tests/test_compress.sh | 20 +++++++++++++------- - tests/test_compress_prepared_bcj_sparc | 2 +- - tests/test_compress_prepared_bcj_x86 | 2 +- - 4 files changed, 16 insertions(+), 10 deletions(-) - -diff --git a/tests/create_compress_files.c b/tests/create_compress_files.c -index 797a73e..76aa3e3 100644 ---- a/tests/create_compress_files.c -+++ b/tests/create_compress_files.c -@@ -24,7 +24,7 @@ - // Avoid re-creating the test files every time the tests are run. - #define maybe_create_test(argc, argv, name) \ - do { \ -- if ((argc < 2 || strcmp(argv[1], #name) == 0) \ -+ if ((argc < 2 || strcmp(argv[1], "compress_generated_" #name) == 0) \ - && !file_exists("compress_generated_" #name)) { \ - FILE *file = file_create("compress_generated_" #name); \ - write_ ## name(file); \ -diff --git a/tests/test_compress.sh b/tests/test_compress.sh -index 0692a8b..ecf8bf1 100755 ---- a/tests/test_compress.sh -+++ b/tests/test_compress.sh -@@ -85,9 +85,16 @@ test -x ../src/xzdec/xzdec || XZDEC= - - # Create the required input file if needed. - FILE=$1 -+# Derive temporary filenames for compressed and uncompressed outputs -+# from the input filename. This is needed when multiple tests are -+# run in parallel. -+TMP_COMP="tmp_comp_$FILE" -+TMP_UNCOMP="tmp_uncomp_$FILE" - case $FILE in -+# compress_generated files will be created in the build directory -+# in the /tests/ sub-directory. - compress_generated_*) -- if ./create_compress_files "${FILE#compress_generated_}" ; then -+ if ./create_compress_files "$FILE" ; then - : - else - rm -f "$FILE" -@@ -95,18 +102,17 @@ case $FILE in - exit 1 - fi - ;; -+# compress_prepared files exist in the source directory since they -+# do not need to be copied or regenerated. -+ compress_prepared_*) -+ FILE="$srcdir/$FILE" -+ ;; - '') - echo "No test file was specified." - exit 1 - ;; - esac - --# Derive temporary filenames for compressed and uncompressed outputs --# from the input filename. This is needed when multiple tests are --# run in parallel. --TMP_COMP="tmp_comp_${FILE##*/}" --TMP_UNCOMP="tmp_uncomp_${FILE##*/}" -- - # Remove temporary now (in case they are something weird), and on exit. - rm -f "$TMP_COMP" "$TMP_UNCOMP" - trap 'rm -f "$TMP_COMP" "$TMP_UNCOMP"' 0 -diff --git a/tests/test_compress_prepared_bcj_sparc b/tests/test_compress_prepared_bcj_sparc -index 01447e1..deb76ef 100755 ---- a/tests/test_compress_prepared_bcj_sparc -+++ b/tests/test_compress_prepared_bcj_sparc -@@ -1,3 +1,3 @@ - #!/bin/sh - --exec "$srcdir/test_compress.sh" "$srcdir/compress_prepared_bcj_sparc" -+exec "$srcdir/test_compress.sh" compress_prepared_bcj_sparc -diff --git a/tests/test_compress_prepared_bcj_x86 b/tests/test_compress_prepared_bcj_x86 -index a277149..3452d7f 100755 ---- a/tests/test_compress_prepared_bcj_x86 -+++ b/tests/test_compress_prepared_bcj_x86 -@@ -1,3 +1,3 @@ - #!/bin/sh - --exec "$srcdir/test_compress.sh" "$srcdir/compress_prepared_bcj_x86" -+exec "$srcdir/test_compress.sh" compress_prepared_bcj_x86 --- -2.4.0 - 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 Jan 16 03:34:39 2023 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 16 Jan 2023 02:34:39 +0000 Subject: SF.net SVN: gar:[26998] csw/mgar/pkg/freeciv/trunk Message-ID: <1673836479.190868.27297@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26998 http://sourceforge.net/p/gar/code/26998 Author: jake_goerzen Date: 2023-01-16 02:34:38 +0000 (Mon, 16 Jan 2023) Log Message: ----------- freeciv: update to 3.0.5 Modified Paths: -------------- csw/mgar/pkg/freeciv/trunk/Makefile csw/mgar/pkg/freeciv/trunk/checksums Modified: csw/mgar/pkg/freeciv/trunk/Makefile =================================================================== --- csw/mgar/pkg/freeciv/trunk/Makefile 2023-01-13 09:38:20 UTC (rev 26997) +++ csw/mgar/pkg/freeciv/trunk/Makefile 2023-01-16 02:34:38 UTC (rev 26998) @@ -1,5 +1,5 @@ NAME = freeciv -VERSION = 3.0.4 +VERSION = 3.0.5 GARTYPE = v2 DESCRIPTION = Free turn-based multiplayer strategy game Modified: csw/mgar/pkg/freeciv/trunk/checksums =================================================================== --- csw/mgar/pkg/freeciv/trunk/checksums 2023-01-13 09:38:20 UTC (rev 26997) +++ csw/mgar/pkg/freeciv/trunk/checksums 2023-01-16 02:34:38 UTC (rev 26998) @@ -1 +1 @@ -e995e46ef52ce399a45173733d0ffc26 freeciv-3.0.4.tar.xz +022a46a4e994ec1f16cc022747babfa5 freeciv-3.0.5.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 Jan 18 09:53:28 2023 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Jan 2023 08:53:28 +0000 Subject: SF.net SVN: gar:[26999] csw/mgar/pkg/squid/branches/squid-5.x Message-ID: <1674032008.451559.19931@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26999 http://sourceforge.net/p/gar/code/26999 Author: dmichelsen Date: 2023-01-18 08:53:28 +0000 (Wed, 18 Jan 2023) Log Message: ----------- squid/branches/squid-5.x: Update to 5.7 Modified Paths: -------------- csw/mgar/pkg/squid/branches/squid-5.x/Makefile csw/mgar/pkg/squid/branches/squid-5.x/checksums Modified: csw/mgar/pkg/squid/branches/squid-5.x/Makefile =================================================================== --- csw/mgar/pkg/squid/branches/squid-5.x/Makefile 2023-01-16 02:34:38 UTC (rev 26998) +++ csw/mgar/pkg/squid/branches/squid-5.x/Makefile 2023-01-18 08:53:28 UTC (rev 26999) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 5.5 +VERSION = 5.7 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache Modified: csw/mgar/pkg/squid/branches/squid-5.x/checksums =================================================================== --- csw/mgar/pkg/squid/branches/squid-5.x/checksums 2023-01-16 02:34:38 UTC (rev 26998) +++ csw/mgar/pkg/squid/branches/squid-5.x/checksums 2023-01-18 08:53:28 UTC (rev 26999) @@ -1 +1 @@ -83ccc2d86ca0966e3555a3b78f5afd14 squid-5.5.tar.xz +7a3764a3c5833631a779d7827901cda7 squid-5.7.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 Jan 18 20:20:34 2023 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 18 Jan 2023 19:20:34 +0000 Subject: SF.net SVN: gar:[27000] csw/mgar/pkg/sudo/trunk Message-ID: <1674069634.289962.32695@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27000 http://sourceforge.net/p/gar/code/27000 Author: dmichelsen Date: 2023-01-18 19:20:34 +0000 (Wed, 18 Jan 2023) Log Message: ----------- sudo/trunk: Update to 1.9.12p2 Modified Paths: -------------- csw/mgar/pkg/sudo/trunk/Makefile csw/mgar/pkg/sudo/trunk/checksums Modified: csw/mgar/pkg/sudo/trunk/Makefile =================================================================== --- csw/mgar/pkg/sudo/trunk/Makefile 2023-01-18 08:53:28 UTC (rev 26999) +++ csw/mgar/pkg/sudo/trunk/Makefile 2023-01-18 19:20:34 UTC (rev 27000) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.9.12 +VERSION = 1.9.12p2 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2023-01-18 08:53:28 UTC (rev 26999) +++ csw/mgar/pkg/sudo/trunk/checksums 2023-01-18 19:20:34 UTC (rev 27000) @@ -1 +1 @@ -82187207e0d037861bc5acb54bc5090f sudo-1.9.12.tar.gz +2c67b10f2aca4698eef0491142653382 sudo-1.9.12p2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Jan 19 10:39:20 2023 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 19 Jan 2023 09:39:20 +0000 Subject: SF.net SVN: gar:[27001] csw/mgar/pkg/nano/trunk Message-ID: <1674121160.742630.18399@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27001 http://sourceforge.net/p/gar/code/27001 Author: idogan23 Date: 2023-01-19 09:39:20 +0000 (Thu, 19 Jan 2023) Log Message: ----------- nano: upgrade to 7.2 Modified Paths: -------------- csw/mgar/pkg/nano/trunk/Makefile csw/mgar/pkg/nano/trunk/checksums Modified: csw/mgar/pkg/nano/trunk/Makefile =================================================================== --- csw/mgar/pkg/nano/trunk/Makefile 2023-01-18 19:20:34 UTC (rev 27000) +++ csw/mgar/pkg/nano/trunk/Makefile 2023-01-19 09:39:20 UTC (rev 27001) @@ -1,5 +1,5 @@ NAME = nano -VERSION = 7.1 +VERSION = 7.2 GARTYPE = v2 DESCRIPTION = Enhanced clone of the Pico text editor Modified: csw/mgar/pkg/nano/trunk/checksums =================================================================== --- csw/mgar/pkg/nano/trunk/checksums 2023-01-18 19:20:34 UTC (rev 27000) +++ csw/mgar/pkg/nano/trunk/checksums 2023-01-19 09:39:20 UTC (rev 27001) @@ -1 +1 @@ -30ac20d3d2e9f27f54ca31f9029c3bac nano-7.1.tar.xz +13742c686c6ddb0b7b294634f0c13cec nano-7.2.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.