2013-02-19 18:17:41 +01:00
|
|
|
Index: glibc-2.17/Versions.def
|
2011-08-29 10:21:41 +02:00
|
|
|
===================================================================
|
2013-02-19 18:17:41 +01:00
|
|
|
--- glibc-2.17.orig/Versions.def
|
|
|
|
+++ glibc-2.17/Versions.def
|
2013-03-04 16:10:42 +01:00
|
|
|
@@ -42,6 +42,8 @@ libc {
|
2011-08-29 10:21:41 +02:00
|
|
|
}
|
|
|
|
libcrypt {
|
|
|
|
GLIBC_2.0
|
2013-03-04 16:10:42 +01:00
|
|
|
+ GLIBC_2.14
|
2011-08-29 10:21:41 +02:00
|
|
|
+ OW_CRYPT_1.0
|
|
|
|
}
|
|
|
|
libdl {
|
|
|
|
GLIBC_2.0
|
2013-02-19 18:17:41 +01:00
|
|
|
Index: glibc-2.17/crypt/Versions
|
2011-08-29 10:21:41 +02:00
|
|
|
===================================================================
|
2013-02-19 18:17:41 +01:00
|
|
|
--- glibc-2.17.orig/crypt/Versions
|
|
|
|
+++ glibc-2.17/crypt/Versions
|
|
|
|
@@ -1,6 +1,15 @@
|
|
|
|
+%define SHARED
|
|
|
|
+%define IS_IN_libcrypt 1
|
|
|
|
+%include <shlib-compat.h>
|
|
|
|
+
|
|
|
|
libcrypt {
|
|
|
|
GLIBC_2.0 {
|
2011-08-29 10:21:41 +02:00
|
|
|
crypt; crypt_r; encrypt; encrypt_r; fcrypt; setkey; setkey_r;
|
2013-02-19 18:17:41 +01:00
|
|
|
+%if SHLIB_COMPAT (libcrypt, GLIBC_2_0, GLIBC_2_14)
|
2011-08-29 10:21:41 +02:00
|
|
|
+ crypt_rn; crypt_ra; crypt_gensalt; crypt_gensalt_rn; crypt_gensalt_ra;
|
2013-02-19 18:17:41 +01:00
|
|
|
+%endif
|
2011-08-29 10:21:41 +02:00
|
|
|
+ }
|
2013-02-19 18:17:41 +01:00
|
|
|
+ OW_CRYPT_1.0 {
|
|
|
|
crypt_rn; crypt_ra; crypt_gensalt; crypt_gensalt_rn; crypt_gensalt_ra;
|
|
|
|
}
|
2011-08-29 10:21:41 +02:00
|
|
|
}
|