[pam_yubico] 2.13

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 4 23:55:06 UTC 2013


commit 3d921028b7efaa19c9187adad368068c9adebe5a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Mar 4 23:54:42 2013 +0000

    2.13

 .gitignore                |    1 +
 64bit_pam.patch           |   11 -----------
 pam_yubico-pamuid_t.patch |   28 ++++++++++------------------
 pam_yubico.spec           |    8 ++++++--
 sources                   |    2 +-
 5 files changed, 18 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e282d5..843fa8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ pam_yubico-2.1.tar.gz
 /pam_yubico-2.10.tar.gz
 /pam_yubico-2.11.tar.gz
 /pam_yubico-2.12.tar.gz
+/pam_yubico-2.13.tar.gz
diff --git a/pam_yubico-pamuid_t.patch b/pam_yubico-pamuid_t.patch
index c61f771..fcd86d8 100644
--- a/pam_yubico-pamuid_t.patch
+++ b/pam_yubico-pamuid_t.patch
@@ -1,24 +1,16 @@
-Index: pam_yubico-2.10/configure.ac
-===================================================================
---- pam_yubico-2.10.orig/configure.ac
-+++ pam_yubico-2.10/configure.ac
-@@ -37,7 +37,10 @@ AC_PROG_LIBTOOL
- 
- AC_CHECK_HEADERS([security/pam_appl.h], [],
+--- pam_yubico-2.13/configure.ac.orig	2013-01-18 13:53:43.000000000 +0000
++++ pam_yubico-2.13/configure.ac	2013-03-04 23:42:25.119866441 +0000
+@@ -43,6 +43,7 @@
    [AC_MSG_ERROR([[PAM header files not found, install libpam-dev.]])])
--AC_CHECK_HEADERS([security/pam_modules.h security/_pam_macros.h security/pam_modutil.h], [], [],
-+AC_CHECK_HEADERS([security/pam_modutil.h], [], [],
-+  [#include <security/pam_appl.h>
-+   #include <unistd.h>])
-+AC_CHECK_HEADERS([security/pam_modules.h security/_pam_macros.h], [], [],
-   [#include <security/pam_appl.h>])
+ AC_CHECK_HEADERS([security/pam_modules.h security/_pam_macros.h security/pam_modutil.h], [], [],
+   [#include <sys/types.h>
++   #include <sys/unistd.h>
+    #include <security/pam_appl.h>])
  
  AC_CHECK_LIB([pam], [pam_start])
-Index: pam_yubico-2.10/drop_privs.c
-===================================================================
---- pam_yubico-2.10.orig/drop_privs.c
-+++ pam_yubico-2.10/drop_privs.c
-@@ -47,6 +47,7 @@
+--- pam_yubico-2.13/drop_privs.c.orig	2013-01-16 13:46:15.000000000 +0000
++++ pam_yubico-2.13/drop_privs.c	2013-03-04 23:38:50.861021190 +0000
+@@ -48,6 +48,7 @@
  
  #ifdef HAVE_PAM_MODUTIL_DROP_PRIV
  #ifdef HAVE_SECURITY_PAM_MODUTIL_H
diff --git a/pam_yubico.spec b/pam_yubico.spec
index e8a2fa3..f0399e7 100644
--- a/pam_yubico.spec
+++ b/pam_yubico.spec
@@ -1,6 +1,6 @@
 Name:           pam_yubico
-Version:        2.12
-Release:        2%{?dist}
+Version:        2.13
+Release:        1%{?dist}
 Summary:        A Pluggable Authentication Module for yubikeys
 
 Group:          System Environment/Base
@@ -33,6 +33,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT/%{_lib}/security/pam_yubico.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -47,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/drop_privs.h
 
 %changelog
+* Mon Mar  4 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.13-1
+- Update to 2.13
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 29dc7dc..9693fd3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c036d3536af3e74cc711e419f09479cf  pam_yubico-2.12.tar.gz
+4809eaae0cd89abf7916d5b21aadc602  pam_yubico-2.13.tar.gz


More information about the scm-commits mailing list