Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (4df7b485752ba04720f63cadd74c375e2ac4d681)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (4df7b485752ba04720f63cadd74c375e2ac4d681)
  • Date: Thu, 6 Jul 2006 21:50:41 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

http/amaya/DETAILS | 4 ++--
http/amaya/HISTORY | 3 +++
http/dansguardian/DETAILS | 4 ++--
http/dansguardian/HISTORY | 3 +++
http/squid/BUILD | 3 ++-
http/squid/CONFIGURE | 1 +
http/squid/HISTORY | 6 ++++++
http/webalizer/DEPENDS | 3 ++-
http/webalizer/HISTORY | 3 +++
http/xsp/DETAILS | 4 ++--
http/xsp/HISTORY | 6 ++++++
11 files changed, 32 insertions(+), 8 deletions(-)

New commits:
commit 4df7b485752ba04720f63cadd74c375e2ac4d681
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

webalizer

Needed to depend on libpng

commit 38c75bff8cfae665f32eca90ad8ce92f866988c3
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

dansguardian

Updated to latest stable version

commit 0b31a6157de3819b49d6a8e6aeccf35c0b27cdae
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

xsp

Version bumped
Thanks due to Richard Johns <johnsr AT lincoln.ac.nz>

commit 41827dd1dcd2a29d856521ff13ec8c7e864447e0
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

squid

Fixing bug 8824

commit b709175385a417f5cfc8e61af56c4f6f9c497162
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

amaya

Version bumped. Didn't build for me, but the problem was openGL related
probably due to xorg-modular newness.. There's a bug on bugzilla anyway
bug 6057

diff --git a/http/amaya/DETAILS b/http/amaya/DETAILS
index f98dc88..217c337 100755
--- a/http/amaya/DETAILS
+++ b/http/amaya/DETAILS
@@ -1,6 +1,6 @@
SPELL=amaya
- VERSION=9.2.1
-
SOURCE_HASH=sha512:3e4a155aa9b11a0cb7d1ee3f9baf15aa6d90dd5b9a6a632ca28d2974f2cdbe6f3c2932960d76c4713a1c5038739686dc429d8a12f60d5d96fae4015e82e35679
+ VERSION=9.51
+
SOURCE_HASH=sha512:bc5bd83f474071748b90315ecc5fd6161391488da0b8ed0195de753675c4c4cda19e3e9b5609f62c975e00cacf304e5072aa546f58309e023c8d7812c70546cd
SOURCE=$SPELL-fullsrc-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Amaya
SOURCE_URL[0]=http://www.w3.org/Amaya/Distribution/$SOURCE
diff --git a/http/amaya/HISTORY b/http/amaya/HISTORY
index 4d0c241..2327ae1 100644
--- a/http/amaya/HISTORY
+++ b/http/amaya/HISTORY
@@ -1,3 +1,6 @@
+2006-07-06 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: Version bumped
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/http/dansguardian/DETAILS b/http/dansguardian/DETAILS
index b3620a1..30d7fea 100755
--- a/http/dansguardian/DETAILS
+++ b/http/dansguardian/DETAILS
@@ -1,6 +1,6 @@
SPELL=dansguardian
- VERSION=2.8.0.4
-
SOURCE_HASH=sha512:b9037861c017a931b5093919661c58d9434bca6f9d0ed744b4e05086b1a1d9b1c2c4cdde94d66d96f7e7144c1358e0a5060104e8e06753c2f55e028790030bdd
+ VERSION=2.8.0.6
+
SOURCE_HASH=sha512:fe698313319afe32aca2b1f52fb965f27e7cb82d4493dcfd1c2d41880cff962dc49d88b05b97808464c662229d015a974d000bf9950c463c5a2bf0fbbc7f9007
SOURCE=$SPELL-$VERSION.source.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE=http://dansguardian.org/?page=copyright2
diff --git a/http/dansguardian/HISTORY b/http/dansguardian/HISTORY
index 1f2330a..e250264 100644
--- a/http/dansguardian/HISTORY
+++ b/http/dansguardian/HISTORY
@@ -1,3 +1,6 @@
+2006-07-06 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: version bumped to latest stable
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/http/squid/BUILD b/http/squid/BUILD
index 2fd5050..07ba6fa 100755
--- a/http/squid/BUILD
+++ b/http/squid/BUILD
@@ -18,6 +18,7 @@ SQUID_AUTH_NTLM='' &&
--enable-auth="$SQUID_AUTH" \
--enable-digest-auth-helpers="$SQUID_AUTH_DIGEST" \
--enable-ntlm-auth-helpers="$SQUID_AUTH_NTLM" \
- $OPTS &&
+ $SQUID_ARP_ACL \
+ $OPTS &&


