diff mbox series

[1/1] package/librsync: bump to version 2.3.2

Message ID 20210412161700.1151306-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/librsync: bump to version 2.3.2 | expand

Commit Message

Fabrice Fontaine April 12, 2021, 4:17 p.m. UTC
This is a patch release that fixes some minor bugs, tidies the code for
many compiler warnings, and improves windows compatibility. Upgrading
from v2.3.1 is recommended for most people, and essential for people
using platforms experiencing bugs #214 or #207.

https://github.com/librsync/librsync/releases/tag/v2.3.2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/librsync/librsync.hash | 2 +-
 package/librsync/librsync.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni April 21, 2021, 8:51 p.m. UTC | #1
On Mon, 12 Apr 2021 18:17:00 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This is a patch release that fixes some minor bugs, tidies the code for
> many compiler warnings, and improves windows compatibility. Upgrading
> from v2.3.1 is recommended for most people, and essential for people
> using platforms experiencing bugs #214 or #207.
> 
> https://github.com/librsync/librsync/releases/tag/v2.3.2
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/librsync/librsync.hash | 2 +-
>  package/librsync/librsync.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard April 26, 2021, 2:07 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This is a patch release that fixes some minor bugs, tidies the code for
 > many compiler warnings, and improves windows compatibility. Upgrading
 > from v2.3.1 is recommended for most people, and essential for people
 > using platforms experiencing bugs #214 or #207.

 > https://github.com/librsync/librsync/releases/tag/v2.3.2

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x given the fixes, thanks.
diff mbox series

Patch

diff --git a/package/librsync/librsync.hash b/package/librsync/librsync.hash
index 1b2130b1a4..c8ca61e516 100644
--- a/package/librsync/librsync.hash
+++ b/package/librsync/librsync.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569  librsync-2.3.1.tar.gz
+sha256  ef8ce23df38d5076d25510baa2cabedffbe0af460d887d86c2413a1c2b0c676f  librsync-2.3.2.tar.gz
 sha256  5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509  COPYING
diff --git a/package/librsync/librsync.mk b/package/librsync/librsync.mk
index bb36cb657c..97f5c607b0 100644
--- a/package/librsync/librsync.mk
+++ b/package/librsync/librsync.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-LIBRSYNC_VERSION = 2.3.1
-LIBRSYNC_SITE = $(call github,librsync,librsync,v$(LIBRSYNC_VERSION))
+LIBRSYNC_VERSION = 2.3.2
+LIBRSYNC_SITE = https://github.com/librsync/librsync/releases/download/v$(LIBRSYNC_VERSION)
 LIBRSYNC_LICENSE = LGPL-2.1+
 LIBRSYNC_LICENSE_FILES = COPYING
 LIBRSYNC_CPE_ID_VENDOR = librsync_project