mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #6808 from heitbaum/rsync325
network-tools: rsync update to 3.2.5 and update addon to (116)
This commit is contained in:
commit
3ec30ddef8
@ -1,3 +1,6 @@
|
||||
116
|
||||
- rsync: update to 3.2.5
|
||||
|
||||
115
|
||||
- irssi: update to 1.4.2 and meson build
|
||||
- ngrep: update to using pcre2
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="network-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="115"
|
||||
PKG_REV="116"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="rsync"
|
||||
PKG_VERSION="3.2.4"
|
||||
PKG_SHA256="6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1"
|
||||
PKG_VERSION="3.2.5"
|
||||
PKG_SHA256="2ac4d21635cdf791867bc377c35ca6dda7f50d919a58be45057fd51600c69aba"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://rsync.samba.org"
|
||||
PKG_URL="https://download.samba.org/pub/rsync/src/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- a/mkgitver 2021-10-01 21:17:53.000000000 +0000
|
||||
+++ b/mkgitver 2022-08-15 02:11:06.553999692 +0000
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
srcdir=`dirname $0`
|
||||
-gitver=`git describe --abbrev=8 2>/dev/null`
|
||||
+gitver=""
|
||||
|
||||
if [ ! -f git-version.h ]; then
|
||||
touch git-version.h
|
@ -1,13 +0,0 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 24e383a9..5a53d339 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1117,7 +1117,7 @@ else
|
||||
fi
|
||||
|
||||
AC_CACHE_CHECK([for unsigned char],rsync_cv_SIGNED_CHAR_OK,[
|
||||
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[signed char *s = ""]])],[rsync_cv_SIGNED_CHAR_OK=yes],[rsync_cv_SIGNED_CHAR_OK=no])])
|
||||
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[signed char *s = (signed char *)""]])],[rsync_cv_SIGNED_CHAR_OK=yes],[rsync_cv_SIGNED_CHAR_OK=no])])
|
||||
if test x"$rsync_cv_SIGNED_CHAR_OK" = x"yes"; then
|
||||
AC_DEFINE(SIGNED_CHAR_OK, 1, [Define to 1 if "signed char" is a valid type])
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user