aboutsummaryrefslogtreecommitdiff
path: root/net/librsync
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-04-28 13:09:29 +0000
committerRene Ladan <rene@FreeBSD.org>2017-04-28 13:09:29 +0000
commitebd4c15bc3b6e80a05476c7285e580f817281083 (patch)
tree948eefab6540bf0e568a7a9eaf10ec1231f68116 /net/librsync
parent06917d5c832a24ee1ce4ffa416d31d6a34559510 (diff)
downloadports-ebd4c15bc3b6e80a05476c7285e580f817281083.tar.gz
ports-ebd4c15bc3b6e80a05476c7285e580f817281083.zip
net/librsync: Unmaintained, CVE-2014-8242, use net/librsync2 instead
Notes
Notes: svn path=/head/; revision=439607
Diffstat (limited to 'net/librsync')
-rw-r--r--net/librsync/Makefile26
-rw-r--r--net/librsync/distinfo2
-rw-r--r--net/librsync/pkg-descr8
-rw-r--r--net/librsync/pkg-plist9
4 files changed, 0 insertions, 45 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
deleted file mode 100644
index 5074cad7fd2b..000000000000
--- a/net/librsync/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= librsync
-PORTVERSION= 0.9.7
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for delta compression of streams
-
-LIB_DEPENDS= libpopt.so:devel/popt
-
-CONFLICTS= librsync1-[0-9]* librsync2-[0-9]*
-
-USES= gmake libtool
-USE_CSTD= gnu89
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --enable-shared --disable-trace
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.mk>
diff --git a/net/librsync/distinfo b/net/librsync/distinfo
deleted file mode 100644
index 780dacccd795..000000000000
--- a/net/librsync/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (librsync-0.9.7.tar.gz) = 6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
-SIZE (librsync-0.9.7.tar.gz) = 453802
diff --git a/net/librsync/pkg-descr b/net/librsync/pkg-descr
deleted file mode 100644
index 573d1f8ebc3f..000000000000
--- a/net/librsync/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The librsync library implements network delta-compression of streams and
-files. The algorithm is similar to that used in the rsync(1) and xdelta(2)
-programs, but specialized for transfer of arbitrary-length octet streams.
-Unlike most diff programs, librsync does not require access to both of the
-files on the same machine, but rather only a short ``signature'' of the
-old file and the complete contents of the new file.
-
-WWW: http://librsync.sourceforge.net/
diff --git a/net/librsync/pkg-plist b/net/librsync/pkg-plist
deleted file mode 100644
index e1c8c7505d87..000000000000
--- a/net/librsync/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/rdiff
-include/librsync.h
-include/librsync-config.h
-lib/librsync.a
-lib/librsync.so
-lib/librsync.so.1
-lib/librsync.so.1.0.2
-man/man1/rdiff.1.gz
-man/man3/librsync.3.gz