diff options
author | Juergen Daubert <jue@jue.li> | 2011-04-01 11:39:34 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-04-01 11:39:34 +0200 |
commit | 46cf5efa843b371308e7dccd6a60f6a8966f4afc (patch) | |
tree | 9703dc571bdd6f65684704a9b0ff7a275b9fd84d /rsync | |
parent | 5ca624ef62a450e85acd42ebc51377e8eb660c49 (diff) | |
download | core-46cf5efa843b371308e7dccd6a60f6a8966f4afc.tar.gz core-46cf5efa843b371308e7dccd6a60f6a8966f4afc.tar.xz |
rsync: update to 3.0.8
Diffstat (limited to 'rsync')
-rw-r--r-- | rsync/.md5sum | 2 | ||||
-rw-r--r-- | rsync/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/rsync/.md5sum b/rsync/.md5sum index 25d5822f..375cf17e 100644 --- a/rsync/.md5sum +++ b/rsync/.md5sum @@ -1,4 +1,4 @@ -b53525900817cf1ba7ad3a516ab5bfe9 rsync-3.0.7.tar.gz +0ee8346ce16bdfe4c88a236e94c752b4 rsync-3.0.8.tar.gz f8dcfe5cf2afef1ea90107a6ff4540cd rsync.driver a71995f22768c931c5649a1336d25ffb rsyncd b4e95fa8c8f3ae13cfdf616abd6a3960 rsyncd.conf diff --git a/rsync/Pkgfile b/rsync/Pkgfile index 6435b977..3c1d00c7 100644 --- a/rsync/Pkgfile +++ b/rsync/Pkgfile @@ -1,10 +1,10 @@ # Description: Utility for incremental file transfers over networks # URL: http://rsync.samba.org # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: openssh acl +# Depends on: acl name=rsync -version=3.0.7 +version=3.0.8 release=1 source=(http://rsync.samba.org/ftp/$name/src/$name-$version.tar.gz \ rsyncd.conf rsyncd rsync.driver) |