[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3b9a6d253eec863c566e657e2075e119d2e7c91)

Treeve Jelbert scm at mail.sourcemage.org
Mon Oct 2 05:11:02 EDT 2006


GIT changes to master grimoire by Treeve Jelbert <treeve at scarlet.be>:

 http/privoxy/DETAILS                     |   16 +++++------
 http/privoxy/HISTORY                     |    6 ++++
 http/privoxy/PRE_BUILD                   |    6 ++--
 http/privoxy/mk.patch                    |   44 +++++++------------------------
 kernels/ndiswrapper/DETAILS              |    4 +-
 kernels/ndiswrapper/HISTORY              |    3 ++
 libs/libofx/DETAILS                      |    5 +--
 libs/libofx/HISTORY                      |    5 +++
 libs/libofx/PRE_BUILD                    |    4 +-
 libs/libofx/explicit-qualification.patch |   11 -------
 telephony/bayonne2/DETAILS               |    4 +-
 telephony/bayonne2/HISTORY               |    3 ++
 telephony/ccrtp/DETAILS                  |    5 +--
 telephony/ccrtp/HISTORY                  |    3 ++
 telephony/commoncpp2/DETAILS             |    4 +-
 telephony/commoncpp2/HISTORY             |    3 ++
 telephony/twinkle/DETAILS                |    4 +-
 17 files changed, 58 insertions(+), 72 deletions(-)

New commits:
commit c3b9a6d253eec863c566e657e2075e119d2e7c91
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    bayonne2-1.5.29

commit 0cdd9f74bbb428e26a34a3ad1593a8757982befc
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    twinkle-0.9

commit 3920f99b1b8a39fd2435cfba295d1d4f8c232189
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    ccrtp-1.5.0

commit 03ab7c0725a4028ef4749257a30dc857231c0169
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    commoncpp2-1.5.0

commit b716fbeb6f9427740b5eb94975c407c5d8e8f185
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    ndiswrapper-1.24

commit f07ce2366d1bb474ca10ebba95634873a4a26d13
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    libofx-0.8.2

commit f116a37c658fe4f4f0e87aba4961ac54c5b40ae2
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    privoxy-3.0.5

diff --git a/http/privoxy/DETAILS b/http/privoxy/DETAILS
index a5c0954..8897d43 100755
--- a/http/privoxy/DETAILS
+++ b/http/privoxy/DETAILS
@@ -1,17 +1,17 @@
            SPELL=privoxy
       SF_PROJECT=ijbswa
-         VERSION=3.0.3
-          SOURCE=$SPELL-$VERSION-stable-src.tar.gz
-     SOURCE_HASH=sha512:765dfa1312ffcf47e33d22d8bcdc69b3dc9b496c8d49c166b3e81c9411aeeb5ab4946cfc2b054a06cb3212cd7df9d87c71e1582b7234458f225a723fdfc7d5cb
-         SOURCE2=default.action-1.9
-    SOURCE2_HASH=sha512:a4f71acb521414e4c472d77ac5f7a5e87551bcf1eff4877a1273762847d0b10f9cc69a005a861a0faf157c74cc809e6dea77e638aec39b2dd30ef6ea2302fdc1
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-stable
+         VERSION=3.0.5
+          SOURCE=$SPELL-$VERSION-beta-src.tar.gz
+     SOURCE_HASH=sha512:543ebaab4508472e10b7b73f6f16dc91fada480049f4b2a24c0f60da2d436b6715e2391ad53245a059fbeac7ff489859bbb8775351c8ac92ddd9da0e7a15e6bb
+#         SOURCE2=default.action-1.9
+#    SOURCE2_HASH=sha512:a4f71acb521414e4c472d77ac5f7a5e87551bcf1eff4877a1273762847d0b10f9cc69a005a861a0faf157c74cc809e6dea77e638aec39b2dd30ef6ea2302fdc1
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-BETA
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SF_PROJECT/$SOURCE
-  SOURCE2_URL[0]=$SOURCEFORGE_URL/$SF_PROJECT/$SOURCE2
+#  SOURCE2_URL[0]=$SOURCEFORGE_URL/$SF_PROJECT/$SOURCE2
         WEB_SITE=http://www.privoxy.org/
      GATHER_DOCS=off
          ENTERED=20030403
