Tomáš Chvátal
8cfb4a35f1
Accepting request 198717 from Base:System
...
- malloc-overflows.patch: Fix integer overflows in malloc (CVE-2013-4332,
bnc#839870) (forwarded request 198716 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/198717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=155
2013-09-13 12:43:41 +00:00
fdc1d1569d
Accepting request 198716 from home:Andreas_Schwab:Factory
...
- malloc-overflows.patch: Fix integer overflows in malloc (CVE-2013-4332,
bnc#839870)
OBS-URL: https://build.opensuse.org/request/show/198716
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=309
2013-09-12 14:47:52 +00:00
Stephan Kulow
00c052112d
Accepting request 198530 from Base:System
...
- fcntl-o-tmpfile.patch: Add O_TMPFILE to <fcntl.h> (bnc#837965)
- strcoll-overflow.patch: Update to latest version (forwarded request 198529 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/198530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=154
2013-09-12 05:09:24 +00:00
66993bce55
Accepting request 198529 from home:Andreas_Schwab:Factory
...
- fcntl-o-tmpfile.patch: Add O_TMPFILE to <fcntl.h> (bnc#837965)
- strcoll-overflow.patch: Update to latest version
OBS-URL: https://build.opensuse.org/request/show/198529
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=307
2013-09-11 13:17:37 +00:00
Tomáš Chvátal
b14815d7df
Accepting request 186878 from Base:System
...
- Update to glibc 2.18 release
* No source change
- strcoll-overflow.patch: fix buffer overflow in strcoll (CVE-2012-4412,
bnc#779320)
- readdir_r-overflow.patch: fix readdir_r with long file names
(CVE-2013-4237, bnc#834594) (forwarded request 186872 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/186878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=153
2013-08-13 09:36:50 +00:00
2575a3b7df
Accepting request 186872 from home:Andreas_Schwab:Factory
...
- Update to glibc 2.18 release
* No source change
- strcoll-overflow.patch: fix buffer overflow in strcoll (CVE-2012-4412,
bnc#779320)
- readdir_r-overflow.patch: fix readdir_r with long file names
(CVE-2013-4237, bnc#834594)
OBS-URL: https://build.opensuse.org/request/show/186872
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=305
2013-08-13 09:15:48 +00:00
746e16d2b9
Accepting request 186119 from home:Andreas_Schwab:glibc
...
- Update to glibc 2.17.90 85891acadf1b:
* CVE-2013-2207 Incorrectly granting access to another user's pseudo-terminal
has been fixed by disabling the use of pt_chown (Bugzilla #15755 ).
Distributions can re-enable building and using pt_chown via the new configure
option `--enable-pt_chown'. Enabling the use of pt_chown carries with it
considerable security risks and should only be used if the distribution
understands and accepts the risks.
* CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
#15078 ).
* CVE-2013-1914 Stack overflow in getaddrinfo with many results has been
fixed (Bugzilla #15330 ).
* Add support for calling C++11 thread_local object destructors on thread
and program exit. This needs compiler support for offloading C++11
destructor calls to glibc.
* Improved worst case performance of libm functions with double inputs and
output.
* Support for priority inherited mutexes in pthread condition variables on
non-x86 architectures.
* Optimized string functions for AArch64. Implemented by Marcus Shawcroft.
* Optimized string functions for ARM. Implemented by Will Newton and
Richard Henderson.
* Added a benchmark framework to track performance of functions in glibc.
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
It is based on draft TS 18661 and currently enabled as a GNU extension.
* On Linux, the clock function now uses the clock_gettime system call
for improved precision, rather than old times system call.
* Added new API functions pthread_getattr_default_np and
pthread_setattr_default_np to get and set the default pthread
attributes of a process.
* Added support for TSX lock elision for pthread mutexes on i386 and x86-64.
OBS-URL: https://build.opensuse.org/request/show/186119
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=304
2013-08-06 14:52:55 +00:00
Stephan Kulow
8200ee2a0d
Accepting request 185400 from Base:System
...
- i686-strcasecmp-fallback.patch: fix fallback in i686
strcasecmp/strncasecmp
- nonascii-case.patch: also test strncasecmp
- pldd-wait-ptrace-stop.patch: fix pldd not to leave process stopped after
detaching (bnc#819383) (forwarded request 185399 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/185400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=152
2013-08-01 15:33:58 +00:00
a70ef84746
Accepting request 185399 from home:Andreas_Schwab:Factory
...
- i686-strcasecmp-fallback.patch: fix fallback in i686
strcasecmp/strncasecmp
- nonascii-case.patch: also test strncasecmp
- pldd-wait-ptrace-stop.patch: fix pldd not to leave process stopped after
detaching (bnc#819383)
OBS-URL: https://build.opensuse.org/request/show/185399
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=302
2013-08-01 09:02:44 +00:00
Stephan Kulow
7058ebe27a
Accepting request 184086 from Base:System
...
- disable-pt-chown.patch: disable use of pt_chown (CVE-2013-2207,
bnc#830257)
- nonascii-case.patch: fix strcasecmp in tr_TR.ISO-8859-9 locale
- glibc-2.14-crypt.diff: fix incomplete dependencies for libowcrypt (forwarded request 184083 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/184086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=151
2013-07-23 18:30:54 +00:00
187a641195
Accepting request 184083 from home:Andreas_Schwab:Factory
...
- disable-pt-chown.patch: disable use of pt_chown (CVE-2013-2207,
bnc#830257)
- nonascii-case.patch: fix strcasecmp in tr_TR.ISO-8859-9 locale
- glibc-2.14-crypt.diff: fix incomplete dependencies for libowcrypt
OBS-URL: https://build.opensuse.org/request/show/184083
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=300
2013-07-23 13:31:56 +00:00
Stephan Kulow
7464ec80f9
Accepting request 182499 from Base:System
...
- crypt_blowfish-gensalt.patch: separare crypt_gensalt into its own
library libowcrypt, remove crypt_rn and crypt_ra (fate#314945)
- glibc-2.14-crypt-versioning.diff, glibc-fix-check-abi.patch,
glibc-crypt-badsalttest.patch: folded into glibc-2.14-crypt.diff
- crypt_blowfish-const.patch: constify crypt_blowfish
- crypt_blowfish-1.2-sha.diff: refresh (forwarded request 182498 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/182499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=150
2013-07-11 11:28:19 +00:00
76c6a57448
Accepting request 182498 from home:Andreas_Schwab:Factory
...
- crypt_blowfish-gensalt.patch: separare crypt_gensalt into its own
library libowcrypt, remove crypt_rn and crypt_ra (fate#314945)
- glibc-2.14-crypt-versioning.diff, glibc-fix-check-abi.patch,
glibc-crypt-badsalttest.patch: folded into glibc-2.14-crypt.diff
- crypt_blowfish-const.patch: constify crypt_blowfish
- crypt_blowfish-1.2-sha.diff: refresh
OBS-URL: https://build.opensuse.org/request/show/182498
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=298
2013-07-08 13:10:39 +00:00
Stephan Kulow
6303328892
Accepting request 181535 from Base:System
...
- add ld-linux.so.3 compat symlink also for armv6hl
- remove deprecated armv7l (forwarded request 181452 from dirkmueller)
OBS-URL: https://build.opensuse.org/request/show/181535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=149
2013-07-01 13:54:06 +00:00
Dr. Werner Fink
8251dfdd67
Accepting request 181452 from openSUSE:Factory:ARM
...
- add ld-linux.so.3 compat symlink also for armv6hl
- remove deprecated armv7l
OBS-URL: https://build.opensuse.org/request/show/181452
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=296
2013-06-30 19:57:43 +00:00
Stephan Kulow
b95f0cdc05
Accepting request 180094 from Base:System
...
- rely on systemd-rpm-macros instead of the full thing
OBS-URL: https://build.opensuse.org/request/show/180094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=148
2013-06-21 08:33:30 +00:00
OBS User buildservice-autocommit
84c98d40fd
Accepting request 179303 from Base:System
...
baserev update by copy to link target
OBS-URL: https://build.opensuse.org/request/show/179303
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=293
2013-06-19 12:43:49 +00:00
Stephan Kulow
525b4686bd
Accepting request 179303 from Base:System
...
- nscd-netgroup.patch: Fix handling of netgroup cache in nscd (bnc#819524) (forwarded request 179302 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/179303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=147
2013-06-19 12:43:49 +00:00
OBS User buildservice-autocommit
8f87f22d1d
Updating link to change in openSUSE:Factory/glibc revision 147.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=a2690b3637aac4d196ff4476314051fc
2013-06-19 12:43:49 +00:00
792ce37cf9
Accepting request 179647 from Base:build
...
- rely on systemd-rpm-macros instead of the full thing
OBS-URL: https://build.opensuse.org/request/show/179647
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=292
2013-06-19 12:00:32 +00:00
a6aec54f2a
Accepting request 179302 from home:Andreas_Schwab:Factory
...
- nscd-netgroup.patch: Fix handling of netgroup cache in nscd (bnc#819524)
OBS-URL: https://build.opensuse.org/request/show/179302
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=291
2013-06-17 12:18:12 +00:00
Stephan Kulow
636e605f2a
Accepting request 178385 from Base:System
...
- glibc-bindresvport-blacklist.diff: Renamed from
glibc-2.3.90-bindresvport.blacklist.diff; fix resource leaks
(bnc#824046)
- Remove glibc-armhf-compat.patch (forwarded request 178384 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/178385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=146
2013-06-11 04:32:58 +00:00
5e387c0743
Accepting request 178384 from home:Andreas_Schwab:Factory
...
- glibc-bindresvport-blacklist.diff: Renamed from
glibc-2.3.90-bindresvport.blacklist.diff; fix resource leaks
(bnc#824046)
- Remove glibc-armhf-compat.patch
OBS-URL: https://build.opensuse.org/request/show/178384
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=289
2013-06-10 14:27:04 +00:00
Stephan Kulow
1bc344e414
Accepting request 176169 from Base:System
...
- aarch64-sigsetjmp.patch: Fix sigsetjmp on aarch64 (forwarded request 176168 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/176169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=145
2013-05-27 07:49:31 +00:00
9532d05464
Accepting request 176168 from home:Andreas_Schwab:Factory
...
- aarch64-sigsetjmp.patch: Fix sigsetjmp on aarch64
OBS-URL: https://build.opensuse.org/request/show/176168
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=287
2013-05-20 15:48:10 +00:00
6f25f66bbd
Accepting request 176059 from home:Andreas_Schwab:Factory
...
- Fix file list for glibc-utils
OBS-URL: https://build.opensuse.org/request/show/176059
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=286
2013-05-18 19:11:36 +00:00
Stephan Kulow
ee1a2f6d2d
Accepting request 175893 from Base:System
...
- big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008
- digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r
- nss-database.patch: Properly cache the result from looking up the nss
database config
- strptime-W-week.patch: Properly handle %W in strptime
- printf-overrun.patch: Revert problematic fixes for [BZ #11741 ]
- glibc-aarch64-lib64.patch: Replace with upstream version
- arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache
- rtlddir.patch: Add support for rtld directory different from slib
directory
- regexp-overrun.patch: Fix buffer overrun in regexp matcher
(CVE-2013-0242, bnc#801246)
- getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many
results (CVE-2013-1914, bnc#813121)
- big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008
- digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r
- nss-database.patch: Properly cache the result from looking up the nss
database config
- strptime-W-week.patch: Properly handle %W in strptime
- printf-overrun.patch: Revert problematic fixes for [BZ #11741 ]
- glibc-aarch64-lib64.patch: Replace with upstream version
- arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache
- rtlddir.patch: Add support for rtld directory different from slib
directory
- regexp-overrun.patch: Fix buffer overrun in regexp matcher
(CVE-2013-0242, bnc#801246)
- getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many
results (CVE-2013-1914, bnc#813121) (forwarded request 175892 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/175893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=144
2013-05-17 06:26:04 +00:00
8715963849
Accepting request 175892 from home:Andreas_Schwab:Factory
...
- big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008
- digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r
- nss-database.patch: Properly cache the result from looking up the nss
database config
- strptime-W-week.patch: Properly handle %W in strptime
- printf-overrun.patch: Revert problematic fixes for [BZ #11741 ]
- glibc-aarch64-lib64.patch: Replace with upstream version
- arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache
- rtlddir.patch: Add support for rtld directory different from slib
directory
- regexp-overrun.patch: Fix buffer overrun in regexp matcher
(CVE-2013-0242, bnc#801246)
- getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many
results (CVE-2013-1914, bnc#813121)
- big5-hkscs-update.patch.bz2: Update BIG5-HKSCS charmap to HKSCS-2008
- digits-dots.patch: Fix parsing of numeric hosts in gethostbyname_r
- nss-database.patch: Properly cache the result from looking up the nss
database config
- strptime-W-week.patch: Properly handle %W in strptime
- printf-overrun.patch: Revert problematic fixes for [BZ #11741 ]
- glibc-aarch64-lib64.patch: Replace with upstream version
- arm-ld-so-cache.patch: ARM: Support loading unmarked objects from cache
- rtlddir.patch: Add support for rtld directory different from slib
directory
- regexp-overrun.patch: Fix buffer overrun in regexp matcher
(CVE-2013-0242, bnc#801246)
- getaddrinfo-overflow.patch: Fix stack overflow in getaddrinfo with many
results (CVE-2013-1914, bnc#813121)
OBS-URL: https://build.opensuse.org/request/show/175892
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=284
2013-05-16 15:57:30 +00:00
c8edbb3945
- When testsuite run fails make all test output available
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=283
2013-05-16 10:43:57 +00:00
Stephan Kulow
80af579309
Accepting request 175791 from Base:System
...
OBS-URL: https://build.opensuse.org/request/show/175791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=143
2013-05-16 08:39:11 +00:00
4eab886af5
- Fix check for XEN build in glibc_post_upgrade
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=281
2013-05-07 10:21:12 +00:00
Stephan Kulow
adf0a5747e
Accepting request 170926 from Base:System
...
- Do not order nscd after syslog.target (forwarded request 163932 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/170926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=142
2013-04-17 05:12:02 +00:00
Andreas Jaeger
8c2acf16c2
Accepting request 163932 from home:elvigia:branches:Base:System
...
- Do not order nscd after syslog.target
OBS-URL: https://build.opensuse.org/request/show/163932
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=279
2013-04-15 20:00:31 +00:00
Stephan Kulow
0bd17cbdff
Accepting request 157241 from Base:System
...
- Fix crypt ABI for aarch64 (forwarded request 157240 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/157241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=141
2013-03-05 05:43:54 +00:00
b00251b108
Accepting request 157240 from home:Andreas_Schwab:Factory
...
- Fix crypt ABI for aarch64
OBS-URL: https://build.opensuse.org/request/show/157240
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=277
2013-03-04 15:10:42 +00:00
2a0bb3cfc1
Accepting request 156850 from home:Andreas_Schwab:Factory
...
Changelog fix
OBS-URL: https://build.opensuse.org/request/show/156850
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=276
2013-02-28 15:24:38 +00:00
63e839b969
Accepting request 156848 from home:Andreas_Schwab:Factory
...
- Remove debianisms from manpages (bnc#805054)
OBS-URL: https://build.opensuse.org/request/show/156848
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=275
2013-02-28 15:19:48 +00:00
Stephan Kulow
7eecf9d361
Accepting request 155881 from Base:System
...
- glibc-aarch64-lib64.patch:
Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1 (forwarded request 155880 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/155881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=140
2013-02-20 16:40:45 +00:00
ac7c2c118e
Accepting request 155880 from home:Andreas_Schwab:Factory
...
- glibc-aarch64-lib64.patch:
Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1
OBS-URL: https://build.opensuse.org/request/show/155880
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=273
2013-02-20 08:07:01 +00:00
e5ed97dcc4
Accepting request 155840 from home:Andreas_Schwab:Factory
...
- Update crypt ABI for aarch64
- Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1
- Don't build profiling libraries for aarch64
OBS-URL: https://build.opensuse.org/request/show/155840
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=272
2013-02-19 17:17:41 +00:00
5f37d5f018
Accepting request 151222 from home:Andreas_Schwab:Factory
...
- Move _constraints file to glibc-testsuite only
OBS-URL: https://build.opensuse.org/request/show/151222
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=271
2013-02-06 19:07:37 +00:00
0212a7b20a
- build with ports enabled on aarch64
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=270
2013-02-03 00:09:09 +00:00
Stephan Kulow
320c6bce6d
Accepting request 150613 from Base:System
...
- Obsolete unscd to migrate back to nscd. (forwarded request 150612 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/150613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=139
2013-02-01 08:42:04 +00:00
4258ce0268
Accepting request 150612 from home:Andreas_Schwab:Factory
...
- Obsolete unscd to migrate back to nscd.
OBS-URL: https://build.opensuse.org/request/show/150612
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=268
2013-01-31 16:31:36 +00:00
Stephan Kulow
7829ecfec4
Accepting request 150534 from Base:System
...
- looks like testsuite runs only on kvm, so add _constraint
(actually it does not build on xen, but I can't constraint that) (forwarded request 150519 from coolo)
OBS-URL: https://build.opensuse.org/request/show/150534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=138
2013-01-31 13:47:32 +00:00
579304f856
Accepting request 150519 from home:coolo:branches:openSUSE:Factory
...
- looks like testsuite runs only on kvm, so add _constraint
(actually it does not build on xen, but I can't constraint that)
OBS-URL: https://build.opensuse.org/request/show/150519
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=266
2013-01-31 09:36:36 +00:00
Stephan Kulow
c8c2dd8a12
Accepting request 149818 from Base:System
...
- Don't run testsuite in parallel
- Fail if testsuite fails
- Disable crypt/badsalttest test (forwarded request 149817 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/149818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=137
2013-01-29 05:56:03 +00:00
ed0235b5ba
Accepting request 149817 from home:Andreas_Schwab:Factory
...
- Don't run testsuite in parallel
- Fail if testsuite fails
- Disable crypt/badsalttest test
OBS-URL: https://build.opensuse.org/request/show/149817
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=264
2013-01-24 17:32:50 +00:00
Andreas Jaeger
d56e5fb7b8
Accepting request 147737 from home:a_jaeger:my-factory-packages
...
Revert
OBS-URL: https://build.opensuse.org/request/show/147737
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=263
2013-01-10 11:45:12 +00:00
OBS User buildservice-autocommit
6751631c47
Accepting request 147514 from Base:System
...
baserev update by copy to link target
OBS-URL: https://build.opensuse.org/request/show/147514
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=262
2013-01-10 10:17:50 +00:00