debian/0000755000000000000000000000000012156362365007177 5ustar debian/ip2host.install0000644000000000000000000000002112156362365012150 0ustar ip2host usr/bin/ debian/source/0000755000000000000000000000000012156362365010477 5ustar debian/source/format0000644000000000000000000000001412156362365011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212156362365010375 0ustar 7 debian/copyright0000644000000000000000000000153012156362365011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: ip2host Maintainer: Gunnar Wolf Source: http://github.com/mla/ip2host Files: ip2host Copyright: Copyright 1999-2007, Maurice Aubrey License: Perl Files: Makefile, debian/* Copyright: Copyright 2002 Sebastien J. Gross , Copyright 2003-2010 Gunnar Wolf License: Perl License: Perl This module is free software; you may redistribute it and/or modify it under the same terms as Perl itself. . Perl is dual-licensed under (at your option) both the Artistic and the GPL licenses. On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic', and the GPL License can be found in `/usr/share/common-licenses/GPL'. debian/changelog0000644000000000000000000000647112156362365011061 0ustar ip2host (1.13-2) unstable; urgency=low * Some hiccup on my side made the binary package to be empty for the last uploaded version. Fix it, and include a manpage. * Perl was not yet listed neither as a dependency or as a build- dependency‽ Fix it. -- Gunnar Wolf Thu, 13 Jun 2013 10:18:25 -0500 ip2host (1.13-1) unstable; urgency=low * New upstream version; incorporates our past bug fixes since 1.10-1 * Updated standards-version to 3.9.4 (no changes needed) * Added missing debian/watch by Bart Martens; thanks! -- Gunnar Wolf Thu, 23 May 2013 10:51:00 -0500 ip2host (1.10-2) unstable; urgency=low * Added vcs-git, vcs-browser fields to debian/control * Added reference to upstream Git repository in debian/copyright, as its webpage is gone * Add IPv6 support (Closes: #659801) * Drop the unhelpful_error_messages patch, as it's completely inside support_ipv6 * Update standards-version to 3.9.2 (no changes needed) -- Gunnar Wolf Wed, 15 Feb 2012 21:46:34 -0600 ip2host (1.10-1) unstable; urgency=low * New upstream release * Updated debian/copyright following DEP5 format * Standards-version 3.7.3 → 3.8.4 (no changes needed) * Updated debhelper version to 7 (minimal debian/rules) * Switched to 3.0 (quilt) source format * Silences unhelpful error messages when IP cannot be resolved (Closes: #563129) -- Gunnar Wolf Thu, 18 Feb 2010 08:45:43 -0600 ip2host (0.09-4) unstable; urgency=low * Updated debhelper version to 5 * Moved debhelper from build-depends-indep to build-depends * Bumped up standards-version to 3.7.3; no changes needed * Updated debian/copyright stating upstream is no longer available :-/ -- Gunnar Wolf Sun, 23 Dec 2007 11:25:21 -0600 ip2host (0.09-3) unstable; urgency=low * Re-packaged as a non-Debian-native package (Closes: #261658) * Moved from section Web to section Utils, as it is not only meant to be used for Apache logfiles -- Gunnar Wolf Sat, 7 Aug 2004 18:34:09 -0500 ip2host (0.09-2) unstable; urgency=low * Almost after one month of the previous upload reporting a new version, I found out that due to not checking upstream's strange way of managing his repository, I was still providing 0.06 - Fixed. * New upstream version provides a smarter regex for finding where in each line does the IP address appear in each line (Closes: #175499) -- Gunnar Wolf Tue, 18 Nov 2003 12:49:42 -0600 ip2host (0.09-1) unstable; urgency=low * New upstream version * As the upstream author ships only the single "ip2host" file, there exists no orig.tar.gz - I am making this a native Debian package. * Corrected the copyright information - ip2host is licensed under the same terms as Perl itself (Artistic and GPL licenses), not only under the Artistic license -- Gunnar Wolf Fri, 24 Oct 2003 13:18:44 -0500 ip2host (0.06-2) unstable; urgency=low * New maintainer - Gunnar Wolf * Bumped standards-version to 3.6.1 -- Gunnar Wolf Fri, 24 Oct 2003 12:56:23 -0500 ip2host (0.06-1) unstable; urgency=low * Initial Release (Closes: #137340) -- Sebastien J. Gross Fri, 8 Mar 2002 14:26:36 +0100 debian/rules0000755000000000000000000000026012156362365010255 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installman: pod2man ip2host > debian/ip2host.1 dh_installman debian/ip2host.1 override_dh_clean: rm -f debian/ip2host.1 dh_clean debian/watch0000644000000000000000000000026612156362365010234 0ustar version=3 https://github.com/mla/ip2host/downloads \ .*/ip2host-(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) # Bart Martens Sun, 03 Mar 2013 21:16:09 +0000 debian/control0000644000000000000000000000153412156362365010605 0ustar Source: ip2host Section: utils Priority: optional Maintainer: Gunnar Wolf Build-Depends: debhelper (>> 7.0.50~), perl Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/collab-maint/ip2host.git Vcs-Browser: http://git.debian.org/git/collab-maint/ip2host.git Package: ip2host Architecture: all Depends: ${misc:Depends}, perl Description: Resolve IPs to hostnames in web server logs This script is a drop-in replacement for the logresolve.pl script distributed with the Apache web server. . ip2host has the same basic design of forking children to handle the DNS resolution in parallel, but multiplexes the communication to minimize the impact of slow responses. This results in a significant speed improvement (approximately 10x faster), and the performance degrades more gracefully as the DNS timeout value is increased.