[libauthen-radius-perl] 03/09: Update patches (offset + fuzz).

gregor herrmann gregoa at debian.org
Wed Dec 28 20:36:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libauthen-radius-perl.

commit d766dacb36149134025e9d2b38beeb29d2a00755
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 28 21:28:24 2016 +0100

    Update patches (offset + fuzz).
---
 debian/patches/01_radius_port.patch               |  3 +-
 debian/patches/02_use_dumper.patch                | 53 +++++++++++------------
 debian/patches/03_remove_ppm_install_script.patch | 16 +++----
 3 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/debian/patches/01_radius_port.patch b/debian/patches/01_radius_port.patch
index 7c1e1c0..4b85872 100644
--- a/debian/patches/01_radius_port.patch
+++ b/debian/patches/01_radius_port.patch
@@ -4,9 +4,10 @@ Description: Change de standard radius port
  .
  This patch is now a simple documentation fix (the default upstream
  has now been changed to 1645).
+Last-Update: 2016-12-28
 --- a/Radius.pm
 +++ b/Radius.pm
-@@ -900,7 +900,7 @@
+@@ -1227,7 +1227,7 @@
  The default C<Service> is C<radius>, the alternative is C<radius-acct>.
  If you do not specify port in the C<Host> as a C<hostname:port>, then port
  specified in your F</etc/services> will be used. If there is nothing
diff --git a/debian/patches/02_use_dumper.patch b/debian/patches/02_use_dumper.patch
index c58f412..f54c3de 100644
--- a/debian/patches/02_use_dumper.patch
+++ b/debian/patches/02_use_dumper.patch
@@ -3,43 +3,42 @@ Description: This removes the dependency on Data::HexDump
  Data::HexDump was being used exclusively for debugging purposes. It is 
  switched instead to using Data::Dumper (which is a core Perl module).
 Reviewed-by: Italo Valcy <italo at dcc.ufba.br>, Jonathan Yu <jawnsy at cpan.org>
-Last-Update: 2010-12-23
+Last-Update: 2016-12-28
 --- a/Radius.pm
 +++ b/Radius.pm
-@@ -22,7 +22,6 @@
+@@ -24,7 +24,6 @@
  use IO::Select;
  use Digest::MD5;
  use Data::Dumper;
 -use Data::HexDump;
+ use Net::IP qw(ip_bintoip ip_compress_address ip_expand_address ip_iptobin);
  use Time::HiRes qw(time);
  
- use vars qw($VERSION @ISA @EXPORT);
-@@ -209,7 +208,7 @@
+@@ -225,7 +224,7 @@
  
- 	if ($debug) {
- 		print STDERR "Sending request:\n";
--		print STDERR HexDump($data);
-+		print STDERR Dumper($data);
- 	}
- 	my $res;
- 	if (!defined($self->{'node_list_a'})) {
-@@ -281,7 +280,7 @@
+     if ($debug) {
+         print STDERR "Sending request:\n";
+-        print STDERR HexDump($data);
++        print STDERR Dumper($data);
+     }
+     my $res;
+     if (!defined($self->{'node_list_a'})) {
+@@ -297,7 +296,7 @@
  
- 	if ($debug) {
- 		print STDERR "Received response:\n";
--		print STDERR HexDump($data);
-+		print STDERR Dumper($data);
- 	}
+     if ($debug) {
+         print STDERR "Received response:\n";
+-        print STDERR HexDump($data);
++        print STDERR Dumper($data);
+     }
  
- 	if (defined($self->{'sock_list'})) {
+     if (defined($self->{'sock_list'})) {
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -8,7 +8,6 @@
- 			  'PREREQ_PM' => {
- 							  'Digest::MD5' => 2.20,
- 							  'IO' => 1.12,
--							  'Data::Dumper' => 1,
--							  'Data::HexDump' => 0.02
-+							  'Data::Dumper' => 1
- 							 }
- );
+@@ -14,7 +14,6 @@
+         'Digest::MD5' => 2.20,
+         'IO' => 1.12,
+         'Data::Dumper' => 1,
+-        'Data::HexDump' => 0.02,
+         'Net::IP' => 1.26,
+     },
+     TEST_REQUIRES => {
diff --git a/debian/patches/03_remove_ppm_install_script.patch b/debian/patches/03_remove_ppm_install_script.patch
index 0d05845..0ceb4f4 100644
--- a/debian/patches/03_remove_ppm_install_script.patch
+++ b/debian/patches/03_remove_ppm_install_script.patch
@@ -3,15 +3,15 @@ Description: Remove PPM_INSTALL_SCRIPT from Makefile
  PPM_INSTALL_SCRIPT installs a set of radius dictionaries into standard
  location. This would conflict with radius-cistron and xtradius packages
  (see README.Debian).
-Last-Update: 2009-09-13
+Last-Update: 2016-12-28
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -4,7 +4,7 @@
  WriteMakefile(
- 			  'NAME'	=> 'Authen::Radius',
- 			  'VERSION_FROM' => 'Radius.pm', # finds $VERSION
--			  'PPM_INSTALL_SCRIPT' => 'install-radius-db.PL',
-+			  'PL_FILES' => {},
- 			  'PREREQ_PM' => {
- 							  'Digest::MD5' => 2.20,
- 							  'IO' => 1.12,
+     NAME => 'Authen::Radius',
+     VERSION_FROM => 'Radius.pm', # finds $VERSION
+-    PPM_INSTALL_SCRIPT => 'install-radius-db.PL',
++    PL_FILES => {},
+     MIN_PERL_VERSION => "v5.10",
+     BUILD_REQUIRES => {
+         # Support for TEST_REQUIRES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-radius-perl.git



More information about the Pkg-perl-cvs-commits mailing list