Skip to content

Commit

Permalink
net/ndisc6: Update to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
neelchauhan committed Jul 29, 2022
1 parent 43840a6 commit 2260f0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 28 deletions.
2 changes: 1 addition & 1 deletion net/ndisc6/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ndisc6
PORTVERSION= 1.0.5
PORTVERSION= 1.0.6
CATEGORIES= net
MASTER_SITES= http://www.remlab.net/files/ndisc6/ \
http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
Expand Down
6 changes: 3 additions & 3 deletions net/ndisc6/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1635021302
SHA256 (ndisc6-1.0.5.tar.bz2) = 36932f9fc47e2844abcda7550fa1343b3af4b4208dfb61e0c9d9224aad5df351
SIZE (ndisc6-1.0.5.tar.bz2) = 267126
TIMESTAMP = 1659123293
SHA256 (ndisc6-1.0.6.tar.bz2) = a713210e9be1f15cfa0809f4c2728b00cd5f25881d7585126986982055453cfb
SIZE (ndisc6-1.0.6.tar.bz2) = 262008
10 changes: 5 additions & 5 deletions net/ndisc6/files/patch-configure
@@ -1,6 +1,6 @@
--- configure.orig 2019-01-06 14:36:38 UTC
--- configure.orig 2022-07-11 16:50:06 UTC
+++ configure
@@ -5900,7 +5900,7 @@ fi
@@ -6355,7 +6355,7 @@ fi
if test "X$additional_includedir" = "X/usr/local/include"; then
if test -n "$GCC"; then
case $host_os in
Expand All @@ -9,7 +9,7 @@
esac
fi
fi
@@ -5946,7 +5946,7 @@ fi
@@ -6401,7 +6401,7 @@ fi
|| test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
if test -n "$GCC"; then
case $host_os in
Expand All @@ -18,7 +18,7 @@
esac
fi
fi
@@ -6784,7 +6784,7 @@ fi
@@ -7252,7 +7252,7 @@ fi
if test "X$additional_includedir" = "X/usr/local/include"; then
if test -n "$GCC"; then
case $host_os in
Expand All @@ -27,7 +27,7 @@
esac
fi
fi
@@ -6830,7 +6830,7 @@ fi
@@ -7298,7 +7298,7 @@ fi
|| test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
if test -n "$GCC"; then
case $host_os in
Expand Down
21 changes: 2 additions & 19 deletions net/ndisc6/files/patch-rdnss_merge-hook.in
@@ -1,6 +1,6 @@
--- rdnss/merge-hook.in.orig 2014-12-14 10:13:57 UTC
--- rdnss/merge-hook.in.orig 2022-01-27 20:23:33 UTC
+++ rdnss/merge-hook.in
@@ -19,7 +19,7 @@
@@ -19,7 +19,7 @@ set -e

set -e

Expand All @@ -9,20 +9,3 @@

# Max number of nameserver options taken into account. Should be as
# defined in <resolv.h>
@@ -31,14 +31,14 @@ MAXNS=3
# will limit the IPv6 entries it adds to $RDNSS_LIMIT only.
RDNSS_LIMIT=$(($MAXNS - 1))

-sysconfdir='@SYSCONFDIR@'
+sysconfdir='/etc'
localstatedir='@LOCALSTATEDIR@'
resolvconf="$sysconfdir/resolv.conf"
myresolvconf="$localstatedir/run/rdnssd/resolv.conf"

# These should be POSIX-compliant BREs
RE_NSV4='^nameserver *\([0-9]\{1,3\}\.\)\{3,3\}[0-9]\{1,3\} *$'
-RE_NSV4OR6='^nameserver *[a-fA-F0-9:\.]\{1,46\}\(%[a-zA-Z0-9]\{1,\}\)\{,1\} *$'
+RE_NSV4OR6='^nameserver *[a-fA-F0-9:\.]\{1,46\}\(%[a-zA-Z0-9]\{1,\}\)\{0,1\} *$'

# Count how many IPv6 nameservers we can fit

0 comments on commit 2260f0c

Please sign in to comment.