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: 27-Oct-2005 13:05:08
Branch: HEAD Handle: 2005102712050700
Modified files:
openpkg-src/gift-ares gift-ares.patch gift-ares.spec
Log:
modifying package: gift-ares-0.2.2 20051016 -> 20051027
Summary:
Revision Changes Path
1.6 +0 -21 openpkg-src/gift-ares/gift-ares.patch
1.5 +2 -2 openpkg-src/gift-ares/gift-ares.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gift-ares/gift-ares.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 gift-ares.patch
--- openpkg-src/gift-ares/gift-ares.patch 16 Oct 2005 07:59:45 -0000
1.5
+++ openpkg-src/gift-ares/gift-ares.patch 27 Oct 2005 11:05:07 -0000
1.6
@@ -1,24 +1,3 @@
-Index: lib/as_session.c
---- lib/as_session.c.orig 2005-10-12 09:38:49.000000000 +0200
-+++ lib/as_session.c 2005-10-16 09:53:54.187758341 +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);
Index: lib/as_upload_man.c
--- lib/as_upload_man.c.orig 2005-01-01 02:56:59.000000000 +0100
+++ lib/as_upload_man.c 2005-10-16 09:55:34.896795729 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gift-ares/gift-ares.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 gift-ares.spec
--- openpkg-src/gift-ares/gift-ares.spec 16 Oct 2005 07:59:45 -0000
1.4
+++ openpkg-src/gift-ares/gift-ares.spec 27 Oct 2005 11:05:07 -0000
1.5
@@ -35,11 +35,11 @@
Group: Network
License: GPL
Version: 0.2.2
-Release: 20051016
+Release: 20051027
# 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-20051012.tar.gz
+Source0:
ftp://ftp.openpkg.org/sources/CPY/gift/gift-ares-CVS-20051027.tar.gz
Patch0: gift-ares.patch
# build information
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]