update to 2.5.1; partly from and ok espie@

IPv6 support remains disabled for now
This commit is contained in:
naddy 2002-01-14 23:07:49 +00:00
parent 9cd17204e8
commit d9dfbac878
5 changed files with 18 additions and 20 deletions

View File

@ -1,14 +1,11 @@
# $OpenBSD: Makefile,v 1.27 2001/07/13 11:24:31 naddy Exp $
# $OpenBSD: Makefile,v 1.28 2002/01/14 23:07:49 naddy Exp $
COMMENT= "mirroring/synchronization over low bandwidth links"
DISTNAME= rsync-2.4.6
CATEGORIES= net
NEED_VERSION= 1.387
MASTER_SITES= ftp://ftp.samba.org/pub/rsync/
MASTER_SITES+= ftp://ftp.samba.org/pub/rsync/old-versions/
MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/rsync.samba.org/pub/rsync/
HOMEPAGE= http://rsync.samba.org/
DISTNAME= rsync-2.5.1
CATEGORIES= net
NEED_VERSION= 1.504
HOMEPAGE= http://rsync.samba.org/
MAINTAINER= Marc Espie <espie@openbsd.org>
@ -17,15 +14,16 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.samba.org/pub/rsync/ \
ftp://ftp.samba.org/pub/rsync/old-versions/ \
ftp://ftp.funet.fi/pub/mirrors/rsync.samba.org/pub/rsync/
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-ipv6
DOCDIR= ${PREFIX}/share/doc/rsync
# not MESSAGE, explains the build warning
post-build:
@echo "(this use of mktemp is actually correct)"
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_PROGRAM} ${WRKBUILD}/rsync ${PREFIX}/bin
@ -35,4 +33,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/test.sh ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/rsyncstats ${DOCDIR}
NO_REGRESS= Yes
.include <bsd.port.mk>

3
net/rsync/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (rsync-2.5.1.tar.gz) = 9bc0e244a2f7b7362ae8fecd160cba6a
RMD160 (rsync-2.5.1.tar.gz) = 972c9479a6e422e6a1d3855375935ee57bb57a40
SHA1 (rsync-2.5.1.tar.gz) = 203e5e04ee25641ac26638c771c234de7b99aedf

View File

@ -1,3 +0,0 @@
MD5 (rsync-2.4.6.tar.gz) = 2ceb5e659f257c89569664c780b6fa6c
RMD160 (rsync-2.4.6.tar.gz) = 6ee4f8858a23abbd3d72ba831064b53a9adc0797
SHA1 (rsync-2.4.6.tar.gz) = d4b859490ac6a31d0303936ec87bce18db01a61a

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.4 2002/01/14 23:07:49 naddy Exp $
bin/rsync
man/man1/rsync.1
man/man5/rsyncd.conf.5
share/doc/rsync/rsyncstats
share/doc/rsync/tech_report.tex
share/doc/rsync/test.sh
share/doc/rsync/rsyncstats
@dirrm share/doc/rsync

View File

@ -1,7 +1,4 @@
$OpenBSD: SECURITY,v 1.4 1999/11/21 23:42:53 espie Exp $
${WRKDIR}/receiver.c
call to mktemp (wrapper function do_mktemp) does seem to be correct.
$OpenBSD: SECURITY,v 1.5 2002/01/14 23:07:49 naddy Exp $
The server makes extensive use of strlcpy/strlcat/snprintf.