1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Restore net/sup and upgrade it to 2.0.20050226 which includes

a fix for CAN-2004-0451.
This commit is contained in:
Hiroki Sato 2005-02-27 13:19:36 +00:00
parent 6685d318be
commit 2b47d152d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129883
4 changed files with 31 additions and 0 deletions

View File

@ -725,6 +725,7 @@
SUBDIR += straw
SUBDIR += stund
SUBDIR += suckblow
SUBDIR += sup
SUBDIR += svnc
SUBDIR += tac_plus-libradius
SUBDIR += tac_plus4

23
net/sup/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: sup
# Date created: 21 August 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= sup
PORTVERSION= 2.0.20050226
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= hrs
MAINTAINER= hrs@FreeBSD.org
COMMENT= CMU's Software Update Protocol package
PLIST_FILES= bin/sup bin/supfilesrv bin/supscan
MAN1= sup.1
MAN8= supservers.8
MLINKS= supservers.8 supfilesrv.8 \
supservers.8 supscan.8
.include <bsd.port.mk>

2
net/sup/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (sup-2.0.20050226.tar.gz) = 1361677d0f8105aa0aa0885bc72404ed
SIZE (sup-2.0.20050226.tar.gz) = 93441

5
net/sup/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Sup is a program used for upgrading collections of files from other machines
to your machine. You execute sup, the client program, which talks over the
network using IP/TCP to a file server process. The file server process
cooperates with sup to determine which files of the collection need to be
upgraded on your machine.