Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (51c72234188f075621e021468b7a26893456439f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (51c72234188f075621e021468b7a26893456439f)
  • Date: Wed, 19 Nov 2008 05:27:00 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
database/firebird/BUILD | 13 ++++++-------
database/firebird/DETAILS | 6 +++---
database/firebird/HISTORY | 11 +++++++++++
database/firebird/INSTALL | 5 -----
database/firebird/fb2.0.patch.bz2 |binary
database/firebird/fb2.1.patch.bz2 |binary
database/firebird/fb2.5.patch.bz2 |binary
http/cherokee/DETAILS | 8 ++++----
http/cherokee/HISTORY | 3 +++
kernels/dazukofs/BUILD | 4 ++++
kernels/dazukofs/DETAILS | 20 ++++++++++++++++++++
kernels/dazukofs/FINAL | 2 ++
kernels/dazukofs/HISTORY | 3 +++
kernels/dazukofs/INSTALL | 1 +
kernels/dazukofs/POST_RESURRECT | 2 ++
kernels/dazukofs/PRE_BUILD | 6 ++++++
kernels/dazukofs/TRIGGERS | 1 +
kernels/dazukofs/dazuko.gpg |binary
19 files changed, 69 insertions(+), 19 deletions(-)

New commits:
commit 51c72234188f075621e021468b7a26893456439f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dazukofs-3.0.0-rc3

commit 1e3d1b513034819c9b377cb83230c0cd6cd360da
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"firebird-2.0.5.13200-0.RC1"

commit 6dd80ce8d93784ee3f90c6e9cb616bb3c46b6ad7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"ddrescue-1.9"

commit 1284d8ef34298b39c734b273111199f2c8054330
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

"cherokee-0.10.1"

diff --git a/ChangeLog b/ChangeLog
index 55f2d3c..ddb0da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * kernels/dazukofs: new spell, stackable file system
+
2008-11-18 Julien "_kaze_" ROZO <julien AT rozo.org>
* kde4-apps/darkroom: new spell, a raw decoder for kde4
* kde4-apps/kdesvn4: new spell, kde4 version of kdesvn
diff --git a/database/firebird/BUILD b/database/firebird/BUILD
index 52b6b17..d58ab0e 100755
--- a/database/firebird/BUILD
+++ b/database/firebird/BUILD
@@ -2,14 +2,15 @@
persistent_add FB_PREFIX &&
FB_PREFIX=${INSTALL_ROOT}/opt/firebird &&
OPTS="${OPTS} ${FB_SS}" &&
-if [[ $$FB_VER == 2.0 ]];then
+if [[ $FB_VER == 2.0 ]];then
if spell_ok icu; then
ICU_FLAGS=`icu-config --ldflags-libsonly` &&
LDFLAGS="$LDFLAGS $ICU_FLAGS"
fi &&
if spell_ok libedit; then
LDFLAGS="$LDFLAGS -ledit"
- fi
+ fi &&
+ make_single
fi &&
# prepare optional language support
for LL in $FB_GPRE; do
@@ -19,7 +20,6 @@ fi &&
done &&
OPTS="${OPTS} ${FB_STAT}" &&
LDFLAGS="$LDFLAGS -lpthread" &&
- make_single &&
./configure \
--prefix=$FB_PREFIX \
$OPTS &&
@@ -41,9 +41,9 @@ if [[ $FB_CLIENT == n ]]; then
# Nobody except firebird permitted to even read this file
chown firebird:firebird $FF &&
chmod 0600 $FF
- fi
+ fi &&
# all database should be owned by firebird
- cd $SOURCE_DIRECTORY/gen/ &&
+# cd $SOURCE_DIRECTORY/gen/ &&
for DB in `ls examples/empbuild/*.fdb`
do
chmod ug+w $DB &&
@@ -57,5 +57,4 @@ else
make -f Makefile.client.isql
# probably need to build gbak and then restore messages and help fdb
# make -f Makefile.client.gbak
-fi &&
-make_normal
+fi
diff --git a/database/firebird/DETAILS b/database/firebird/DETAILS
index c81dd8e..8587e49 100755
--- a/database/firebird/DETAILS
+++ b/database/firebird/DETAILS
@@ -5,8 +5,8 @@ case $FB_VER in

SOURCE_HASH=sha512:2a6a0c0094ffb769de5d4818cb2f6278bd10be5a3c132055acc964c227d0247edfcc5aea88d90217d52a29891c79171b657c3185eed08a5ee6c79dfde63d2fea
;;
2.0)
- VERSION=2.0.4.13130-1
-
SOURCE_HASH=sha512:b71f2d4aa783bf63f7f53fd8c88b6cd5f333bc5b2b634bcef355e3025c3f8baadcf18776e81029aa7e80a9b09eb95c0a792b88dda0c4678d27277d30cfac185e
+ VERSION=2.0.5.13200-0.RC1
+
SOURCE_HASH=sha512:5aa4c17bfc46c0617d6742420ebd1d43317ea552b1b3bf1ab3f0430268b23708bc9e624e5c7b84641cb768c4c56d2ce2f0233e14d92d5c0a675def8ee2e78815
;;
*)
VERSION=2.1.1.17910-0
@@ -16,7 +16,7 @@ esac
SOURCE=${SPELL/f/F}-$VERSION.tar.bz2
SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/source/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/firebird/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/f/F}-${VERSION/RC?/0}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/f/F}-${VERSION/\.RC?/}
WEB_SITE=http://www.firebirdsql.org
LICENSE=IDPL
ENTERED=20031111
diff --git a/database/firebird/HISTORY b/database/firebird/HISTORY
index 003919b..dbc8370 100644
--- a/database/firebird/HISTORY
+++ b/database/firebird/HISTORY
@@ -1,3 +1,14 @@
+2008-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.5.13200-0.RC1
+ * fb2.*.patch.bz2: update
+ * BUILD: add missing &&
+ * INSTALL: move more logic into the patched makeInstallImage.sh.in
+
+2008-11-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix typo
+ remove make_single, except for fb2.0
+ * fb2.{1,5}.patch.bz2: update for make_single
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD, init.d/firebird2, volatiles, configs, excluded,
xinetd/firebird: now install to /opt/firebird
diff --git a/database/firebird/INSTALL b/database/firebird/INSTALL
index 1c7276e..d3947dd 100755
--- a/database/firebird/INSTALL
+++ b/database/firebird/INSTALL
@@ -4,11 +4,6 @@ if [[ $FB_CLIENT == n ]]; then
# prepare an install image
cd $SOURCE_DIRECTORY/gen &&
./install/makeInstallImage.sh &&
-# security database
- FF=firebird/security2.fdb &&
- if [[ -e $FF ]];then
- cp $FF $FB_PREFIX
- fi
# config files
cd $SOURCE_DIRECTORY/gen/install/misc &&
install_config_file firebird.conf $FB_PREFIX/firebird.conf &&
diff --git a/database/firebird/fb2.0.patch.bz2
b/database/firebird/fb2.0.patch.bz2
index da8aff5..d120067 100644
Binary files a/database/firebird/fb2.0.patch.bz2 and
b/database/firebird/fb2.0.patch.bz2 differ
diff --git a/database/firebird/fb2.1.patch.bz2
b/database/firebird/fb2.1.patch.bz2
index 29cd638..72e11c4 100644
Binary files a/database/firebird/fb2.1.patch.bz2 and
b/database/firebird/fb2.1.patch.bz2 differ
diff --git a/database/firebird/fb2.5.patch.bz2
b/database/firebird/fb2.5.patch.bz2
index 5bc9a24..c20042d 100644
Binary files a/database/firebird/fb2.5.patch.bz2 and
b/database/firebird/fb2.5.patch.bz2 differ
diff --git a/http/cherokee/DETAILS b/http/cherokee/DETAILS
index 394382a..fb2c880 100755
--- a/http/cherokee/DETAILS
+++ b/http/cherokee/DETAILS
@@ -1,10 +1,10 @@
SPELL=cherokee
if [[ $CHER_DEV == y ]];then
- VERSION=0.10.0
-
SOURCE_HASH=sha512:f7ce9e0b4a4788995a8efeee4cb5113c234b7c20bced298fc72bafee24355557ef6b98e93038468d3c111563f67e44acf2e1fd91399f837fe46787523c180501
+ VERSION=0.10.1
+
SOURCE_HASH=sha512:efe614da20a383ed5993f7ca203b03434f5daf984aab9ab0a6fd2fdb62afd5b494f7cae17d2661e0ee7ed204c3e9bd5dbada2da532b4eefff816ee18d8d26cf5
else
- VERSION=0.10.0
-
SOURCE_HASH=sha512:f7ce9e0b4a4788995a8efeee4cb5113c234b7c20bced298fc72bafee24355557ef6b98e93038468d3c111563f67e44acf2e1fd91399f837fe46787523c180501
+ VERSION=0.10.1
+
SOURCE_HASH=sha512:efe614da20a383ed5993f7ca203b03434f5daf984aab9ab0a6fd2fdb62afd5b494f7cae17d2661e0ee7ed204c3e9bd5dbada2da532b4eefff816ee18d8d26cf5
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/http/cherokee/HISTORY b/http/cherokee/HISTORY
index 6650804..b23407a 100644
--- a/http/cherokee/HISTORY
+++ b/http/cherokee/HISTORY
@@ -1,3 +1,6 @@
+2008-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.10.1 (both)
+
2008-10-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.10.0 (both)

