Accepting request 572614 from home:Andreas_Schwab:Factory
- Update to glibc 2.27
* Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
sinf, sincosf and tan with FMA
* Optimized x86-64 trunc and truncf for processors with SSE4.1
* Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and
sincosf
* In order to support faster and safer process termination the malloc API
family of functions will no longer print a failure address and stack
backtrace after detecting heap corruption
* The abort function terminates the process immediately, without flushing
stdio streams
* On platforms where long double has the IEEE binary128 format (aarch64,
alpha, mips64, riscv, s390 and sparc), the math library now implements
_Float128 interfaces for that type, as defined by ISO/IEC TS 18661-3:2015
These are the same interfaces added in version 2.26 for some platforms where
this format is supported but is not the format of long double
* On platforms with support for _Float64x (aarch64, alpha, i386, ia64,
mips64, powerpc64le, riscv, s390, sparc and x86_64), the math library now
implements interfaces for that type, as defined by ISO/IEC TS
18661-3:2015
* The math library now implements interfaces for the _Float32, _Float64 and
_Float32x types, as defined by ISO/IEC TS 18661-3:2015
* glibc now implements the memfd_create and mlock2 functions on Linux
* Support for memory protection keys was added
* The copy_file_range function was added
* The ldconfig utility now processes `include' directives using the C/POSIX
collation ordering
* Support for two grammatical forms of month names has been added
* Support for the RISC-V ISA running on Linux has been added
* Statically compiled applications attempting to load locales compiled for the
OBS-URL: https://build.opensuse.org/request/show/572614
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=491
2018-02-05 11:33:11 +01:00
|
|
|
Index: glibc-2.27/nscd/nscd.h
|
2009-11-16 09:54:19 +01:00
|
|
|
===================================================================
|
Accepting request 572614 from home:Andreas_Schwab:Factory
- Update to glibc 2.27
* Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
sinf, sincosf and tan with FMA
* Optimized x86-64 trunc and truncf for processors with SSE4.1
* Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and
sincosf
* In order to support faster and safer process termination the malloc API
family of functions will no longer print a failure address and stack
backtrace after detecting heap corruption
* The abort function terminates the process immediately, without flushing
stdio streams
* On platforms where long double has the IEEE binary128 format (aarch64,
alpha, mips64, riscv, s390 and sparc), the math library now implements
_Float128 interfaces for that type, as defined by ISO/IEC TS 18661-3:2015
These are the same interfaces added in version 2.26 for some platforms where
this format is supported but is not the format of long double
* On platforms with support for _Float64x (aarch64, alpha, i386, ia64,
mips64, powerpc64le, riscv, s390, sparc and x86_64), the math library now
implements interfaces for that type, as defined by ISO/IEC TS
18661-3:2015
* The math library now implements interfaces for the _Float32, _Float64 and
_Float32x types, as defined by ISO/IEC TS 18661-3:2015
* glibc now implements the memfd_create and mlock2 functions on Linux
* Support for memory protection keys was added
* The copy_file_range function was added
* The ldconfig utility now processes `include' directives using the C/POSIX
collation ordering
* Support for two grammatical forms of month names has been added
* Support for the RISC-V ISA running on Linux has been added
* Statically compiled applications attempting to load locales compiled for the
OBS-URL: https://build.opensuse.org/request/show/572614
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=491
2018-02-05 11:33:11 +01:00
|
|
|
--- glibc-2.27.orig/nscd/nscd.h
|
|
|
|
+++ glibc-2.27/nscd/nscd.h
|
|
|
|
@@ -161,11 +161,11 @@ struct database_dyn
|
2009-02-20 08:46:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* Paths of the file for the persistent storage. */
|
|
|
|
-#define _PATH_NSCD_PASSWD_DB "/var/db/nscd/passwd"
|
|
|
|
-#define _PATH_NSCD_GROUP_DB "/var/db/nscd/group"
|
|
|
|
-#define _PATH_NSCD_HOSTS_DB "/var/db/nscd/hosts"
|
|
|
|
-#define _PATH_NSCD_SERVICES_DB "/var/db/nscd/services"
|
2011-12-27 09:19:44 +01:00
|
|
|
-#define _PATH_NSCD_NETGROUP_DB "/var/db/nscd/netgroup"
|
2016-10-13 11:25:07 +02:00
|
|
|
+#define _PATH_NSCD_PASSWD_DB "/var/lib/nscd/passwd"
|
|
|
|
+#define _PATH_NSCD_GROUP_DB "/var/lib/nscd/group"
|
|
|
|
+#define _PATH_NSCD_HOSTS_DB "/var/lib/nscd/hosts"
|
|
|
|
+#define _PATH_NSCD_SERVICES_DB "/var/lib/nscd/services"
|
|
|
|
+#define _PATH_NSCD_NETGROUP_DB "/var/lib/nscd/netgroup"
|
2009-02-20 08:46:43 +01:00
|
|
|
|
|
|
|
/* Path used when not using persistent storage. */
|
|
|
|
#define _PATH_NSCD_XYZ_DB_TMP "/var/run/nscd/dbXXXXXX"
|