tags 329604 patch thanks [EMAIL PROTECTED] BCC'd On Thu, 22 Sep 2005 10:12:45 +0200, Florian Ragwitz wrote: > 1.23 is on CPAN. Please update your package.
The upstream changelog reads: | 1.24 Tue Oct 18 12:00:00 2005 | - Thanks to Frederic Schutz <schutz AT mathgen.ch> ^^^^^^^^^^^^^^^ Hehe. | - Bugfix in overlaps function | - Updated Makefile | - ran perltidy on the code | | 1.23 Mon Jun 06 12:00:00 2005 | - Thanks to Achim Adam <achim.adam AT univie.ac.at> | - Thanks to Malte S. Stretz <mss AT msquadrat.de> | - Thanks to Ville Skytta <ville.skytta AT iki.fi> | - Bugfixes in ip_reverse | - Bugfix in ip_range_to_prefix for /31 subnets | | | 1.22 Mon May 26 11:54:00 2005 | - Big Thanks to Achim Adam <achim.adam AT univie.ac.at> | - Removed 5.008 dependency | - Added fix for trailing zeros on reverse IPv4 addresses | - Updated 'special' ranges for Ipv4 and IPv6 The diff.gz from 1.20-2 applies fine, except for the patch to IP.pm that isn't necessary anymore, so I took the liberty to prepare an update. Please find attached a new diff.gz and, for your convenience, the interdiff. HTH, Flo
libnet-ip-perl_1.24-0.1.diff.gz
Description: Binary data
reverted: --- libnet-ip-perl-1.20/IP.pm +++ libnet-ip-perl-1.20.orig/IP.pm @@ -2291,7 +2291,7 @@ $IP_IDENTICAL (ranges are identical) undef (problem) +C<if ($ip-E<gt>overlaps($ip2)==$IP_A_IN_B_OVERLAPS) {...};> -C<if ($ip-E<gt>overlaps($ip2)==$IP_A_IN_B_OVERLAP) {...};> =head2 looping @@ -2527,7 +2527,7 @@ $IP_IDENTICAL (ranges are identical) undef (problem) +C<(ip_is_overlap($rb1,$re1,$rb2,$re2,4) eq $IP_OVERLAPS) and do {};> -C<(ip_is_overlap($rb1,$re1,$rb2,$re2,4) eq $IP_A_IN_B_OVERLAP) and do {};> =head2 ip_get_embedded_ipv4 diff -u libnet-ip-perl-1.20/debian/changelog libnet-ip-perl-1.24/debian/changelog --- libnet-ip-perl-1.20/debian/changelog +++ libnet-ip-perl-1.24/debian/changelog @@ -1,3 +1,13 @@ +libnet-ip-perl (1.24-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release, closes: Bug#329604 + * Revert patch to IP.pm as it is incorporated upstream + * Remove Net-IP.spec from diff.gz + * Adjust debian/copyright to current values + + -- Florian Ernst <[EMAIL PROTECTED]> Tue, 8 Nov 2005 20:52:08 +0100 + libnet-ip-perl (1.20-2) unstable; urgency=low * Updated the documentation to remove inconsistencies with the code diff -u libnet-ip-perl-1.20/debian/copyright libnet-ip-perl-1.24/debian/copyright --- libnet-ip-perl-1.20/debian/copyright +++ libnet-ip-perl-1.24/debian/copyright @@ -4,7 +4,7 @@ It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-1.20.tar.gz -Upstream Author: Manuel Valente <[EMAIL PROTECTED]> +Upstream Author: Manuel Valente <[EMAIL PROTECTED]> Copyright (according to the original COPYING file, except for the address of the Free Software Foundation, which has been updated) : @@ -20,9 +20,8 @@ You should have received a copy of the GNU General Public License along with Perl; see the file Copying. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. - +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. You should have received a copy of the Artistic License along with Perl; see the file Artistic. --- reverted: --- libnet-ip-perl-1.20/Net-IP.spec +++ libnet-ip-perl-1.20.orig/Net-IP.spec @@ -1,33 +0,0 @@ - -Summary: Net::IP Perl module -Name: perl-Net-IP -Version: 1.20 -Release: 1 -Source0: Net-IP-%{version}.tar.gz -License: Perl -Group: Development/Languages -BuildRoot: %{_tmppath}/%{name}-root - -%description -IP - Perl extension for manipulating IPv4/IPv6 addresses - -%prep -%setup -q -n Net-IP-%{version} -%{__perl} Makefile.PL INSTALLSCRIPT=%{_prefix}/bin -%build -%{__make} - -%install -rm -rf $RPM_BUILD_ROOT -%{__make} install PREFIX=$RPM_BUILD_ROOT%{_prefix} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%{_prefix}/lib/perl5/site_perl/*/Net -%{_prefix}/lib/perl5/man/man3/* -%{_prefix}/bin - -
signature.asc
Description: Digital signature