diff --git a/kernels/dazukofs/BUILD b/kernels/dazukofs/BUILD
new file mode 100755
index 0000000..029ecbd
--- /dev/null
+++ b/kernels/dazukofs/BUILD
@@ -0,0 +1,4 @@
+#local KVERS &&
+#KVERS=$(get_kernel_version) &&
+#./configure --kernelsrcdir=/usr/src/linux-$KVERS $OPTS &&
+make
diff --git a/kernels/dazukofs/DETAILS b/kernels/dazukofs/DETAILS
new file mode 100755
index 0000000..bc8f70c
--- /dev/null
+++ b/kernels/dazukofs/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=dazukofs
+ VERSION=3.0.0-rc3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://dazuko.dnsalias.org/files/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG="dazuko.gpg:$SOURCE2:UPSTREAM_KEY"
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://dazuko.dnsalias.org
+ ENTERED=20081119
+ KEYWORDS="kernels"
+ SHORT="stackable access monitoring file system"
+ LICENSE[0]=GPL
+cat << EOF
+DazukoFS is a stackable filesystem that provides a mechanism for userspace
+applications to perform online file access control. It was originally
+developed to support online virus scanners, but could be useful for any
+application that wishes to perform online file access control.
+EOF
diff --git a/kernels/dazukofs/FINAL b/kernels/dazukofs/FINAL
new file mode 100755
index 0000000..ce12f78
--- /dev/null
+++ b/kernels/dazukofs/FINAL
@@ -0,0 +1,2 @@
+KVERS=$(get_kernel_version) &&
+depmod -v $KVERS > /dev/null
diff --git a/kernels/dazukofs/HISTORY b/kernels/dazukofs/HISTORY
new file mode 100644
index 0000000..a77c198
--- /dev/null
+++ b/kernels/dazukofs/HISTORY
@@ -0,0 +1,3 @@
+2008-11-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.0-rc3
+ spell created, based on dazuko
diff --git a/kernels/dazukofs/INSTALL b/kernels/dazukofs/INSTALL
new file mode 100755
index 0000000..8eb946b
--- /dev/null
+++ b/kernels/dazukofs/INSTALL
@@ -0,0 +1 @@
+make dazukofs_install
diff --git a/kernels/dazukofs/POST_RESURRECT b/kernels/dazukofs/POST_RESURRECT
new file mode 100755
index 0000000..ce12f78
--- /dev/null
+++ b/kernels/dazukofs/POST_RESURRECT
@@ -0,0 +1,2 @@
+KVERS=$(get_kernel_version) &&
+depmod -v $KVERS > /dev/null
diff --git a/kernels/dazukofs/PRE_BUILD b/kernels/dazukofs/PRE_BUILD
new file mode 100755
index 0000000..4943c88
--- /dev/null
+++ b/kernels/dazukofs/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix to allow compile during kernel upgrade
+KVERS=$(get_kernel_version) &&
+sed -i "s/\`uname -r\`/$KVERS/;/depmod/D" Makefile
+
diff --git a/kernels/dazukofs/TRIGGERS b/kernels/dazukofs/TRIGGERS
new file mode 100755
index 0000000..bb1c400
--- /dev/null
+++ b/kernels/dazukofs/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self
diff --git a/kernels/dazukofs/dazuko.gpg b/kernels/dazukofs/dazuko.gpg
new file mode 100644
index 0000000..30cd6d0
Binary files /dev/null and b/kernels/dazukofs/dazuko.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (51c72234188f075621e021468b7a26893456439f), Treeve Jelbert, 11/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page