[89786] trunk/dports/security/yubico-pam

cal at macports.org cal at macports.org
Fri Feb 10 09:28:41 PST 2012


Revision: 89786
          http://trac.macports.org/changeset/89786
Author:   cal at macports.org
Date:     2012-02-10 09:28:41 -0800 (Fri, 10 Feb 2012)
Log Message:
-----------
yubico-pam: Update to 2.11

Modified Paths:
--------------
    trunk/dports/security/yubico-pam/Portfile

Removed Paths:
-------------
    trunk/dports/security/yubico-pam/files/pam_yubico.c.patch
    trunk/dports/security/yubico-pam/files/util.c.patch
    trunk/dports/security/yubico-pam/files/util.h.patch

Modified: trunk/dports/security/yubico-pam/Portfile
===================================================================
--- trunk/dports/security/yubico-pam/Portfile	2012-02-10 17:09:40 UTC (rev 89785)
+++ trunk/dports/security/yubico-pam/Portfile	2012-02-10 17:28:41 UTC (rev 89786)
@@ -4,9 +4,9 @@
 PortSystem      1.0
 PortGroup       github 1.0
 
-github.setup    Yubico yubico-pam 2.10
-checksums       rmd160  ce0e375645a59c782224f248b5f9e5c906737630 \
-                sha256  41fc3bcf8201cb348c3232b0c760e311d31713960201c10c880aab19ee3d550f
+github.setup    Yubico yubico-pam 2.11
+checksums       rmd160  fd73dba91c40de9df509450bf2523b0362f53a10 \
+                sha256  8e88282721614bfe27c544b55231b9f4e1e8dee4ad3db754fc6f2d2b8144ac6e
 
 # I'm explicitly not marking this openmaintainer
 maintainers     cal
@@ -25,14 +25,10 @@
 platforms       darwin
 license         BSD
 
-patchfiles      pam_yubico.c.patch \
-                util.c.patch \
-                util.h.patch \
-                Makefile.am.patch
+patchfiles      Makefile.am.patch
 
 variant debug description {Build with debugging support} {
     patchfiles-delete \
-                util.h.patch \
                 Makefile.am.patch
 }
 

Deleted: trunk/dports/security/yubico-pam/files/pam_yubico.c.patch
===================================================================
--- trunk/dports/security/yubico-pam/files/pam_yubico.c.patch	2012-02-10 17:09:40 UTC (rev 89785)
+++ trunk/dports/security/yubico-pam/files/pam_yubico.c.patch	2012-02-10 17:28:41 UTC (rev 89786)
@@ -1,19 +0,0 @@
---- pam_yubico.c.orig	2012-01-27 23:38:37.000000000 +0100
-+++ pam_yubico.c	2012-01-27 23:39:03.000000000 +0100
-@@ -37,6 +37,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
-+#include <fcntl.h>
- #include <errno.h>
- #include <string.h>
-
-@@ -616,6 +616,8 @@
-   }
- 
-   DBG(("Challenge-response success!"));
-+  // sometimes this apparently is still set
-+  yk_errno = 0;
-   errstr = NULL;
- 
-  out:

Deleted: trunk/dports/security/yubico-pam/files/util.c.patch
===================================================================
--- trunk/dports/security/yubico-pam/files/util.c.patch	2012-02-10 17:09:40 UTC (rev 89785)
+++ trunk/dports/security/yubico-pam/files/util.c.patch	2012-02-10 17:28:41 UTC (rev 89786)
@@ -1,10 +0,0 @@
---- util.c.orig	2012-01-27 23:42:59.000000000 +0100
-+++ util.c	2012-01-27 23:43:14.000000000 +0100
-@@ -36,6 +36,7 @@
- #include <string.h>
- #include <sys/types.h>
- #include <pwd.h>
-+#include <unistd.h>
- 
- #include "util.h"
-

Deleted: trunk/dports/security/yubico-pam/files/util.h.patch
===================================================================
--- trunk/dports/security/yubico-pam/files/util.h.patch	2012-02-10 17:09:40 UTC (rev 89785)
+++ trunk/dports/security/yubico-pam/files/util.h.patch	2012-02-10 17:28:41 UTC (rev 89786)
@@ -1,12 +0,0 @@
---- util.h.orig	2012-01-28 02:25:22.000000000 +0100
-+++ util.h	2012-01-28 02:25:36.000000000 +0100
-@@ -50,6 +50,8 @@
-     printf ("\n");							\
-   } while (0)
- # endif /* HAVE_SECURITY__PAM_MACROS_H */
-+#else
-+# define D(x)
- #endif /* DEBUG_PAM */
- 
- int get_user_cfgfile_path(const char *common_path, const char *filename, const char *username, char **fn);
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120210/8f28a195/attachment.html>


More information about the macports-changes mailing list