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: 29-Jul-2005 09:39:18
Branch: HEAD Handle: 2005072908391800
Modified files:
openpkg-src/rsync rsync.patch rsync.spec
Log:
upgrading package: rsync 2.6.5 -> 2.6.6
Summary:
Revision Changes Path
1.18 +0 -22 openpkg-src/rsync/rsync.patch
1.76 +2 -2 openpkg-src/rsync/rsync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.patch
============================================================================
$ cvs diff -u -r1.17 -r1.18 rsync.patch
--- openpkg-src/rsync/rsync.patch 13 Jun 2005 18:16:46 -0000 1.17
+++ openpkg-src/rsync/rsync.patch 29 Jul 2005 07:39:18 -0000 1.18
@@ -49,25 +49,3 @@
#define RSYNC_PORT 873
-Index: zlib/infcodes.c
---- zlib/infcodes.c.orig 2002-03-12 02:14:58 +0100
-+++ zlib/infcodes.c 2005-03-31 17:28:54 +0200
-@@ -197,8 +197,18 @@
- c->mode = COPY;
- case COPY: /* o: copying bytes in window, waiting for space */
- f = q - c->sub.copy.dist;
-+#ifdef __FreeBSD__
-+ {
-+ /* Work-around for a FreeBSD gcc bug. */
-+ volatile inflate_blocks_statef *s1 = s;
-+
-+ while (f < s1->window) /* modulo window size-"while"
instead */
-+ f += s1->end - s1->window; /* of "if" handles invalid
distances */
-+ }
-+#else
- while (f < s->window) /* modulo window size-"while"
instead */
- f += s->end - s->window; /* of "if" handles invalid
distances */
-+#endif
- while (c->len)
- {
- NEEDOUT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.75 -r1.76 rsync.spec
--- openpkg-src/rsync/rsync.spec 13 Jun 2005 18:16:46 -0000 1.75
+++ openpkg-src/rsync/rsync.spec 29 Jul 2005 07:39:18 -0000 1.76
@@ -32,8 +32,8 @@
Class: CORE
Group: Filesystem
License: GPL
-Version: 2.6.5
-Release: 20050613
+Version: 2.6.6
+Release: 20050729
# package options
%option with_lastmatch no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]