SF.net SVN: gar:[26977] csw/mgar/pkg/rsync/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Fri Oct 21 08:42:05 CEST 2022
Revision: 26977
http://sourceforge.net/p/gar/code/26977
Author: idogan23
Date: 2022-10-21 06:42:01 +0000 (Fri, 21 Oct 2022)
Log Message:
-----------
rsync: Update to 3.2.7
Modified Paths:
--------------
csw/mgar/pkg/rsync/trunk/Makefile
csw/mgar/pkg/rsync/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/rsync/trunk/files/0001-Solaris-test-does-not-support-e.patch
Modified: csw/mgar/pkg/rsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rsync/trunk/Makefile 2022-10-16 22:56:20 UTC (rev 26976)
+++ csw/mgar/pkg/rsync/trunk/Makefile 2022-10-21 06:42:01 UTC (rev 26977)
@@ -3,7 +3,7 @@
# $Id$
NAME = rsync
-VERSION = 3.2.6
+VERSION = 3.2.7
GARTYPE = v2
DESCRIPTION = Utility which provides fast incremental file transfer
@@ -19,8 +19,6 @@
DISTFILES += cswrsyncd.xml
DISTFILES += rsyncd.conf.CSW
-PATCHFILES += 0001-Solaris-test-does-not-support-e.patch
-
VENDOR_URL = http://rsync.samba.org/
PACKAGES += CSWrsync
Modified: csw/mgar/pkg/rsync/trunk/checksums
===================================================================
--- csw/mgar/pkg/rsync/trunk/checksums 2022-10-16 22:56:20 UTC (rev 26976)
+++ csw/mgar/pkg/rsync/trunk/checksums 2022-10-21 06:42:01 UTC (rev 26977)
@@ -1 +1 @@
-4221fa80ffa59f46df7c18f61cc7e3e0 rsync-3.2.6.tar.gz
+f216f350ef56b9ba61bc313cb6ec2ed6 rsync-3.2.7.tar.gz
Deleted: csw/mgar/pkg/rsync/trunk/files/0001-Solaris-test-does-not-support-e.patch
===================================================================
--- csw/mgar/pkg/rsync/trunk/files/0001-Solaris-test-does-not-support-e.patch 2022-10-16 22:56:20 UTC (rev 26976)
+++ csw/mgar/pkg/rsync/trunk/files/0001-Solaris-test-does-not-support-e.patch 2022-10-21 06:42:01 UTC (rev 26977)
@@ -1,25 +0,0 @@
-From 74c468a382870df44fc4ac1b6d4b14e8cc6f17df Mon Sep 17 00:00:00 2001
-From: Ihsan Dogan <ihsan at opencsw.org>
-Date: Sat, 24 Sep 2022 13:31:33 +0200
-Subject: [PATCH] Solaris test does not support -e
-
----
- mkgitver | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mkgitver b/mkgitver
-index fe8a3d1..3d5423d 100755
---- a/mkgitver
-+++ b/mkgitver
-@@ -6,7 +6,7 @@ if [ ! -f git-version.h ]; then
- touch git-version.h
- fi
-
--if [ -e "$srcdir/.git" ]; then
-+if [ -d "$srcdir/.git" ]; then
- gitver=`git describe --abbrev=8 2>/dev/null | sed -n '/^v3\.[0-9][0-9]*\.[0-9][0-9]*\(-\|$\)/p'`
- if [ -n "$gitver" ]; then
- echo "#define RSYNC_GITVER \"$gitver\"" >git-version.h.new
---
-2.4.0
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list