diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-30 19:52:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-10-30 19:52:16 +0000 |
commit | c97392c18b8a9d006ec6fc00e0cc02f382c6806b (patch) | |
tree | 86a2d86d71dfc2dc9dce12e2e3b08b435d2a7d27 /sys-auth/pam_p11/files | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-c97392c18b8a9d006ec6fc00e0cc02f382c6806b.tar.gz gentoo-2-c97392c18b8a9d006ec6fc00e0cc02f382c6806b.tar.bz2 gentoo-2-c97392c18b8a9d006ec6fc00e0cc02f382c6806b.zip |
Cleanup old versions; add a new revision hiding symbols. Add to pam herd as well as crypto.
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_p11/files')
-rw-r--r-- | sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch | 11 | ||||
-rw-r--r-- | sys-auth/pam_p11/files/pam_symbols.ver | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch b/sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch deleted file mode 100644 index 12eb62fca861..000000000000 --- a/sys-auth/pam_p11/files/pam_p11-0.1.3-qa.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNp pam_p11-0.1.3.org/src/test.c pam_p11-0.1.3/src/test.c ---- pam_p11-0.1.3.org/src/test.c 2005-12-26 22:44:06.000000000 +0200 -+++ pam_p11-0.1.3/src/test.c 2007-11-10 19:35:10.000000000 +0200 -@@ -3,6 +3,7 @@ - - #include <security/pam_appl.h> - #include <security/pam_misc.h> -+#include <security/pam_modules.h> - - int main(int argc, char **argv) - { diff --git a/sys-auth/pam_p11/files/pam_symbols.ver b/sys-auth/pam_p11/files/pam_symbols.ver new file mode 100644 index 000000000000..dbc677b77a2d --- /dev/null +++ b/sys-auth/pam_p11/files/pam_symbols.ver @@ -0,0 +1,4 @@ +{ + global: pam_sm_*; + local: *; +}; |