Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (241226a4dbc14f917af952e6936618e6f4613244)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (241226a4dbc14f917af952e6936618e6f4613244)
  • Date: Wed, 18 May 2022 19:56:35 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/scdoc/DETAILS | 4 ++--
doc/scdoc/HISTORY | 3 +++
http/squid/CONFIGURE | 2 ++
http/squid/DETAILS | 11 ++---------
http/squid/HISTORY | 5 +++++
http/squid/PREPARE | 1 -
6 files changed, 14 insertions(+), 12 deletions(-)

New commits:
commit 241226a4dbc14f917af952e6936618e6f4613244
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

scdoc 1.11.2

commit 5c0a2ae75904f05a51794faf43059f98a4708da1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

squid 5.5

diff --git a/doc/scdoc/DETAILS b/doc/scdoc/DETAILS
index 30fb704..e6e7a77 100755
--- a/doc/scdoc/DETAILS
+++ b/doc/scdoc/DETAILS
@@ -1,8 +1,8 @@
SPELL=scdoc
- VERSION=1.11.1
+ VERSION=1.11.2
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://git.sr.ht/~sircmpwn/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:cd6ac88fc9db48efaae0df0f6472a18e28f92fc2735fee18c07516fd358e9c0921eae9d944020eacd08285bbf59fbcc1d389a6565cef29fc50ad511ee5e7fa9f
+
SOURCE_HASH=sha512:3fbf1a74b222dd88410636124e4b6ca73f7e77f67d512cf430a878fefcaa5c6c13a1e9f6c0c9654de15353f94bb1bd528665acebc2293bebb325501d1eb6cda3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://sr.ht/~sircmpwn/scdoc/
LICENSE[0]=MIT
diff --git a/doc/scdoc/HISTORY b/doc/scdoc/HISTORY
index aebd35a..bc89a9a 100644
--- a/doc/scdoc/HISTORY
+++ b/doc/scdoc/HISTORY
@@ -1,3 +1,6 @@
+2022-05-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.11.2
+
2021-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.11.1

diff --git a/http/squid/CONFIGURE b/http/squid/CONFIGURE
index 7763a59..88ad5f6 100755
--- a/http/squid/CONFIGURE
+++ b/http/squid/CONFIGURE
@@ -1,3 +1,5 @@
+persistent_remove SQUID_BETA &&
+
. $GRIMOIRE/config_query_multi.function &&

config_query_option SQUID_ARP_ACL "Enable arp based ACLs" y
"--enable-arp-acl" "" &&
diff --git a/http/squid/DETAILS b/http/squid/DETAILS
index ca276e4..16820c7 100755
--- a/http/squid/DETAILS
+++ b/http/squid/DETAILS
@@ -1,15 +1,8 @@
SPELL=squid
-if [[ $SQUID_BETA == "y" ]]; then
- VERSION=4.12
+ VERSION=5.5
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:96fa700a0c28711eb1ec5e44e1d324dc8d3accdddbc675def8babe057e2cc71083bd3817bc37cbd9f3c03772743df578573ee3698bbd6131df68c3580ad31ef4
+
SOURCE_HASH=sha512:f506f8cc01d59e36432d08eebd68332ef002c931425d6f95bbae7ed35281bbca453db85aba3d765913ce5d38160c48a328c322b31a1bcdcfc7f0a821d420d2c0
SOURCE_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/$SOURCE
-else
- VERSION=4.12
- SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:96fa700a0c28711eb1ec5e44e1d324dc8d3accdddbc675def8babe057e2cc71083bd3817bc37cbd9f3c03772743df578573ee3698bbd6131df68c3580ad31ef4
- SOURCE_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/$SOURCE
-fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.squid-cache.org/
ENTERED=20011214
diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index be3e7f1..e3cadda 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -1,3 +1,8 @@
+2022-05-18 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE: removed, no longer needed
+ * CONFIGURE, DETAILS: removed SQUID_BETA
+ * DETAILS: updated spell to 5.5
+
2020-08-20 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.12
Fixes compilation with GCC 10.x
diff --git a/http/squid/PREPARE b/http/squid/PREPARE
deleted file mode 100755
index aaa7ca7..0000000
--- a/http/squid/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query SQUID_BETA "build beta version?" n



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (241226a4dbc14f917af952e6936618e6f4613244), Ismael Luceno, 05/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page