[SCM] Debian packaging of libauthen-radius-perl branch, master, updated. de808a4e8f1aaf1d59e517a8302c4113e62bb1e2

Xavier Guimard x.guimard at free.fr
Sun Nov 18 21:18:09 UTC 2012


The following commit has been merged in the master branch:
commit de808a4e8f1aaf1d59e517a8302c4113e62bb1e2
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 18 22:16:14 2012 +0100

    Update patches

diff --git a/debian/changelog b/debian/changelog
index b66a254..bd87e13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libauthen-radius-perl (0.22-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update copyright (years, authors and format)
+  * Update patches
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 18 Nov 2012 19:47:38 +0100
 
diff --git a/debian/patches/01_radius_port.patch b/debian/patches/01_radius_port.patch
index 2288599..14540db 100644
--- a/debian/patches/01_radius_port.patch
+++ b/debian/patches/01_radius_port.patch
@@ -6,7 +6,7 @@ Description: Change de standard radius port
  has now been changed to 1645).
 --- a/Radius.pm
 +++ b/Radius.pm
-@@ -879,7 +879,7 @@
+@@ -881,7 +881,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 975b9f5..769ed0f 100644
--- a/debian/patches/02_use_dumper.patch
+++ b/debian/patches/02_use_dumper.patch
@@ -6,7 +6,7 @@ Reviewed-by: Italo Valcy <italo at dcc.ufba.br>, Jonathan Yu <jawnsy at cpan.org>
 Last-Update: 2010-12-23
 --- a/Radius.pm
 +++ b/Radius.pm
-@@ -23,7 +23,6 @@
+@@ -22,7 +22,6 @@
  use IO::Select;
  use Digest::MD5;
  use Data::Dumper;
@@ -14,7 +14,7 @@ Last-Update: 2010-12-23
  
  use vars qw($VERSION @ISA @EXPORT);
  
-@@ -207,7 +206,7 @@
+@@ -206,7 +205,7 @@
  
  	if ($debug) {
  		print STDERR "Sending request:\n";
@@ -23,7 +23,7 @@ Last-Update: 2010-12-23
  	}
  	my $res;
  	if (!defined($self->{'node_list_a'})) {
-@@ -278,7 +277,7 @@
+@@ -277,7 +276,7 @@
  
  	if ($debug) { 
  		print STDERR "Received response:\n"; 

-- 
Debian packaging of libauthen-radius-perl



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