-      PATCHLEVEL=1
+#      PATCHLEVEL=1
         KEYWORDS="web http"
            SHORT='Privoxy is a web proxy with advanced filtering capabilities for protecting privacy'
 cat << EOF
diff --git a/http/privoxy/HISTORY b/http/privoxy/HISTORY
index c0ed84d..76c9e1e 100644
--- a/http/privoxy/HISTORY
+++ b/http/privoxy/HISTORY
@@ -1,3 +1,9 @@
+2006-09-30 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: version 3.0.5
+	  don't get action file, latest version now include
+	* PRE_BUILD: don't update action file
+	* mk.patch: update
+
 2006-09-21 Treeve Jelbert <treeve at pi.be>
 	* DETAILS: PATCHLEVEL=1
 	  download updated default.action file
diff --git a/http/privoxy/PRE_BUILD b/http/privoxy/PRE_BUILD
index eecde0b..e86ab65 100755
--- a/http/privoxy/PRE_BUILD
+++ b/http/privoxy/PRE_BUILD
@@ -1,9 +1,9 @@
 default_pre_build     &&
 cd $SOURCE_DIRECTORY  &&
 # add updated actions file
-verify_file 2         &&
-cp $SOURCE_CACHE/$SOURCE2 ./default.action &&
+#verify_file 2         &&
+#cp $SOURCE_CACHE/$SOURCE2 ./default.action &&
 # apply smgl patch
-patch -p0 <$SPELL_DIRECTORY/mk.patch &&
+patch -p1 <$SPELL_DIRECTORY/mk.patch &&
 autoheader &&
 autoconf
diff --git a/http/privoxy/mk.patch b/http/privoxy/mk.patch
index 90696b8..749948a 100644
--- a/http/privoxy/mk.patch
+++ b/http/privoxy/mk.patch
@@ -1,38 +1,14 @@
---- GNUmakefile.in	2003-09-26 13:38:26.000000000 +0200
-+++ GNUmakefile.in.cp	2003-09-26 13:43:38.000000000 +0200
-@@ -1182,34 +1182,7 @@
- 		$(CHGRP) $$GROUP_T $(LOG_DEST)/logfile $(LOG_DEST)/jarfile || \
- 		$(ECHO) "** WARNING ** current install user different from configured user. Logging may fail!!" ;\
- 	fi ;\
--	$(CHMOD) $(RWD_MODE) $(LOG_DEST)/logfile $(LOG_DEST)/jarfile || exit 1 ;\
--	if [ "$(prefix)" = "/usr/local" ] || [ "$(prefix)" = "/usr" ]; then \
--		if [ -f /etc/slackware-version ] && [ -d /etc/rc.d/ ] && [ -w /etc/rc.d/ ] ; then \
--               $(SED) 's+%PROGRAM%+$(PROGRAM)+' slackware/rc.privoxy.orig | \
--               $(SED) 's+%SBIN_DEST%+$(SBIN_DEST)+' | \
--               $(SED) 's+%CONF_DEST%+$(CONF_DEST)+' | \
--               $(SED) 's+%USER%+$$USER+' | \
--               $(SED) 's+%GROUP%+$(GROUP_T)+' >slackware/rc.privoxy ;\
--			$(INSTALL) $(INSTALL_P) slackware/rc.privoxy /etc/rc.d/ ;\
--               $(ECHO) "Installing for Slackware." ;\
--               $(ECHO) "Dont forget to add the rc.privoxy to rc.local if you want it started at every boot" ;\
--		elif [ -f /etc/redhat-release ] && [ -d /etc/rc.d/init.d/ ] && [ -w /etc/rc.d/init.d/ ] ; then \
--               $(ECHO) "Installing init script to /etc/rc.d/init.d/privoxy" ;\
--			$(SED) 's,^PRIVOXY_BIN=.*,PRIVOXY_BIN="/usr/local/sbin/$(PROGRAM)",' privoxy.init |\
--			$(SED) 's,^PRIVOXY_CONF=.*,PRIVOXY_CONF="$(CONF_DEST)/config",' |\
--			$(SED) "s,^PRIVOXY_USER=.*,PRIVOXY_USER=$$USER," > init.tmp ;\
--			$(INSTALL) $(INSTALL_P) init.tmp /etc/rc.d/init.d/privoxy && $(RM) init.tmp;\
--			$(MKDIR) /etc/logrotate.d/ ;\
--			$(ECHO) "Installing logrotate script to /etc/logrotate.d/" ;\
--			$(INSTALL) -m 0644 privoxy.logrotate /etc/logrotate.d/privoxy ;\
+diff -uNr privoxy-3.0.5-BETA/GNUmakefile.in privoxy-3.0.5-BETA.cp/GNUmakefile.in
+--- privoxy-3.0.5-BETA/GNUmakefile.in	2006-09-13 03:25:16.000000000 +0200
++++ privoxy-3.0.5-BETA.cp/GNUmakefile.in	2006-09-30 11:51:51.000000000 +0200
+@@ -1240,10 +1240,6 @@
+ 			$(MKDIR) /etc/logrotate.d/ ;\
+ 			$(ECHO) "Installing logrotate script to /etc/logrotate.d/" ;\
+ 			$(INSTALL) -m 0644 privoxy.logrotate /etc/logrotate.d/privoxy ;\
 -		elif [ -d /etc/init.d ] && [ -w /etc/init.d ] ; then \
 -			$(ECHO) "Installing generic init script to /etc/init.d/privoxy" ;\
 -			$(ECHO) "Please check that the PATHs are correct, and edit if needed." ;\
 -			$(INSTALL) $(INSTALL_P) privoxy-generic.init /etc/init.d/privoxy ;\
