2012-08-28 14:25:24 +02:00
|
|
|
|
2012-09-27 21:00:39 +02:00
|
|
|
The addition of the Blowfish cipher functions also requires updating
|
|
|
|
the ABI check list for all targets.
|
|
|
|
|
|
|
|
---
|
2012-11-13 12:56:09 +01:00
|
|
|
ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist | 12 ++++++++++
|
2012-09-27 21:00:39 +02:00
|
|
|
sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist | 12 ++++++++++
|
|
|
|
22 files changed, 264 insertions(+)
|
|
|
|
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.4
|
|
|
|
GLIBC_2.4 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.4
|
|
|
|
GLIBC_2.4 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,7 +1,12 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
@@ -9,3 +14,10 @@ GLIBC_2.0
|
|
|
|
setkey_r F
|
|
|
|
_gp_disp
|
|
|
|
_gp_disp A
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.12
|
|
|
|
GLIBC_2.12 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.12
|
|
|
|
GLIBC_2.12 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-11-13 12:56:09 +01:00
|
|
|
Index: glibc-2.16/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
===================================================================
|
2012-11-13 12:56:09 +01:00
|
|
|
--- glibc-2.16.orig/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist
|
2012-09-27 21:00:39 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.12
|
|
|
|
GLIBC_2.12 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist
|
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist
|
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.3
|
|
|
|
GLIBC_2.3 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-09-27 21:00:39 +02:00
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-09-27 21:00:39 +02:00
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-09-27 21:00:39 +02:00
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-09-27 21:00:39 +02:00
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.2
|
|
|
|
GLIBC_2.2 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-09-27 21:00:39 +02:00
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-09-27 21:00:39 +02:00
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist
|
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist
|
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist
|
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.0
|
|
|
|
GLIBC_2.0 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist
|
|
|
|
===================================================================
|
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
|
|
|
GLIBC_2.2.5
|
|
|
|
GLIBC_2.2.5 A
|
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
2012-09-27 21:00:39 +02:00
|
|
|
Index: glibc-2.16/sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
===================================================================
|
2012-09-27 21:00:39 +02:00
|
|
|
--- glibc-2.16.orig/sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist
|
|
|
|
+++ glibc-2.16/sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist
|
2012-08-28 14:25:24 +02:00
|
|
|
@@ -1,9 +1,21 @@
|
2012-09-27 21:00:39 +02:00
|
|
|
GLIBC_2.16
|
|
|
|
GLIBC_2.16 A
|
2012-08-28 14:25:24 +02:00
|
|
|
crypt F
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
crypt_r F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|
|
|
|
encrypt F
|
|
|
|
encrypt_r F
|
|
|
|
fcrypt F
|
|
|
|
setkey F
|
|
|
|
setkey_r F
|
|
|
|
+OW_CRYPT_1.0
|
|
|
|
+ OW_CRYPT_1.0 A
|
|
|
|
+ crypt_gensalt F
|
|
|
|
+ crypt_gensalt_ra F
|
|
|
|
+ crypt_gensalt_rn F
|
|
|
|
+ crypt_ra F
|
|
|
|
+ crypt_rn F
|