mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to ospf6d to 0.9.6p to fix the critical bug on AS-External
LSA refreshing. Obtained from: zebra cvs
This commit is contained in:
parent
ab18ec5992
commit
57848a7fcc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79711
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= zebra
|
||||
PORTVERSION= 0.93b
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
|
||||
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
|
||||
@ -40,16 +40,6 @@ post-clean:
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 400014
|
||||
PLIST:= ${WRKDIR}/PLIST
|
||||
pre-install:
|
||||
@${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist > ${PLIST}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@( cd ${WRKSRC}/doc; rm -f zebra*info*; ${MAKE} zebra.info install )
|
||||
@${ECHO} "===> installing zebra startup file..."
|
||||
@ -64,4 +54,4 @@ post-install:
|
||||
@${ECHO} "router_flags=\"start\""
|
||||
@${ECHO} "done."
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
3427
net/zebra-devel/files/patch-ospf6d
Normal file
3427
net/zebra-devel/files/patch-ospf6d
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
||||
sbin/bgpd
|
||||
sbin/ospf6d
|
||||
sbin/ospfd
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
@ -7,6 +8,7 @@ sbin/zebractl
|
||||
bin/vtysh
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/bgpd.conf.sample2
|
||||
etc/zebra/ospf6d.conf.sample
|
||||
etc/zebra/ospfd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
|
@ -1,2 +0,0 @@
|
||||
sbin/ospf6d
|
||||
etc/zebra/ospf6d.conf.sample
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= zebra
|
||||
PORTVERSION= 0.93b
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
|
||||
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
|
||||
@ -40,16 +40,6 @@ post-clean:
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 400014
|
||||
PLIST:= ${WRKDIR}/PLIST
|
||||
pre-install:
|
||||
@${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist > ${PLIST}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@( cd ${WRKSRC}/doc; rm -f zebra*info*; ${MAKE} zebra.info install )
|
||||
@${ECHO} "===> installing zebra startup file..."
|
||||
@ -64,4 +54,4 @@ post-install:
|
||||
@${ECHO} "router_flags=\"start\""
|
||||
@${ECHO} "done."
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
3427
net/zebra-pj/files/patch-ospf6d
Normal file
3427
net/zebra-pj/files/patch-ospf6d
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
||||
sbin/bgpd
|
||||
sbin/ospf6d
|
||||
sbin/ospfd
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
@ -7,6 +8,7 @@ sbin/zebractl
|
||||
bin/vtysh
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/bgpd.conf.sample2
|
||||
etc/zebra/ospf6d.conf.sample
|
||||
etc/zebra/ospfd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
|
@ -1,2 +0,0 @@
|
||||
sbin/ospf6d
|
||||
etc/zebra/ospf6d.conf.sample
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= zebra
|
||||
PORTVERSION= 0.93b
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ \
|
||||
ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \
|
||||
@ -40,16 +40,6 @@ post-clean:
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 400014
|
||||
PLIST:= ${WRKDIR}/PLIST
|
||||
pre-install:
|
||||
@${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist > ${PLIST}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@( cd ${WRKSRC}/doc; rm -f zebra*info*; ${MAKE} zebra.info install )
|
||||
@${ECHO} "===> installing zebra startup file..."
|
||||
@ -64,4 +54,4 @@ post-install:
|
||||
@${ECHO} "router_flags=\"start\""
|
||||
@${ECHO} "done."
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
3427
net/zebra/files/patch-ospf6d
Normal file
3427
net/zebra/files/patch-ospf6d
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
||||
sbin/bgpd
|
||||
sbin/ospf6d
|
||||
sbin/ospfd
|
||||
sbin/ripd
|
||||
sbin/ripngd
|
||||
@ -7,6 +8,7 @@ sbin/zebractl
|
||||
bin/vtysh
|
||||
etc/zebra/bgpd.conf.sample
|
||||
etc/zebra/bgpd.conf.sample2
|
||||
etc/zebra/ospf6d.conf.sample
|
||||
etc/zebra/ospfd.conf.sample
|
||||
etc/zebra/ripd.conf.sample
|
||||
etc/zebra/ripngd.conf.sample
|
||||
|
@ -1,2 +0,0 @@
|
||||
sbin/ospf6d
|
||||
etc/zebra/ospf6d.conf.sample
|
Loading…
Reference in New Issue
Block a user