From 5eb9af352c8fc958b5f0e3773826f2fc37b47472 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 28 Jan 2022 09:00:51 +0000 Subject: [PATCH] update to librsync-2.3.2 --- net/librsync/Makefile | 7 +++---- net/librsync/distinfo | 4 ++-- net/librsync/patches/patch-tests_rdiff_bad_option_sh | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 net/librsync/patches/patch-tests_rdiff_bad_option_sh diff --git a/net/librsync/Makefile b/net/librsync/Makefile index 7cd5082fb73..75c895a7e59 100644 --- a/net/librsync/Makefile +++ b/net/librsync/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2019/11/09 15:03:10 cwen Exp $ +# $OpenBSD: Makefile,v 1.26 2022/01/28 09:00:51 sthen Exp $ COMMENT= library for delta compression of streams -V = 2.2.1 -REVISION = 0 +V = 2.3.2 DISTNAME = librsync-${V} -SHARED_LIBS = rsync 5.0 # 2.1.0 +SHARED_LIBS = rsync 5.1 CATEGORIES= net diff --git a/net/librsync/distinfo b/net/librsync/distinfo index 69b855f6381..934ffafb0bb 100644 --- a/net/librsync/distinfo +++ b/net/librsync/distinfo @@ -1,2 +1,2 @@ -SHA256 (librsync-2.2.1.tar.gz) = tauOIJK4K317ucHdUuancIOon4rZuTCdphH0kNC0mnE= -SIZE (librsync-2.2.1.tar.gz) = 180649 +SHA256 (librsync-2.3.2.tar.gz) = 74ziPfONUHbSVRC6osq+3/vgr0YNiH2GwkE6HCsMZ28= +SIZE (librsync-2.3.2.tar.gz) = 194461 diff --git a/net/librsync/patches/patch-tests_rdiff_bad_option_sh b/net/librsync/patches/patch-tests_rdiff_bad_option_sh deleted file mode 100644 index 5b0322450d5..00000000000 --- a/net/librsync/patches/patch-tests_rdiff_bad_option_sh +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-tests_rdiff_bad_option_sh,v 1.1 2018/02/08 22:35:19 sthen Exp $ - -Index: tests/rdiff_bad_option.sh ---- tests/rdiff_bad_option.sh.orig -+++ tests/rdiff_bad_option.sh -@@ -1,4 +1,4 @@ --#! /bin/bash -ex -+#! /bin/sh -ex - - # librsync -- the library for network deltas -