FreeBSD Bugzilla – Attachment 248951 Details for
Bug 277505
net/radvd: support RemoveAdvOnExit directive via upstream patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
several updates
radvd.diff (text/plain), 2.41 KB, created by
Franco Fichtner
on 2024-03-05 15:47:17 UTC
(
hide
)
Description:
several updates
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2024-03-05 15:47:17 UTC
Size:
2.41 KB
patch
obsolete
>diff --git a/net/radvd/Makefile b/net/radvd/Makefile >index 2ccaa158e7db..05b56d9be9d5 100644 >--- a/net/radvd/Makefile >+++ b/net/radvd/Makefile >@@ -1,9 +1,12 @@ > PORTNAME= radvd > PORTVERSION= 2.19 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net > MASTER_SITES= http://www.litech.org/radvd/dist/ > >+PATCH_SITES= https://github.com/${PORTNAME}-project/${PORTNAME}/commit/ >+PATCHFILES= 3f1aeb2.patch:-p1 >+ > MAINTAINER= farrokhi@FreeBSD.org > COMMENT= Linux/BSD IPv6 router advertisement daemon > WWW= http://www.litech.org/radvd/ >@@ -14,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > GNU_CONFIGURE= yes >+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share > USES= gmake pkgconfig > CONFIGURE_ARGS= --program-transform-name= > USE_RC_SUBR= radvd >diff --git a/net/radvd/distinfo b/net/radvd/distinfo >index fef3589424da..481924fcc88a 100644 >--- a/net/radvd/distinfo >+++ b/net/radvd/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1607081848 >+TIMESTAMP = 1707290399 > SHA256 (radvd-2.19.tar.gz) = c36470706fec3a9e6bed394ffea08acaff5dac647848d26b96bb9b9c65d58da0 > SIZE (radvd-2.19.tar.gz) = 222794 >+SHA256 (3f1aeb2.patch) = 8130a1f6e04292629c2c2cd9613beb4d4b085f0c08005e15b139bae10467f84c >+SIZE (3f1aeb2.patch) = 3699 >diff --git a/net/radvd/files/patch-interface.c b/net/radvd/files/patch-interface.c >deleted file mode 100644 >index 77bcbaba6a93..000000000000 >--- a/net/radvd/files/patch-interface.c >+++ /dev/null >@@ -1,23 +0,0 @@ >---- interface.c.orig 2020-12-29 09:42:21 UTC >-+++ interface.c >-@@ -61,6 +61,8 @@ void touch_iface(struct Interface *iface) >- >- int setup_iface(int sock, struct Interface *iface) >- { >-+ int was_ready = iface->state_info.ready; >-+ >- iface->state_info.changed = 0; >- iface->state_info.ready = 0; >- >-@@ -97,8 +99,11 @@ int setup_iface(int sock, struct Interface *iface) >- return -1; >- } >- >-+ iface->state_info.ready = was_ready; >-+ >- /* join the allrouters multicast group so we get the solicitations */ >- if (setup_allrouters_membership(sock, iface) < 0) { >-+ iface->state_info.ready = 0; >- return -1; >- } >- >diff --git a/net/radvd/pkg-plist b/net/radvd/pkg-plist >index afb350296cb2..21e599095857 100644 >--- a/net/radvd/pkg-plist >+++ b/net/radvd/pkg-plist >@@ -1,6 +1,6 @@ > @sample etc/radvd.conf.sample > sbin/radvd > sbin/radvdump >-man/man5/radvd.conf.5.gz >-man/man8/radvd.8.gz >-man/man8/radvdump.8.gz >+share/man/man5/radvd.conf.5.gz >+share/man/man8/radvd.8.gz >+share/man/man8/radvdump.8.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277505
:
248951
|
249392