summaryrefslogtreecommitdiff
path: root/net/dtcpclient
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Sync the logic that decides whether to pull in openssl with the makefiledholland1-2/+9
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 :-/
2015-07-12Drop ONLY_FOR_PLATFORM. A quick review of the source shows nothingdholland1-4/+1
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.
2015-03-08(pkgsrc)mef3-31/+9
- 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.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-09-10Fix strncat usage. Bump revision.joerg3-5/+16
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-15Reset maintainer, developer resigned.wiz1-2/+2
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-2/+2
2010-03-08* set USE_BSD_MAKEFILE=yesobache3-12/+21
* add user-destdir installation support.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-09-15Fixed build problem on NetBSD 4.0_RC1 (TRUE, FALSE are already defined).obache2-5/+8
2007-07-02Remove FreeBSD CVS ID -- it doesn't add much information and createsjoerg1-2/+1
a mismatch between ident and the +BUILD_VERSION logic.
2007-06-17Honor PKG_SYSCONFDIR and VARBASE, noticed in PR 36501.obache7-36/+39
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
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2006-11-09Fixed the package for unprivileged users.rillig1-1/+3
2006-08-27Updated dtcpclient-20060526.hamajima3-11/+24
- 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.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-24Split patch-aa. Honour PKGMANDIR and get working man installationjoerg4-39/+65
on !NetBSD.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-09Unmask build on DragonFly.joerg1-1/+2
2005-06-05Update to 20050521.hamajima2-7/+6
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-21Added support for Darwin.hamajima1-2/+8
2005-02-20ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-*hamajima1-1/+3
2005-01-23New package for dtcpclient-20040923, Dynamic Tunnel Configuration Protocol ↵hamajima7-0/+147
client. dtcpc in pkgsrc/net/dtcp is ruby script, dtcpclient is native binary.