make
diff --git a/http/squid/CONFIGURE b/http/squid/CONFIGURE
new file mode 100755
index 0000000..42f4260
--- /dev/null
+++ b/http/squid/CONFIGURE
@@ -0,0 +1 @@
+config_query_option SQUID_ARP_ACL "Enable arp based ACLs" y
"--enable-arp-acl" ""
diff --git a/http/squid/HISTORY b/http/squid/HISTORY
index 9209c63..d84379e 100644
--- a/http/squid/HISTORY
+++ b/http/squid/HISTORY
@@ -1,3 +1,9 @@
+2006-07-06 David Kowis <dkowis AT shlrm.org>
+ * BUILD,CONFIGURE: Added patch provided by Richard Johns
<johnsr AT lincoln.ac.nz>
+ Patch supplied history patch too, but has been in bugzilla since
2005-05-07
+ so it didn't apply.
+ Should probably be done more generically, but that can be done
later.
+
2006-07-03 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 2.6STABLE1

diff --git a/http/webalizer/DEPENDS b/http/webalizer/DEPENDS
index a818eb5..52b7de2 100755
--- a/http/webalizer/DEPENDS
+++ b/http/webalizer/DEPENDS
@@ -1,4 +1,5 @@
-depends gd &&
+depends gd &&
+depends libpng &&
if [[ "$WEBALIZER_DNS" == "y" ]] ; then
depends db '--with-db=/usr/include --with-dblib=db-4.3 --enable-dns'
fi
diff --git a/http/webalizer/HISTORY b/http/webalizer/HISTORY
index 5f9157a..6c824e7 100644
--- a/http/webalizer/HISTORY
+++ b/http/webalizer/HISTORY
@@ -1,3 +1,6 @@
+2006-07-06 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added dependency on libpng, which I found while trying to
test a bug
+
2006-05-16 David Kowis <dkowis AT shlrm.org>
* CONFIGURE, DEPENDS: added DNS lookup support
* DETAILS: Added DNS.README to the DOCS
diff --git a/http/xsp/DETAILS b/http/xsp/DETAILS
index ca49885..d996c44 100755
--- a/http/xsp/DETAILS
+++ b/http/xsp/DETAILS
@@ -1,9 +1,9 @@
SPELL=xsp
- VERSION=1.0.9
+ VERSION=1.1.15
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://go-mono.com/sources/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:5b28e8167c26ab5c900f686f4a9dbc2847690df4e42badc7b0af03422b5300ec5ee123ee4daec09ea19359847c48b746cf436345a4a4436bba71f218934d3a62
+
SOURCE_HASH=sha512:147c8e29baf7c6364ea8ab232094627ce4e55eb65ee11505c1616f308adbaadf44b42c4a4d26667c1b0edf9515d1167f0685aed275c340657f862507f615878e
WEB_SITE=http://www.mono-project.com/
ENTERED=2005119
UPDATED=2005218
diff --git a/http/xsp/HISTORY b/http/xsp/HISTORY
index 1ad1a7e..05df0a7 100644
--- a/http/xsp/HISTORY
+++ b/http/xsp/HISTORY
@@ -1,3 +1,9 @@
+2006-07-06 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: version bumped
+ Credit due to Richard Johns <johnsr AT lincoln.ac.nz>
+ He's been submitting patches to bugzilla for over a year,
+ For this version bump
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] GIT changes to master grimoire by David Kowis (4df7b485752ba04720f63cadd74c375e2ac4d681), David Kowis, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page