mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove sysutils/nwclient and sysutils/nwclient602, which have had unresolved
security issues for quite some time. Hat: portmgr
This commit is contained in:
parent
ddec17d2c7
commit
a8a5be32f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158463
@ -357,8 +357,6 @@
|
||||
SUBDIR += nut-usb
|
||||
SUBDIR += nvclock
|
||||
SUBDIR += nvtv
|
||||
SUBDIR += nwclient
|
||||
SUBDIR += nwclient602
|
||||
SUBDIR += oak
|
||||
SUBDIR += obliterate
|
||||
SUBDIR += ods2
|
||||
|
@ -1,91 +0,0 @@
|
||||
# New ports collection makefile for: networker-client
|
||||
# Date created: Wed Apr 19 21:54:51 PDT 2000
|
||||
# Whom: Matthew Jacob <mjacob@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nwclient
|
||||
PORTVERSION= 5.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # No master sites
|
||||
DISTNAME= nwclient-${PORTVERSION}-freebsd-${ARCH}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Network backup client to NetWorker servers
|
||||
|
||||
FORBIDDEN= "http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html"
|
||||
|
||||
NO_BUILD= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
MAN1= rapgen.1
|
||||
MAN3= nsr_getdate.3
|
||||
MAN5= mm_data.5 nsr.5 nsr_archive_request.5 nsr_client.5 nsr_data.5 \
|
||||
nsr_device.5 nsr_directive.5 nsr_group.5 nsr_jukebox.5 \
|
||||
nsr_label.5 nsr_layout.5 nsr_license.5 nsr_migration.5 \
|
||||
nsr_notification.5 nsr_policy.5 nsr_pool.5 nsr_regexp.5 \
|
||||
nsr_resource.5 nsr_schedule.5 nsr_service.5 nsr_stage.5 \
|
||||
nsr_storage_node.5 resource.5
|
||||
MAN8= ansrd.8 changers.8 dasadmin.8 EMASS_silo.8 \
|
||||
erase.8 hpflip.8 IBM_silo.8 ielem.8 inquire.8 \
|
||||
jbexercise.8 jbinfo.8 ldunld.8 libscsi.8 \
|
||||
libsji.8 libstlemass.8 libstlibm.8 libstlstk.8 lrescan.8 \
|
||||
lusbinfo.8 lusdebug.8 lusmode.8 mini_el.8 mminfo.8 mmlocate.8\
|
||||
mmpool.8 mmrecov.8 msense.8 networker.8 nsr.8 \
|
||||
nsr_crash.8 nsr_ize.8 nsr_shutdown.8 nsradmin.8 nsralist.8 \
|
||||
nsrarchive.8 nsrcap.8 nsrcat.8 nsrck.8 nsrclone.8 nsrd.8 \
|
||||
nsrdbmi.8 nsrexec.8 nsrexecd.8 \
|
||||
nsrib.8 nsriba.8 nsrim.8 nsrindexasm.8 nsrindexd.8 \
|
||||
nsrinfo.8 nsrjb.8 nsrlic.8 nsrls.8 nsrmm.8 nsrmmd.8 \
|
||||
nsrmmdbasm.8 nsrmmdbd.8 nsrmon.8 \
|
||||
nsrports.8 nsrretrieve.8 nsrssc.8 nsrstage.8 nsrsyb.8 \
|
||||
nsrsybcc.8 nsrsybrc.8 nsrsybsv.8 nsrtrap.8 nsrwatch.8 \
|
||||
nwadmin.8 nwarchive.8 nwbackup.8 nwrecover.8 nwretrieve.8 \
|
||||
oraemcasm.8 oraemcmap.8 pmode.8 preclntsave.8 pstclntsave.8 \
|
||||
rap.8 rapcheck.8 rapd.8 rapxfer.8 recover.8 relem.8 \
|
||||
save.8 savefs.8 savegrp.8 savepnpc.8 scanner.8 \
|
||||
sjidopen.8 sjiielm.8 sjiinq.8 sjirdp.8 sjirdtag.8 sjirelem.8 \
|
||||
sjirjc.8 ssi.8 stk_eject.8 STK_silo.8 stli.8 tapeexercise.8 \
|
||||
tur.8 uasm.8 writebuf.8 \
|
||||
dbmi_config.8 jb_config.8 lreset.8 nsrdmo.8 nsrnotd.8
|
||||
|
||||
post-patch:
|
||||
@${SED} -e "s,^ROOTDIR.*$$,ROOTDIR=${PREFIX}," ${WRKSRC}/networker.sh >\
|
||||
${WRKDIR}/NWCTMP && ${CHMOD} +w ${WRKSRC}/networker.sh && \
|
||||
${CP} ${WRKDIR}/NWCTMP ${WRKSRC}/networker.sh && \
|
||||
${CHMOD} -w ${WRKSRC}/networker.sh
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/nsr/bin ${PREFIX}/man/man8 ${LOCALBASE}/etc/rc.d
|
||||
@cd ${WRKSRC} && ${TAR} cf - gls | \
|
||||
(cd ${PREFIX}/nsr && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/${ARCH} && ${TAR} cf - . | \
|
||||
(cd ${PREFIX}/nsr/bin && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC} && ${TAR} cf - networker.sh | \
|
||||
(cd ${LOCALBASE}/etc/rc.d && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.1 | \
|
||||
(cd ${PREFIX}/man/man1 && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.3 | \
|
||||
(cd ${PREFIX}/man/man3 && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.5 | \
|
||||
(cd ${PREFIX}/man/man5 && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.8 | \
|
||||
(cd ${PREFIX}/man/man8 && ${TAR} --unlink -xpf -)
|
||||
|
||||
post-install:
|
||||
@${SED} -e "s,ROOTDIR,${PREFIX}," < ${PKGMESSAGE}
|
||||
@cd / && ${RM} -f nsr && ${LN} -s ${PREFIX}/nsr
|
||||
|
||||
pre-deinstall:
|
||||
${RM} -f /nsr
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (nwclient-5.5.2-freebsd-i386.tgz) = d475463c9621a340a1fa5a75640fd204
|
||||
SHA256 (nwclient-5.5.2-freebsd-i386.tgz) = 5b20c848c2736d3b9555f340fe1b245211ec9136fce9b90dc087000355ac0789
|
||||
SIZE (nwclient-5.5.2-freebsd-i386.tgz) = 3513200
|
@ -1,3 +0,0 @@
|
||||
This is the NetWorker Client for FreeBSD. It is based on NetWorker 5.5.2.
|
||||
|
||||
This is now a completely unsupported and unmaintained package.
|
@ -1,22 +0,0 @@
|
||||
--------------------- Networker Configuration Information --------------------
|
||||
|
||||
The networker clients need to have a Networker server somewhere on
|
||||
the network that will agree to take these clients on. Please consult
|
||||
Networker documentation from Legato about this.
|
||||
|
||||
As of NetWorker Release 5.5, the more stringent client licencing is
|
||||
now being enforced. This means that Linux and *BSD clients that
|
||||
have identified themselves to the server as being such are now part
|
||||
of the 'Unix Workstation' group of clients. Legato requires some
|
||||
additional licences installed on the server in addition to normal
|
||||
client resource limits. You have to purchase this from Legato if
|
||||
you haven't already.
|
||||
|
||||
This version of the client places all binaries in ROOTDIR/nsr/bin-
|
||||
adjust your PATH environment variable to reflect this.
|
||||
|
||||
Also- very important- please remember to edit ROOTDIR/etc/rc.d/networker.sh
|
||||
to restrict the access rights to servers you want to have access
|
||||
to this machine.
|
||||
|
||||
-------------------------------------------------------------------------------
|
@ -1,41 +0,0 @@
|
||||
etc/rc.d/networker.sh
|
||||
nsr/bin/backint
|
||||
nsr/bin/init.utl
|
||||
nsr/bin/lsm_backint
|
||||
nsr/bin/mminfo
|
||||
nsr/bin/mmlocate
|
||||
nsr/bin/mmpool
|
||||
nsr/bin/mmrecov
|
||||
nsr/bin/nsradmin
|
||||
nsr/bin/nsralist
|
||||
nsr/bin/nsrarchive
|
||||
nsr/bin/nsrclone
|
||||
nsr/bin/nsrexec
|
||||
nsr/bin/nsrexecd
|
||||
nsr/bin/nsrfile
|
||||
nsr/bin/nsrifmx
|
||||
nsr/bin/nsrmm
|
||||
nsr/bin/nsrports
|
||||
nsr/bin/nsrretrieve
|
||||
nsr/bin/nsrssc
|
||||
nsr/bin/nsrstage
|
||||
nsr/bin/nsrwatch
|
||||
nsr/bin/perfmon.h
|
||||
nsr/bin/preclntsave
|
||||
nsr/bin/pstclntsave
|
||||
nsr/bin/recover
|
||||
nsr/bin/sapclone
|
||||
nsr/bin/save
|
||||
nsr/bin/savefs
|
||||
nsr/bin/savegrp
|
||||
nsr/bin/savepnpc
|
||||
nsr/bin/uasm
|
||||
nsr/gls/cm/registry
|
||||
nsr/gls/lc/os/portable/C
|
||||
@dirrm nsr/bin
|
||||
@dirrm nsr/gls/cm
|
||||
@dirrm nsr/gls/lc/os/portable
|
||||
@dirrm nsr/gls/lc/os
|
||||
@dirrm nsr/gls/lc
|
||||
@dirrm nsr/gls
|
||||
@dirrm nsr
|
@ -1,94 +0,0 @@
|
||||
# New ports collection makefile for: networker-client602
|
||||
# Date created: Sat Oct 27 09:48:19 PDT 2001
|
||||
# Whom: Matthew Jacob <mjacob@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nwclient
|
||||
PORTVERSION= 6.0.2
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= # No master sites
|
||||
DISTNAME= nwclient-${PORTVERSION}-freebsd-${ARCH}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Network backup client to NetWorker servers
|
||||
|
||||
FORBIDDEN= "http://vuxml.freebsd.org/d177d9f9-e317-11d9-8088-00123f0f7307.html"
|
||||
|
||||
LATEST_LINK= nwclient602
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAN1= rapgen.1
|
||||
MAN3= nsr_getdate.3
|
||||
MAN5= mm_data.5 nsr.5 nsr_archive_request.5 nsr_client.5 nsr_data.5 \
|
||||
nsr_device.5 nsr_directive.5 nsr_group.5 nsr_jukebox.5 \
|
||||
nsr_label.5 nsr_layout.5 nsr_license.5 nsr_migration.5 \
|
||||
nsr_notification.5 nsr_policy.5 nsr_pool.5 nsr_regexp.5 \
|
||||
nsr_resource.5 nsr_schedule.5 nsr_service.5 nsr_stage.5 \
|
||||
nsr_storage_node.5 resource.5
|
||||
MAN8= ansrd.8 changers.8 dasadmin.8 EMASS_silo.8 emcdiscover.8 \
|
||||
erase.8 hpflip.8 IBM_silo.8 ielem.8 inquire.8 jbconfig.8 \
|
||||
jbexercise.8 jbinfo.8 ldunld.8 lgtolic.8 lgtolmd.8 libscsi.8 \
|
||||
libsji.8 libstlemass.8 libstlibm.8 libstlstk.8 lrescan.8 \
|
||||
lusbinfo.8 lusdebug.8 lusmode.8 mini_el.8 mminfo.8 mmlocate.8\
|
||||
mmpool.8 mmrecov.8 msense.8 networker.8 nmi_config.8 nsr.8 \
|
||||
nsr_crash.8 nsr_ize.8 nsr_shutdown.8 nsradmin.8 nsralist.8 \
|
||||
nsrarchive.8 nsrcap.8 nsrcat.8 nsrck.8 nsrclone.8 nsrd.8 \
|
||||
nsrdb2.8 nsrdbmi.8 nsrdocrc.8 nsrexec.8 nsrexecd.8 nsrhsmck.8 \
|
||||
nsrhsmls.8 nsrib.8 nsriba.8 nsrim.8 nsrindexasm.8 nsrindexd.8 \
|
||||
nsrinfo.8 nsrjb.8 nsrlic.8 nsrls.8 nsrmig.8 nsrmm.8 nsrmmd.8 \
|
||||
nsrmmdbasm.8 nsrmmdbd.8 nsrmon.8 nsrndmp_recover.8 \
|
||||
nsrndmp_save.8 nsrnmo.8 nsrnotesrc.8 nsrnotesv.8 nsrpmig.8 \
|
||||
nsrports.8 nsrretrieve.8 nsrssc.8 nsrstage.8 nsrsyb.8 \
|
||||
nsrsybcc.8 nsrsybrc.8 nsrsybsv.8 nsrtrap.8 nsrwatch.8 \
|
||||
nwadmin.8 nwarchive.8 nwbackup.8 nwrecover.8 nwretrieve.8 \
|
||||
oraemcasm.8 oraemcmap.8 pmode.8 preclntsave.8 pstclntsave.8 \
|
||||
rap.8 rapcheck.8 rapd.8 rapxfer.8 recover.8 relem.8 \
|
||||
sapclone.8 save.8 savefs.8 savegrp.8 savepnpc.8 scanner.8 \
|
||||
sjidopen.8 sjiielm.8 sjiinq.8 sjirdp.8 sjirdtag.8 sjirelem.8 \
|
||||
sjirjc.8 ssi.8 stk_eject.8 STK_silo.8 stli.8 tapeexercise.8 \
|
||||
tur.8 uasm.8 writebuf.8 \
|
||||
lreset.8
|
||||
|
||||
post-patch:
|
||||
@${SED} -e "s,^ROOTDIR.*$$,ROOTDIR=${PREFIX}," ${WRKSRC}/networker.sh >\
|
||||
${WRKDIR}/NWCTMP && ${CHMOD} +w ${WRKSRC}/networker.sh && \
|
||||
${CP} ${WRKDIR}/NWCTMP ${WRKSRC}/networker.sh && \
|
||||
${CHMOD} -w ${WRKSRC}/networker.sh
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/nsr/bin ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d
|
||||
@cd ${WRKSRC} && ${TAR} cf - gls | \
|
||||
(cd ${PREFIX}/nsr && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/${ARCH} && ${TAR} cf - . | \
|
||||
(cd ${PREFIX}/nsr/bin && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC} && ${TAR} cf - networker.sh | \
|
||||
(cd ${PREFIX}/etc/rc.d && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.1 | \
|
||||
(cd ${PREFIX}/man/man1 && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.3 | \
|
||||
(cd ${PREFIX}/man/man3 && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.5 | \
|
||||
(cd ${PREFIX}/man/man5 && ${TAR} --unlink -xpf -)
|
||||
@cd ${WRKSRC}/catman && ${TAR} cf - *.8 | \
|
||||
(cd ${PREFIX}/man/man8 && ${TAR} --unlink -xpf -)
|
||||
|
||||
post-install:
|
||||
@${SED} -e "s,ROOTDIR,${PREFIX}," < ${PKGMESSAGE}
|
||||
@cd / && ${RM} -f nsr && ${LN} -s ${PREFIX}/nsr
|
||||
|
||||
pre-deinstall:
|
||||
${RM} -f /nsr
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (nwclient-6.0.2-freebsd-i386.tgz) = 77e3df581315f88a5a4c0ef35e0696cd
|
||||
SHA256 (nwclient-6.0.2-freebsd-i386.tgz) = a94dd8e9b17e5e1031959351e51c3ab2a8ad3ff533ac501b9c950d1c2df3a974
|
||||
SIZE (nwclient-6.0.2-freebsd-i386.tgz) = 5349324
|
@ -1,10 +0,0 @@
|
||||
--- networker.sh.orig Sun Apr 23 07:58:18 2000
|
||||
+++ networker.sh Wed Apr 16 00:25:47 2003
|
||||
@@ -3,6 +3,7 @@
|
||||
# Copyright (c) 2000, by Feral Software
|
||||
# All Rights Reserved
|
||||
#
|
||||
+ulimit -n 5000
|
||||
ROOTDIR=
|
||||
NSRDIR=${ROOTDIR}/nsr
|
||||
if [ -x ${NSRDIR}/bin/nsrexecd ];
|
@ -1,3 +0,0 @@
|
||||
This is the NetWorker client for FreeBSD. It is based on NetWorker 6.0.2.
|
||||
|
||||
This is now a completely unsupported and unmaintained package.
|
@ -1,31 +0,0 @@
|
||||
--------------------- Networker Configuration Information --------------------
|
||||
|
||||
The networker clients need to have a Networker server somewhere on
|
||||
the network that will agree to take these clients on. Please consult
|
||||
Networker documentation from Legato about this.
|
||||
|
||||
As of NetWorker Release 5.5, the more stringent client licencing
|
||||
is now being enforced. This means that Linux and *BSD clients that
|
||||
have identified themselves to the server as being such are now part
|
||||
of the 'Unix Workstation' group of clients. Legato requires some
|
||||
additional licences installed on the server in addition to normal
|
||||
client resource limits. You have to purchase this from Legato if
|
||||
you haven't already.
|
||||
|
||||
This version of the client places all binaries in the director
|
||||
|
||||
ROOTDIR/nsr/bin
|
||||
|
||||
Adjust your PATH environment variable to reflect this.
|
||||
|
||||
Also- very important- please remember to edit the file
|
||||
|
||||
ROOTDIR/etc/rc.d/networker.sh
|
||||
|
||||
to restrict the access rights to servers you want to have access
|
||||
to this machine.
|
||||
|
||||
This release is known to work under FreeBSD 4.4. It should work
|
||||
under FreeBSD-4.3. It should also work under FreeBSD-5.0.
|
||||
|
||||
-------------------------------------------------------------------------------
|
@ -1,40 +0,0 @@
|
||||
etc/rc.d/networker.sh
|
||||
nsr/bin/backint
|
||||
nsr/bin/lsm_backint
|
||||
nsr/bin/mminfo
|
||||
nsr/bin/mmlocate
|
||||
nsr/bin/mmpool
|
||||
nsr/bin/mmrecov
|
||||
nsr/bin/nsradmin
|
||||
nsr/bin/nsralist
|
||||
nsr/bin/nsrarchive
|
||||
nsr/bin/nsrclone
|
||||
nsr/bin/nsrexec
|
||||
nsr/bin/nsrexecd
|
||||
nsr/bin/nsrfile
|
||||
nsr/bin/nsrifmx
|
||||
nsr/bin/nsrmm
|
||||
nsr/bin/nsrmon
|
||||
nsr/bin/nsrports
|
||||
nsr/bin/nsrretrieve
|
||||
nsr/bin/nsrssc
|
||||
nsr/bin/nsrstage
|
||||
nsr/bin/nsrwatch
|
||||
nsr/bin/preclntsave
|
||||
nsr/bin/pstclntsave
|
||||
nsr/bin/recover
|
||||
nsr/bin/sapclone
|
||||
nsr/bin/save
|
||||
nsr/bin/savefs
|
||||
nsr/bin/savegrp
|
||||
nsr/bin/savepnpc
|
||||
nsr/bin/uasm
|
||||
nsr/gls/cm/registry
|
||||
nsr/gls/lc/os/portable/C
|
||||
@dirrm nsr/bin
|
||||
@dirrm nsr/gls/cm
|
||||
@dirrm nsr/gls/lc/os/portable
|
||||
@dirrm nsr/gls/lc/os
|
||||
@dirrm nsr/gls/lc
|
||||
@dirrm nsr/gls
|
||||
@dirrm nsr
|
Loading…
Reference in New Issue
Block a user