--		fi ;\
--	else \
--		$(ECHO) "No init script installed, install it manually if needed" ;\
--	fi
-+	$(CHMOD) $(RWD_MODE) $(LOG_DEST)/logfile $(LOG_DEST)/jarfile || exit 1 ;
- 	@# mmmmm, good.
- 	@$(ECHO) "$(PROGRAM_V) installation succeeded!"
- 	@$(ECHO) "The Privoxy configuration files have been installed in $(CONF_DEST)"
+ 		fi ;\
+ 	else \
+ 		$(ECHO) "No init script installed, install it manually if needed" ;\
diff --git a/kernels/ndiswrapper/DETAILS b/kernels/ndiswrapper/DETAILS
index 2a19afd..c186658 100755
--- a/kernels/ndiswrapper/DETAILS
+++ b/kernels/ndiswrapper/DETAILS
@@ -1,6 +1,6 @@
            SPELL=ndiswrapper
-         VERSION=1.23
-    SOURCE_HASH=sha512:4c3f02bfbbe7647a81d2241c2cf28c25954aad4a5ccd7a51a9c9efe3d51a5aaf20bbb17c32838def0f212899aa8a528a189a2ec142681f85a343ca563e428502
+         VERSION=1.24
+    SOURCE_HASH=sha512:85e379de5229aaf16f6e84f5ddf389c1c5e022f4c0cb8d93654bbc3658f3fe4b550a7ff379aa1c46267c4616f135486675c619eab1bd98fe26c6bcd7ad6843bc
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/kernels/ndiswrapper/HISTORY b/kernels/ndiswrapper/HISTORY
index 2fe03e6..61c36da 100644
--- a/kernels/ndiswrapper/HISTORY
+++ b/kernels/ndiswrapper/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: upgrade to 1.24
+
 2006-08-10 Treeve Jelbert <treeve at pi.be>
 	* DETAILS: upgrade to 1.23
 
