MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
logic that decides whether to use -lcrypto. These need to stay the same
to avoid the possibility of getting a silent dependence on a (possibly
very old) builtin openssl. Of course, all it uses -lcrypto for is MD5,
but still...
PKGREVISION -> 1.
XXX: this probably shouldn't be using MD5 anyway :-/
particularly BSD-specific. It might not build on vintage SVR3 but we
probably don't care... and it will probably need minor patching on
Solaris and Linux but we can do that.
- Add LICENSE= 2-clause-bsd
- Remove patch-ab (was edit from /usr/local/etc/dhclient.script
to /usr/pkg/sbin/dhclient-script)
Instead, includes above edit in SUBST to clean (false) pkglint flag.
(upstream)
- Update 20060526 to 20090812
---------------------------
2009-08-12 Hajimu UMEMOTO <ume@mahoroba.org>
* dtcpclient.script: Add an ability to assign an anycast address
by prefix delegation. When `anycast' is specified as `hostid' of
`prefix_delegation', an anycast address is assigned.
Requested by: Norikatsu Shigemura <nork@ninth-nine.com>
* dtcpclient.script: Add support for prefix_delegation='AUTO'. If
`AUTO' is specified, delegated IPv6 address is assigned to upped
interface automatically.
OLD LOCATION NEW LOCATION
/var/run/dtcpclient.pid ${VARBASE}/run/dtcpclient.pid
${PREFIX}/etc/dtcpclient.auth ${PKG_SYSCONFDIR}/dtcpclient.auth
/usr/local/dtcpclient_script.conf ${PKG_SYSCONFDIR}/dtcpclient_script.conf
- If `@' is specified as an interface for prefix delegation, it is assumed
as a tunnel interface.
- Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph.
The relevant options are -b and -U.
- Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified,
it is enabled. It requires some modification to ng_ksocket of server side.
- Add $up_command and $down_command to run at up/down.
- Add -B option to specify NAT port.