summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-02-21 17:55:46 +0100
committergregor herrmann <gregoa@debian.org>2020-02-21 17:55:46 +0100
commit5c4a4e1fe33b2b53fe6440d705d624c8b2528661 (patch)
treee59226d9d4a910ee2b83a3f27adab97c0f6c68f8
parentb635b95f8acea8ae4de48057748d904b8ddd95f2 (diff)
parentb95fa5f91cfc96f9678d6638f39b0168935a319b (diff)
Update upstream source from tag 'upstream/0.27'
Update to upstream version '0.27' with Debian dir 0d62ac6fcb3837f9268d7c37d6ce785793c910cb
-rw-r--r--Changes4
-rw-r--r--MANIFEST4
-rw-r--r--META.json10
-rw-r--r--META.yml6
-rw-r--r--TacacsPlus.pm2
-rw-r--r--tacpluslib/tac_plus.h4
6 files changed, 18 insertions, 12 deletions
diff --git a/Changes b/Changes
index 30b1af7..fa55fc0 100644
--- a/Changes
+++ b/Changes
@@ -65,3 +65,7 @@ Revision history for Perl extension Authen::TacacsPlus.
0.26 2015-12-08 Mike McCauley
- pass CFLAGS and CPPFLAGS explicitly in the subdirectory to get all
hardening flags, Patch from Florian Schlichting.
+
+0.27 2020-02-09 Mike McCauley
+ - Patch from Jacob Farkas via RT to allow building under on Alpine Linux
+ under Docker on armv7l, and possibly others \ No newline at end of file
diff --git a/MANIFEST b/MANIFEST
index 63bda99..8ed6982 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,5 +17,5 @@ tacpluslib/tac_client.c
tacpluslib/tac_plus.h
tacpluslib/tacplus_client.h
tacpluslib/utils.c
-
-META.yml Module meta-data (added by MakeMaker)
+META.json
+META.yml
diff --git a/META.json b/META.json
index 5c5cf13..d1761cd 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
"unknown"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.142060",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Authen-TacacsPlus",
"no_index" : {
@@ -29,11 +29,9 @@
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
- },
- "runtime" : {
- "requires" : {}
}
},
"release_status" : "stable",
- "version" : "0.26"
+ "version" : "0.27",
+ "x_serialization_backend" : "JSON::PP version 2.97001"
}
diff --git a/META.yml b/META.yml
index 73a964f..71419b8 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,5 +17,5 @@ no_index:
directory:
- t
- inc
-requires: {}
-version: '0.26'
+version: '0.27'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/TacacsPlus.pm b/TacacsPlus.pm
index 29a8c3c..1ce775d 100644
--- a/TacacsPlus.pm
+++ b/TacacsPlus.pm
@@ -17,7 +17,7 @@ require DynaLoader;
@EXPORT_OK = qw(
TACPLUS_CLIENT
);
-$VERSION = '0.26';
+$VERSION = '0.27';
sub new
{
diff --git a/tacpluslib/tac_plus.h b/tacpluslib/tac_plus.h
index 8f44886..29b86d6 100644
--- a/tacpluslib/tac_plus.h
+++ b/tacpluslib/tac_plus.h
@@ -163,6 +163,10 @@
#include <sys/syslog.h>
#endif
+#ifdef LINUX
+#include <fcntl.h>
+#endif
+
#include <utmp.h>
#include <unistd.h>