debian/0000755000000000000000000000000012110710244007156 5ustar debian/compat0000644000000000000000000000000212110707233010360 0ustar 7 debian/source/0000755000000000000000000000000012110707233010462 5ustar debian/source/format0000644000000000000000000000001412110707233011670 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000365712110707233011130 0ustar This package was debianized by Nico Golde on Wed, 13 Sep 2006 01:11:49 +0200 and was first packaged by David Moreno Garza on Tue, 14 Sep 2004 11:41:38 -0500. It was downloaded from http://www.vanheusden.com/httping/ Upstream Author: Folkert Van Heusden Copyright: Copyright (C) 2003-2009 Folkert Van Heusden License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here. The Debian packaging is Copyright (C) 2007-2009, Nico Golde and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000007612110707233010216 0ustar version=3 http://www.vanheusden.com/httping/httping-(.*)\.tgz debian/rules0000755000000000000000000000041712110710216010237 0ustar #!/usr/bin/make -f export DEB_BUILD_HARDENING=1 %: dh $@ override_dh_auto_install: $(MAKE) install PREFIX=$(CURDIR)/debian/httping/usr rm $(CURDIR)/debian/httping/usr/share/doc/httping/license.txt rm $(CURDIR)/debian/httping/usr/share/doc/httping/license.OpenSSL debian/control0000644000000000000000000000121712110710231010556 0ustar Source: httping Section: net Priority: optional Maintainer: Nico Golde Build-Depends: debhelper (>= 7.0.50~), libssl-dev, cppcheck, hardening-wrapper Standards-Version: 3.9.4 Homepage: http://www.vanheusden.com/httping Package: httping Architecture: any Depends: ${shlibs:Depends}, openssl, ${misc:Depends} Replaces: httping-nossl Description: ping-like program for http-requests httping is like ping for HTTP. It sends requests to a hostname or a remote URL and it shows you how long it takes to connect, send a HTTP request and retrieve the reply (only the header). . It supports SSL as well as various different ways to use it. debian/dirs0000644000000000000000000000003312110707233010042 0ustar usr/share/man/man1 usr/bin debian/changelog0000644000000000000000000001426012110710244011033 0ustar httping (1.5.8-1) unstable; urgency=low * New upstream release - new switch to prevent httping from exiting when it can't resolve the host name (Closes: #699464). * Bump standards version, no changes required. * Build package with hardening-wrapper. -- Nico Golde Tue, 19 Feb 2013 15:39:36 +0100 httping (1.5.7-1) unstable; urgency=low * New upstream release. -- Nico Golde Sun, 10 Feb 2013 17:21:08 +0100 httping (1.5.5-1) unstable; urgency=low * New upstream release. - Fixes invalid free of hostname (Closes: #690358). -- Nico Golde Wed, 17 Oct 2012 21:40:54 +0200 httping (1.5.4-1) unstable; urgency=low * New upstream release. * Bump standards version. * Add cppcheck to build-dependencies as required by upstream makefile. -- Nico Golde Thu, 11 Oct 2012 17:14:36 +0200 httping (1.5.3-1) unstable; urgency=low * New upstream release. - Displays IP of pinged host (Closes: #675242). - Does no longer read only one byte at a time (Closes: #604823). - Signal handling works properly, also with SSL (Closes: #539552). * Bump standards version. -- Nico Golde Wed, 30 May 2012 20:43:06 +0200 httping (1.4.4-1) unstable; urgency=low * New upstream release. -- Nico Golde Sat, 24 Jul 2010 15:42:23 +0200 httping (1.4.3-1) unstable; urgency=low * New upstream release (Closes: #587210). * Bump policy version to 3.9.0, no changes needed. * Switch to dpkg-source 3.0 (quilt) format -- Nico Golde Wed, 14 Jul 2010 19:07:37 +0200 httping (1.3.1-2) unstable; urgency=low * Temporary remove strndup from str.{c,h} until upstream removed it completely (Closes: #552901). * Fix FHS compliance of Makefile (Closes: #553094). * Override dh_auto_install to remove license.txt and license.OpenSSL after installation. - adjust debhelper version dependency to 7.0.50~. -- Nico Golde Wed, 04 Nov 2009 18:12:05 +0100 httping (1.3.1-1) unstable; urgency=low * New upstream release. - Remove fix-fd_leak.patch, remove_memdump_signal-handler.patch incorporated upstream. - The host can be specified directly, there is no need for -g anymore so httping google.com also works (Closes: #528940). - Remove quilt again. * Bump policy version to 3.8.3, no changes needed. -- Nico Golde Sun, 16 Aug 2009 14:45:32 +0200 httping (1.3.0-2) unstable; urgency=low * Bump standards version (no changes needed). * Add build-dependency on quilt: + Add dh --with quilt call to debian/rules and switch to a debhelper 7-ish rules file. + Bump debhelper dependency to >= 7.0.8 and quilt >= 0.46-7. + Remove mem_dump functionality via signal as it blocks SIGHUP which causes httping to continue running even if for example an ssh connection was closed (remove_memdump_signal-handler.patch; Closes: #531883). + Fix file descriptor leak on timeouts (fix-fd_leak.patch; Closes: #532172). -- Nico Golde Wed, 29 Jul 2009 19:56:10 +0200 httping (1.3.0-1) unstable; urgency=low * New upstream release. * Use dh_prep instead of dh_clean -k as the latter one is deprecated now. * Point license link in debian/copyright to GPL-2 as httping is not licensed under the GPL-3. * Fix copyright-with-old-dh-make-debian-copyright. * Rewrite long description. -- Nico Golde Mon, 09 Mar 2009 14:33:40 +0100 httping (1.2.9-1) unstable; urgency=low * New upstream release. * Bump policy version to 3.8.0, no changes needed. * Bump compat version and debhelper dependency to 7. -- Nico Golde Fri, 03 Oct 2008 15:06:41 +0200 httping (1.2.6-1) unstable; urgency=low * New upstream release. -- Nico Golde Mon, 26 May 2008 13:45:08 +0200 httping (1.2.5-2) unstable; urgency=low * Bump standards version to 3.7.3, no changes needed. * Bump compat level to 6 as it is the standard now. * Remove homepage tag and use the Homepage control field instead. * Add openssl linkage exception to copyright file. * Fix Copyright line by adding the years. -- Nico Golde Mon, 03 Mar 2008 00:12:37 +0100 httping (1.2.5-1) unstable; urgency=low * New upstream release. * Removed suppression of clean target output. -- Nico Golde Fri, 27 Jul 2007 14:36:12 +0200 httping (1.2.3-1) unstable; urgency=low * New upstream release. - Added audible ping functionality. * Removed patch stuff, patch was included by upstream. * Added watch file. * Fixed copyright. -- Nico Golde Tue, 01 May 2007 21:55:26 +0200 httping (1.2.2-2) unstable; urgency=low * Included patch for audible ping until it gets into upstream sources (Closes: #352648). * New dependency on dpatch because of the patch. * Changed maintainer address. * Removed nossl build stuff. -- Nico Golde Wed, 28 Mar 2007 18:00:50 +0200 httping (1.2.2-1) unstable; urgency=low * new upstream release. -- Nico Golde Tue, 5 Dec 2006 18:16:32 +0100 httping (1.2.1-1) unstable; urgency=low * New upstream release and new maintainer. * Adapted policy version (no changes needed). * Added Homepage tag to control file. * Bumped debhelper compatibility level to 5 and adapted dependency. * Adapted copyright notice to the new maintainer. * Removed debian/httping.1 since upstream ships manpage. * Removed dh_installexamples call from rules, not needed. -- Nico Golde Wed, 13 Sep 2006 01:06:25 +0200 httping (1.0.4-1) unstable; urgency=low * New upstream release. * Changed maintainer's address. * Sync with policy version. -- David Moreno Garza Sat, 20 Aug 2005 18:25:51 -0500 httping (0.0.96-1) unstable; urgency=low * New upstream release. * Removed httping-nossl binary package since it's useless (Closes: #281636). -- David Moreno Garza Sun, 30 Jan 2005 23:16:50 -0600 httping (0.0.95-1) unstable; urgency=low * Initial Release (Closes: #247399). -- David Moreno Garza Tue, 14 Sep 2004 11:41:38 -0500