diff --git a/libs/libofx/DETAILS b/libs/libofx/DETAILS
index 5fd2b26..8c0d14e 100755
--- a/libs/libofx/DETAILS
+++ b/libs/libofx/DETAILS
@@ -11,15 +11,14 @@ if  [  "${LIBOFX_CVS}"  ==  "y"  ];  the
    SOURCE_IGNORE=volatile
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
 else
-          VERSION=0.8.0
+          VERSION=0.8.2
+     SOURCE_HASH=sha512:39b052dd7313ab174dd2132438924f53141e1800e4e82035372ef2ebbfaf6a5b182f8aaf6fa8210dac4ed803dadad22396e93bdf3fdf41cea415f6bcd89c89a5
           SOURCE=${SPELL}-${VERSION}.tar.gz
    SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-     SOURCE_HASH=sha512:126851353fc0a9e5a124291f2bd66d1f725dfc64b39311a35d01c69dbf1ee59a55af5be2e86b320bf213839c2f38f13cf910176a4d2c4a40f71f122e870e9d72
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
 fi
         WEB_SITE=http://libofx.sourceforge.net/
          ENTERED=20030713
-         UPDATED=20050709
          LICENSE=GPL
         KEYWORDS="libs"
            SHORT="libofx gives access to ofx files"
diff --git a/libs/libofx/HISTORY b/libs/libofx/HISTORY
index dfd9747..fa89a5a 100644
--- a/libs/libofx/HISTORY
+++ b/libs/libofx/HISTORY
@@ -1,3 +1,8 @@
+2006-09-30 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: version 0.8.2
+	* PRE_BUILD: don't apply patch
+	* explicit-qualification.patch: remove
+
 2006-05-29 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DEPENDS: added missing openssl dep #11130
 
diff --git a/libs/libofx/PRE_BUILD b/libs/libofx/PRE_BUILD
index 5c9abb2..29f3c16 100755
--- a/libs/libofx/PRE_BUILD
+++ b/libs/libofx/PRE_BUILD
@@ -3,6 +3,6 @@ cd  $SOURCE_DIRECTORY  &&
 
 if  [  "${LIBOFX_CVS}"  ==  "y"  ];  then
   NOCONFIGURE="ON"  ./autogen.sh
-else
-  patch  -p0  <  $SCRIPT_DIRECTORY/explicit-qualification.patch
+#else
+#  patch  -p0  <  $SCRIPT_DIRECTORY/explicit-qualification.patch
 fi
diff --git a/libs/libofx/explicit-qualification.patch b/libs/libofx/explicit-qualification.patch
deleted file mode 100644
index c4cb489..0000000
--- a/libs/libofx/explicit-qualification.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/tree.hh~	2004-04-09 08:51:45.000000000 +0200
-+++ lib/tree.hh	2006-03-01 10:46:02.000000000 +0100
-@@ -69,7 +69,7 @@
-    }
- 
- template <class T1>
--inline void kp::destructor(T1* p)
-+inline void destructor(T1* p)
-    {
-    p->~T1();
-    }
diff --git a/telephony/bayonne2/DETAILS b/telephony/bayonne2/DETAILS
index 38f99ab..5158e96 100755
--- a/telephony/bayonne2/DETAILS
+++ b/telephony/bayonne2/DETAILS
@@ -1,6 +1,6 @@
            SPELL=bayonne2
-         VERSION=1.5.28
-     SOURCE_HASH=sha512:a29d82166a28419c4b30a83f20eca0a8ec7430714789fb18a52998d3b579ba6cc572157d4d6028866bdaf7c58ff46726c5b1613a790a61299a1c9bdbd1b0f6db
+         VERSION=1.5.29
+     SOURCE_HASH=sha512:15d61e42f125360334bafe8ae7ea55ffac0d2bd40dbdcd7760865b47f21283c4508db76140e7c4fc5ebe1abc289868e02cf70569a57971549ffb447e0b797c84
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$GNU_URL/bayonne/$SOURCE
diff --git a/telephony/bayonne2/HISTORY b/telephony/bayonne2/HISTORY
index dc4f0c4..f197633 100644
--- a/telephony/bayonne2/HISTORY
+++ b/telephony/bayonne2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: version 1.5.29
+
 2006-09-09 Treeve Jelbert <treeve at pi.be>
 	* DETAILS: version 1.5.28
 
