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
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