OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2005 16:32:18
Branch: OPENPKG_2_5_SOLID Handle: 2005101215321800
Added files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gift-ares gift-ares.patch
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gift-ares gift-ares.spec
Log:
MFC: latest version
Summary:
Revision Changes Path
1.3.2.1 +21 -0 openpkg-src/gift-ares/gift-ares.patch
1.2.2.2 +3 -1 openpkg-src/gift-ares/gift-ares.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gift-ares/gift-ares.patch
============================================================================
$ cvs diff -u -r0 -r1.3.2.1 gift-ares.patch
--- /dev/null 2005-10-12 16:32:04 +0200
+++ gift-ares.patch 2005-10-12 16:32:18 +0200
@@ -0,0 +1,21 @@
+Index: lib/as_session.c
+--- lib/as_session.c.orig 2005-10-12 09:38:49 +0200
++++ lib/as_session.c 2005-10-12 09:41:43 +0200
+@@ -401,7 +401,7 @@
+ /* hardcoded zero byte (only if original nonce is used) */
+ as_packet_put_8 (packet, 0x00);
+ /* 22 byte nonce created from supernode guid */
+- if(!(nonce = as_cipher_nonce (session->cipher, supernode_guid))
++ if(!(nonce = as_cipher_nonce (session->cipher, supernode_guid)))
+ {
+ AS_ERR ("Handshake nonce creation failed");
+ as_packet_free (packet);
+@@ -413,7 +413,7 @@
+ else if (type == PACKET_ACK2)
+ {
+ /* 20 byte nonce2 created from supernode guid */
+- if(!(nonce = as_cipher_nonce2 (supernode_guid))
++ if(!(nonce = as_cipher_nonce2 (supernode_guid)))
+ {
+ AS_ERR ("Handshake nonce2 creation failed");
+ as_packet_free (packet);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gift-ares/gift-ares.spec
============================================================================
$ cvs diff -u -r1.2.2.1 -r1.2.2.2 gift-ares.spec
--- openpkg-src/gift-ares/gift-ares.spec 11 Oct 2005 12:50:05 -0000
1.2.2.1
+++ openpkg-src/gift-ares/gift-ares.spec 12 Oct 2005 14:32:18 -0000
1.2.2.2
@@ -39,7 +39,8 @@
# list of sources
# Source0:
http://download.berlios.de/gift-ares/gift-ares-%{version}.tar.gz
-Source0:
ftp://ftp.openpkg.org/sources/CPY/gift/gift-ares-CVS-20051002.tar.gz
+Source0:
ftp://ftp.openpkg.org/sources/CPY/gift/gift-ares-CVS-20051012.tar.gz
+Patch0: gift-ares.patch
# build information
Prefix: %{l_prefix}
@@ -69,6 +70,7 @@
%prep
%setup -q -n gift-ares
+ %patch -p0
%{l_shtool} subst \
-e 's;@GIFT_LIBS@;;' \
lib/Makefile.in
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]