summaryrefslogtreecommitdiff
path: root/net/echoping
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2017-08-01Comment out some dead HOMEPAGEs.wiz1-2/+2
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-2/+2
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-04-25Drop one alternative of MASTER_SITES, which was not registered in DNS.mef1-3/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg3-6/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+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-11-18Fix builds on Darwinadrianp3-1/+26
2007-11-18Update to 6.0.2adrianp3-27/+8
Unfortunately the only information available is "Bug fixes only"
2007-04-09Update to 6.0.1adrianp7-9/+84
* Use the new plugin functionality available and build the dns, random and whois plugins by default. * The postgresql and ldap plugins can be optionally built by setting PKG_OPTIONS.echoping. 6.0.1 (2007-04-04) * Bug fixes only 6.0.0 (2007-03-26) * Plugins: several plugins (whois, postgresql, dns) are now shipped with echoping and you can write your own. All new protocols will now be supported via plugins. Consequences: * you now need an Unix with a working dlopen(3) * echoping now requires the popt parsing library * popt: echoping now depends on popt. One main change: options parsing is lightly different so some scripts *may* break. A typical example is that "old-school" Unix aggreation of arguments ("echoping -v4 localhost") is no longer accepted (use "echoping -v -4 localhost"). * Many bug fixes, see the list at Sourceforge
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-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-26PKGREVISION bump because of libidn shlib major bump.wiz1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Update echoping to 5.2.0.minskim2-7/+9
Changes: IDN (Unicode domain names) support.
2003-12-14Update to 5.1.0 provided by Soren Jacobsen PR pkg/23743.xtraeme3-18/+5
Changes: 5.1.0 (2003-11-09) * GNU TLS support (alternative to OpenSSL), * Small licence change, * Portability fixes (MacOS X) 5.0.1 (2002-11-04) * Small bug fixes, * Better error messages with invalid options 5.0.0 (2002-10-11) * Now uses getnameinfo/getaddrinfo. Two consequences: - you can compile only on a recent Unix - you have IPv6 support * With -v, now able to separate kernel (TCP) and application latency * Now displays the standard deviation for repeated tests. Warning: this may break some scripts which parse the output of echoping. 4.2.0 (2001-03-16) * New -a and -A options to control the proxy/cache (disable caching). Fixes bug/wish #232324 * Support for microsecond wait (uses usleep) * New option (-p) to set socket priority (Linux only) * New option (-P) to set IP Type of Service octet * Bug fixes: #230384 (SSL records are different from text lines)
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
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-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-7/+6
have been converted to USE_BUILDLINK2.
2002-06-17kill USE_SSL, use openssl/buildlink.mk insteaddrochner1-2/+4
(to avoid building against a pkgsrc openssl w/o registering a dependency)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-21Distfile changed (grrrr). File on ftp.netbsd.org already removed.wiz1-2/+2
2001-02-21Not true anymore in 4.1.0.wiz1-10/+0
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-14Update to 4.1.0. Major change: SSL support.wiz4-31/+7
2000-12-08Initial import of echoping-3.0.1:wiz9-0/+73
"echoping" is a small program to test (approximatively) performances of a remote host by sending it TCP "echo" (or other protocol) packets. Inspired by pkg/8652 by Greg A. Woods.