From dmichelsen at users.sourceforge.net Wed Jan 1 18:28:25 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 01 Jan 2020 17:28:25 +0000 Subject: SF.net SVN: gar:[26606] csw/mgar/pkg/sudo/trunk Message-ID: <1577899705.591276.27617@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26606 http://sourceforge.net/p/gar/code/26606 Author: dmichelsen Date: 2020-01-01 17:28:25 +0000 (Wed, 01 Jan 2020) Log Message: ----------- sudo/trunk: Update to 1.8.30 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 2020-01-01 17:22:11 UTC (rev 26605) +++ csw/mgar/pkg/sudo/trunk/Makefile 2020-01-01 17:28:25 UTC (rev 26606) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.29 +VERSION = 1.8.30 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2020-01-01 17:22:11 UTC (rev 26605) +++ csw/mgar/pkg/sudo/trunk/checksums 2020-01-01 17:28:25 UTC (rev 26606) @@ -1 +1 @@ -b28dabff9c460f115fe74de4d6a6f79d sudo-1.8.29.tar.gz +d56cd5835b1cc9852bd76ddaaa572475 sudo-1.8.30.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 1 18:22:11 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 01 Jan 2020 17:22:11 +0000 Subject: SF.net SVN: gar:[26605] csw/mgar/gar/v2/lib/python/package_checks.py Message-ID: <1577899331.818226.28099@sfp-scm-5.v30.lw.sourceforge.com> Revision: 26605 http://sourceforge.net/p/gar/code/26605 Author: dmichelsen Date: 2020-01-01 17:22:11 +0000 (Wed, 01 Jan 2020) Log Message: ----------- mGAR v2: Update date match regex Modified Paths: -------------- csw/mgar/gar/v2/lib/python/package_checks.py Modified: csw/mgar/gar/v2/lib/python/package_checks.py =================================================================== --- csw/mgar/gar/v2/lib/python/package_checks.py 2019-12-27 23:58:29 UTC (rev 26604) +++ csw/mgar/gar/v2/lib/python/package_checks.py 2020-01-01 17:22:11 UTC (rev 26605) @@ -76,7 +76,7 @@ MAX_CATALOGNAME_LENGTH = 29 MAX_PKGNAME_LENGTH = 32 ARCH_LIST = common_constants.ARCHITECTURES -VERSION_RE = r".*,REV=(20[01][0-9]\.[0-9][0-9]\.[0-9][0-9]).*" +VERSION_RE = r".*,REV=(20[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]).*" # Pkgnames matching these regexes must not be ARCHALL = 1 ARCH_SPECIFIC_PKGNAMES_RE_LIST = [ re.compile(r".*dev(el)?$"), 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 8 10:21:52 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 08 Jan 2020 09:21:52 +0000 Subject: SF.net SVN: gar:[26607] csw/mgar/pkg/curl/trunk Message-ID: <1578475312.510821.616@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26607 http://sourceforge.net/p/gar/code/26607 Author: dmichelsen Date: 2020-01-08 09:21:51 +0000 (Wed, 08 Jan 2020) Log Message: ----------- curl/trunk: Update to 7.68.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 2020-01-01 17:28:25 UTC (rev 26606) +++ csw/mgar/pkg/curl/trunk/Makefile 2020-01-08 09:21:51 UTC (rev 26607) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.67.0 +VERSION = 7.68.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 2020-01-01 17:28:25 UTC (rev 26606) +++ csw/mgar/pkg/curl/trunk/checksums 2020-01-08 09:21:51 UTC (rev 26607) @@ -1 +1 @@ -d55351b88dec558dd3a24dabb2c2d899 curl-7.67.0.tar.xz +ce97d54a5f93607714ceb7f46a0a28f3 curl-7.68.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 Thu Jan 9 22:03:18 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 09 Jan 2020 21:03:18 +0000 Subject: SF.net SVN: gar:[26608] csw/mgar/pkg/libunistring/trunk Message-ID: <1578603798.539145.23527@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26608 http://sourceforge.net/p/gar/code/26608 Author: dmichelsen Date: 2020-01-09 21:03:18 +0000 (Thu, 09 Jan 2020) Log Message: ----------- libunistring/trunk: Update to 0.9.10 Modified Paths: -------------- csw/mgar/pkg/libunistring/trunk/Makefile csw/mgar/pkg/libunistring/trunk/checksums Modified: csw/mgar/pkg/libunistring/trunk/Makefile =================================================================== --- csw/mgar/pkg/libunistring/trunk/Makefile 2020-01-08 09:21:51 UTC (rev 26607) +++ csw/mgar/pkg/libunistring/trunk/Makefile 2020-01-09 21:03:18 UTC (rev 26608) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libunistring -VERSION = 0.9.9 +VERSION = 0.9.10 GARTYPE = v2 DESCRIPTION = Provides functions for manipulating Unicode strings Modified: csw/mgar/pkg/libunistring/trunk/checksums =================================================================== --- csw/mgar/pkg/libunistring/trunk/checksums 2020-01-08 09:21:51 UTC (rev 26607) +++ csw/mgar/pkg/libunistring/trunk/checksums 2020-01-09 21:03:18 UTC (rev 26608) @@ -1 +1 @@ -e4ecbf169a07ef021f89132e3fe55c02 libunistring-0.9.9.tar.xz +db08bb384e81968957f997ec9808926e libunistring-0.9.10.tar.xz 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 Jan 10 19:13:48 2020 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 10 Jan 2020 18:13:48 +0000 Subject: SF.net SVN: gar:[26609] csw/mgar/pkg/dovecot/trunk Message-ID: <1578680028.500021.6428@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26609 http://sourceforge.net/p/gar/code/26609 Author: jake_goerzen Date: 2020-01-10 18:13:47 +0000 (Fri, 10 Jan 2020) Log Message: ----------- dovecot: update to 2.3.9.2 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 2020-01-09 21:03:18 UTC (rev 26608) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2020-01-10 18:13:47 UTC (rev 26609) @@ -2,7 +2,7 @@ # - SSL certs to /etc/opt/csw/ssl? # - /var/run/dovecot instead of /var/opt/csw/run? NAME = dovecot -VERSION = 2.3.9.1 +VERSION = 2.3.9.2 GARTYPE = v2 DESCRIPTION = Secure IMAP server Modified: csw/mgar/pkg/dovecot/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot/trunk/checksums 2020-01-09 21:03:18 UTC (rev 26608) +++ csw/mgar/pkg/dovecot/trunk/checksums 2020-01-10 18:13:47 UTC (rev 26609) @@ -1 +1 @@ -c1c3977a0696e0b52991c9ad0aaaa2a2 dovecot-2.3.9.1.tar.gz +b3f89e1eb13cfa705d01d1dcfe31825a dovecot-2.3.9.2.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 15 16:31:52 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Jan 2020 15:31:52 +0000 Subject: SF.net SVN: gar:[26610] csw/mgar/pkg/squid/branches/squid-4.x Message-ID: <1579102312.957525.1900@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26610 http://sourceforge.net/p/gar/code/26610 Author: dmichelsen Date: 2020-01-15 15:31:52 +0000 (Wed, 15 Jan 2020) Log Message: ----------- squid/branches/squid-4.x: Update to 4.9 Modified Paths: -------------- csw/mgar/pkg/squid/branches/squid-4.x/Makefile csw/mgar/pkg/squid/branches/squid-4.x/checksums Removed Paths: ------------- csw/mgar/pkg/squid/branches/squid-4.x/files/bug3664.patch csw/mgar/pkg/squid/branches/squid-4.x/files/bug4057.patch csw/mgar/pkg/squid/branches/squid-4.x/files/solaris10_fix_bug3754_mk3.patch Modified: csw/mgar/pkg/squid/branches/squid-4.x/Makefile =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/Makefile 2020-01-10 18:13:47 UTC (rev 26609) +++ csw/mgar/pkg/squid/branches/squid-4.x/Makefile 2020-01-15 15:31:52 UTC (rev 26610) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 4.8 +VERSION = 4.9 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache @@ -16,18 +16,6 @@ MASTER_SITES = http://www.squid-cache.org/Versions/v$(V1)/ DISTFILES += $(DISTNAME).tar.xz -# ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11 -# From http://bugs.squid-cache.org/show_bug.cgi?id=3664 -#PATCHFILES += bug3664.patch - -# configure doesnt detect IPFilter 5.1.2 system headers -# From http://bugs.squid-cache.org/show_bug.cgi?id=3754 -#PATCHFILES += solaris10_fix_bug3754_mk3.patch - -# Squid 3.4.5 crashes when adaptation_access is used -# From http://bugs.squid-cache.org/show_bug.cgi?id=4057 -#PATCHFILES += bug4057.patch - PATCHFILES += 0001-Add-include-for-index.patch PACKAGES = CSWsquid Modified: csw/mgar/pkg/squid/branches/squid-4.x/checksums =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/checksums 2020-01-10 18:13:47 UTC (rev 26609) +++ csw/mgar/pkg/squid/branches/squid-4.x/checksums 2020-01-15 15:31:52 UTC (rev 26610) @@ -1 +1 @@ -08e018f2d8db4911ee90591284fa1ca5 squid-4.8.tar.xz +5c2e335dd1e8ced9dda6e0e11894b344 squid-4.9.tar.xz Deleted: csw/mgar/pkg/squid/branches/squid-4.x/files/bug3664.patch =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/files/bug3664.patch 2020-01-10 18:13:47 UTC (rev 26609) +++ csw/mgar/pkg/squid/branches/squid-4.x/files/bug3664.patch 2020-01-15 15:31:52 UTC (rev 26610) @@ -1,29 +0,0 @@ ---- orig_certificate_db.cc Sat Oct 6 23:24:28 2012 -+++ orig_certificate_db.cc Sat Oct 6 23:36:52 2012 -@@ -51,7 +51,7 @@ - hFile = CreateFile(TEXT(filename.c_str()), GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); - if (hFile == INVALID_HANDLE_VALUE) - #else -- fd = open(filename.c_str(), 0); -+ fd = open(filename.c_str(), 2); - if (fd == -1) - #endif - throw std::runtime_error("Failed to open file " + filename); -@@ -60,7 +60,7 @@ - #if _SQUID_MSWIN_ - if (!LockFile(hFile, 0, 0, 1, 0)) - #else -- if (flock(fd, LOCK_EX) != 0) -+ if (lockf(fd, F_LOCK, 0) != 0) - #endif - throw std::runtime_error("Failed to get a lock of " + filename); - } -@@ -75,7 +75,7 @@ - } - #else - if (fd != -1) { -- flock(fd, LOCK_UN); -+ lockf(fd, F_ULOCK, 0); - close(fd); - fd = -1; - } Deleted: csw/mgar/pkg/squid/branches/squid-4.x/files/bug4057.patch =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/files/bug4057.patch 2020-01-10 18:13:47 UTC (rev 26609) +++ csw/mgar/pkg/squid/branches/squid-4.x/files/bug4057.patch 2020-01-15 15:31:52 UTC (rev 26610) @@ -1,43 +0,0 @@ ---- src/adaptation/AccessRule.cc 2014-06-03 07:05:07 +0000 -+++ src/adaptation/AccessRule.cc 2014-12-14 11:02:41 +0000 -@@ -52,8 +52,8 @@ - Adaptation::AccessRules & - Adaptation::AllRules() - { -- static AccessRules TheRules; -- return TheRules; -+ static AccessRules *TheRules = new AccessRules; -+ return *TheRules; - } - - // TODO: make AccessRules::find work - -=== modified file 'src/adaptation/Service.cc' ---- src/adaptation/Service.cc 2012-08-28 13:00:30 +0000 -+++ src/adaptation/Service.cc 2014-12-14 11:02:41 +0000 -@@ -54,8 +54,8 @@ - Adaptation::Services & - Adaptation::AllServices() - { -- static Services TheServices; -- return TheServices; -+ static Services *TheServices = new Services; -+ return *TheServices; - } - - Adaptation::ServicePointer - -=== modified file 'src/adaptation/ServiceGroups.cc' ---- src/adaptation/ServiceGroups.cc 2013-09-28 13:03:58 +0000 -+++ src/adaptation/ServiceGroups.cc 2014-12-14 11:02:41 +0000 -@@ -315,8 +315,8 @@ - Adaptation::Groups & - Adaptation::AllGroups() - { -- static Groups TheGroups; -- return TheGroups; -+ static Groups *TheGroups = new Groups; -+ return *TheGroups; - } - - Adaptation::ServiceGroupPointer Deleted: csw/mgar/pkg/squid/branches/squid-4.x/files/solaris10_fix_bug3754_mk3.patch =================================================================== --- csw/mgar/pkg/squid/branches/squid-4.x/files/solaris10_fix_bug3754_mk3.patch 2020-01-10 18:13:47 UTC (rev 26609) +++ csw/mgar/pkg/squid/branches/squid-4.x/files/solaris10_fix_bug3754_mk3.patch 2020-01-15 15:31:52 UTC (rev 26610) @@ -1,578 +0,0 @@ -diff -ur squid-3.4.10-A/configure squid-3.4.10/configure ---- squid-3.4.10-A/configure Tue Dec 9 22:28:58 2014 -+++ squid-3.4.10/configure Fri Jan 2 15:03:58 2015 -@@ -1,7 +1,7 @@ - #! /bin/sh - # From configure.ac Revision. - # Guess values for system-dependent variables and create Makefiles. --# Generated by GNU Autoconf 2.69 for Squid Web Proxy 3.4.10. -+# Generated by GNU Autoconf 2.69 for Squid Web Proxy 3.4.10-BZR. - # - # Report bugs to . - # -@@ -595,8 +595,8 @@ - # Identity of this package. - PACKAGE_NAME='Squid Web Proxy' - PACKAGE_TARNAME='squid' --PACKAGE_VERSION='3.4.10' --PACKAGE_STRING='Squid Web Proxy 3.4.10' -+PACKAGE_VERSION='3.4.10-BZR' -+PACKAGE_STRING='Squid Web Proxy 3.4.10-BZR' - PACKAGE_BUGREPORT='http://bugs.squid-cache.org/' - PACKAGE_URL='' - -@@ -1605,7 +1605,7 @@ - # Omit some internal or obsolete options to make the list less imposing. - # This message is too long to be a string in the A/UX 3.1 sh. - cat <<_ACEOF --\`configure' configures Squid Web Proxy 3.4.10 to adapt to many kinds of systems. -+\`configure' configures Squid Web Proxy 3.4.10-BZR to adapt to many kinds of systems. - - Usage: $0 [OPTION]... [VAR=VALUE]... - -@@ -1675,7 +1675,7 @@ - - if test -n "$ac_init_help"; then - case $ac_init_help in -- short | recursive ) echo "Configuration of Squid Web Proxy 3.4.10:";; -+ short | recursive ) echo "Configuration of Squid Web Proxy 3.4.10-BZR:";; - esac - cat <<\_ACEOF - -@@ -2071,7 +2071,7 @@ - test -n "$ac_init_help" && exit $ac_status - if $ac_init_version; then - cat <<\_ACEOF --Squid Web Proxy configure 3.4.10 -+Squid Web Proxy configure 3.4.10-BZR - generated by GNU Autoconf 2.69 - - Copyright (C) 2012 Free Software Foundation, Inc. -@@ -3175,7 +3175,7 @@ - This file contains any messages produced by compilers while - running configure, to aid debugging if configure makes a mistake. - --It was created by Squid Web Proxy $as_me 3.4.10, which was -+It was created by Squid Web Proxy $as_me 3.4.10-BZR, which was - generated by GNU Autoconf 2.69. Invocation command line was - - $ $0 $@ -@@ -4042,7 +4042,7 @@ - - # Define the identity of the package. - PACKAGE='squid' -- VERSION='3.4.10' -+ VERSION='3.4.10-BZR' - - - cat >>confdefs.h <<_ACEOF -@@ -4461,6 +4461,9 @@ - - - -+ -+ -+ - # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- - # serial 1 (pkg-config-0.24) - # -@@ -27258,10 +27261,6 @@ - iostream \ - fstream \ - climits \ -- ip_compat.h \ -- ip_fil_compat.h \ -- ip_fil.h \ -- ip_nat.h \ - ipl.h \ - lber.h \ - ldap.h \ -@@ -27279,7 +27278,6 @@ - netdb.h \ - netinet/in.h \ - netinet/in_systm.h \ -- netinet/ip_fil_compat.h \ - openssl/err.h \ - openssl/md5.h \ - openssl/opensslv.h \ -@@ -27309,6 +27307,7 @@ - strings.h \ - sys/bitypes.h \ - sys/file.h \ -+ sys/ioccom.h \ - sys/ioctl.h \ - sys/ipc.cc \ - sys/param.h \ -@@ -27419,12 +27418,8 @@ - netinet/in.h \ - netinet/ip.h \ - netinet/ip6.h \ -- netinet/ip_compat.h\ -- netinet/ip_fil_compat.h\ -- netinet/ip_fil.h\ - netinet/ip_icmp.h \ - netinet/ipl.h \ -- netinet/ip_nat.h\ - net/pf/pfvar.h \ - net/pfvar.h \ - sys/mount.h\ -@@ -32220,8 +32215,138 @@ - fi - - -- - if test "x$enable_ipf_transparent" != "xno" ; then -+ -+ if test "x$squid_cv_broken_ipfilter_minor_t" = "x"; then -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+# include -+# include -+# include -+ -+# include -+# include -+# include -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -+$as_echo "no" >&6; } -+ squid_cv_broken_ipfilter_minor_t=0 -+ -+else -+ -+ ## on fail, test the hack -+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+ -+#define minor_t fubaar -+# include -+# include -+# include -+#undef minor_t -+# include -+# include -+# include -+ -+int -+main () -+{ -+ -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_cxx_try_compile "$LINENO"; then : -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -+$as_echo "yes" >&6; } -+ squid_cv_broken_ipfilter_minor_t=1 -+ -+else -+ -+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unable to make IPFilter work with netinet/ headers" >&5 -+$as_echo "unable to make IPFilter work with netinet/ headers" >&6; } -+ -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+ fi -+ -+ -+cat >>confdefs.h <<_ACEOF -+#define USE_SOLARIS_IPFILTER_MINOR_T_HACK $squid_cv_broken_ipfilter_minor_t -+_ACEOF -+ -+ -+## check for IPFilter headers that require this hack -+## (but first netinet/in.h and sys/ioccom.h which they depend on) -+ for ac_header in \ -+ netinet/in.h \ -+ sys/ioccom.h \ -+ ip_compat.h \ -+ ip_fil_compat.h \ -+ ip_fil.h \ -+ ip_nat.h \ -+ netinet/ip_compat.h \ -+ netinet/ip_fil_compat.h \ -+ netinet/ip_fil.h \ -+ netinet/ip_nat.h \ -+ -+do : -+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -+ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " -+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK -+#define minor_t fubar -+#endif -+#if HAVE_SYS_TYPES_H -+#include -+#endif -+#if HAVE_NETINET_IN_H -+#include -+#endif -+#if HAVE_SYS_IOCCOM_H -+#include -+#endif -+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK -+#undef minor_t -+#endif -+#if HAVE_IP_COMPAT_H -+#include -+#elif HAVE_NETINET_IP_COMPAT_H -+#include -+#endif -+#if HAVE_IP_FIL_H -+#include -+#elif HAVE_NETINET_IP_FIL_H -+#include -+#endif -+#if !defined(IPFILTER_VERSION) -+#define IPFILTER_VERSION 5000004 -+#endif -+ -+" -+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : -+ cat >>confdefs.h <<_ACEOF -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+_ACEOF -+ -+fi -+ -+done -+ -+ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for availability of IP-Filter header files" >&5 - $as_echo_n "checking for availability of IP-Filter header files... " >&6; } - # hold on to your hats... -@@ -32230,8 +32355,8 @@ - "x$ac_cv_header_netinet_ip_compat_h" = "xyes" -o \ - "x$ac_cv_header_netinet_ip_fil_compat_h" = "xyes" ; then - have_ipfilter_compat_header="yes" -- fi -- if test "x$have_ipfilter_compat_header" = "xyes" -a \ -+ fi -+ if test "x$have_ipfilter_compat_header" = "xyes" -a \ - "x$ac_cv_header_ip_fil_h" = "xyes" -a \ - "x$ac_cv_header_ip_nat_h" = "xyes" ; then - enable_ipf_transparent="yes" -@@ -32244,6 +32369,15 @@ - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IPF_TRANSPARENT" >&5 - $as_echo "$IPF_TRANSPARENT" >&6; } -+ -+## On Solaris Ipfilter includes expect that SOLARIS2 is defined with the -+## Solaris minor version (8, 9, 10, ...) -+ if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then -+ solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'` -+ CFLAGS="-DSOLARIS2=$solrev $CFLAGS" -+ CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS" -+ fi -+ - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: IPF-based transparent proxying enabled: $enable_ipf_transparent" >&5 - $as_echo "$as_me: IPF-based transparent proxying enabled: $enable_ipf_transparent" >&6;} -@@ -32262,12 +32396,6 @@ - unset squid_tmp_define - - --if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then -- solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'` -- CFLAGS="-DSOLARIS2=$solrev $CFLAGS" -- CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS" --fi -- - if test "x$with_nat_devpf" != "xno" ; then - if test "x$ac_cv_header_net_pfvar_h" = "xyes" -o \ - "x$ac_cv_header_net_pf_pfvar_h" = "xyes"; then -@@ -34255,7 +34383,7 @@ - # report actual input values of CONFIG_FILES etc. instead of their - # values after options handling. - ac_log=" --This file was extended by Squid Web Proxy $as_me 3.4.10, which was -+This file was extended by Squid Web Proxy $as_me 3.4.10-BZR, which was - generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES -@@ -34321,7 +34449,7 @@ - cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" - ac_cs_version="\\ --Squid Web Proxy config.status 3.4.10 -+Squid Web Proxy config.status 3.4.10-BZR - configured by $0, generated by GNU Autoconf 2.69, - with options \\"\$ac_cs_config\\" - -diff -ur squid-3.4.10-A/configure.ac squid-3.4.10/configure.ac ---- squid-3.4.10-A/configure.ac Tue Dec 9 22:28:58 2014 -+++ squid-3.4.10/configure.ac Fri Jan 2 13:33:20 2015 -@@ -2239,10 +2239,6 @@ - iostream \ - fstream \ - climits \ -- ip_compat.h \ -- ip_fil_compat.h \ -- ip_fil.h \ -- ip_nat.h \ - ipl.h \ - lber.h \ - ldap.h \ -@@ -2260,7 +2256,6 @@ - netdb.h \ - netinet/in.h \ - netinet/in_systm.h \ -- netinet/ip_fil_compat.h \ - openssl/err.h \ - openssl/md5.h \ - openssl/opensslv.h \ -@@ -2290,6 +2285,7 @@ - strings.h \ - sys/bitypes.h \ - sys/file.h \ -+ sys/ioccom.h \ - sys/ioctl.h \ - sys/ipc.cc \ - sys/param.h \ -@@ -2348,12 +2344,8 @@ - netinet/in.h \ - netinet/ip.h \ - netinet/ip6.h \ -- netinet/ip_compat.h\ -- netinet/ip_fil_compat.h\ -- netinet/ip_fil.h\ - netinet/ip_icmp.h \ - netinet/ipl.h \ -- netinet/ip_nat.h\ - net/pf/pfvar.h \ - net/pfvar.h \ - sys/mount.h\ -@@ -3238,10 +3230,10 @@ - SQUID_CHECK_FUNC_VACOPY - SQUID_CHECK_FUNC___VACOPY - -- - dnl IP-Filter support requires ipf header files. These aren't - dnl installed by default, so we need to check for them - if test "x$enable_ipf_transparent" != "xno" ; then -+ SQUID_CHECK_BROKEN_SOLARIS_IPFILTER - AC_MSG_CHECKING(for availability of IP-Filter header files) - # hold on to your hats... - if test "x$ac_cv_header_ip_compat_h" = "xyes" -o \ -@@ -3249,8 +3241,8 @@ - "x$ac_cv_header_netinet_ip_compat_h" = "xyes" -o \ - "x$ac_cv_header_netinet_ip_fil_compat_h" = "xyes" ; then - have_ipfilter_compat_header="yes" -- fi -- if test "x$have_ipfilter_compat_header" = "xyes" -a \ -+ fi -+ if test "x$have_ipfilter_compat_header" = "xyes" -a \ - "x$ac_cv_header_ip_fil_h" = "xyes" -a \ - "x$ac_cv_header_ip_nat_h" = "xyes" ; then - enable_ipf_transparent="yes" -@@ -3262,19 +3254,20 @@ - enable_ipf_transparent="no" - fi - AC_MSG_RESULT($IPF_TRANSPARENT) -+ -+## On Solaris Ipfilter includes expect that SOLARIS2 is defined with the -+## Solaris minor version (8, 9, 10, ...) -+ if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then -+ solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'` -+ CFLAGS="-DSOLARIS2=$solrev $CFLAGS" -+ CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS" -+ fi -+ - fi - AC_MSG_NOTICE([IPF-based transparent proxying enabled: $enable_ipf_transparent]) - SQUID_DEFINE_BOOL(IPF_TRANSPARENT,$enable_ipf_transparent, - [Enable support for IPF-style transparent proxying]) - --if test "x$enable_ipf_transparent" = "xyes" -a "x$squid_host_os" = "xsolaris" ; then --dnl On Solaris Ipfilter includes expect that SOLARIS2 is defined with the --dnl Solaris minor version (8, 9, 10, ...) -- solrev=`uname -r | sh -c 'IFS=. read j n x; echo $n'` -- CFLAGS="-DSOLARIS2=$solrev $CFLAGS" -- CXXFLAGS="-DSOLARIS2=$solrev $CXXFLAGS" --fi -- - dnl PF /dev/pf support requires a header file. - if test "x$with_nat_devpf" != "xno" ; then - if test "x$ac_cv_header_net_pfvar_h" = "xyes" -o \ -diff -ur squid-3.4.10-A/acinclude/os-deps.m4 squid-3.4.10/acinclude/os-deps.m4 ---- squid-3.4.10-A/acinclude/os-deps.m4 Tue Dec 9 22:27:21 2014 -+++ squid-3.4.10/acinclude/os-deps.m4 Fri Jan 2 13:32:12 2015 -@@ -902,3 +902,69 @@ - AC_DEFINE_UNQUOTED(RECV_ARG_TYPE,$squid_cv_recv_second_arg_type, - [Base type of the second argument to recv(2)]) - ]) -+ -+ -+dnl check whether Solaris has broken IPFilter headers (Solaris 10 at least does) -+AC_DEFUN([SQUID_CHECK_BROKEN_SOLARIS_IPFILTER],[ -+ if test "x$squid_cv_broken_ipfilter_minor_t" = "x"; then -+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ -+# include -+# include -+# include -+ -+# include -+# include -+# include -+ ]])],[ -+ AC_MSG_RESULT(no) -+ squid_cv_broken_ipfilter_minor_t=0 -+ ],[ -+ ## on fail, test the hack -+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ -+#define minor_t fubaar -+# include -+# include -+# include -+#undef minor_t -+# include -+# include -+# include -+ ]])],[ -+ AC_DEFINE_UNQUOTED(USE_SOLARIS_IPFILTER_MINOR_T_HACK,1, -+ [Workaround IPFilter minor_t breakage]) -+ AC_MSG_RESULT(yes) -+ squid_cv_broken_ipfilter_minor_t=1 -+ ],[ -+ AC_MSG_RESULT(unable to make IPFilter work with netinet/ headers) -+ ]) -+ ]) -+ fi -+ -+## check for IPFilter headers that require this hack -+## (and first netinet/in.h which they depend on) -+ AC_CHECK_HEADERS( \ -+ netinet/in.h \ -+ ip_compat.h \ -+ ip_fil_compat.h \ -+ ip_fil.h \ -+ ip_nat.h \ -+ netinet/ip_compat.h \ -+ netinet/ip_fil_compat.h \ -+ netinet/ip_fil.h \ -+ netinet/ip_nat.h \ -+ ,,,[ -+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK -+#define minor_t fubar -+#endif -+SQUID_BSDNET_INCLUDES -+#if !defined(IPFILTER_VERSION) -+#define IPFILTER_VERSION 5000004 -+#endif -+#if HAVE_SYS_IOCCOM_H -+#include -+#endif -+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK -+#undef minor_t -+#endif -+ ]) -+]) -diff -ur squid-3.4.10-A/compat/compat.h squid-3.4.10/compat/compat.h ---- squid-3.4.10-A/compat/compat.h Tue Dec 9 22:27:21 2014 -+++ squid-3.4.10/compat/compat.h Fri Jan 2 15:00:18 2015 -@@ -34,6 +34,17 @@ - #endif - #endif - -+/* Solaris 10 has a broken definition for minor_t in IPFilter compat. -+ * We must pre-define before doing anything with OS headers so the OS -+ * do not. Then un-define it before using the IPFilter *_compat.h headers. -+ */ -+#if IPF_TRANSPARENT && USE_SOLARIS_IPFILTER_MINOR_T_HACK -+/* But we only need do this nasty thing for src/ip/Intercept.cc */ -+#if BUILDING_SQUID_IP_INTERCEPT_CC -+#define minor_t solaris_minor_t_fubar -+#endif -+#endif -+ - /*****************************************************/ - /* FDSETSIZE is messy and needs to be done before */ - /* sys/types.h are defined. */ -diff -ur squid-3.4.10-A/include/autoconf.h.in squid-3.4.10/include/autoconf.h.in ---- squid-3.4.10-A/include/autoconf.h.in Tue Dec 9 22:27:45 2014 -+++ squid-3.4.10/include/autoconf.h.in Fri Jan 2 15:12:03 2015 -@@ -1017,6 +1017,9 @@ - /* Define to 1 if you have the header file. */ - #undef HAVE_SYS_FILE_H - -+/* Define to 1 if you have the header file. */ -+#undef HAVE_SYS_IOCCOM_H -+ - /* Define to 1 if you have the header file. */ - #undef HAVE_SYS_IOCTL_H - -@@ -1446,6 +1449,9 @@ - /* Use Winsock select() for the IO loop */ - #undef USE_SELECT_WIN32 - -+/* Workaround IPFilter minor_t breakage */ -+#undef USE_SOLARIS_IPFILTER_MINOR_T_HACK -+ - /* Compile the ESI processor and Surrogate header support */ - #undef USE_SQUID_ESI - -diff -ur squid-3.4.10-A/src/ip/Intercept.cc squid-3.4.10/src/ip/Intercept.cc ---- squid-3.4.10-A/src/ip/Intercept.cc Tue Dec 9 22:27:21 2014 -+++ squid-3.4.10/src/ip/Intercept.cc Fri Jan 2 16:01:35 2015 -@@ -30,6 +30,10 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * - */ -+ -+// Enable hack to workaround Solaris 10 IPFilter breakage -+#define BUILDING_SQUID_IP_INTERCEPT_CC 1 -+ - #include "squid.h" - #include "comm/Connection.h" - #include "ip/Intercept.h" -@@ -38,11 +42,24 @@ - - #if IPF_TRANSPARENT - -+#if !defined(IPFILTER_VERSION) -+#define IPFILTER_VERSION 5000004 -+#endif -+ -+#if HAVE_SYS_IOCCOM_H -+#include -+#endif - #if HAVE_SYS_IOCTL_H - #include - #endif -+#if HAVE_NETINET_IN_H -+//#include -+#endif -+#if HAVE_NETINET_IP6_H -+#include -+#endif - #if HAVE_NETINET_TCP_H --#include -+//#include - #endif - #if HAVE_NET_IF_H - #include -@@ -52,6 +69,9 @@ - #elif HAVE_NETINET_IPL_H - #include - #endif -+#if USE_SOLARIS_IPFILTER_MINOR_T_HACK -+#undef minor_t -+#endif - #if HAVE_IP_FIL_COMPAT_H - #include - #elif HAVE_NETINET_IP_FIL_COMPAT_H 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 Jan 16 12:47:44 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 16 Jan 2020 11:47:44 +0000 Subject: SF.net SVN: gar:[26611] csw/mgar/pkg/postfix/trunk/Makefile Message-ID: <1579175264.363647.6522@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26611 http://sourceforge.net/p/gar/code/26611 Author: dmichelsen Date: 2020-01-16 11:47:43 +0000 (Thu, 16 Jan 2020) Log Message: ----------- postfix/trunk: Add largefile support Modified Paths: -------------- csw/mgar/pkg/postfix/trunk/Makefile Modified: csw/mgar/pkg/postfix/trunk/Makefile =================================================================== --- csw/mgar/pkg/postfix/trunk/Makefile 2020-01-15 15:31:52 UTC (rev 26610) +++ csw/mgar/pkg/postfix/trunk/Makefile 2020-01-16 11:47:43 UTC (rev 26611) @@ -50,7 +50,7 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz LICENSE = LICENSE TLS_LICENSE -GARCOMPILER = GCC4 +GARCOMPILER = GNU # Tag configuration files for handling via cswclassutils CONFIG_BASE := /etc/opt/csw/postfix/ @@ -226,7 +226,7 @@ INCLUDES += -I/opt/csw/include/mysql AUXLIBS += -L/opt/csw/lib -R/opt/csw/mysql5/lib/mysql AUXLIBS += -lmysqlclient -BUILD_DEP_PKGS += CSWmysql-dev +BUILD_DEP_PKGS += CSWmysql56-dev RUNTIME_DEP_PKGS += CSWlibmysqlclient18 # Activate support for PostgreSQL @@ -246,6 +246,8 @@ EXTRA_LD_OPTIONS = -Bdirect -z ignore +EXTRA_CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + include gar/category.mk # Postfix's build system relies on CCARGS, populate it with the defaults from 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 Jan 20 13:06:23 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Jan 2020 12:06:23 +0000 Subject: SF.net SVN: gar:[26612] csw/mgar/pkg/gmake/trunk Message-ID: <1579521983.517855.6156@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26612 http://sourceforge.net/p/gar/code/26612 Author: dmichelsen Date: 2020-01-20 12:06:22 +0000 (Mon, 20 Jan 2020) Log Message: ----------- gmake/trunk: Update to 4.3 Modified Paths: -------------- csw/mgar/pkg/gmake/trunk/Makefile csw/mgar/pkg/gmake/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gmake/trunk/files/ Modified: csw/mgar/pkg/gmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/gmake/trunk/Makefile 2020-01-16 11:47:43 UTC (rev 26611) +++ csw/mgar/pkg/gmake/trunk/Makefile 2020-01-20 12:06:22 UTC (rev 26612) @@ -1,5 +1,5 @@ NAME = make -VERSION = 4.2.1 +VERSION = 4.3 GARTYPE = v2 DESCRIPTION = Controls generation of executables and other compile-related tasks @@ -14,8 +14,11 @@ MASTER_SITES = $(GNU_MIRROR) MASTER_SITES += ftp://alpha.gnu.org/gnu/make/ -DISTFILES = $(NAME)-$(VERSION).tar.bz2 +DISTFILES = $(NAME)-$(VERSION).tar.lz +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 + VENDOR_URL = http://www.gnu.org/software/make/ EXTRA_MODULATORS += GUILE @@ -23,7 +26,7 @@ PACKAGES = CSWgmake SPKG_DESC_CSWgmake = GNU Make controls generation of executables and other compile-related tasks -RUNTIME_DEP_PKGS_CSWgmake += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWgmake += CSWlibintl9 # These are hardcoded fallback pathes for include (see read.c): # "/usr/gnu/include", "/usr/local/include", "/usr/include" @@ -39,7 +42,7 @@ PACKAGES += CSWgmake-guile SPKG_DESC_CSWgmake-guile = GNU Make with GUILE support PKGFILES_CSWgmake-guile += $(bindir)/gmake-guile -RUNTIME_DEP_PKGS_CSWgmake-guile += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWgmake-guile += CSWlibintl9 RUNTIME_DEP_PKGS_CSWgmake-guile += CSWlibguile2-0-22 # Needed, but unknown to checkpkg RUNTIME_DEP_PKGS_CSWgmake-guile += CSWgmake Modified: csw/mgar/pkg/gmake/trunk/checksums =================================================================== --- csw/mgar/pkg/gmake/trunk/checksums 2020-01-16 11:47:43 UTC (rev 26611) +++ csw/mgar/pkg/gmake/trunk/checksums 2020-01-20 12:06:22 UTC (rev 26612) @@ -1 +1 @@ -15b012617e7c44c0ed482721629577ac make-4.2.1.tar.bz2 +d5c40e7bd1e97a7404f5d3be982f479a make-4.3.tar.lz 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 Jan 20 13:11:44 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Jan 2020 12:11:44 +0000 Subject: SF.net SVN: gar:[26613] csw/mgar/pkg/gmake/trunk/Makefile Message-ID: <1579522304.630739.12886@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26613 http://sourceforge.net/p/gar/code/26613 Author: dmichelsen Date: 2020-01-20 12:11:44 +0000 (Mon, 20 Jan 2020) Log Message: ----------- gmake/trunk: Cleanup Makefile Modified Paths: -------------- csw/mgar/pkg/gmake/trunk/Makefile Modified: csw/mgar/pkg/gmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/gmake/trunk/Makefile 2020-01-20 12:06:22 UTC (rev 26612) +++ csw/mgar/pkg/gmake/trunk/Makefile 2020-01-20 12:11:44 UTC (rev 26613) @@ -16,9 +16,6 @@ MASTER_SITES += ftp://alpha.gnu.org/gnu/make/ DISTFILES = $(NAME)-$(VERSION).tar.lz -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 -PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386 - VENDOR_URL = http://www.gnu.org/software/make/ EXTRA_MODULATORS += GUILE 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 Jan 20 15:13:28 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Mon, 20 Jan 2020 14:13:28 +0000 Subject: SF.net SVN: gar:[26614] csw/mgar/pkg/bison/trunk Message-ID: <1579529609.156939.14708@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26614 http://sourceforge.net/p/gar/code/26614 Author: dmichelsen Date: 2020-01-20 14:13:28 +0000 (Mon, 20 Jan 2020) Log Message: ----------- bison/trunk: Update to 3.5.1 Modified Paths: -------------- csw/mgar/pkg/bison/trunk/Makefile csw/mgar/pkg/bison/trunk/checksums Modified: csw/mgar/pkg/bison/trunk/Makefile =================================================================== --- csw/mgar/pkg/bison/trunk/Makefile 2020-01-20 12:11:44 UTC (rev 26613) +++ csw/mgar/pkg/bison/trunk/Makefile 2020-01-20 14:13:28 UTC (rev 26614) @@ -1,7 +1,7 @@ # $Id$ NAME = bison -VERSION = 3.4.2 +VERSION = 3.5.1 GARTYPE = v2 DESCRIPTION = GNU Project parser generator (yacc replacement) @@ -10,9 +10,10 @@ compatible with input files designed for yacc. endef -MASTER_SITES = $(GNU_MIRROR) +MASTER_SITES += $(GNU_MIRROR) +MASTER_SITES += https://alpha.gnu.org/gnu/bison/ -DISTFILES = $(DISTNAME).tar.gz +DISTFILES = $(DISTNAME).tar.xz RUNTIME_DEP_PKGS_CSWbison += CSWlibintl9 RUNTIME_DEP_PKGS_CSWbison += CSWgm4 @@ -23,7 +24,7 @@ # Make sure to use a recent compiler, Sun Studio 12 produces compile time errors: # https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00045.html -GARCOMPILER = SOS12U6 +GARCOMPILER = SOS12U5 # We need 'seq' TEST_ENV_PATH = /opt/csw/gnu:$(PATH) Modified: csw/mgar/pkg/bison/trunk/checksums =================================================================== --- csw/mgar/pkg/bison/trunk/checksums 2020-01-20 12:11:44 UTC (rev 26613) +++ csw/mgar/pkg/bison/trunk/checksums 2020-01-20 14:13:28 UTC (rev 26614) @@ -1 +1 @@ -a6f6a617994f8906125abae57d71d5b5 bison-3.4.2.tar.gz +6fc5fa4488832a65db934b9e93bd5d4c bison-3.5.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 Thu Jan 30 21:07:52 2020 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 30 Jan 2020 20:07:52 +0000 Subject: SF.net SVN: gar:[26615] csw/mgar/pkg/sudo/trunk Message-ID: <1580414872.356154.486@sfp-scm-5.v30.lw.sourceforge.com> Revision: 26615 http://sourceforge.net/p/gar/code/26615 Author: dmichelsen Date: 2020-01-30 20:07:51 +0000 (Thu, 30 Jan 2020) Log Message: ----------- sudo/trunk: Update to 1.8.31 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 2020-01-20 14:13:28 UTC (rev 26614) +++ csw/mgar/pkg/sudo/trunk/Makefile 2020-01-30 20:07:51 UTC (rev 26615) @@ -2,7 +2,7 @@ # NAME = sudo -VERSION = 1.8.30 +VERSION = 1.8.31 GARTYPE = v2 EXTRA_MODULATORS = LDAP Modified: csw/mgar/pkg/sudo/trunk/checksums =================================================================== --- csw/mgar/pkg/sudo/trunk/checksums 2020-01-20 14:13:28 UTC (rev 26614) +++ csw/mgar/pkg/sudo/trunk/checksums 2020-01-30 20:07:51 UTC (rev 26615) @@ -1 +1 @@ -d56cd5835b1cc9852bd76ddaaa572475 sudo-1.8.30.tar.gz +ce17ff6e72a70f8d5dabba8abf3cd2de sudo-1.8.31.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.