Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (fa469d7db75d56f707a2b66254df728ff164ac66)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (fa469d7db75d56f707a2b66254df728ff164ac66)
  • Date: Mon, 15 Jun 2009 07:47:33 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

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

New commits:
commit fa469d7db75d56f707a2b66254df728ff164ac66
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

squid: Updated to 3.0.0STABLE16. Needed to add -Wno-error to
CXXFLAGS to get build to complete. Will notify upstream.

diff --git a/http/squid/BUILD b/http/squid/BUILD
index 56f5adf..dcd3ffc 100755
--- a/http/squid/BUILD
+++ b/http/squid/BUILD
@@ -7,6 +7,8 @@ SQUID_AUTH=basic &&
SQUID_AUTH_DIGEST='' &&
SQUID_AUTH_NTLM='' &&

+CXXFLAGS="-Wno-error $CXXFLAGS" &&
+
./configure \
--prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc/squid \
diff --git a/http/squid/DETAILS b/http/squid/DETAILS
index 54c8b48..c98bea2 100755
--- a/http/squid/DETAILS
+++ b/http/squid/DETAILS
@@ -1,12 +1,12 @@
SPELL=squid
- VERSION=3.0.STABLE15
+ VERSION=3.0.STABLE16
SOURCE=$SPELL-$VERSION.tar.bz2
# SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/${VERSION%\.*}/$SOURCE
#
SOURCE2_URL=http://www.squid-cache.org/Versions/v${VERSION%%\.*}/${VERSION%\.*}/$SOURCE2
# SOURCE_GPG=squid.gpg:$SOURCE2
-
SOURCE_HASH=sha512:171f76c3bd1d793a046b98e7c8dc81a9d5d3726a35560d50422bbd2ad78bfd9dc2d0112026acc4fa623573776594978c8b39d2fb48f83b8094839559493c4051
+
SOURCE_HASH=sha512:d4e552bbf439391a833c1a3b2e278ce971d3798b44e8a3f7241ca246dc92d2b2e7c24ded4f443bb0dc209e693f06ebf06677e69ee37881af95eb0e64cf4cc94c
WEB_SITE=http://www.squid-cache.org/
ENTERED=20011214
SECURITY_PATCH=1
diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index 01bddfe..95e9045 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -1,3 +1,7 @@
+2009-06-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.0.STABLE16
+ * BUILD: Added -Wno-error to CXXFLAGS to fix build
+
2009-05-07 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 3.0.STABLE15




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (fa469d7db75d56f707a2b66254df728ff164ac66), George Sherwood, 06/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page