Commit Graph

710 Commits

Author SHA256 Message Date
Andreas Schwab
680876d9c6 Accepting request 290122 from home:Andreas_Schwab:Factory
- resolv-nameserver-handling.patch: Replace with simpler version with more
  compatibility

OBS-URL: https://build.opensuse.org/request/show/290122
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=396
2015-03-10 10:18:42 +00:00
Andreas Schwab
bdc7240bd7 Accepting request 288520 from home:Andreas_Schwab:Factory
- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs
  (bsc#920084)

OBS-URL: https://build.opensuse.org/request/show/288520
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=395
2015-03-02 16:43:59 +00:00
Andreas Schwab
797ff301f4 Accepting request 287683 from home:Andreas_Schwab:Factory
- resolv-nameserver-handling.patch: Rewrite handling of nameserver
  configuration in resolver

OBS-URL: https://build.opensuse.org/request/show/287683
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=394
2015-02-25 10:57:57 +00:00
Dominique Leuenberger
84c8c457b7 Accepting request 285813 from Base:System
- htm-tabort.patch: Fix TABORT encoding for little endian (forwarded request 285812 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/285813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=186
2015-02-22 16:19:34 +00:00
Andreas Schwab
a40bdcb8a8 Accepting request 285812 from home:Andreas_Schwab:Factory
- htm-tabort.patch: Fix TABORT encoding for little endian

OBS-URL: https://build.opensuse.org/request/show/285812
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=392
2015-02-12 14:16:06 +00:00
Andreas Schwab
30e48d0d7f Accepting request 285070 from home:Andreas_Schwab:Factory
- Update to glibc 2.21 release.
  * A new semaphore algorithm has been implemented in generic C code for all
    machines
  * Added support for TSX lock elision of pthread mutexes on powerpc32,
    powerpc64 and powerpc64le
  * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for
    AArch64
  * i386 memcpy functions optimized with SSE2 unaligned load/store
  * New locales: tu_IN, bh_IN, raj_IN, ce_RU
  * The obsolete sigvec function has been removed
- Patches from upstream removed
  * ifunc-x86-slow-sse4.patch
  * pthread-mutex-trylock-elision.patch
- o-tmpfile.patch: Fix value of O_TMPFILE for architectures with
  non-default O_DIRECTORY (BZ #17912)

OBS-URL: https://build.opensuse.org/request/show/285070
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=391
2015-02-10 10:34:33 +00:00
Stephan Kulow
8f1562a70c Accepting request 258650 from Base:System
- Update to crypt_blowfish 1.3.
  * Add support for the $2b$ prefix.
- ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit
  (BZ #17501) (forwarded request 258649 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/258650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=185
2014-11-04 16:27:30 +00:00
Andreas Schwab
fe024e3ae1 Accepting request 258649 from home:Andreas_Schwab:Factory
- Update to crypt_blowfish 1.3.
  * Add support for the $2b$ prefix.
- ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit
  (BZ #17501)

OBS-URL: https://build.opensuse.org/request/show/258649
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=389
2014-10-28 11:58:29 +00:00
Stephan Kulow
94dfc5462e Accepting request 249236 from Base:System
- Update to glibc 2.20 release.
  * Reverted change of ABI data structures for s390 and s390x
  * Support for file description locks is added to systems running the
    Linux kernel
  * Optimized strchr implementation for AArch64
  * The minimum Linux kernel version that this version of the GNU C Library
    can be used with is 2.6.32
  * Running the testsuite no longer terminates as soon as a test fails
  * The am33 port, which had not worked for several years, has been removed
    from ports.
  * The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
    supported; they now act the same as _DEFAULT_SOURCE (but generate a
    warning)
  * Optimized strcmp implementation for ARMv7
  * Added support for TX lock elision of pthread mutexes on s390 and s390x
  * All supported architectures now use the main glibc sysdeps directory
    instead of some being in a separate "ports" directory
  * The NPTL implementation of POSIX pthreads is no longer an "add-on"
  * Locale names, including those obtained from environment variables (LANG
    and the LC_* variables), are more tightly checked for proper syntax
  * On x86-64, the dynamic linker's lazy-binding support is now compatible
    with application code using Intel MPX instructions
- Patches from upstream removed
  * nss-dns-memleak.patch
  * sin-sign.patch
  * pldd-wait-ptrace-stop.patch
  * nscd-track-startup-failures.patch
  * powerpc-opt-power8.patch
  * check-pf-alloca.patch
  * getaddrinfo-uninit-result.patch (forwarded request 249235 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/249236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=184
2014-10-15 14:19:11 +00:00
Andreas Schwab
d2f37bcdab Accepting request 249235 from home:Andreas_Schwab:glibc
- Update to glibc 2.20 release.
  * Reverted change of ABI data structures for s390 and s390x
  * Support for file description locks is added to systems running the
    Linux kernel
  * Optimized strchr implementation for AArch64
  * The minimum Linux kernel version that this version of the GNU C Library
    can be used with is 2.6.32
  * Running the testsuite no longer terminates as soon as a test fails
  * The am33 port, which had not worked for several years, has been removed
    from ports.
  * The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
    supported; they now act the same as _DEFAULT_SOURCE (but generate a
    warning)
  * Optimized strcmp implementation for ARMv7
  * Added support for TX lock elision of pthread mutexes on s390 and s390x
  * All supported architectures now use the main glibc sysdeps directory
    instead of some being in a separate "ports" directory
  * The NPTL implementation of POSIX pthreads is no longer an "add-on"
  * Locale names, including those obtained from environment variables (LANG
    and the LC_* variables), are more tightly checked for proper syntax
  * On x86-64, the dynamic linker's lazy-binding support is now compatible
    with application code using Intel MPX instructions
- Patches from upstream removed
  * nss-dns-memleak.patch
  * sin-sign.patch
  * pldd-wait-ptrace-stop.patch
  * nscd-track-startup-failures.patch
  * powerpc-opt-power8.patch
  * check-pf-alloca.patch
  * getaddrinfo-uninit-result.patch

OBS-URL: https://build.opensuse.org/request/show/249235
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=387
2014-09-15 10:37:45 +00:00
Stephan Kulow
156d8059e5 Accepting request 247224 from Base:System
- iconv-ibm-sentinel-check.patch: Fix crashes on invalid input in IBM
  gconv modules (CVE-2014-6040, bnc#894553, BZ #17325) (forwarded request 247223 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/247224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=183
2014-09-03 16:20:30 +00:00
Andreas Schwab
29d670314e Accepting request 247223 from home:Andreas_Schwab:Factory
- iconv-ibm-sentinel-check.patch: Fix crashes on invalid input in IBM
  gconv modules (CVE-2014-6040, bnc#894553, BZ #17325)

OBS-URL: https://build.opensuse.org/request/show/247223
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=385
2014-09-02 12:59:22 +00:00
Stephan Kulow
01e777ce68 Accepting request 246548 from Base:System
(forwarded request 246547 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/246548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=182
2014-08-29 15:42:21 +00:00
Andreas Schwab
9d513630a5 Accepting request 246547 from home:Andreas_Schwab:Factory
OBS-URL: https://build.opensuse.org/request/show/246547
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=383
2014-08-26 15:40:06 +00:00
Andreas Schwab
de905f7a91 Accepting request 246520 from home:Andreas_Schwab:Factory
- disable-gconv-translit-modules.patch: Disable gconv transliteration
  module loading (bnc#892073, BZ #17187)

OBS-URL: https://build.opensuse.org/request/show/246520
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=382
2014-08-26 13:26:44 +00:00
efc510dde1 Accepting request 244213 from Base:System
- pthread-mutexattr-gettype-kind.patch: Filter out
  PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype
  (bnc#888131, BZ #15790) (forwarded request 244212 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/244213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=180
2014-08-13 06:50:52 +00:00
Andreas Schwab
d0576de45c Accepting request 244212 from home:Andreas_Schwab:Factory
- pthread-mutexattr-gettype-kind.patch: Filter out
  PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype
  (bnc#888131, BZ #15790)

OBS-URL: https://build.opensuse.org/request/show/244212
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=380
2014-08-11 12:06:28 +00:00
Stephan Kulow
19cefcc055 Accepting request 243562 from Base:System
- ppc64le-profiling.patch: fix profiling for ppc64le (bnc#889601, BZ
  #17213)
- s390-revert-abi-change.patch: replace with upstream patch, switches
  default symbol version back to old version (bnc#887228) (forwarded request 243561 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/243562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=179
2014-08-05 10:59:33 +00:00
Andreas Schwab
826ad7dd9f Accepting request 243561 from home:Andreas_Schwab:Factory
- ppc64le-profiling.patch: fix profiling for ppc64le (bnc#889601, BZ
  #17213)
- s390-revert-abi-change.patch: replace with upstream patch, switches
  default symbol version back to old version (bnc#887228)

OBS-URL: https://build.opensuse.org/request/show/243561
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=378
2014-08-04 07:48:30 +00:00
Stephan Kulow
9e31eeb098 Accepting request 242723 from Base:System
- ibm93x-redundant-shift-si.patch: Avoid redundant shift character in
  iconv output at block boundary (bnc#886416, BZ #17197)

- s390-revert-abi-change.patch: revert back to pre-2.19 layout of jmp_buf
  and ucontext_t on s390 (bnc#887228) (forwarded request 242722 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/242723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=178
2014-07-30 05:34:17 +00:00
Andreas Schwab
d9bb8764aa Accepting request 242722 from home:Andreas_Schwab:Factory
- ibm93x-redundant-shift-si.patch: Avoid redundant shift character in
  iconv output at block boundary (bnc#886416, BZ #17197)

- s390-revert-abi-change.patch: revert back to pre-2.19 layout of jmp_buf
  and ucontext_t on s390 (bnc#887228)

OBS-URL: https://build.opensuse.org/request/show/242722
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=376
2014-07-28 12:42:05 +00:00
Stephan Kulow
034df0a05c Accepting request 241893 from Base:System
- dt-ppc64-num.patch: Correct DT_PPC64_NUM (bnc#887169, BZ #17153) (forwarded request 241892 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/241893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=177
2014-07-25 07:08:49 +00:00
Andreas Schwab
cb23041758 Accepting request 241892 from home:Andreas_Schwab:Factory
- dt-ppc64-num.patch: Correct DT_PPC64_NUM (bnc#887169, BZ #17153)

OBS-URL: https://build.opensuse.org/request/show/241892
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=374
2014-07-22 13:22:57 +00:00
Stephan Kulow
23b9c03355 Accepting request 240898 from Base:System
- setlocale-directory-traversal.patch: Directory traversal in locale
  environment handling (CVE-2014-0475, bnc#887022, BZ #17137)
- Remove the ppc64le check-abi workaround, no longer needed (forwarded request 240897 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/240898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=176
2014-07-19 09:04:13 +00:00
Andreas Schwab
7550c6de6a Accepting request 240897 from home:Andreas_Schwab:Factory
- setlocale-directory-traversal.patch: Directory traversal in locale
  environment handling (CVE-2014-0475, bnc#887022, BZ #17137)
- Remove the ppc64le check-abi workaround, no longer needed

OBS-URL: https://build.opensuse.org/request/show/240897
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=372
2014-07-14 10:45:33 +00:00
Stephan Kulow
0d3dd1ff45 Accepting request 238382 from Base:System
- nss-files-long-lines.patch: Don't ignore too long lines in nss_files
  (bnc#883217, BZ #17079)
- Remove locale.1, localedef.1 and iconvconfig.8 manpages, now included in
  the man-pages package (bnc#880703)
- manpages.patch: update (forwarded request 238380 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/238382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=175
2014-06-25 09:47:19 +00:00
Andreas Schwab
10a15f0fa7 Accepting request 238380 from home:Andreas_Schwab:Factory
- nss-files-long-lines.patch: Don't ignore too long lines in nss_files
  (bnc#883217, BZ #17079)
- Remove locale.1, localedef.1 and iconvconfig.8 manpages, now included in
  the man-pages package (bnc#880703)
- manpages.patch: update

OBS-URL: https://build.opensuse.org/request/show/238380
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=370
2014-06-23 13:37:49 +00:00
Stephan Kulow
0c3c378133 Accepting request 237681 from Base:System
- psfaa.patch: copy filename argument in posix_spawn_file_actions_addopen
  (CVE-2014-4043, bnc#882600, BZ #17048)

- glibc-memset-nontemporal.diff: Speedup memset on x86_64
  (bnc#868622, BZ #16830) (forwarded request 237680 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/237681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=174
2014-06-23 07:23:33 +00:00
Andreas Schwab
d604827ae2 Accepting request 237680 from home:Andreas_Schwab:Factory
- psfaa.patch: copy filename argument in posix_spawn_file_actions_addopen
  (CVE-2014-4043, bnc#882600, BZ #17048)

- glibc-memset-nontemporal.diff: Speedup memset on x86_64
  (bnc#868622, BZ #16830)

OBS-URL: https://build.opensuse.org/request/show/237680
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=368
2014-06-17 10:58:27 +00:00
Stephan Kulow
e6e8ede87b Accepting request 234224 from Base:System
- add non-elision-enabled libpthread (forwarded request 234223 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/234224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=173
2014-05-22 18:38:15 +00:00
Andreas Schwab
b640147c97 Accepting request 234223 from home:Andreas_Schwab:Factory
- add non-elision-enabled libpthread

OBS-URL: https://build.opensuse.org/request/show/234223
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=366
2014-05-15 16:27:45 +00:00
Andreas Schwab
c0c9ae0337 Accepting request 233621 from home:Andreas_Schwab:Factory
- nss-nis-stack-use.patch: fix unbound stack use in NIS NSS module (BZ
  #16932)

OBS-URL: https://build.opensuse.org/request/show/233621
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=365
2014-05-12 14:47:07 +00:00
Andreas Schwab
cc8c150f76 Accepting request 232954 from home:Andreas_Schwab:Factory
- getaddrinfo-uninit-result.patch: fix parsing of getai result for
  IPv6-only request (bnc#876521)

OBS-URL: https://build.opensuse.org/request/show/232954
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=364
2014-05-07 15:06:20 +00:00
Stephan Kulow
1f47e340a9 Accepting request 230485 from Base:System
- ibm-long-double-frexpl.patch: Correct IBM long double frexpl
  (bnc#872573, BZ #16740, BZ #16619) (forwarded request 230484 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/230485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=172
2014-04-22 05:47:56 +00:00
Andreas Schwab
96e20a41d7 Accepting request 230484 from home:Andreas_Schwab:Factory
- ibm-long-double-frexpl.patch: Correct IBM long double frexpl
  (bnc#872573, BZ #16740, BZ #16619)

OBS-URL: https://build.opensuse.org/request/show/230484
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=362
2014-04-17 14:02:34 +00:00
Andreas Schwab
c85422d0b9 Accepting request 230302 from home:Andreas_Schwab:Factory
- ibm-long-double-math.patch: Remove faulty assembler implementations of
  ceil, nearbyintl, roundl for IBM long double (bnc#873457, BZ #16701, BZ
  #16706, BZ #16707)

OBS-URL: https://build.opensuse.org/request/show/230302
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=361
2014-04-16 09:26:22 +00:00
Andreas Schwab
fdfb701f1a Accepting request 230181 from home:a_jaeger:FactoryFix
Use /run instead of /var/run

OBS-URL: https://build.opensuse.org/request/show/230181
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=360
2014-04-15 13:21:46 +00:00
Stephan Kulow
f0f6198302 Accepting request 229287 from Base:System
- pthread-mutex-destroy.patch: Remove
- pthread-mutex-trylock-elision.patch: Properly handle forced elision in
  pthread_mutex_trylock (bnc#865968, BZ #16657) (forwarded request 229286 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/229287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=171
2014-04-08 15:05:49 +00:00
Andreas Schwab
6addb61a16 Accepting request 229286 from home:Andreas_Schwab:Factory
- pthread-mutex-destroy.patch: Remove
- pthread-mutex-trylock-elision.patch: Properly handle forced elision in
  pthread_mutex_trylock (bnc#865968, BZ #16657)

OBS-URL: https://build.opensuse.org/request/show/229286
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=358
2014-04-07 13:52:06 +00:00
Andreas Schwab
006d01ca2c Accepting request 228849 from home:Andreas_Schwab:Factory
- nextafterl-ibm-ldouble.patch: Correct IBM long double nextafterl
  (bnc#871637, BZ #16739)

OBS-URL: https://build.opensuse.org/request/show/228849
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=357
2014-04-03 09:25:20 +00:00
Andreas Schwab
9ed98d396d Accepting request 228714 from home:Andreas_Schwab:Factory
- Readd dependency on sysvinit.target to nscd.service (bnc#868422)
- Make the nscd service part of the nss-lookup and nss-user-lookup targets
  (bnc#871386)
- Move _constraints back to main package and update it

OBS-URL: https://build.opensuse.org/request/show/228714
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=356
2014-04-02 10:03:02 +00:00
Dr. Werner Fink
1f8f6c662b .
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=355
2014-04-01 10:55:16 +00:00
Dr. Werner Fink
8d61ec172a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=354
2014-04-01 10:50:39 +00:00
Dr. Werner Fink
0135385403 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=353
2014-04-01 10:48:19 +00:00
Dr. Werner Fink
50e3e8d7ca .
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=352
2014-04-01 10:47:35 +00:00
Andreas Schwab
5767ee0b6c Accepting request 228414 from home:Andreas_Schwab:Factory
- ppc64-copysign.patch: Fix ppc64le copysign overwriting parent stack
  frame (BZ #16786)
- aarch64-setcontext.patch: Fix aarch64 setcontext clobbering alternate
  signal stack (BZ #16629)

OBS-URL: https://build.opensuse.org/request/show/228414
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=351
2014-04-01 10:03:02 +00:00
Andreas Schwab
44f2b7bf86 Revert last change
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=350
2014-04-01 09:29:43 +00:00
Dr. Werner Fink
aaf02819e7 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=349
2014-04-01 09:15:35 +00:00
Dr. Werner Fink
a37f437be6 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=348
2014-04-01 08:34:23 +00:00
Andreas Schwab
352e35f701 Accepting request 228349 from home:Andreas_Schwab:Factory
- powerpc-opt-power8.patch: readd POWER8 implementation of isnan,
  isinf, finite with fix for little endian
- pthread-mutex-destroy.patch: Skip checks in pthread_mutex_destroy when
  doing elision (bnc#865968)

OBS-URL: https://build.opensuse.org/request/show/228349
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=347
2014-03-31 15:44:49 +00:00