diff --git a/telephony/ccrtp/DETAILS b/telephony/ccrtp/DETAILS
index d588e98..f9c2986 100755
--- a/telephony/ccrtp/DETAILS
+++ b/telephony/ccrtp/DETAILS
@@ -1,13 +1,12 @@
            SPELL=ccrtp
-         VERSION=1.4.1
-     SOURCE_HASH=sha512:18414007036b9a45a0f0bf53a2d1278ed8ba3dab556e145934dd9efd9c6d2b3cc8b40c7c45dd4189c0c9999e2a2a04fa22f93d197294cc1d8e162943dda4dc09
+         VERSION=1.5.0
+     SOURCE_HASH=sha512:3f4eaec0c9c709840f043cb40c98a9fb6ef5b134eb3ace5e9f83fca95e31615dc9855ce3babb89fe58922f7c999938644a4dcdd0ec111d6aa5f118e3d5da7445
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/gnutelephony/$SOURCE
         WEB_SITE=http://www.gnu.org/software/ccrtp/
       LICENSE[0]=GPL
          ENTERED=20051023
-         UPDATED=20051023
         KEYWORDS="telephony"
 SHORT="an implementation of RTP, the real-time transport protocol from the IETF"
 cat << EOF
diff --git a/telephony/ccrtp/HISTORY b/telephony/ccrtp/HISTORY
index d5ea259..6421df4 100644
--- a/telephony/ccrtp/HISTORY
+++ b/telephony/ccrtp/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: version 1.5.0
+
 2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed BUILD_API=2.
 
diff --git a/telephony/commoncpp2/DETAILS b/telephony/commoncpp2/DETAILS
index 2b82b4b..c73c984 100755
--- a/telephony/commoncpp2/DETAILS
+++ b/telephony/commoncpp2/DETAILS
@@ -1,6 +1,6 @@
            SPELL=commoncpp2
-         VERSION=1.4.2
-     SOURCE_HASH=sha512:92b4d16ffd7f206f8f0b254fe9746a8a93d342bef8b911a9961d87e61c6a18e99d105bd74a42818837dc0a6f1a8d58deedaf58b595385507def4a3ab7c6ccdc8
+         VERSION=1.5.0
+     SOURCE_HASH=sha512:94efaab6f8b37a58250a169a595b3d83d376161da6a2a1080c14bcb207ca93e0f3647410e0e29b6b43ff136b64d76a0d6ecf2357d40e1ec3783f69cbaf79916c
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/gnutelephony/$SOURCE
diff --git a/telephony/commoncpp2/HISTORY b/telephony/commoncpp2/HISTORY
index 954381f..8f34391 100644
--- a/telephony/commoncpp2/HISTORY
+++ b/telephony/commoncpp2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: version 1.5.0
+
 2006-06-22 Treeve Jelbert <treeve01 at pi.be>
 	* DETAILS: version 1.4.2
 
diff --git a/telephony/twinkle/DETAILS b/telephony/twinkle/DETAILS
index 3e8be7f..dca4c83 100755
--- a/telephony/twinkle/DETAILS
+++ b/telephony/twinkle/DETAILS
@@ -1,6 +1,6 @@
            SPELL=twinkle
-         VERSION=0.8.1
-     SOURCE_HASH=sha512:bd92066e803eae4c2b72b639123f5156c17902ecfc54e7383694539d94fb47ccd9e01b25dbbd547ce62aa5585c7ed312e0b2f61f497c25c6d8702ca55108acd5
+         VERSION=0.9
+     SOURCE_HASH=sha512:df0f3b42d17d01f15361dfd5332615883be81aa6002b12f23aa267c15f9a7a86369c28c0716706a422d29cd1b01dc289405abd7f95d48c31711c654550cb1b0f
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         WEB_SITE=http://www.twinklephone.com/



More information about the SM-Commit mailing list