pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/librsync
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 21 09:01:28 UTC 2023
Modified Files:
pkgsrc/net/librsync: Makefile distinfo
Log Message:
librsync: updated to 2.3.4
librsync 2.3.4
This is a patch release that includes an important fix for a bug introduced in v2.3.3 that broke librsync on some platforms. Upgrading from v2.3.3 is strongly recommended for most people,
particularly on platforms where the unit tests fail.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/librsync/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/librsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/librsync/Makefile
diff -u pkgsrc/net/librsync/Makefile:1.12 pkgsrc/net/librsync/Makefile:1.13
--- pkgsrc/net/librsync/Makefile:1.12 Tue Jun 28 11:35:01 2022
+++ pkgsrc/net/librsync/Makefile Tue Feb 21 09:01:28 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/06/28 11:35:01 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/02/21 09:01:28 adam Exp $
-DISTNAME= librsync-2.3.2
-PKGREVISION= 2
+DISTNAME= librsync-2.3.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=librsync/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -11,12 +10,15 @@ HOMEPAGE= http://librsync.sourcefrog.net
COMMENT= Rsync-like rolling checksum library
LICENSE= gnu-lgpl-v2.1
-USE_CMAKE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= perl
+USE_TOOLS+= perl pkg-config
TEST_TARGET= test
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
+# For Darwin
+TEST_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/librsync/distinfo
diff -u pkgsrc/net/librsync/distinfo:1.9 pkgsrc/net/librsync/distinfo:1.10
--- pkgsrc/net/librsync/distinfo:1.9 Tue Oct 26 11:05:56 2021
+++ pkgsrc/net/librsync/distinfo Tue Feb 21 09:01:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:05:56 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/02/21 09:01:28 adam Exp $
-BLAKE2s (librsync-2.3.2.tar.gz) = 5e93ce13b259f1d5f0d8feb4c7088dfa5d985eb38381dc185876942fe948f119
-SHA512 (librsync-2.3.2.tar.gz) = 77d826dbaf02061b759d876a6b537238bad40379a08e4494ebfd3e380b2eb921b7b060bc570330aeac9424ef1a9d521f449d559c9ffa3be24acdef4ad530fe90
-Size (librsync-2.3.2.tar.gz) = 194461 bytes
+BLAKE2s (librsync-2.3.4.tar.gz) = 0b78cd762e5a969a2409f6a4a9348feb7d41733ce46521721b39465abe6d3bbc
+SHA512 (librsync-2.3.4.tar.gz) = ac01413b875e774db9fec3888210a4b9a5f3d32c081f1ed5f2cf9dc29cfae6ecedf6eac42062631e6dcf188853313fce4520430549768a0f68993419b07e58d9
+Size (librsync-2.3.4.tar.gz) = 201307 bytes
Home |
Main Index |
Thread Index |
Old Index