summaryrefslogtreecommitdiff
path: root/net/ipcheck
AgeCommit message (Collapse)AuthorFilesLines
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2010-02-11DESTDIR supportjoerg1-2/+4
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2006-10-16Update ipcheck to 0.233.obache2-9/+8
Patch provided by Martin Wilke via PR 34427. pkgsrc change: DOWNLOADED_DISTFILE is deprecated. - Changelog v0.233 updated domains list v0.232 removed a couple of debugging prints v0.231 recursivedns.com fix v0.230 Evan Carey WTG624 patch v0.229 David Bresson WRT56G patch v0.228 Gene Cumm patch v0.227 Added more domains v0.226 Gene Cumm Barricade fixes and SSL check improvement v0.225 Touchage = 0 means don't force update v0.224 Daniel Lauk SMC7004 patch v0.223 Nachum Kanovsky Alcatel Speedtouch patch v0.222 New domains ham-radio-op.net and servegame.org v0.221 Robert Holland Patch for Adtran Netvanta v0.220 Reinstate SMC Barricade logout patch v0.219 Linksys RT31P2 patch from Jason Anderson v0.218 fixed some host variables that were not initialized
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+2
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-09-16Download a stable distfile instead of a moving target.minskim2-7/+7
2004-08-17Update to 0.217:wiz2-5/+5
v0.217 updates for Linksys wireless router IP detection v0.216 Mike Pennington, alerted to ipcheck uses v1.x of pysnmp v0.215 Mark Keisler default route detection fix v0.214 Brad Crittenden -VT1000v patch v0.213 For CISCO IOS: Hansjoerg G.Henker - www.c-bit.org v0.212 DI504 home command sent v0.211 DI614+ updates v0.210 updated the hosts array v0.209 added -5 for dlink with no password v0.208 enable https for all python versions except 2.1 and 2.2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-11Update to 0.207 since distfile download broke.wiz2-6/+6
Changes since 0.151: v0.207 badauth self. fix v0.206 SMC password v0.205 Added myphotos.cc v0.204 Added dynalias.com, net and org v0.203 Updated dyndns.html page for domains list v0.202 DLink DSL504 bug fix from Stephan Allene v0.201 DLink DSL504 patch from Stephan Allene v0.200 rollback to 198 and apply barricade patch from Adam Jenkins v0.199 try to send the pws twice on barricade v0.198 fixed a small bug with the printing of alcatel password length v0.197 added DI614+ to the DI804 section v0.196 pro800turbo fixes v0.195 -Z parsing after only one prompt v0.194 update list of non-custom domains v0.193 put the double auth on 3114 back in v0.192 save the netgear 3114 pages to different out files v0.191 added --pfile bad usage check, dropped netgear 3114 double auth v0.190 -R fixes and added --pfile v0.189 put U back in upper opts, add netgear 3114 v0.188 allow 0 in fourth quad of an IP v0.187 more verbose ipcheck.html file to debug 302 result v0.186 SMC Barricade htm to HTM v0.185 Alcatel -r info, custom and offline allowed v0.184 DI704 menu parsing v0.183 HTTPS version check and log messages v0.182 DI704 post changes v0.181 added isa-geek domains and changed exit to warning v0.180 search for 2. instead of 2.0 python version v0.179 port forward for Alcatel STP from Paul Andreassen v0.178 Siemens Speedstream 2620 support from Douglas Henke v0.177 fixed a logger reference in write for ErrorFile class v0.176 disable https by default for python2 v0.175 Cayman_user fix v0.174 more code clean up v0.173 DLink DI713P support from Larry Kluger v0.172 more code clean up patches from Juha Ylitalo v0.171 two more code clean up patches from Juha Ylitalo v0.170 code clean up patches from Juha Ylitalo v0.169 routerIP fixes v0.168 Netgear338 fixes v0.167 Barricade update v0.166 RT338 tweaks v0.165 DI704 changes v0.164 RT338 initial testing v0.163 DI704 more changes v0.162 DI704 change v0.161 make platform strings case insensitive v0.160 --snmpget fix patch from Tristan Hill v0.159 --snmpget option thanks to Tristan Hill v0.158 -X fix, look for either Default and IP to preceed address v0.157 404 error handling v0.156 DI704 initial try v0.155 Os2rt tip from Bas v0.154 DLink DI804 patch from Frank Adcock v0.153 syslog respects -q v0.152 Eicon Diva fix
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-02-05initial import of ipcheck-0.151, a python client for the dyndns servicedrochner4-0/+33
such a pkg was submitted in PR pkg/12438, but the URL it refers to is invalid