Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (df35511d82130344bfbe3cc12365b4fed954249e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (df35511d82130344bfbe3cc12365b4fed954249e)
  • Date: Thu, 20 Aug 2020 20:45:40 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/squid/DETAILS | 8 ++++----
http/squid/HISTORY | 4 ++++
2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit df35511d82130344bfbe3cc12365b4fed954249e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

squid: Updated to 4.12

Fixes compilation with GCC 10.x

diff --git a/http/squid/DETAILS b/http/squid/DETAILS
index 7dfcc6b..ca276e4 100755
--- a/http/squid/DETAILS
+++ b/http/squid/DETAILS
@@ -1,13 +1,13 @@
SPELL=squid
if [[ $SQUID_BETA == "y" ]]; then
- VERSION=4.2
+ VERSION=4.12
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:bd22e0ed646e14f3bf776b84fa8e78066a889216a5afa1f0a854070aeca67ffa88b25712d4ab3b147ab59343d3dc12a0e5d78c592d509134e05f8e301e0a95a9
+
SOURCE_HASH=sha512:96fa700a0c28711eb1ec5e44e1d324dc8d3accdddbc675def8babe057e2cc71083bd3817bc37cbd9f3c03772743df578573ee3698bbd6131df68c3580ad31ef4
SOURCE_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/$SOURCE
else
- VERSION=4.2
+ VERSION=4.12
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:bd22e0ed646e14f3bf776b84fa8e78066a889216a5afa1f0a854070aeca67ffa88b25712d4ab3b147ab59343d3dc12a0e5d78c592d509134e05f8e301e0a95a9
+
SOURCE_HASH=sha512:96fa700a0c28711eb1ec5e44e1d324dc8d3accdddbc675def8babe057e2cc71083bd3817bc37cbd9f3c03772743df578573ee3698bbd6131df68c3580ad31ef4
SOURCE_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index e3b2975..be3e7f1 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -1,3 +1,7 @@
+2020-08-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.12
+ Fixes compilation with GCC 10.x
+
2018-09-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated stable to 4.2
Fixes compilation with GCC 8.x



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (df35511d82130344bfbe3cc12365b4fed954249e), Eric Sandall, 08/20/2020

Archive powered by MHonArc 2.6.24.

Top of Page