FreeBSD Bugzilla – Attachment 195776 Details for
Bug 230154
net/librsync2: Update 2.0.0 => v2.0.2; Also fixes build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update/FIx
librsync2.diff (text/plain), 2.71 KB, created by
Nathan
on 2018-08-02 22:36:27 UTC
(
hide
)
Description:
Update/FIx
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-02 22:36:27 UTC
Size:
2.71 KB
patch
obsolete
>Index: net/librsync2/Makefile >=================================================================== >--- net/librsync2/Makefile (revision 476253) >+++ net/librsync2/Makefile (working copy) >@@ -2,9 +2,8 @@ > # $FreeBSD$ > > PORTNAME= librsync >-PORTVERSION= 2.0.0 >+PORTVERSION= 2.0.2 > DISTVERSIONPREFIX=v >-PORTREVISION= 1 > CATEGORIES= net devel > PKGNAMESUFFIX= 2 > >@@ -18,14 +17,12 @@ > > CONFLICTS= librsync-[0-9]* librsync1-[0-9]* > >+USES= cmake >+USE_LDCONFIG= yes > USE_GITHUB= yes > >-USES= cmake perl5 >-USE_PERL5= build >-USE_LDCONFIG= yes >- > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librsync.so.2.0.0 >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librsync.so.2.0.2 > ${INSTALL_MAN} ${WRKSRC}/doc/librsync.3 ${STAGEDIR}${MANPREFIX}/man/man3 > ${INSTALL_MAN} ${WRKSRC}/doc/rdiff.1 ${STAGEDIR}${MANPREFIX}/man/man1 > >Index: net/librsync2/distinfo >=================================================================== >--- net/librsync2/distinfo (revision 476253) >+++ net/librsync2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1485198270 >-SHA256 (librsync-librsync-v2.0.0_GH0.tar.gz) = b5c4dd114289832039397789e42d4ff0d1108ada89ce74f1999398593fae2169 >-SIZE (librsync-librsync-v2.0.0_GH0.tar.gz) = 155049 >+TIMESTAMP = 1532885272 >+SHA256 (librsync-librsync-v2.0.2_GH0.tar.gz) = e67b9520ee84f7239be6e948795803bd95495091cc00bf6d0e8c6976032a4af1 >+SIZE (librsync-librsync-v2.0.2_GH0.tar.gz) = 174480 >Index: net/librsync2/files/patch-src_search.c >=================================================================== >--- net/librsync2/files/patch-src_search.c (revision 476253) >+++ net/librsync2/files/patch-src_search.c (nonexistent) >@@ -1,12 +0,0 @@ >-# https://github.com/librsync/librsync/pull/59/files >---- src/search.c.orig 2015-11-29 20:43:12 UTC >-+++ src/search.c >-@@ -218,7 +218,7 @@ rs_search_for_block(rs_weak_sum_t weak_s >- r = m; >- } >- >-- if (l == r) { >-+ if ((l == r) && (l <= bucket->r)) { >- int i = sig->targets[l].i; >- rs_block_sig_t *b = &(sig->block_sigs[i]); >- if (weak_sum != b->weak_sum) > >Property changes on: net/librsync2/files/patch-src_search.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-1 >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net/librsync2/pkg-plist >=================================================================== >--- net/librsync2/pkg-plist (revision 476253) >+++ net/librsync2/pkg-plist (working copy) >@@ -1,8 +1,7 @@ > bin/rdiff > include/librsync.h >-include/librsync-config.h > lib/librsync.so > lib/librsync.so.2 >-lib/librsync.so.2.0.0 >+lib/librsync.so.2.0.2 > man/man1/rdiff.1.gz > man/man3/librsync.3.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230154
:
195599
| 195776 |
195777