From dmichelsen at users.sourceforge.net Wed Feb 3 12:06:25 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 03 Feb 2021 11:06:25 +0000 Subject: SF.net SVN: gar:[26729] csw/mgar/pkg/curl/trunk Message-ID: <1612350385.633728.28568@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26729 http://sourceforge.net/p/gar/code/26729 Author: dmichelsen Date: 2021-02-03 11:06:25 +0000 (Wed, 03 Feb 2021) Log Message: ----------- curl/trunk: Update to 7.75.0, add libzstd support 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 2021-01-28 07:27:09 UTC (rev 26728) +++ csw/mgar/pkg/curl/trunk/Makefile 2021-02-03 11:06:25 UTC (rev 26729) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 7.74.0 +VERSION = 7.75.0 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers @@ -40,6 +40,7 @@ RUNTIME_DEP_PKGS_CSWlibcurl4 += CSWlibz1 RUNTIME_DEP_PKGS_CSWlibcurl4 += CSWlibpsl5 RUNTIME_DEP_PKGS_CSWlibcurl4 += CSWlibidn2-0 +RUNTIME_DEP_PKGS_CSWlibcurl4 += CSWlibzstd1 # We want the certs needed for ssl RUNTIME_DEP_PKGS_CSWlibcurl4 += CSWcacertificates CHECKPKG_OVERRIDES_CSWlibcurl4 += surplus-dependency|CSWcacertificates @@ -61,6 +62,7 @@ RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibnghttp2-14 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibidn2-0 RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibbrotlidec1 +RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibzstd1 #RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibk5crypto3 #RUNTIME_DEP_PKGS_CSWlibcurl4-feature += CSWlibcom-err3 # Without the base lib the feature lib is not pulled in Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2021-01-28 07:27:09 UTC (rev 26728) +++ csw/mgar/pkg/curl/trunk/checksums 2021-02-03 11:06:25 UTC (rev 26729) @@ -1 +1 @@ -448156d9cd05009b0097b43de639fd34 curl-7.74.0.tar.xz +9730df8636d67b4e256ebc49daf27246 curl-7.75.0.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 Mon Feb 8 15:49:21 2021 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Mon, 08 Feb 2021 14:49:21 +0000 Subject: SF.net SVN: gar:[26730] csw/mgar/pkg/nsd/trunk Message-ID: <1612795761.393065.18100@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26730 http://sourceforge.net/p/gar/code/26730 Author: idogan23 Date: 2021-02-08 14:49:20 +0000 (Mon, 08 Feb 2021) Log Message: ----------- nsd: Bump Version to 4.3.5 Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile csw/mgar/pkg/nsd/trunk/checksums Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2021-02-03 11:06:25 UTC (rev 26729) +++ csw/mgar/pkg/nsd/trunk/Makefile 2021-02-08 14:49:20 UTC (rev 26730) @@ -1,5 +1,5 @@ NAME = nsd -VERSION = 4.1.13 +VERSION = 4.3.5 GARTYPE = v2 DESCRIPTION = An authoritative only non-recursive name server @@ -33,6 +33,8 @@ SPKG_CLASSES = none cswusergroup ugfiles cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswnsd$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWnsd\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/nsd\/nsd.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$2 = "ugfiles" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$5 = "nsd" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$6 = "nsd" } $$$$3 ~ /\/var\/run/ { $$$$6 = "sys" } { print }' +GARCOMPILER = SOS12U6 + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-ssl=/opt/csw CONFIGURE_ARGS += --with-libevent=/opt/csw Modified: csw/mgar/pkg/nsd/trunk/checksums =================================================================== --- csw/mgar/pkg/nsd/trunk/checksums 2021-02-03 11:06:25 UTC (rev 26729) +++ csw/mgar/pkg/nsd/trunk/checksums 2021-02-08 14:49:20 UTC (rev 26730) @@ -1 +1 @@ -a3f2a9885bc8664ba4a25c938d26a587 nsd-4.1.13.tar.gz +d760bdbf752e01d9c59426693b26d30f nsd-4.3.5.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 Mon Feb 8 16:42:31 2021 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Mon, 08 Feb 2021 15:42:31 +0000 Subject: SF.net SVN: gar:[26731] csw/mgar/pkg/nsd/trunk Message-ID: <1612798951.744620.18435@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26731 http://sourceforge.net/p/gar/code/26731 Author: idogan23 Date: 2021-02-08 15:42:31 +0000 (Mon, 08 Feb 2021) Log Message: ----------- nsd: Solaris compatibilty fix. https://github.com/NLnetLabs/nsd/commit/58dddc3f99964d1d0b0bd6ee77b92b629dbad5fc Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/nsd/trunk/files/0001-Fix-AF_LOCAL_nsd_c.patch csw/mgar/pkg/nsd/trunk/files/0002-Fix-AF_LOCAL_remote_c.patch Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2021-02-08 14:49:20 UTC (rev 26730) +++ csw/mgar/pkg/nsd/trunk/Makefile 2021-02-08 15:42:31 UTC (rev 26731) @@ -30,6 +30,9 @@ DISTFILES += cswusergroup DISTFILES += cswnsd +PATCHFILES += 0001-Fix-AF_LOCAL_nsd_c.patch +PATCHFILES += 0002-Fix-AF_LOCAL_remote_c.patch + SPKG_CLASSES = none cswusergroup ugfiles cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswnsd$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWnsd\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/nsd\/nsd.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$2 = "ugfiles" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$5 = "nsd" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$6 = "nsd" } $$$$3 ~ /\/var\/run/ { $$$$6 = "sys" } { print }' Added: csw/mgar/pkg/nsd/trunk/files/0001-Fix-AF_LOCAL_nsd_c.patch =================================================================== --- csw/mgar/pkg/nsd/trunk/files/0001-Fix-AF_LOCAL_nsd_c.patch (rev 0) +++ csw/mgar/pkg/nsd/trunk/files/0001-Fix-AF_LOCAL_nsd_c.patch 2021-02-08 15:42:31 UTC (rev 26731) @@ -0,0 +1,27 @@ +From 0f8e9d9326f653be69dfaaae12a0571bf9f83e66 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Mon, 8 Feb 2021 15:51:41 +0100 +Subject: [PATCH] Fix AF_LOCAL compile error for Solaris + https://github.com/NLnetLabs/nsd/commit/58dddc3f99964d1d0b0bd6ee77b92b629dbad5fc + +--- + nsd-control.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/nsd-control.c b/nsd-control.c +index 5a5f476..cb77dd0 100644 +--- a/nsd-control.c ++++ b/nsd-control.c +@@ -60,6 +60,9 @@ + #include + #endif + #include ++#ifndef AF_LOCAL ++#define AF_LOCAL AF_UNIX ++#endif + #include "util.h" + #include "tsig.h" + #include "options.h" +-- +2.4.0 + Added: csw/mgar/pkg/nsd/trunk/files/0002-Fix-AF_LOCAL_remote_c.patch =================================================================== --- csw/mgar/pkg/nsd/trunk/files/0002-Fix-AF_LOCAL_remote_c.patch (rev 0) +++ csw/mgar/pkg/nsd/trunk/files/0002-Fix-AF_LOCAL_remote_c.patch 2021-02-08 15:42:31 UTC (rev 26731) @@ -0,0 +1,27 @@ +From b4e499f649ffc7359a0b617b35ed43212e8acbe0 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Mon, 8 Feb 2021 15:57:04 +0100 +Subject: [PATCH] Fix AF_LOCAL compile error for Solaris + https://github.com/NLnetLabs/nsd/commit/58dddc3f99964d1d0b0bd6ee77b92b629dbad5fc + +--- + remote.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/remote.c b/remote.c +index 8774424..139ad4d 100644 +--- a/remote.c ++++ b/remote.c +@@ -91,6 +91,9 @@ + #ifdef HAVE_SYS_UN_H + # include + #endif ++#ifndef AF_LOCAL ++#define AF_LOCAL AF_UNIX ++#endif + + /** number of seconds timeout on incoming remote control handshake */ + #define REMOTE_CONTROL_TCP_TIMEOUT 120 +-- +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 Mon Feb 8 20:15:24 2021 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Mon, 08 Feb 2021 19:15:24 +0000 Subject: SF.net SVN: gar:[26732] csw/mgar/pkg/nsd/trunk Message-ID: <1612811724.706633.23770@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26732 http://sourceforge.net/p/gar/code/26732 Author: idogan23 Date: 2021-02-08 19:15:24 +0000 (Mon, 08 Feb 2021) Log Message: ----------- nsd: Fix ifaddrs.h compile error. https://github.com/NLnetLabs/nsd/commit/5e42dc839f6f43c7dea27a9daca4f0d9c370caa3 Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/nsd/trunk/files/0003-ifaddrs_configure_ac.patch csw/mgar/pkg/nsd/trunk/files/0004-ifaddrs_nsd_c.patch Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2021-02-08 15:42:31 UTC (rev 26731) +++ csw/mgar/pkg/nsd/trunk/Makefile 2021-02-08 19:15:24 UTC (rev 26732) @@ -32,6 +32,8 @@ PATCHFILES += 0001-Fix-AF_LOCAL_nsd_c.patch PATCHFILES += 0002-Fix-AF_LOCAL_remote_c.patch +PATCHFILES += 0003-ifaddrs_configure_ac.patch +PATCHFILES += 0004-ifaddrs_nsd_c.patch SPKG_CLASSES = none cswusergroup ugfiles cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswnsd$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWnsd\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/nsd\/nsd.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$2 = "ugfiles" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$5 = "nsd" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$6 = "nsd" } $$$$3 ~ /\/var\/run/ { $$$$6 = "sys" } { print }' Added: csw/mgar/pkg/nsd/trunk/files/0003-ifaddrs_configure_ac.patch =================================================================== --- csw/mgar/pkg/nsd/trunk/files/0003-ifaddrs_configure_ac.patch (rev 0) +++ csw/mgar/pkg/nsd/trunk/files/0003-ifaddrs_configure_ac.patch 2021-02-08 19:15:24 UTC (rev 26732) @@ -0,0 +1,25 @@ +From 462fc10c4b55b8275096742f907bc0fe1d3f8a49 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Mon, 8 Feb 2021 19:59:06 +0100 +Subject: [PATCH] Fix ifaddrs.h compile error for Solaris + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 123e7f3..5f96bea 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -449,7 +449,7 @@ fi + + # Checks for header files. + AC_HEADER_SYS_WAIT +-AC_CHECK_HEADERS([time.h arpa/inet.h signal.h string.h strings.h fcntl.h limits.h netinet/in.h netinet/tcp.h stddef.h sys/param.h sys/socket.h sys/un.h syslog.h unistd.h sys/select.h stdarg.h stdint.h netdb.h sys/bitypes.h tcpd.h glob.h grp.h endian.h sys/random.h]) ++AC_CHECK_HEADERS([time.h arpa/inet.h signal.h string.h strings.h fcntl.h limits.h netinet/in.h netinet/tcp.h stddef.h sys/param.h sys/socket.h sys/un.h syslog.h unistd.h sys/select.h stdarg.h stdint.h netdb.h sys/bitypes.h tcpd.h glob.h grp.h endian.h sys/random.h ifaddrs.h]) + + AC_DEFUN([CHECK_VALIST_DEF], + [ +-- +2.4.0 + Added: csw/mgar/pkg/nsd/trunk/files/0004-ifaddrs_nsd_c.patch =================================================================== --- csw/mgar/pkg/nsd/trunk/files/0004-ifaddrs_nsd_c.patch (rev 0) +++ csw/mgar/pkg/nsd/trunk/files/0004-ifaddrs_nsd_c.patch 2021-02-08 19:15:24 UTC (rev 26732) @@ -0,0 +1,26 @@ +From dc09e2e3a13295bf1f0a84dee33e67992f89440b Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Mon, 8 Feb 2021 20:03:01 +0100 +Subject: [PATCH] Fix ifaddrs.h compile error for Solaris + +--- + nsd.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/nsd.c b/nsd.c +index e895146..9ed3fbd 100644 +--- a/nsd.c ++++ b/nsd.c +@@ -41,7 +41,9 @@ + #include + #include + #include ++#ifdef HAVE_IFADDRS_H + #include ++#endif + + #include "nsd.h" + #include "options.h" +-- +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 Tue Feb 9 10:39:31 2021 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Tue, 09 Feb 2021 09:39:31 +0000 Subject: SF.net SVN: gar:[26733] csw/mgar/pkg/nsd/trunk Message-ID: <1612863571.263288.29529@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26733 http://sourceforge.net/p/gar/code/26733 Author: idogan23 Date: 2021-02-09 09:39:30 +0000 (Tue, 09 Feb 2021) Log Message: ----------- nsd: Fix ifaddrs.h compile error. https://github.com/NLnetLabs/nsd/commit/230d1951696a175ebeaf95fce53bb35d9af9fceb Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/nsd/trunk/files/0005-ifaddrs_nsd_c.patch Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2021-02-08 19:15:24 UTC (rev 26732) +++ csw/mgar/pkg/nsd/trunk/Makefile 2021-02-09 09:39:30 UTC (rev 26733) @@ -34,6 +34,7 @@ PATCHFILES += 0002-Fix-AF_LOCAL_remote_c.patch PATCHFILES += 0003-ifaddrs_configure_ac.patch PATCHFILES += 0004-ifaddrs_nsd_c.patch +PATCHFILES += 0005-ifaddrs_nsd_c.patch SPKG_CLASSES = none cswusergroup ugfiles cswcpsampleconf cswinitsmf PROTOTYPE_FILTER = awk '$$$$3 ~ /\/init.d\/cswnsd$$$$/ { $$$$2 = "cswinitsmf" } $$$$3 ~ /\/CSWnsd\/cswusergroup$$$$/ { $$$$2 = "cswusergroup" } $$$$3 ~ /\/nsd\/nsd.conf.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$2 = "ugfiles" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$5 = "nsd" } $$$$3 ~ /\/var\/opt\/csw\/nsd/ { $$$$6 = "nsd" } $$$$3 ~ /\/var\/run/ { $$$$6 = "sys" } { print }' Added: csw/mgar/pkg/nsd/trunk/files/0005-ifaddrs_nsd_c.patch =================================================================== --- csw/mgar/pkg/nsd/trunk/files/0005-ifaddrs_nsd_c.patch (rev 0) +++ csw/mgar/pkg/nsd/trunk/files/0005-ifaddrs_nsd_c.patch 2021-02-09 09:39:30 UTC (rev 26733) @@ -0,0 +1,79 @@ +From 140dfd990fa681777fc05596b9b4bee88ea0ed26 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan +Date: Tue, 9 Feb 2021 10:27:28 +0100 +Subject: [PATCH] Fix ifaddrs compile error + +--- + nsd.c | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/nsd.c b/nsd.c +index 9ed3fbd..cb4b037 100644 +--- a/nsd.c ++++ b/nsd.c +@@ -467,6 +467,7 @@ figure_default_sockets( + figure_socket_servers(&(*tcp)[i], NULL); + } + ++#ifdef HAVE_GETIFADDRS + static int + find_device( + struct nsd_socket *sock, +@@ -515,6 +516,7 @@ find_device( + + return 0; + } ++#endif /* HAVE_GETIFADDRS */ + + static void + figure_sockets( +@@ -526,7 +528,9 @@ figure_sockets( + size_t i = 0; + struct addrinfo ai = *hints; + struct ip_address_option *ip; ++#ifdef HAVE_GETIFADDRS + struct ifaddrs *ifa = NULL; ++#endif + int bind_device = 0; + + if(!ips) { +@@ -541,9 +545,11 @@ figure_sockets( + bind_device |= (ip->dev != 0); + } + ++#ifdef HAVE_GETIFADDRS + if(bind_device && getifaddrs(&ifa) == -1) { + error("getifaddrs failed: %s", strerror(errno)); + } ++#endif + + *udp = xalloc_zero((*ifs + 1) * sizeof(struct nsd_socket)); + *tcp = xalloc_zero((*ifs + 1) * sizeof(struct nsd_socket)); +@@ -562,6 +568,7 @@ figure_sockets( + (*udp)[i].fib = ip->fib; + (*tcp)[i].fib = ip->fib; + } ++#ifdef HAVE_GETIFADDRS + if(ip->dev != 0) { + (*udp)[i].flags |= NSD_BIND_DEVICE; + (*tcp)[i].flags |= NSD_BIND_DEVICE; +@@ -572,13 +579,16 @@ figure_sockets( + ip->address); + } + } ++#endif + } + + assert(i == *ifs); + ++#ifdef HAVE_GETIFADDRS + if(ifa != NULL) { + freeifaddrs(ifa); + } ++#endif + } + + /* print server affinity for given socket. "*" if socket has no affinity with +-- +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 Feb 10 19:02:45 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 10 Feb 2021 18:02:45 +0000 Subject: SF.net SVN: gar:[26734] csw/mgar/pkg/squid/trunk Message-ID: <1612980165.143205.6023@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26734 http://sourceforge.net/p/gar/code/26734 Author: dmichelsen Date: 2021-02-10 18:02:44 +0000 (Wed, 10 Feb 2021) Log Message: ----------- squid/trunk: Update to 4.14 Modified Paths: -------------- csw/mgar/pkg/squid/trunk/Makefile csw/mgar/pkg/squid/trunk/checksums Removed Paths: ------------- csw/mgar/pkg/squid/trunk/files/0001-Replace-index-with-strchr.patch Modified: csw/mgar/pkg/squid/trunk/Makefile =================================================================== --- csw/mgar/pkg/squid/trunk/Makefile 2021-02-09 09:39:30 UTC (rev 26733) +++ csw/mgar/pkg/squid/trunk/Makefile 2021-02-10 18:02:44 UTC (rev 26734) @@ -2,7 +2,7 @@ # $Id$ # NAME = squid -VERSION = 4.13 +VERSION = 4.14 GARTYPE = v2 DESCRIPTION = High performance Web proxy cache @@ -19,7 +19,6 @@ # Add workaround until this is fixed: # https://bugs.squid-cache.org/show_bug.cgi?id=5073 PATCHFILES += 0001-Add-include-for-index.patch -PATCHFILES += 0001-Replace-index-with-strchr.patch PACKAGES = CSWsquid RUNTIME_DEP_PKGS_CSWsquid += CSWliblber2-4-2 Modified: csw/mgar/pkg/squid/trunk/checksums =================================================================== --- csw/mgar/pkg/squid/trunk/checksums 2021-02-09 09:39:30 UTC (rev 26733) +++ csw/mgar/pkg/squid/trunk/checksums 2021-02-10 18:02:44 UTC (rev 26734) @@ -1 +1 @@ -492e54afc15821141ff1d1d9903854d6 squid-4.13.tar.xz +7d9ba82703cd770b2ede169a0c1de94a squid-4.14.tar.xz Deleted: csw/mgar/pkg/squid/trunk/files/0001-Replace-index-with-strchr.patch =================================================================== --- csw/mgar/pkg/squid/trunk/files/0001-Replace-index-with-strchr.patch 2021-02-09 09:39:30 UTC (rev 26733) +++ csw/mgar/pkg/squid/trunk/files/0001-Replace-index-with-strchr.patch 2021-02-10 18:02:44 UTC (rev 26734) @@ -1,40 +0,0 @@ -From 69cb6c1e72e45a8142667b37f6601710005e37a4 Mon Sep 17 00:00:00 2001 -From: Dagobert Michelsen -Date: Mon, 24 Aug 2020 08:04:31 +0200 -Subject: [PATCH] Replace 'index' with 'strchr' - ---- - src/esi/VarState.cc | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/esi/VarState.cc b/src/esi/VarState.cc -index c98b285..41fe535 100644 ---- a/src/esi/VarState.cc -+++ b/src/esi/VarState.cc -@@ -150,7 +150,7 @@ ESIVariableUserAgent::getProductVersion (char const *s) - { - char const *t; - int len; -- t = index(s,'/'); -+ t = strchr(s,'/'); - - if (!t || !*(++t)) - return xstrdup(""); -@@ -328,12 +328,12 @@ ESIVariableUserAgent::ESIVariableUserAgent(ESIVarState &state) - - if ((t = strstr (s, "MSIE"))) { - browser = ESI_BROWSER_MSIE; -- t = index (t, ' '); -+ t = strchr (t, ' '); - - if (!t) - browserversion = xstrdup(""); - else { -- t1 = index(t, ';'); -+ t1 = strchr(t, ';'); - - if (!t1) - browserversion = xstrdup(t + 1); --- -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 Tue Feb 16 09:33:59 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 16 Feb 2021 08:33:59 +0000 Subject: SF.net SVN: gar:[26735] csw/mgar/pkg/cpan/perl-ldap/trunk Message-ID: <1613464439.934060.29167@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26735 http://sourceforge.net/p/gar/code/26735 Author: dmichelsen Date: 2021-02-16 08:33:59 +0000 (Tue, 16 Feb 2021) Log Message: ----------- cpan/perl-ldap/trunk: Update to 0.68 Modified Paths: -------------- csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile csw/mgar/pkg/cpan/perl-ldap/trunk/checksums Modified: csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile 2021-02-10 18:02:44 UTC (rev 26734) +++ csw/mgar/pkg/cpan/perl-ldap/trunk/Makefile 2021-02-16 08:33:59 UTC (rev 26735) @@ -1,5 +1,5 @@ NAME = perl-ldap -VERSION = 0.53 +VERSION = 0.68 CATEGORIES = cpan GARTYPE = v2 AUTHOR = MARSCHAP Modified: csw/mgar/pkg/cpan/perl-ldap/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/perl-ldap/trunk/checksums 2021-02-10 18:02:44 UTC (rev 26734) +++ csw/mgar/pkg/cpan/perl-ldap/trunk/checksums 2021-02-16 08:33:59 UTC (rev 26735) @@ -1 +1 @@ -3063be5e1597586fd50c10f572e3a853 perl-ldap-0.53.tar.gz +d091ed00302f0276069bca9df9478744 perl-ldap-0.68.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 Tue Feb 16 10:44:37 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Tue, 16 Feb 2021 09:44:37 +0000 Subject: SF.net SVN: gar:[26736] csw/mgar/pkg/cpan/Net-SSLeay/trunk Message-ID: <1613468677.831584.19820@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26736 http://sourceforge.net/p/gar/code/26736 Author: dmichelsen Date: 2021-02-16 09:44:37 +0000 (Tue, 16 Feb 2021) Log Message: ----------- cpan/Net-SSLeay/trunk: Update to 1.90 Modified Paths: -------------- csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums Modified: csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile =================================================================== --- csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile 2021-02-16 08:33:59 UTC (rev 26735) +++ csw/mgar/pkg/cpan/Net-SSLeay/trunk/Makefile 2021-02-16 09:44:37 UTC (rev 26736) @@ -1,5 +1,5 @@ NAME = Net-SSLeay -VERSION = 1.88 +VERSION = 1.90 CATEGORIES = cpan GARTYPE = v2 AUTHOR = CHRISN Modified: csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums =================================================================== --- csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums 2021-02-16 08:33:59 UTC (rev 26735) +++ csw/mgar/pkg/cpan/Net-SSLeay/trunk/checksums 2021-02-16 09:44:37 UTC (rev 26736) @@ -1 +1 @@ -fcef4985f5f7e0381e3dddd0ee7878d1 Net-SSLeay-1.88.tar.gz +00f57f3feb02e4fb7d282f9d6ae2beb2 Net-SSLeay-1.90.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 Sat Feb 20 12:13:58 2021 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 20 Feb 2021 11:13:58 +0000 Subject: SF.net SVN: gar:[26737] csw/mgar/pkg/unbound/trunk Message-ID: <1613819638.65919.9609@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26737 http://sourceforge.net/p/gar/code/26737 Author: idogan23 Date: 2021-02-20 11:13:57 +0000 (Sat, 20 Feb 2021) Log Message: ----------- Unbound: Bump Version to 1.13.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 2021-02-16 09:44:37 UTC (rev 26736) +++ csw/mgar/pkg/unbound/trunk/Makefile 2021-02-20 11:13:57 UTC (rev 26737) @@ -1,5 +1,5 @@ NAME = unbound -VERSION = 1.5.9 +VERSION = 1.13.1 GARTYPE = v2 DESCRIPTION = A validating, recursive, and caching DNS resolver define BLUR @@ -21,12 +21,14 @@ UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz #PATCHFILES += 0001-fix-preprocessing-bug.patch -PATCHFILES += 0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch +#PATCHFILES += 0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch # If the url used to check for software update is different of MASTER_SITES, then # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES # UPSTREAM_MASTER_SITES = +GARCOMPILER = SOS12U6 + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-libevent=/opt/csw CONFIGURE_ARGS += --with-libexpat=/opt/csw Modified: csw/mgar/pkg/unbound/trunk/checksums =================================================================== --- csw/mgar/pkg/unbound/trunk/checksums 2021-02-16 09:44:37 UTC (rev 26736) +++ csw/mgar/pkg/unbound/trunk/checksums 2021-02-20 11:13:57 UTC (rev 26737) @@ -1 +1 @@ -0cefa62c1690b4db18583db84bff00e3 unbound-1.5.9.tar.gz +0cd660a40d733acc6e7cce43731cac62 unbound-1.13.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 Sat Feb 20 12:14:54 2021 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sat, 20 Feb 2021 11:14:54 +0000 Subject: SF.net SVN: gar:[26738] csw/mgar/pkg/unbound/trunk Message-ID: <1613819694.650439.10822@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26738 http://sourceforge.net/p/gar/code/26738 Author: idogan23 Date: 2021-02-20 11:14:54 +0000 (Sat, 20 Feb 2021) Log Message: ----------- Unbound: Remove not needed patches Modified Paths: -------------- csw/mgar/pkg/unbound/trunk/Makefile Removed Paths: ------------- csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch csw/mgar/pkg/unbound/trunk/files/0001-fix-preprocessing-bug.patch Modified: csw/mgar/pkg/unbound/trunk/Makefile =================================================================== --- csw/mgar/pkg/unbound/trunk/Makefile 2021-02-20 11:13:57 UTC (rev 26737) +++ csw/mgar/pkg/unbound/trunk/Makefile 2021-02-20 11:14:54 UTC (rev 26738) @@ -20,9 +20,6 @@ # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz -#PATCHFILES += 0001-fix-preprocessing-bug.patch -#PATCHFILES += 0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch - # If the url used to check for software update is different of MASTER_SITES, then # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES # UPSTREAM_MASTER_SITES = Deleted: csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch =================================================================== --- csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch 2021-02-20 11:13:57 UTC (rev 26737) +++ csw/mgar/pkg/unbound/trunk/files/0001-Fix-for-bug-779-https-www.nlnetlabs.nl-bugs-script-s.patch 2021-02-20 11:14:54 UTC (rev 26738) @@ -1,90 +0,0 @@ -From 5851a8d63c3ab0a83d9367a8dc3ac9b8e23ffb9c Mon Sep 17 00:00:00 2001 -From: Ihsan Dogan -Date: Wed, 20 Jul 2016 15:35:32 +0200 -Subject: [PATCH] Fix for bug 779 - https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=779 - ---- - util/ub_event.c | 12 ++++-------- - util/ub_event_pluggable.c | 14 ++++++-------- - 2 files changed, 10 insertions(+), 16 deletions(-) - -diff --git a/util/ub_event.c b/util/ub_event.c -index af2a18e..ebf9029 100644 ---- a/util/ub_event.c -+++ b/util/ub_event.c -@@ -132,14 +132,10 @@ static void (*NATIVE_BITS_CB(void (*cb)(int, short, void*)))(int, short, void*) - #define EVFLAG_AUTO 0 - #endif - --#define AS_EVENT_BASE(x) \ -- (((union {struct ub_event_base* a; struct event_base* b;})x).b) --#define AS_UB_EVENT_BASE(x) \ -- (((union {struct event_base* a; struct ub_event_base* b;})x).b) --#define AS_EVENT(x) \ -- (((union {struct ub_event* a; struct event* b;})x).b) --#define AS_UB_EVENT(x) \ -- (((union {struct event* a; struct ub_event* b;})x).b) -+#define AS_EVENT_BASE(x) ((struct event_base*)x) -+#define AS_UB_EVENT_BASE(x) ((struct ub_event_base*)x) -+#define AS_EVENT(x) ((struct event*)x) -+#define AS_UB_EVENT(x) ((struct ub_event*)x) - - const char* ub_event_get_version() - { -diff --git a/util/ub_event_pluggable.c b/util/ub_event_pluggable.c -index 5c51755..c30880a 100644 ---- a/util/ub_event_pluggable.c -+++ b/util/ub_event_pluggable.c -@@ -144,10 +144,8 @@ struct my_event { - struct event ev; - }; - --#define AS_MY_EVENT_BASE(x) \ -- (((union {struct ub_event_base* a; struct my_event_base* b;})x).b) --#define AS_MY_EVENT(x) \ -- (((union {struct ub_event* a; struct my_event* b;})x).b) -+#define AS_MY_EVENT_BASE(x) ((struct my_event_base*)x) -+#define AS_MY_EVENT(x) ((struct my_event*)x) - - const char* ub_event_get_version() - { -@@ -597,7 +595,7 @@ ub_event_add(struct ub_event* ev, struct timeval* tv) - int - ub_event_del(struct ub_event* ev) - { -- if (ev->magic == UB_EVENT_MAGIC) { -+ if (ev && ev->magic == UB_EVENT_MAGIC) { - fptr_ok(ev->vmt != &default_event_vmt || - ev->vmt->del == my_event_del); - return (*ev->vmt->del)(ev); -@@ -620,7 +618,7 @@ ub_timer_add(struct ub_event* ev, struct ub_event_base* base, - int - ub_timer_del(struct ub_event* ev) - { -- if (ev->magic == UB_EVENT_MAGIC) { -+ if (ev && ev->magic == UB_EVENT_MAGIC) { - fptr_ok(ev->vmt != &default_event_vmt || - ev->vmt->del_timer == my_timer_del); - return (*ev->vmt->del_timer)(ev); -@@ -642,7 +640,7 @@ ub_signal_add(struct ub_event* ev, struct timeval* tv) - int - ub_signal_del(struct ub_event* ev) - { -- if (ev->magic == UB_EVENT_MAGIC) { -+ if (ev && ev->magic == UB_EVENT_MAGIC) { - fptr_ok(ev->vmt != &default_event_vmt || - ev->vmt->del_signal == my_signal_del); - return (*ev->vmt->del_signal)(ev); -@@ -653,7 +651,7 @@ ub_signal_del(struct ub_event* ev) - void - ub_winsock_unregister_wsaevent(struct ub_event* ev) - { -- if (ev->magic == UB_EVENT_MAGIC) { -+ if (ev && ev->magic == UB_EVENT_MAGIC) { - fptr_ok(ev->vmt != &default_event_vmt || - ev->vmt->winsock_unregister_wsaevent == - my_winsock_unregister_wsaevent); --- -2.4.0 - Deleted: csw/mgar/pkg/unbound/trunk/files/0001-fix-preprocessing-bug.patch =================================================================== --- csw/mgar/pkg/unbound/trunk/files/0001-fix-preprocessing-bug.patch 2021-02-20 11:13:57 UTC (rev 26737) +++ csw/mgar/pkg/unbound/trunk/files/0001-fix-preprocessing-bug.patch 2021-02-20 11:14:54 UTC (rev 26738) @@ -1,25 +0,0 @@ -From ea9f488d3dfb3397880937cfac66b1168a852ed2 Mon Sep 17 00:00:00 2001 -From: Yann Rouillard -Date: Wed, 17 Apr 2013 23:10:44 +0200 -Subject: [PATCH] fix preprocessing bug - ---- - util/storage/lookup3.c | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/util/storage/lookup3.c b/util/storage/lookup3.c -index 845cc38..a96ca05 100644 ---- a/util/storage/lookup3.c -+++ b/util/storage/lookup3.c -@@ -75,8 +75,6 @@ hash_set_raninit(uint32_t v) - */ - #if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && \ - __BYTE_ORDER == __LITTLE_ENDIAN) || \ -- (defined(_BYTE_ORDER) && defined(_LITTLE_ENDIAN) && \ -- _BYTE_ORDER == _LITTLE_ENDIAN) || \ - (defined(i386) || defined(__i386__) || defined(__i486__) || \ - defined(__i586__) || defined(__i686__) || defined(vax) || defined(MIPSEL)) - # define HASH_LITTLE_ENDIAN 1 --- -1.8.1.4 - 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 Feb 25 15:13:27 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 25 Feb 2021 14:13:27 +0000 Subject: SF.net SVN: gar:[26739] csw/mgar/pkg Message-ID: <1614262407.784404.22203@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26739 http://sourceforge.net/p/gar/code/26739 Author: dmichelsen Date: 2021-02-25 14:13:27 +0000 (Thu, 25 Feb 2021) Log Message: ----------- poke/trunk: Initial commit Added Paths: ----------- csw/mgar/pkg/poke/ csw/mgar/pkg/poke/Makefile csw/mgar/pkg/poke/branches/ csw/mgar/pkg/poke/tags/ csw/mgar/pkg/poke/trunk/ csw/mgar/pkg/poke/trunk/Makefile csw/mgar/pkg/poke/trunk/checksums csw/mgar/pkg/poke/trunk/files/ Added: csw/mgar/pkg/poke/Makefile =================================================================== --- csw/mgar/pkg/poke/Makefile (rev 0) +++ csw/mgar/pkg/poke/Makefile 2021-02-25 14:13:27 UTC (rev 26739) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/poke/trunk =================================================================== --- csw/mgar/pkg/poke/trunk 2021-02-20 11:14:54 UTC (rev 26738) +++ csw/mgar/pkg/poke/trunk 2021-02-25 14:13:27 UTC (rev 26739) Property changes on: csw/mgar/pkg/poke/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/poke/trunk/Makefile =================================================================== --- csw/mgar/pkg/poke/trunk/Makefile (rev 0) +++ csw/mgar/pkg/poke/trunk/Makefile 2021-02-25 14:13:27 UTC (rev 26739) @@ -0,0 +1,38 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = poke +VERSION = 0.91 +GARTYPE = v2 + +DESCRIPTION = Interactive, extensible editor for binary data +define BLURB +endef + +MASTER_SITES += $(GNU_MIRROR) +MASTER_SITES += https://alpha.gnu.org/gnu/poke/ +DISTFILES += $(DISTNAME).tar.gz + +PACKAGES += CSWlibpoke0 +SPKG_DESC_CSWlibpoke0 = Library libpoke.so.0 +PKGFILES_CSWlibpoke0 += $(call pkgfiles_lib,libpoke.so.0) + +PACKAGES += CSWlibpoke-dev +SPKG_DESC_CSWlibpoke-dev = Development files for libpoke.so.0 +PKGFILES_CSWlibpoke-dev += $(PKGFILES_DEVEL) +RUNTIME_DEP_PKGS_CSWlibpoke-dev += CSWlibpoke0 + +PACKAGE += CSWpoke +SPKG_DESC_CSWpoke = Interactive, extensible editor for binary data +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWpoke += CSWlibpoke0 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgc1 + +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk + Property changes on: csw/mgar/pkg/poke/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/poke/trunk/checksums =================================================================== --- csw/mgar/pkg/poke/trunk/checksums (rev 0) +++ csw/mgar/pkg/poke/trunk/checksums 2021-02-25 14:13:27 UTC (rev 26739) @@ -0,0 +1 @@ +dbae7f0ed253706cf19445d4c6dc5d63 poke-0.91.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 Thu Feb 25 19:48:49 2021 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Thu, 25 Feb 2021 18:48:49 +0000 Subject: SF.net SVN: gar:[26740] csw/mgar/pkg/poke/trunk/Makefile Message-ID: <1614278929.814166.5678@sfp-scm-1.v30.lw.sourceforge.com> Revision: 26740 http://sourceforge.net/p/gar/code/26740 Author: dmichelsen Date: 2021-02-25 18:48:49 +0000 (Thu, 25 Feb 2021) Log Message: ----------- poke/trunk: Fix typo and add dependencies Modified Paths: -------------- csw/mgar/pkg/poke/trunk/Makefile Modified: csw/mgar/pkg/poke/trunk/Makefile =================================================================== --- csw/mgar/pkg/poke/trunk/Makefile 2021-02-25 14:13:27 UTC (rev 26739) +++ csw/mgar/pkg/poke/trunk/Makefile 2021-02-25 18:48:49 UTC (rev 26740) @@ -16,6 +16,9 @@ PACKAGES += CSWlibpoke0 SPKG_DESC_CSWlibpoke0 = Library libpoke.so.0 PKGFILES_CSWlibpoke0 += $(call pkgfiles_lib,libpoke.so.0) +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibintl9 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgc1 PACKAGES += CSWlibpoke-dev SPKG_DESC_CSWlibpoke-dev = Development files for libpoke.so.0 @@ -22,13 +25,15 @@ PKGFILES_CSWlibpoke-dev += $(PKGFILES_DEVEL) RUNTIME_DEP_PKGS_CSWlibpoke-dev += CSWlibpoke0 -PACKAGE += CSWpoke +PACKAGES += CSWpoke SPKG_DESC_CSWpoke = Interactive, extensible editor for binary data # PKGFILES is catchall RUNTIME_DEP_PKGS_CSWpoke += CSWlibpoke0 -RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibintl9 -RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibpoke0 += CSWlibgc1 +RUNTIME_DEP_PKGS_CSWpoke += CSWlibjson-c3 +RUNTIME_DEP_PKGS_CSWpoke += CSWlibtcl8-5 +RUNTIME_DEP_PKGS_CSWpoke += CSWlibtk8-5 +RUNTIME_DEP_PKGS_CSWpoke += CSWlibreadline7 +RUNTIME_DEP_PKGS_CSWpoke += CSWlibintl9 GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.