Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9329a9363b82f1f3810d51e36a064e264de761e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9329a9363b82f1f3810d51e36a064e264de761e0)
  • Date: Tue, 25 Nov 2008 06:49:37 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/openobex/DETAILS | 33 +++++++++++++++------------------
libs/openobex/HISTORY | 2 ++
2 files changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 9329a9363b82f1f3810d51e36a064e264de761e0
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

openobex: remove the hard newlines to allow for a proper long description
wrap fix

commit 808d7beb87218203eadfdfcfd0f5b68c6fc2ddb9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

openobex: upstream gpg

diff --git a/libs/openobex/DETAILS b/libs/openobex/DETAILS
index 0360ec0..f9138fd 100755
--- a/libs/openobex/DETAILS
+++ b/libs/openobex/DETAILS
@@ -1,32 +1,29 @@
SPELL=openobex
VERSION=1.4
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:a7cf312d52b46b0a2b4f1629c708722a35c29a51a69f5579a12c6de6111d22488bafe16a8f1937e4ce02527ccc9abf5a12f8fadc63d7c1e8a4e11eca166faf2d
+ SOURCE2=$SOURCE.sign
+ SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
# SOURCE_GPG="gurus.gpg:$SOURCE.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/openobex/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
WEB_SITE=http://dev.zuckschwerdt.org/openobex/
ENTERED=20021219
KEYWORDS="wireless libs"
SHORT="openobex wireless Exchange protocol"
LICENSE[0]=GPL
cat << EOF
-The overall goal of this project is to make an open source implementation
-of the
-Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be
-described as a
-binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can
-be used to exchange all kind
-of objects like files, pictures, calendar entries (vCal) and business cards
-(vCard).
- OBEX was specified by the IrDATM (Infrared Data Association), and although
- the protocol is very good
-for Infrared connections, it is not limited to it. In fact OBEX does not
-specify the top or bottom API
-making it very flexible and can run over most transports like TCP/IP and
-Bluetooth. Therefore OBEX is
-also called IrOBEX when used over the Infrared medium. There are some
-transport modules for serial
-links (cable OBEX) too.
+The overall goal of this project is to make an open source implementation of
+the Object Exchange (OBEX) protocol. OBEX is a session protocol and can best
+be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless
+links and can be used to exchange all kind of objects like files, pictures,
+calendar entries (vCal) and business cards (vCard). OBEX was specified by
+the IrDATM (Infrared Data Association), and although the protocol is very
+good for Infrared connections, it is not limited to it. In fact OBEX does
+not specify the top or bottom API making it very flexible and can run over
+most transports like TCP/IP and Bluetooth. Therefore OBEX is also called
+IrOBEX when used over the Infrared medium. There are some transport modules
+for serial links (cable OBEX) too.
EOF
diff --git a/libs/openobex/HISTORY b/libs/openobex/HISTORY
index d948928..0200ac9 100644
--- a/libs/openobex/HISTORY
+++ b/libs/openobex/HISTORY
@@ -1,8 +1,10 @@
2008-11-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: switched to bluez, bluez-libs is deprecated
* DETAILS: Fixed SOURCE_URL[0]
+ converted to upstream signature checking
fixed long description wrap
updated spell to 1.4
+ fixed long description wrap again

2007-10-04 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: corrected WEB_SITE



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9329a9363b82f1f3810d51e36a064e264de761e0), Jaka Kranjc, 11/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page