summaryrefslogtreecommitdiff
path: root/net/httping/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-08-09*: Remove hardcoded -liconv / -lintl on SunOS.jperkin1-2/+2
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2017-08-14Updated httping to 2.5.wiz1-3/+2
Changes not found.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2015-03-19Add -lintl on Darwin.gdt1-1/+2
From Adrien Auzanneau via pkgsrc-users.
2015-03-07Update 2.3.4 to 2.4mef1-2/+2
------------------- ChangeLog unknown. Seems minor bug fix.
2015-01-29Update 2.3.3 to 2.3.4mef1-3/+2
--------------------- Explicit ChangeLog or Release Note not found, but - option -6 is added for IPv6 (default is IPv4) - sun (__sun) support for termios.h seems added
2014-02-18Fix build on SunOS. Patches from Thomas Merkel in joyent/pkgsrc#175.jperkin1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2013-06-26Update to 2.3.3ryoon1-16/+8
* Use distfile's install target, remove pkgsrc one. Changelog: unknown.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-18Update to 1.5.2. Notable changes:shattered1-2/+2
- support persistent connections - binding to an adapter did not work (fixed)
2011-07-09Changes 1.4.4:adam1-6/+6
* fixes so that it works again on FreeBSD again * added IPv6 support
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-07-19Update httping to 1.3.0. Add destdir support. Add license.zafer1-9/+14
ChangeLog: 1.3.0 httping used to put an absolute URI in the GET/HEAD request when not via proxy which is incorrect, that is now fixed
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-05Make it build on DragonFly.hasso1-2/+2
2008-09-19Update to 1.2.9 and fix SunOS buildsadrianp1-4/+3
1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly 1.2.8 fixed a segfault introduced in version 1.2.7 1.2.7 http statuscodes are now correctly interpreted (if selected) 1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server
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-12-27Fix build on DragonFly.joerg1-2/+3
2007-09-18Update to 1.2.5adrianp1-2/+9
Fix build on systems that don't have strndup(3) (PR #36281) 1.2.5 showing the status code would garble the screen 1.2.4 fixed memory-leak in SSL code
2007-07-01Update to 1.2.3adrianp1-2/+2
Add audible ping
2007-04-09Update to 1.2.2adrianp1-2/+2
* one can now set the interface through which the http-pings will be send
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-16Fixed the build on Solaris (missing libraries).rillig1-1/+3
2006-09-05Httping is like 'ping' but for http-requests.adrianp1-0/+18
Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers).